@font-face {
    font-family: "FZYS";
    src: url(../css/FZYS.TTF);
}
@font-face {
    font-family: "FZLTDH";
    src: url(../css/FZLTDH.ttf);
}
@font-face {
    font-family: "FZLTZH";
    src: url(../css/FZLTZH_GBK.TTF);
}

.NextDisabled {
    box-sizing: content-box;
}
.this-page {
    box-sizing: content-box;
}
.PrevDisabled {
    box-sizing: content-box;
}
#box{
    position: absolute;
    z-index: 2;
    /* left: 50%; */
    /* margin-left: 50px; */
    width: 100%;
}
/* è???’-??? */
.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* margin-top: 10px; */
    height: 730px;
}

.banner .banner-switchers {
    width: 100%;
    bottom: 47%;
    position: absolute;
    z-index: 99;
}

.banner .banner-switchers .banner-switcher {
    display: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-switchers .next {
    float: right;
    margin-right: 5%;
}

.banner-switchers .prev {
    float: left;
    margin-left: 5%;
}

.banner:hover .banner-switchers .next,
.banner:hover .banner-switchers .prev {
    display: block;
}

.banner-switcher img {
    width: 10px;
    height: 30px;
    margin: 12px 20px;
}

.banner-main-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 730px;
}

.banner .banner-main-content .content-list li a img {
    width: 100%;
    height: 730px;
    position: relative;
}
/* header */
.header {
    height: 190px;
    background-color: rgba(76, 76, 76, 0.4);
}

.header>div {
    height: 100%;
}

.header .w-1280 {
  height: 100%;
}
/* logo*/
.logo {
    position: absolute;
    margin-top: 36px;
    z-index: 2;
}
.logo p{
    color: #fff;
    font-family: "FZYS";
}
.logo-title{
    margin-top: 5px;
    margin-left: 8px;
}
.logo .p-28{
    font-size: 28px;
}
.logo .p-18{
    font-size: 18px;
    margin-top:5px;
}
/* ????′￠??? */
.search {
    position: relative;
    float: right;
    margin-top: 4%;
}

.search .search-text {
    width: 165px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
    padding-right: 13px;
    border-radius: 15px;
    background: rgba(72, 72, 72, 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;
}

/* ?ˉ?è?a??? */
.nav {
    /* box-shadow: 0px 2px 23.65px 0.35px rgba(0, 0, 0, 0.26); */
    margin-top: -65px;
}

.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: block;
    text-align: center;
    position: relative;
    float: left;
    padding: 0 32px;
}

.nav .w-1280>ul>li>a {
    color: #fff;
    font-size: 20px;
    line-height: 65px;
    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;
    margin-left: -32px;
    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;
}
/* center */
.center{
    background: url(../img/center-bg.png) no-repeat bottom;
}

/* .main1 */
.main1{
    height: 350px;
    background-color: #fff;
    padding: 45px;
    box-shadow: 0px 3px 13px rgb(187, 187, 187);
    /* margin-top: -50px; */
    z-index: 2;
    position: relative;
    top: -80px;
}
.main1-img{
    width: 400px;height: 260px;
}
.main1-r{
    width: 62%;
}
.main1-title p{
    font-size: 25px;
    text-align: center;
    color: #0058ae;
    line-height: 35px;
    font-family: "FZLTDH";
}
.main1-title span{
    font-size: 15px;
    display: block;
    text-align: center;
    color: #0058ae;
    line-height: 35px;
    font-family: "FZLTDH";
}
.main1-p p{
    text-indent: 2em;
    font-size: 17px;
    color: #7d7d7d;
    line-height: 35px;
}
.main1-a{
    width: 110px;
    position: relative;
    left: 43%;
    top: 5px;
    background-color:#0058ae ;
}
.main1-a p{
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
/* ?????? */
.main2{
    background-color: #fafafa;
    /* background-image: url(../img/main_bg.png); */
    margin-top: -35px;
}
.introduce li{
    float: left;
    margin: 0 2%;
    width: 145px;
    margin-bottom: 20px;
}
.introduce li:nth-of-type(1){
    margin-left: 100px;
}
.introduce li div{
    margin-bottom: 15px;
}
.introduce li img{
    width: 140px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.introduce li p{
    font-size: 16px;
    color: #000000;
    width: 145px;
    text-align: center;
    font-family: "FZLTZH";
}
/* é�???￥?…??‘???�?§? */
.main3-wrapper .main3{
    margin-bottom: 40px;
}
.main3-wrapper{
    background: url(../img/tzgg-bg.png);
    padding: 10px 0 60px 0;
    position: relative;
}
.main3 .main-title p{
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
    font-family: "FZLTDH";

}
.main3 .main-title em{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "FZLTZH";

}
.main3 .main-title p:after{
    color: #fff;
}
.main3 .main-title p:before{
    background: #fff;
}
.main3-ul ul li{
    width: 290px;
    height: 320px;
    float: left;
    background: #fff;
    padding: 25px;
    margin-right: 40px;
    margin-top: 20px;
}
.main3-ul ul li:nth-of-type(1){
    /* margin-top: 0; */
}
.main3-ul ul li:nth-of-type(2){
    /* margin-right: 0px; */
    /* margin-top: 0; */
}
.main3-ul ul li:nth-of-type(4){
    margin-right: 0px;
}
.main3-ul ul li .main3-img{
    width: 240px;
    height: 135px;
    margin-bottom: 10px;
}
.main3-ul ul li .main3-img img{
    width: 240px;
    height: 135px;
}
/* .main3-ul ul li .main3-p p{
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.main3-ul ul li .main3-p span{
    display: block;
    color: #7b7878;
    font-size: 14px;
    text-indent: 2em;
    line-height: 20px;
    margin-top: 5px;
} */
.main3-ul ul li .main3-time{
    text-align: center;
    background-color: #f8b551;
    /* padding: 20px 12px; */
    /* border-right: 1px solid #bfbfbf; */

}
.main3-ul ul li .main3-time p{
    display: block;
    color: #fff;
    width: 60px;height: 32px;
    font-size: 25px;
    text-align: center;
    line-height: 32px;
    font-family: "FZYS";
}
.main3-ul ul li .main3-time span{
    display: block;
    width: 60px;height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-family: "FZYS";
}
.main3-title{
    width: 70%;
    padding-top: 8px;
}
.main3-title p{
    font-size: 12px;
    color: #626262;
    line-height: 19px;
    font-family: "FZLTDH";
}
.main3-ul ul li:hover .main3-title p{
  
    color: #434343;
}
.main3-p{
    text-indent: 2em;
    font-size: 10px;
    margin-top: 10px;
    line-height: 19px;
    font-family: "FZLTZH";
color: #737373;
}
/* ?????1??§??? */
.main3-pointer{
	position: absolute;
	width: 1280px;
	bottom: 35px;
}
.main3-pointer ul{
	text-align: center;
}
.main3-pointer ul li{
	width: 15px;
	height: 15px;
    border-radius: 9px;
	background: #fff;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.main3-pointer ul .on{
	background: #cfa972;
}
/* ?????1??§?????“??? */
/*???????±??¤o */


/* ???é￠? */
.common_title {
    margin-bottom: 20px;
    /* border-bottom: solid #e5e5e5 1px; */
    margin-top: 20px;
    background: url(../img/hx.png) no-repeat 295px center;
}

.common_title p {
    display: inline-block;
    font-size: 25px;
    color: #0058ae;
    font-family: "FZLTDH";

}

.common_title em {
    display: inline-block;
    font-size: 15px;
    color: #0058ae;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: "FZLTZH";
    /* font-style: italic; */
}

.common_title a {
    float: right;
    font-size: 12px;
    color: #cccccc;
    line-height: 30px;
    font-family: "FZLTZH";
}

.common_title a span {
    font-size: 12px;
    color: #9b9b9b;
    display: inline-block;
    width: 10px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    /* margin-left: 5px; */
    position: relative;
    top: 0px;
}
.main4{
    background: url(../img/main4-bg.png) no-repeat center;
}
.main4-div{
    width: 620px;
}
/*èμ??o??…±?o???—è?¨ */

.news-right li a .fl span {
    font-size: 12px;
    color: #fff;
    background: #0058ae;
    line-height: 25px;
    /* padding: 0 8px; */
    text-align: center;
    display: block;
    font-weight: bold;
    width: 80px;
    padding-bottom: 5px;
    font-family: "FZLTZH";

}


.news-right li a .fl p {
    background: #0058ae;
    color: #fff;
    line-height: 45px;
    font-size: 40px;
    display: block;
    width: 80px;
    text-align: center;
    border-top: none;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: "FZYS";

}
.news-right li:hover a .fr {
    /* color: #007975; */
    font-weight: 600;
}
.news-right li {
    /* float: left; */
    transition: all .3s;
    height: 120px;
    padding: 20px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgb(179,179,179);
}

.news-right li:nth-child(even) {
    xmargin-left: 2%;
}
/* .news-right li:nth-of-type(1) {
    padding-top: 0;
} */
.news-right li:nth-of-type(3) {
    margin-bottom: 0;
}

.news-right li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px rgb(0, 88, 174);

}

.news-right li a {
    display: block;
}
.notice-title{
    width: 83%;
}
.news-right li .notice-title p {
    font-size: 15px;
    color: #5f5f5f;
    border-left: 3px solid #5f5f5f;
    padding-left: 10px;
    margin-top: 5px;
    font-family: "FZLTDH";

}
.news-right li .notice-title span {
    font-size: 12px;
    color: #9c9c9c;
    width: 100%;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    margin-top: 5px;
    line-height: 20px;

}
.news-right li:hover .notice-title p {
}


/* footer */
.footer{
    background: url(../img/footer-bg.png) no-repeat  ;
    margin-top: 25px;
}
.h140{
    height: 140px;
}
.yqlj{
    display: table;
    margin: 0 auto;
}
.yqlj select{
    border: none;
    text-align: center;
    text-align-last: center;
    padding-right: 30px;
    width: 278px;
    margin: 50px 50px;
    height: 45px;
    color: #b2b2b2;
    font-size: 18px;
}
.yqlj .select1{
    background: url(../img/lj.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;
    margin-bottom: 5px;
}
.footer_code ul li {
    margin: 0 8px;
    float: left;
    transition: all .5s;
}
/* ?o?é?¨ */
.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;
}