* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}
@font-face {
    font-family: "FZLTZH";
    src: url(../css/FZLTZH_GBK.TTF);
}
.FZLTZH{
    font-family: "FZLTZH";
}
@font-face {
    font-family: "FZYS";
    src: url(../css/FZYANSJW_ZHONG.TTF);
}
.FZYS{
    font-family: "FZYS";
}
/* header */
.header {
    height: 210px;
    
}

.header>div {
    background: url(../img/header-bg.png) no-repeat right top;
    padding: 39px 0;
    height: 100%;
}

.header .w-1280 .logo-r {
    /* margin-top: 15px; */
    margin-left: 30px;
}

/* æœç´¢æ¡† */
.search {
    position: relative;
    float: right;
    margin-top: 14px;

}

.search .search-text {
    width: 165px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
    padding-right: 13px;
    border-radius: 15px;
    background: rgba(177, 173, 173, 0.4);
}
.search-text::-webkit-input-placeholder{
    color: rgb(194, 194, 194);
}
.search .search-btn {
    position: absolute;
    vertical-align: top;
    width: 40px;
    height: 30px;
    background: url(../img/se.png) no-repeat center;
    box-sizing: content-box;
    cursor: pointer;
    /* padding: 4px 9px; */
    right: 0;
    bottom: 0;
}


/* å¯¼èˆªæ  */
.nav {
    /* box-shadow: 0px 2px 23.65px 0.35px rgba(0, 0, 0, 0.26); */
    margin-top: -52px;
}

.nav .w-1280>ul {
    width: 100%;
    display: table;
    table-layout: auto;
    font-size: 18px;
    border-top: 1px solid #fff;
}

.nav .w-1280>ul>li {
    display: table-cell;
    text-align: center;
    position: relative;
}

.nav .w-1280>ul>li>a {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: block;
}

.nav .w-1280>ul>li:hover {
    background: #cfa972;
}

.nav .w-1280>ul>li:hover a {
    color: #fff;
}

.hasSub:hover .nav_ul_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.nav_ul_2 {
    position: absolute;
    min-width: 100%;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav_ul_2 li {
    background: rgba(0, 0, 0, .4);
    padding: 0 8px;
}

.nav_ul_2 li:hover {
    background: #d0bda3;
}

.hasSub .nav_ul_2 li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
/* bannerè½®æ’­å›¾ */
.banner ul li {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.banner ul li a img {
    display: block;
    width: 100%;
    height: 500px;
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}

.controls a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.previous {
    background: url(../img/left_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;

    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}

.next {
    background: url(../img/right_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;

    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}

.banner-cursor:hover .controls a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.banner-pagination {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align: center;
    left: 0;
}

.banner-pagination ul li {
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.banner-pagination .on {
    background: #cfa972;
}

/* é™¢ç³»æ–°é—»,é€šçŸ¥å…¬å‘Š  */
.center{
    background:url(../img/center_bg.png) no-repeat center;
}

.w815 {
    width: 815px;
}

.w435 {
    width: 435px;
}

.common_title {
    margin-bottom: 20px;
    /* border-bottom: solid #e5e5e5 1px; */
    margin-top: 20px;
    background: url(../img/title_bg.png) no-repeat left center;
}

.common_title p {
    display: inline-block;
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
    padding-left: 50px;
/* border-left: 5px solid #007975;  */
}

.common_title p span {
    border-bottom: #009fee 6px solid;
    padding-bottom: 10px
}

.common_title em {
    display: inline-block;
    font-size: 15px;
    color: #888888;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: "FZLTZH";
    font-style: italic;
}

.common_title a {
    float: right;
    font-size: 14px;
    color: #1d1d1d;
    line-height: 25px;
}

.common_title a span {
    font-size: 12px;
    color: #9b9b9b;
    border: solid 1px #9b9b9b;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/* é™¢ç³»æ–°é—»å›¾ */
.study_notice {
    position: relative;
    width: 395px;
    height: 280px;
}

.study_notice .time {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(50, 177, 241, 0.8);
    width: 75px;
    height: 60px;
}

.study_notice:hover .time {
    background: rgba(227, 116, 38, 0.8);
}

.study_notice:hover {
    transition: all .3s;
    transform: translateY(-5px)
}

.time p {
    color: #fff;
    line-height: 37px;
    font-size: 29px;
    display: block;
    text-align: center;
    border-top: none;
    margin-bottom: 0;
}

.time span {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    text-align: center;
    display: block;
    font-weight: bold;
}

.news-img {
    width: 395px;
    height: 280px;
    overflow: hidden;
}

.news-img img {
    width: 395px;
    height: 280px;
    transition: all .2s;
}

.news-p {
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
}

.news-p .no-wrap {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

.notic_new li {
    display: block;
    padding-bottom: 15px;
    width: 100%;
    height: 45px;
    padding-left: 22px;
    border-bottom: #eee solid 1px;
    background: url(../img/blue_dian.png) no-repeat left;
}
.notic_new li a div p {
    color: #000000;
    line-height: 45px;
    font-size: 16px;

}

.notic_new li a div span {
    color: #7a7a7a;
    line-height: 45px;
    font-size: 16px;

}

.notic_new li :hover {
    transform: translateY(-2px);
    transition: all .3s;
    font-weight: bold;
}


.notic_new li {
    border-bottom: #989292 1px dashed;
}

.notic_new li:nth-of-type(4) {
    margin-bottom: 0;
    border-bottom: none;
}

/* é€šçŸ¥å…¬å‘Š */
.notice-right {
    margin-bottom: 0;
}
.notice-title{
margin-bottom: 15px;
}
.notice-right li {
    /* float: left; */
    transition: all .3s;
    border-bottom: solid 1px #eee;
    padding: 19px 0;
}
.notice-right li:nth-of-type(1){
    padding-top: 0;
}
.notice-right li:nth-child(even) {
    xmargin-left: 2%;
}

/* .notice-right li:nth-of-type(3) {
    margin-bottom: 0;
    border-bottom: none;
} */

.notice-right li:hover {
    transform: translateY(-5px);
}

.notice-right li a {
    display: block;
}

.notice-right li .notice-title p {
    font-size: 15px;
    color: #5f5f5f;
    border-left: 4px solid #0c51ab;
    padding-left: 10px;
}

.notice-right li:hover .notice-title p {
    font-weight: bold;
    color: #000000;
}

.notice-right li a .fl span {
    font-size: 14px;
    color: #fff;
    background: #0c51ab;
    line-height: 25px;
    /* padding: 0 8px; */
    text-align: center;
    display: block;
    font-weight: bold;
    width: 75px;
    height: 25px;
    font-family: "FZYS";

}


.notice-right li a .fl p {
    background: #009fee;
    color: #fff;
    line-height: 55px;
    font-size: 40px;
    display: block;
    width: 75px;
    height: 55px;
    text-align: center;
    border-top: none;
    margin-bottom: 0;
    font-family: "FZYS";
}

.notice-right li a .fr {
    font-size: 14px;
    color: #9c9c9c;
    width: 345px;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    margin-top: 6px;
}

.notice-right li:hover a .fr {
    /* color: #007975; */
    font-weight: 600;
}
/* ä¸“ä¸šä»‹ç» */
.main{
    background-color: #fafafa;
    background-image: url(../img/main_bg.png);
    margin-top: 15px;
}
.introduct li{
    float: left;
    margin: 0 4%;
    margin-bottom: 20px;
}
.introduct li:nth-of-type(1){
    margin-left: 100px;
}
.introduct li div{
    margin-bottom: 15px;
}
.introduct li img{
    width: 140px;
    height: 140px;
    display: table-cell;
    vertical-align: c;
    vertical-align: middle;
    text-align: center;
}
.introduct li p{
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-family: "FZLTZH";
}
/* é£Žé‡‡å±•ç¤º */
.fc-video{
    width: 490px;
    height: 315px;
    position: relative;
    background-color: #eee;
}
.fc-video video{
    width: 490px;
    height: 315px;
}
/* é£Žé‡‡å±•ç¤ºå³è¾¹ */
.fc-r{
    width: 770px;
    height: 315px;
    background-color: #eee;
}
/* æˆæžœå±•ç¤º */
.cgzs{
    width: 245px;
    height: 315px;
    background-color: #f8b551;
}

.fc-div {
    width: 245px;
    height: 165px;
    display: table;
}
.fc-div div{
    display: table-cell;
    vertical-align: middle;
    transition: all .3s;

}
.fc-div div:hover{
    transform: translateY(-5px);

}
.fc-div p{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: "FZLTZH";
    line-height: 40px;
}
.fc-div span{
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-family: "FZLTZH";
}

/* å¸ˆèµ„é˜Ÿä¼ */
.szdw{
    width: 280px;
    height: 315px;
    display: table;
    background: url(../img/szdw-bg.png);
}
.szdw div{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    background: rgba(0, 0, 0, .4);
}
.szdw div:hover{
    background: none;
}
.szdw div a{
    display: block;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
}
.szdw div p{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: "FZLTZH";
    line-height: 40px;
    margin-top: 50%;
    transition: all .3s;
}
.szdw div:hover p{
    transform: translateY(-5px);
}
/* æŠ€èƒ½å¤§èµ›,å­¦ç”Ÿé£Žé‡‡ */
.jnds{
    background-color: #b3d465;
    height: 158px;
}
.xsfc{
    background-color: #13b5b1;
    height: 157px;
}


/* footer */
.footer{
    background: url(../img/footer-bg.png) no-repeat  center 0px;
    margin-top: 25px;
}
.yqlj{
    display: table;
    margin: 0 auto;
}
.yqlj select{
    border: none;
    text-align: center;
    text-align-last: center;
    padding-right: 30px;
    width: 170px;
    margin: 30px 50px;
    height: 30px;
    color: #b2b2b2;
    font-size: 11px;
}
.yqlj .select1{
    background: url(../img/lj.png) no-repeat scroll right center transparent;
    background-color: #fff;
}
.yqlj .select2{
    background: url(../img/fw.png) no-repeat scroll right center transparent;
    background-color: #fff;
}
.yqlj select option{
    text-align: center;
}
select::-ms-expand{ display: none; }
select{
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.footer .detail{
    border-top: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.position p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.footer_code ul li {
    margin: 0 8px;
    float: left;
    transition: all .5s;
}
/* åº•éƒ¨ */
.footer_wb {
    background: #353535;
    padding: 8px 0;
}
.footer_wb p:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../img/wj.png) no-repeat;
    right: -50px;
    top: 5px;
}
.footer_wb p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: table;
    margin: 0 auto;
}