/*轮播图*/
.banner{
    width:100%;
    height:450px;
    position: relative;
}
.banner .bannerImg{
    width:100%;
    height:450px;
    position: relative;
    overflow: hidden;
}
.banner .bannerImg>img{
    width:100%;
    height:450px;
    position: absolute;
    left:100%;
    bottom:0;
    transition: all 1s;
}
.banner .bannerImg>img:nth-child(1){
    left:0;
}
.banner .banner_control{
    width:200px;
    height:auto;
    position:absolute;
    left:43%;
    bottom:16px;
    display: flex;
    justify-content: space-between;
}
.banner .banner_control span{
    width:40px;
    height:0;
    border:3px solid rgba(0,0,0,0.5);
}
.banner .banner_control span:nth-child(1){
    border:3px solid rgb(249,137,12);
}
.main{
    width:1200px;
    height:auto;
    margin:20px auto;
    min-height: 1000px;
}
.main .guanggao{
    width:1200px;
    height:213px;
    display: flex;
    justify-content: space-between;
}
.main .guanggao a img{
    width:284px;
    height:213px;
}
.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;
    border:1px dashed rgb(249,137,12);
    padding:10px;
}
.main .section .section_left .tit{
    width:100%;
    height:65px;
    line-height: 65px;
    border-bottom:1px solid rgb(230,230,230);
}
.main .section .section_left .tit a{
    display: inline-block;
    width:175px;
    height:65px;
    line-height: 65px;
    text-align: center;
    color:black;
    font-size: 16px;
}
.main .section .section_left .tit .active{
    border-bottom:4px solid rgb(249,137,12);
}

.main .section .section_left>div:nth-child(2){
    width:100%;
    height:auto;
    margin:20px 0;
}
.main .section .section_left>div:nth-child(2)>a{
    width:100%;
    height:230px;
    text-align: left;
    color:black;
}
.main .section .section_left>div:nth-child(2)>a>div{
    width:100%;
    height:230px;
    display: flex;
    justify-content: space-between;
    border-bottom:1px dashed rgb(230,230,230);
}
.main .section .section_left>div:nth-child(2)>a>div>img{
    width:250px;
    height:188px;
    margin-top:20px;
}
.main .section .section_left>div:nth-child(2)>a>div>div{
    width:580px;
    height:188px;
    margin-top:20px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>span{
    font-size: 16px;
}
.main .section .section_left>div:nth-child(2)>a>div>div>p{
    margin:20px 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:42px;
    line-height: 42px;
}
.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){
    width:60px;
    height:60px;
    border-radius:50%;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span{
    display: inline-block;
    height:42px;
    line-height: 42px;
    color:gray;
}
.main .section .section_left>div:nth-child(2)>a>div>div>div span:nth-child(2){
    margin-right:300px;
}
.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 .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:20px 10px;
    text-decoration: none;
    border-radius:4px;
}
.main .section .section_left .page span{
	display: inline-block;
    width:60px;
    height:30px;
    line-height: 30px;
    border:1px solid rgb(237,237,237);
    margin:20px 10px;
    text-decoration: none;
    border-radius:4px;
    text-align: center;
    color:white;
    background:rgb(243,126,31);
}
.main .section .section_left .page a:hover{
    color:white;
    background:rgb(243,126,31);
}
.main .section .section_right>div:nth-child(1){
    width:100%;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background: rgb(243,126,31);
    color:white;
}
.main .section .section_right>div:nth-child(1) img{
    position: relative;
    top:6px;
}
.main .section .section_right>div:nth-child(2),
.main .section .section_right>div:nth-child(3){
    width:100%;
    height:auto;
    overflow: hidden;
}
.main .section .section_right>div:nth-child(2)>div,
.main .section .section_right>div:nth-child(3)>div{
    width:100%;
    height:50px;
    line-height: 50px;
    font-size: 20px;
}
.main .section .section_right>div:nth-child(2)>ul{
    display: block;
    width:100%;
    height:auto;
    font-size: 14px;
    color:gray;
}
.main .section .section_right>div:nth-child(2)>ul li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: gray;
    margin:10px 0;
}
.main .section .section_right>div:nth-child(2)>ul li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: gray;
    text-align: left;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2){
    width:100%;
    height:auto;
    position: relative;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2)>a{
    width:100%;
    height:auto;
    position: relative;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2)>a>img{
    width:310px;
    height:174px;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2)>a>span{
    display: block;
    width:310px;
    height:40px;
    line-height: 40px;
    background:rgba(0,0,0,0.5);
    font-size: 15px;
    color:white;
    padding-left:20px;
    position: absolute;
    top:134px;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2) ul{
    display: block;
    width:100%;
    height:auto;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2) ul li{
    display: block;
    width:100%;
    height:auto;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2) ul li a{
    display: block;
    width:100%;
    height:auto;
    color:gray;
    font-size: 15px;
    text-align: left;
}
.main .section .section_right>div:nth-child(3)>div:nth-child(2) ul li a span{
    color:rgb(243,126,31);
}