.choose-box{
    border-top: 2px solid #fff;
    position: relative;
}
.ch-cont{
    background: #313131;
    position: relative;
    z-index: 10
}
.ch-box{
    padding:25px 0;
    display: flex;
    align-items: center;
}
.choose-box .ch-box .p1{
    margin:0 140px;
}
.choose-box h1{
    color: #fff;
    letter-spacing: 5px;
    padding-bottom: 10px;
}
.choose-box h1 span{
    color: #f8b551
}
.choose-box p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
}
.choose-box a{
    background: #f8b551;
    color: #fff;
    float: right;
    width: 140px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}
.choose-box a:hover{
    background: #f2a323
}
.choose-box2 .chooimg{
    background: url(../images/choosebg.png) no-repeat;
    background-position: center;
    height: 39px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -18px;
}
.hotText-box{
    background: #eeeeee;
    padding: 35px 0;
}
.hotText-box ul li{
    float: left;
    width: 285px;
    padding-right: 20px;
}
.hotText-box ul li:last-child{
    padding-right: 0;
}
.hotText-box ul li a{
    transition: all 0.3s linear;
    display: block;
    overflow: hidden;
    position: relative;
    height: 183px;
}
.hotText-box ul .text-img{
    width: 100%;
    height: 150px;
    transition: all 0.5s linear;
}
.hotText-box ul li a:hover .text-img{
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.hotText-box ul .txt{
    background: #f8b551;
    text-align: right;
    color: #fff;
    padding:7px 10px ;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
}
.content-box .news-box {
    padding: 15px 0 45px;
}
.news-box .box1,.news-box .box2 {
    width: 560px;
}
.news-box .box1 {
    padding-top: 30px;
}
.news-box .box1 h1{
    font-family: '微软雅黑';
    font-weight: 400;
    color: #393838;
    padding-top: 30px;
    padding-bottom: 10px;
}
.news-box .box1 p{
    color: #7d7c7c;
    padding-bottom: 25px;
}
.news-box .box1 .btn a{
    background: #292929;
    color: #f8b551;
    padding:7px 40px;
}
.news-box .box2 ul li{
    padding: 30px 0 20px;
    border-bottom: 1px solid #b3b3b3
}
.news-box .box2 ul .itme{
    width: 70px;
    height: 70px;
    float: left;
}
.news-box .box2 ul .itme span{
    color: #b3b3b3;
    font-family: '微软雅黑';
    font-size: 12px;
}
.news-box .box2 ul .itme .it1{
    font-size: 50px;
    height: 55px;
    display: inline-block;
}
.news-box .box2 ul .info{
    width: 480px;
    float: right;
    display: block;
    padding-top: 10px;
}
.news-box .box2 ul .info h3{
    font-size: 15px;
    font-family: '微软雅黑';
    padding-bottom: 5px;
}
.news-box .box2 ul .info p{
    color: #959595;
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 17px;
}
.content-box .btns-box a{
    width: 370px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 45px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
}
.content-box .btns-box a:nth-child(3n+0){
    margin-right: 0;
}
.content-box .btns-box a img{
    vertical-align: middle;
    width: 18px;
    margin-right: 10px;
}
.content-box .btns-box .a1{
    background: #771d22
}
.content-box .btns-box .a2{
    background: #959595
}
.content-box .btns-box .a3{
    background: #f8b551
}
.content-box .btns-box .a1:hover,.content-box .btns-box .a2:hover,.content-box .btns-box .a3:hover{
    opacity: 0.7
}
.zuopin-box {
    width: 100%;
    height: 399px;
    position: relative;
    margin:25px 0 45px;
}
.zuopin-box .zuopin-img{
    width: 100%;
    height: 100%;
}
.zuopin-box .zuopin-text{
    background: rgba(31,136,113,.8);
    position: absolute;
    width: 520px;
    height: 100%;
    right: 0;
    top:0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity:100;
    filter:alpha(opacity=100);
}
.zuopin-box:hover .zuopin-text{
    opacity:0;
    filter:alpha(opacity=0);
    display: none;
}
.zuopin-box .zuopin-text h2{
    font-size: 25px;
    color: #fff;
    font-family: '微软雅黑';
    font-weight: 400;
    padding-bottom: 40px;
}
.zuopin-box .zuopin-text .text-box{
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 145px;
}
.zuopin-box .zuopin-text p{
    color: #fff;
    line-height: 25px;
    padding:20px 0;
}
.team-box {
    padding-bottom: 43px;
}
.team-box .zxdoc{
    width: 480px;
    height: 448px;
    background:#f8b551;
    float: left;
    position: relative;
    color: #fff
}
.team-box .zxdoc h1{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    padding-bottom:40px;
    font-family: '微软雅黑';
}
.team-box .zxdoc .zxdocbox{
    padding:50px 40px 20px;
}
.team-box .zxdoc .p2{
    color: #fff;
    padding-top:30px;
    line-height: 25px;
}
.team-box .zxdoc .p3{
    position: absolute;
    bottom: 30px;
}
.team-box .zxdoc .p3 a{
    border:1px solid #fff;
    color: #fff;
    padding:5px 20px;
}
.team-box .zxdoc .p3 a:hover{
    opacity: 0.7;
}
.team-box .team-item li{
    width: 240px;
    height: 224px;
    float: left;
    transition: all 0.25s linear 0.01s;
    display: block;
    overflow: hidden;
    position: relative;
}
.team-box .team-item li .team-hover{
    background: rgba(71, 187, 143, 0) none repeat scroll 0 0;
    color: #ffffff;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    padding: 0;
    opacity: 0
}
.team-box .team-item li:hover .team-hover {
    background: #f8b551 none repeat scroll 0 0;
    transform: scale(1);
    opacity: 10
}
.team-box .team-item .team-hover h3{
    font-weight: 400;
    font-size: 15px;
}
.team-box .team-item .hover-box{
    padding: 20px;
}
.team-box .team-item .hover-box .p1{
    padding-top: 5px;
    padding-bottom: 5px;
}
.team-box .team-item .hover-box .p3{
    position: absolute;
    bottom: 20px;
}
.team-box .team-item .hover-box .p3 a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.course-box{
    padding-bottom: 43px;
}
.course-box .course-left{
    width: 545px;
    height: 320px;
    float: left;
}
.course-box .course-left .flexslider{
    height: 320px;
}
.course-box .course-left .slides li {
    height: 320px;
}
.course-box .course-left .flex-control-nav .flex-active{
    background:#f8b551;
}

.course-box .more-a{
    padding-top: 20px;
    text-align: right;
    font-family: 方正兰亭细黑;
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: 4px;
}
.course-box .more-a:hover{
    opacity: 0.7;
}
.course-right{
    width: 640px;
    height: 320px;
    overflow: hidden;
}
.course-box .zja {
    width: 640px;
    float: right;
}
.course-box .zja li.content {
    transition: all 0.25s linear 0.01s;
    display: block;
    float: left;
    width: 148px;
    height: 320px;
    margin-right: 15px;
    float: left;
    position: relative;
    overflow: hidden;
}
.course-box .zja li.content:nth-child(4n+0){
    margin-right: 0;
}
.zja .doczl {
    // background: rgba(32,131,110,0.75) no-repeat 136px 5px;
    background: rgba(119,29,34,0.75) no-repeat 136px 5px;
    width: 50px;
    height: 100%;
    border: ;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    overflow: hidden;
}
.zja .doczl h3{
    width: 15px;
    line-height: 25px;
    float: right;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding-right: 20px;
    padding-top: 20px;
}
.zja .doczl .infos{
    display: none;
}

.zja .doczl .infos p{
    color: #fff;
    width: 15px;
    line-height: 20px;
    float: right;
    text-align: center;
}
.zja .doczl .infos ul{
    padding-top: 20px;
    padding-right: 60px;
}
.zja .doczl .infos ul li{
    float:right;
    display:inline;
    margin-left:8px;
    width:13px;
    height:100%;
    font-size:13px;
    text-align: center;
    word-wrap:break-word;word-break:nomal;
    color: #fff
}

.zuopin-show{width: 100%;}
.XcontentBigpic{float: left;width: 681px;}
.XcontentBigpic img{width: 100%;height: 399px;}
.XcontentPic{float: right;width: 519px;}
.XcontentPic li{float: left;display: block;}
.XcontentPic li img{width: 173px;height: 133px;cursor: pointer;}