*{
    margin: 0;
    padding: 0;
    border-style: none;
    list-style: none;
    text-decoration: none;
    font-family: '微软雅黑';
}
.clearFix::after{
    content: '';
    display: block;
    clear: both;
}
.my-width{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* 头部 */
.my-top{
    width: 100%;
    min-width: 1400px;
    height: 219px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 9;
    
    background: url('../images/my-top.png');
}
.my-t-1{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.my-one{
    width: 100%;
    height: 123px;
    margin: 0 auto;
}
.my-logo1{
    width: 389px;
    height: 74px;
    float: left;
    display: block;
    margin-top: 49px;
}
.my-sos{
    width: 364px;
    height: 50px;
    float: right;
    margin-top: 67px;
    margin-right: 83px;
}
.my-sos input{
    width: 256px;
    height: 50px;
    float: left;
    font-size: 14px;
    padding-left: 18px;
    background: url('../images/my-sos.png')
}
.my-sos button{
    width: 90px;
    height: 50px;
    color: #fff;
    float: right;
    font-size: 18px;
    text-align: center;
    background: #d09e47;
}
.my-sos input::-webkit-input-placeholder{
    color: #fff;
}
.my-sos input:-ms-input-placeholder{  
    color: #fff;        
}
/* 导航 */
.my-navs{
    width: 1300px;
    margin: 0 auto;
    margin-top: 46px;
}
.my-navs li{
    width: 130px;
    float: left;
}
.my-navs li a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
/*  二级导航*/
.z-box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    top: 219px;
    z-index: 9;
}
.z-hk{
    width: 130px;
    /* float: left; */
    text-align: center;
    /* position: absolute; */
    display: none;
    margin-top: 26px;
}
.z-hk a{
    width: 130px;
    height: 54px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    background: url('../images/my-two.png');
}
.zhk1{
    left: 130px;
}
.zhk2{ 
    left:260px;
}
.zhk3{
    left:390px;
}
.zhk4{
    left:520px;
}
.zhk5{
    left:650px;
}
.zhk6{
    left:780px;
}
.zhk7{
    left:910px;
}
.zhk8{
    left: 1040px;
}
.zhk9{
    left: 1170px;
}
.z-hk  p{
    width: 130px;
    height: 54px;
    font-size: 18px;
    color: #fff;
}
.z-hk  p:hover a{
    background: #d09e47;
}
/* 大图轮播 */
.my-banner1{
    width: 100%;
    height: 767px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.my-banner1 .scollimg{
    width: 100%;
    height: 767px;
    position: relative;
}
.my-banner1 .scollimg img{
    position: absolute;
    width: 100%;
    min-width: 1400px;
    height: 767px;
    top: 0;
    left: 0;
}
.my-banner1 .btn{
    width: 100%;
    height: 62px;
    position: absolute;
    left: 0;
    top: 441px;
    z-index: 3;
}
.my-banner1 .btn  img{
    width: 62px;
    height: 62px;
    display: block;
}
.my-banner1 .btn #btnleft{
    position: absolute;
    top: 0;
    left: 260px;
}
.my-banner1 .btn #btnright{
    position: absolute;
    top: 0;
    right:260px;
}
.my-banner1 .item{
    position: absolute;
    bottom: 90px;
    right: 23%;
    width: 130px;
    height: 20px;
    margin: 0 auto;
    font-size: 16px;
}
.my-banner1 .item span{
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}
.my-banner1 .item span:hover{
    cursor: pointer;
}
/* 内容 */
.my-content{
    width: 100%;
    margin: 0 auto;
    min-width: 1400px;
    background: url('../images/my-bj.jpg') no-repeat;
}
/* 内容一 */
.my-cot-1{
    width: 1270px;
    height: 412px;
    margin: 0 auto;
    /* margin-top: -73px; */
    position: relative;
    top: -73px;
    z-index: 3;
    overflow: hidden;
    background: url(../images/my-img-1.jpg)
}
.my-title-1{
    width: 351px;
    margin: 0 auto;
    margin-top: 36px;
    position: relative;
}
.my-border1{
    position: absolute;
    top: 19px;
}
.my-title-1 h1{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.my-title-1 span{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.my-1-left{
    width: 312px;
    height: 234px;
    float: left;
    margin-left: 41px;
    margin-top: 10px;
    overflow: hidden;
}
.my-1-left img{
    width: 312px;
    height: 234px;
    display: block;
    transition: all 1.2s ease;
}
.my-1-left:hover img{
    transform: scale(1.1);
}
.my-1-right{
    width: 805px;
    float: right;
    margin-top: 86px;
    margin-right: 55px;
}
.my-1-uls{
    height: 115px;
}
.my-1-uls li{
    float: left;
    width: 374px;
}
.my-1-uls li:first-of-type{
    margin-right: 53px;
}
.my-r-1{
    width: 70px;
    height: 70px;
    float: left;
    background: #ce4905;
}
.my-r-1 h1{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.my-r-1 span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.my-r-2{
    width: 288px;
    float: right;
    margin: 0 auto;
}
.my-r-2 h1{
    font-size: 18px;
    color: #fff;
}
.my-r-2 p{
    width: 287px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
.my-more-1{
    width: 176px;
    height: 46px;
    margin-top: 52px;
    margin-left: 132px;
    background:#ce4905;
}
.my-more-1 a{
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
}
/* 内容二 */
.my-cot-2{
    width: 1400px;
    height: 256px;
    margin: 0 auto;
}
.my-c2{
    width: 655px;
    height: 256px;
    float: left;
}
.my-title-2{
    width: 480px;
    height: 51px;
    background: url('../images/my-img1.png') no-repeat;
}
.my-title-2 h1{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 51px;
    margin-left: 27px;
}
.my-title-2 span{
    font-size: 16px;
    color: #fff;
}
.my-c2 img{
    float: left;
}
.my-2-two p{
    width: 370px;
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
}
.my-2-two p a{
    font-size: 14px;
    color: #333333;
}
.my-2-two{
    margin-top: 30px;
}
.my-2-two:hover p{
    color: #ce4905;
}
.my-c2-2{
    width: 655px;
    height: 256px;
    float: right;
}
/* 内容三 */
.my-cot-3{
    width: 1400px;
    height: 371px;
    margin: 0 auto;
    margin-top: 200px;
}
.my-3-1{
    float: left;
}
.my-3-2{
    margin-left: 99px;
    margin-right: 99px;
}
.my-3-uls {
    margin-top: 20px;
}
.my-3-uls li{
    height: 35px;
}
.my-3-uls li p{
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
}
.my-3-uls li span{
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}
.my-3-text{
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
}
.my-3-text h1{
    color: #ce4905;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.my-3-text p{
    font-size: 18px;
    text-align: center;
    color: #ce4905;
}
.my-3-uls li:hover p{
    color: #ce4905;
}
.my-3-uls li:hover span{
    color: #ce4905;
}
.my-img-7{
    display: block;
    width: 400px;
    height: 110px;
    overflow: hidden;
}
.my-img-7 img{
    width: 400px;
    height: 110px;
    display: block;
    transition: all 1.2s ease;
}
.my-img-7:hover img{
    transform: scale(1.1);
}
/* 内容四 */
.my-cot-4{
    width: 100%;
    min-width: 1400px;
    height: 553px;
    margin: 0 auto;
    margin-top: 105px;
    overflow: hidden;
    background: url('../images/my-bj-4.jpg')  no-repeat;
}
.my-4{
    width: 1400px;
    margin: 0 auto;
}
.my-4-text1 h1{
    font-size: 24px;
    color: #ce4905;
    text-align: center;
    margin-top: 43px;
    font-weight: normal;
}
.my-4-text1 p{
    font-size: 18px;
    color: #ce4905;
    text-align: center;
    margin-top: 13px;
}
.my-banner-2{
    width: 1400px;
    height: 216px;
    margin: 0 auto;
    margin-top: 44px;
    position: relative;
    /* background: #d09e47; */
}
#wrapper {
    width:1245px;
    height: 216px;
    position:relative;
    overflow:hidden;
    margin:0 auto; 
    margin-top: 15px;
} 
#carousel {
    width:1245px;
    height: 216px;
}
#carousel li {  
    width: 288px;
    height: 216px;
    overflow:hidden;
    float:left;
    position:relative;
    margin-right: 36px;

}
#carousel li img {
    width: 288px;
    height: 216px;
    display:block;
}
.cx-opbtn{
    position: relative;
    top:-131px;
}
.cx-opbtn img{
    width:47px;
    height:47px;
    display:block;
    cursor:pointer;
}
.cx-opbtn #prev {
    float: left;
    position: relative;
    left: 0px;
}
.cx-opbtn #next {
    float:right;
    position:relative;
    right:0px;
}
.caroufredsel_wrapper{
    width:1245px !important;
}
.my-btn{
    width: 1258px;
    height: 76px;
    margin: 0 auto;
    margin-top: 57px;
    border-radius: 20px;
    background: #ce4905;
}
.my-btn a{
    width: 170px;
    margin: 0 auto;
    display: block;  
    overflow: hidden;
}
.my-btn span{
    float: left;
    display:block;
    font-size: 24px;
    color: #fff;
    line-height: 76px;
}
.my-btn img{
    float: right;
    display:block;
    margin-top: 20px;
}
/* 底部 */
.my-footer{
    width: 100%;
    min-width: 1400px;
    height: 332px;
    overflow: hidden;
    background: #747474;
}
/* 友情链接 */
.my-links{
    width: 1400px;
    margin: 0 auto;
    margin-top: 42px;
}
.my-links h1{
    font-size: 16px;
    color: #fff;
    float: left;
    margin-right: 15px;
}
.my-links select{
    width: 200px;
    height: 20px;
    float: left;
    margin-right: 8px;
    border: 1px solid #ababab;
}
.my-back{
    float: right;
}
.my-back a{
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
}
.my-back img{
    float: right;
    display: block;
    margin-left: 10px;
}
.my-ft-2{
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    margin-top: 51px;
    border-bottom: 1px solid #ffffff;
}
.my-l2{
    float: left;
    width: 389px;
    height:74px;
    display: block;
}
.my-lx{
    float: left;
    margin-left: 49px;
    margin-top: 15px;
}
.my-lx p{
    font-size: 14px;
    color: #fff;
}
.my-lx img{
    margin-right: 5px;
}
.myp-1{
    float: left;
    margin-top: 13px;
}
.myp-1-1{
    margin-right: 28px;
}
.myp-1-1{
    margin-top: 5px;
}
.my-ft-3{
    width: 1400px;
    height: 119px;
    margin: 0 auto;
}
.my-ft-3 p{
    float: left;
    line-height: 119px;
    margin-right: 16px;
}
.my-ft-3 p a{
    font-size: 14px;
    color: #fff;
}
.my-t1{
    font-size: 14px;
    color: #fff;
}
/* 学校新闻 */
.my-center{
    width: 1400px;
    margin: 0 auto;
    margin-top: 76px;
}
/* 左边块 */
.my-n-left{
    width:224px;
    min-height:167px;
    float: left;
    background: #faf5ee;
    border: 1px solid #e9953a;
}
.my-n-list1{
    width: 100%;
    margin: 0 auto;
}
.my-n-list1 li{
    width: 224px;
    height: 58px;
    border-bottom: 1px dashed #d7d2c6;
}
.my-n-list1 li:last-of-type{
    border-bottom:none;
}
.my-n-list1 h1{
    color: #333333;
    font-size: 16px;
    margin-left: 29px;
    line-height: 58px;
    font-weight: normal;
}
/* 右边块 */
.my-n-right{
    width: 1099px;
    min-height: 500px;
    float: right;
    background: #fff;
    margin-bottom: 50px;
    border: 1px solid #e9953a;
}
.my-n-r1{
    width: 100%;
    height: 51px;
    background: #e9953a;
}
.my-n-r1 img{
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 17px;
}
.my-n-r1 h1{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 51px;
    font-weight: normal;
}
.my-n-w{
    float: right;
    font-size: 16px;
    color: #fff;
    margin-right: 21px;
    line-height: 51px;
}
.my-n-w  a{
    font-size: 16px;
    color: #fff;
}
.my-n-uls{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #faf5ee;
    min-height: 500px;
    height: auto;
}
 
    
/* 学校简介 -》 文字样式 */
.my-n-text1{
    width: 1027px;
    margin: 0 auto;
    color: #333333; 
    font-size: 14px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* 学校新闻 -》列表样式 */
.my-n-uls ul{
    width: 1060px;
    margin: 0 auto;
    margin-top: 15px;
}
.my-n-uls li{
    height: 51px;
    border-bottom: 1px dashed #d3d3d3;
}
.my-n-ls p{
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 51px;
}
.my-n-uls span{
    color: #333333;
    font-size: 16px;
    float: right;
    line-height: 51px;
}
.my-n-uls li:last-of-type{
    border-bottom: none;
}
.my-n-uls li:hover p{
    color: #fdbb28;
}
.my-n-uls li:hover span{
    color: #fdbb28;
}
/* 分页 */
.my-fy-1{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 68px;
}
.my-fy-1 p{
    width: 250px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.my-fy-1 p a{
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-left: 15px;
}
/* 新闻详情 */
.my-c-title{
    width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid #ececec;
}
.my-n-xq-1{
    width: 95%;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 55px;
    /* background: palegreen; */
}
.my-x-title{
    width: 100%;
    min-height: 109px;
    margin: 0 auto;
    border-bottom: 1px solid #f0efef;
}
.my-div1{
    float: left;
}
.my-div1 h1{
    color: #333;
    font-size: 22px;
    font-weight: normal;
}
.my-div1 p{
    color:#adadad;
    font-size: 14px;
    margin-top: 26px;
}
.my-div2{
    float: right;
}
.my-div2 p{
    color: #333333;
    font-size: 16px;
    margin-top: 11px;
}
.my-div2 p  a{
    color: #333333;
    font-size: 16px;
}
.my-x-text1{
    font-size: 18px;
    color: #333;
    line-height: 35px;
    margin-top: 27px;
}
.my-x-pz{
    margin-top: 50px;
    float: left;
}
.my-x-pz p{
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.my-x-pz p a{
    color: #333;
    font-size: 16px;
}
.my-x-pz p:hover a{
    color: #5ebfcd;
}
.my-fys1{
    margin-bottom: 30px;
}
/* 分享 */
.share-list h1{
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 21px;
    font-weight: normal;
}
.share-list{
    float: left;
    /* float: right;  */
    margin-top: 50px;
    margin-left: 50px;
}
.share-container{
    float: left;
}
.share-container li{
    position:relative;
    float:left;
    width:23px;
    height:23px;
    margin-left:5px;
    margin-top:20px;
}
.share-container li a{
    width: 100%;
    height: 23px;
    display: inline-block;
}
.share-container li a img{
    width:100%;
}
.wechat-share{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 9;
}
.bds_weixin:hover ~ .wechat-share{
    display:block;
}
.wechat-share img{
    width:100%;
}
/* 手机样式 */
.sj-top{
    display: none;
}
.h-block{
    display: none;
}
.sj-cots{
    display: none;
}
/* 手机轮播 */
.sj-banner-1{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
}
.sj-banner{
    width: 100%;
    height: 302px;
    position: relative;
    overflow: hidden;
}
.sj-banner .tagImg2 a{
    position: absolute;
    display: block;
    width:100%;
    height: 302px;
    top: 0;
    left: 0;
    object-fit: cover;
}
.item2{
    position: absolute;
    left: 0;
	right: 0;
	bottom: 0;
    bottom: 20px;
    width: 90px;
    height: 27px;
    margin:0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
}
.item2 span{
    width: 13px;
	height: 13px;
    display: inline-block;
    margin-right: 4px;
    margin-left: 7px;
    background: #fff;
    border-radius: 50%;
    margin-top: 8px;
}
.item2 span:hover{
    cursor: pointer;
}
@media only screen and (max-width: 1600px){
    .my-banner1{
        height: 600px;
    }
    .my-banner1 .scollimg{
        height: 600px;
    }
    .my-banner1 .scollimg img{
        height: 600px;
    }
}


/* 调试 */
@media only screen and (max-width: 750px){
    .my-width{
        display: none;
    }
    .my-content{
        display: none;
    }
    .my-footer{
        height: 108px;
        min-width: 100%;
        background: #ef9b2d;
    }
    .my-links{
        display: none;
    }
    .my-ft-2 {
        display: none; 
    }
    .my-t1{
        display: none;
    }
    .my-ft-3{
        width: 58%;
      margin: 0 auto;
    }
    .my-ft-3 p{
        font-size: 16px;
        line-height: 108px;
    }
    .my-ft-3 p a{
        font-size: 16px;
    }
    .sj-top{
        width: 100%;
        height: 136px;
        display: block;
        margin: 0 auto;
        border-top: 6px solid #ef9b2d;
    }
    .sj-width{
        width: 90%;
        margin: 0 auto;
    }
    .my-logo2{
        width: 389px;
        height: 74px;
        float: left;
        display: block;
        margin-top: 24px;
    }
    .o-block{
        float: right;
        margin-top: 47px;
    }
    .h-block{
        width: 100%;
        display: block;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 141px;
        z-index: 3;
        transition: all 1.2s ease;
    }
    .h-block li{
        background: #fff;
        border-bottom: 1px solid #dfdfdf;
    }
    .h-block li a{
        display: block;
        text-align: center;
        font-size: 24px;
        color: #333;
        line-height: 55px;
    }
    .h-block li:last-of-type{
        border-bottom: none;
    }
    .sj-cots{
        display: block;
    }
    .sj-list1{
        width: 95%;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .sj-list1 li{
        float: left;
        width: 23%;
        height: 215px;
        /* height: 167px; */
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .sj-list1 li img{
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        transition: all 1.2s ease;
    }
    .sj-list1 li span{
        display: block;
        color: #313131;
        font-size: 27px;
        text-align: center;
        margin-top: 15px;
    }
    .sj-banner-1{
        display: block;
    }
}
@media only screen and (max-width: 720px){
    .my-ft-3{
        width: 60%;
    }
}
@media only screen and (max-width: 690px){
    .my-ft-3{
        width: 63%;
    }
}
@media only screen and (max-width: 660px){
    .my-ft-3{
        width: 65%;
    }
}
@media only screen and (max-width: 650px){
    .sj-list1 li{
        height: 190px;
     }
}
@media only screen and (max-width: 630px){
    .my-ft-3{
        width: 70%;
    }
}
@media only screen and (max-width: 590px){
    .my-ft-3{
        width: 75%;
    }
}
@media only screen and (max-width: 550px){
    .sj-list1{
        margin-top: 30px;
    }
    .sj-list1 li{
       height: 170px;
    }
    .sj-list1 li span{
        font-size: 18px;
    }
    .my-ft-3{
        width: 76%;
    }
}
@media only screen and (max-width: 540px){
    .my-ft-3 {
        width: 80%;
    }
}
@media only screen and (max-width: 530px){
    .my-ft-3 p{
        float: none;
        text-align: center;
        margin-top: 30px;
        line-height: 10px;
    }
}
@media only screen and (max-width: 470px){
    .my-logo2 {
        width: 328px;
    }
    .sj-banner{
        height: 220px;
    }
    .sj-banner .tagImg2{
        height: 220px !important;
    }
}
@media only screen and (max-width: 414px){
    .my-logo2{
        width: 300px;
        height: 65px;
    }
    .sj-list1 li{
        height: 133px;
    }
   
 
}
@media only screen and (max-width: 375px){
    .my-logo2 {
        width: 262px;
        height: 56px;
        margin-top: 35px;
    }
    .sj-banner{
        height: 230px;
    }
    .sj-banner .tagImg2{
        height: 230px !important;  
    }
    .sj-top{
        height: 110px;
    }
    .sj-list1{
        margin-top: 20px;
    }
    .sj-list1 li{
       height: 120px;
    }
  
    .my-logo2{
        margin-top: 27px;
    }
    .o-block {
        margin-top: 42px;
    }
    .h-block{
        top: 116px;
    }
    .h-block li a{
        font-size: 20px;
    }
    .my-ft-3{
        width: 100%;
    }
    .my-ft-3 p{
        float: none;
        text-align: center;
        line-height: 20px;
        margin-top: 20px;
    }
}


#tit-name{
	height:51px;
    background:#e9953a;
    padding-left:29px;
    color:#fff;
    line-height: 51px;
    font-size:16px;
}
.pasn{
	 width: 100%;
     height: 50px;
     background: #faf5ee;
}

/*图片页*/
  
.my-n-ls2 {
  width:1300px;
  height: 183px;
}
.my-n-ls2 li {  
  width:237px;
  height: 183px;
  overflow:hidden;
  float:left;
  position:relative;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 14px;
  margin-bottom: 14px

}
.bj-color{
  width:279px;
  height: 183px;
  overflow:hidden;
  position: absolute;
  top: 0;

}
.my-n-ls2 li img {
  width: 238px;
  height: 183px;
  display:block;
}

.litimg{
width:257px;height:175px;
}

.my-1-left .scollimg2{
    width: 100%;
    height: 234px;
    margin: 0 auto;
    overflow: hidden;
   position: relative;
} 
.my-1-left .scollimg2 .tagImg3{
    position: absolute;
    width: 312px;
    height: 234px;
    top: 0;
    left: 0;
    display: block;
}

.sendname{
	height: 51px;
    padding-left: 29px;
    color: #333;
    line-height: 51px;
    font-size: 16px;
    width: 195px;
}