@font-face {
    font-family: 'pf';
    src: url('./PingFang-SC-Regular.otf');
    font-weight: 100;
}



* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'pf';
    outline: none;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    background: #F5F3F2;
}
  .w1400 {

	margin: 0 auto;
}


/**
    这里是头部的样式
**/

.index_header {
    width: 100%;
    background: rgba(255, 247, 239, 0.78);
 /* overflow: hidden; */
    flex-direction: column;
    align-items: center;
}

.index_header .head_top {
    width: 1400px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
background: rgba(255, 247, 239, 0.78);
margin: 0 auto;
}

.index_header .head_top .timestap {
    font-size: 16px;
    color: #666666;
}

.index_header .head_top .tels {
    display: flex;
    align-items: center;
}

.index_header .head_top .tels .img5 {
    height: 40px;
    margin-left: 30px;
}

.index_header .head_top .tels .img4 {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.index_header .head_top .tels .img4>label {
    margin: 0 15px;
    font-size: 16px;
    color: #666666;
}

.index_header .head_top .tels .img4 span {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.index_header .head_top .tels .img3 {
    font-size: 16px;
    color: #C20A0A;
    font-weight: bold;
    margin-left: 7px;
}

.index_header .head_top .tels .img2 {
    margin-left: 20px;
}

.index_header .banner {
    width: 100%;
    height: 240px;
   overflow: hidden;
}

.index_header .banner img {
    width: 100%;
    height: 240px;

}

@keyframes myfirst {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.index_header .banner p.show {
    animation: myfirst .5s;
}

.index_header .navs {
    width: 100%;
    height: 70px;
    background: rgba(255, 247, 239, 0.78);
    box-shadow: 0 4px 5px 0 rgba(171, 8, 8, 0.23);
}

.index_header .navs .nav {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
margin: 0 auto;
    justify-content: space-between;
    background: rgba(255, 247, 239, 0.78);
    background: rgba(255, 247, 239, 0.78);
 
}

.index_header .navs .nav .left {
    display: flex;
    align-items: center;
    flex: 1;
}

.index_header .navs .nav .left p {
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.index_header .navs .nav .left p a {
    font-size: 18px;
    color: #333333;
}
.index_header .navs .nav .left p .boxs a{
    font-size: 18px;
}
.index_header .navs .nav .left p.active {
    background: url(../imgt/sanjiao.png) no-repeat bottom center;
}

.index_header .navs .nav .left p.active a {
    color: #9A1A1A;
    font-weight: bold;
}

.index_header .navs .nav .left p:hover a {
    color: #9A1A1A;
    font-weight: bold;
}

.index_header .navs .nav .right {
    width: 200px;
    height: 36px;
    border-radius: 18px;
    background: #d4d4d4;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_header .navs .nav .right input {
    background: none;
    outline: none;
    flex: 1;
    width: 100%;
    height: 100%;
}

.index_header .navs .nav .right img {
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
	margin-top: 4px;
}


/**
    这里是内容的样式
**/

.maibox {
    width: 100%;
    min-height: 2953px;
    background: 
        url(../imgt/bg2.png) top / 100% 2953px repeat-y, 
        url(../img/shortbg2.png) 0 2953px / 100% auto repeat-y;
    flex-direction: column;
    align-items: center;
}

.maibox .subBanner {
    width: 1400px;
    height: 123px;
    margin-top: 28px;
    margin: 0 auto;

}

.maibox .sipertbox {
    width: 1400px;
    height: 502px;
    background: #FFFFFF;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
margin: 0px auto;
}

.maibox .sipertbox .left {
    width: 840px;
    height: 502px;
    overflow: hidden;
}

.maibox .sipertbox .left .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.maibox .sipertbox .left .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.maibox .sipertbox .left .swiper-container .swiper-slide .slide-inner>img {
    width: 100%;
    height: 100%;
}

.maibox .sipertbox .left .swiper-container .swiper-slide .slide-inner>p {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 74px;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%);
    box-sizing: border-box;
    padding: 0 20px;
    align-items: center;
}

.maibox .sipertbox .left .swiper-container .swiper-slide .slide-inner>p>span {
    max-width: 60%;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.maibox .sipertbox .left .swiper-container .swiper-pagination {
    bottom: 0;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 20px;
}

.maibox .sipertbox .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c8c7c7;
    margin-right: 10px;
    opacity: 1;
}

.maibox .sipertbox .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffd117;
}

.maibox .sipertbox .right {
    width: 560px;
    height: 502px;
    background: url(../images/rbg1.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

.maibox .sipertbox .right .title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maibox .sipertbox .right .title>span:first-child {
    font-size: 20px;
    padding: 0 10px;
    font-weight: bold;
    color: #C20A0A;
    height: 100%;
    border-bottom: 3px solid #C20A0A;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
}

.maibox .sipertbox .right .title>span:last-child a {
    font-size: 16px;
    color: #CF9696;
    letter-spacing: 0;
}

.maibox .sipertbox .right .lists {
    width: 100%;
    height: auto;
}

.maibox .sipertbox .right .lists li {
    width: 100%;
    height: 55px;
	line-height: 55px;
    border-bottom: 1px dotted #ccc;
}

.maibox .sipertbox .right .lists li:last-child {
    border: none;
}

.maibox .sipertbox .right .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.maibox .sipertbox .right .lists li a:hover>span:first-child {
    color: #C20A0A;
    font-weight: bold;
}

.maibox .sipertbox .right .lists li a>span:first-child {
    font-size: 16px;
    color: #333333;
    width: 100%;
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
position: relative;

}

.lists li a span img {
position: absolute;
    right: 0;
    top: 37%;
}

.maibox .sipertbox .right .lists li a>span:last-child {
    font-size: 16px;
    color: #666666;
    flex-shrink: 0;
}

.maibox .sipertbox .right .lists li>a:last-child {
    border: none;
}

.maibox .notice {
    width: 1400px;
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
margin: 0px auto;
}

.maibox .notice .notice_box {
    width: 690px;
    height: 400px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 22px;
}

.maibox .notice .notice_box .title {
    width: 100%;
    height: 40px;
    background: url(../imgt/notice.png) no-repeat left center;
    border-bottom: 1px solid #D2BFBF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maibox .notice .notice_box .title>span:first-child {
    width: 139px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maibox .notice .notice_box .title>span:last-child a {
    font-size: 16px;
    color: #CF9696;
    letter-spacing: 0;
}

.maibox .notice .notice_box .lists {
    width: 100%;
    height: auto;
}

.maibox .notice .notice_box .lists li {
    width: 100%;
    height: 55px;
	line-height: 55px;
    border-bottom: 1px dotted #ccc;
}

.maibox .notice .notice_box .lists li:last-child {
    border: none;
}

.maibox .notice .notice_box .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.maibox .notice .notice_box .lists li a:hover>span:first-child {
    color: #C20A0A;
    font-weight: bold;
}

.maibox .notice .notice_box .lists li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 0px;
}

.maibox .notice .notice_box .lists li a>span {
position: relative;
}

.maibox .notice .notice_box .lists li a>span>img {
position: absolute;
    right: 0;
    top: 40%;
}

.maibox .notice .notice_box .lists li a>span:first-child {
    font-size: 16px;
    color: #333333;
    width: 100%;
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.maibox .notice .notice_box .lists li a>span:last-child {
    font-size: 16px;
    color: #666666;
    flex-shrink: 0;
}

.maibox .centerad {
    width: 1400px;
    height: 162px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
margin: 0px auto;
}

.maibox .centerad>div {
    width: 690px;
    height: 162px;
    overflow: hidden;
}

.maibox .centerad>div img {
    width: 100%;
    height: 100%;
}

.maibox .educ {
    width: 1400px;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
margin: 0px auto;
}

.maibox .educ .notice_box {
    width: 453px;
    height: 400px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    box-sizing: border-box;
}

.maibox .educ .notice_box .title {
    width: 100%;
    height: 60px;
    background: url(../imgt/babg.png) no-repeat left center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 20px;
}

.maibox .educ .notice_box .title>span:first-child {
    width: 120px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maibox .educ .notice_box .title>span:last-child a {
    font-size: 16px;
    color: #CF9696;
    letter-spacing: 0;
}

.maibox .educ .notice_box .lists {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.maibox .educ .notice_box .lists li {
    width: 100%;
    height: 55px;
	line-height: 55px;
    border-bottom: 1px dotted #ccc;
}

.maibox .educ .notice_box .lists li:last-child {
    border: none;
}

.maibox .educ .notice_box .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.maibox .educ .notice_box .lists li a:hover>span:first-child {
    color: #C20A0A;
    font-weight: bold;
}

.maibox .educ .notice_box .lists li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 0px;
}

.maibox .educ .notice_box .lists li a>span:first-child {
    font-size: 16px;
    color: #333333;
    width: 100%;
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.maibox .educ .notice_box .lists li a>span {
        position: relative;
}

.maibox .educ .notice_box .lists li a>span:last-child {
    font-size: 16px;
    color: #666666;
    flex-shrink: 0;
}

.maibox .cenad {
    width: 1400px;
    height: 161px;
    margin-top: 30px;
margin: 0 auto;
}

.maibox .cenad p {
    display: none;
}

.maibox .cenad img {
    width: 100%;
    height: 100%;
}

.maibox .szlj {
    width: 1400px;
    height: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
margin: 80px auto;
}

.maibox .szlj .jsbox {
    width: 100%;
    height: 390px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.maibox .szlj .jsbox .swiper-container {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 50px;
}

.maibox .szlj .jsbox .swiper-container .swiper-wrapper {
    height: 390px;
}

.maibox .szlj .jsbox .swiper-container .swiper-slide {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maibox .szlj .jsbox .swiper-container .slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maibox .szlj .jsbox .swiper-container .slide-inner>p:first-child {
    width: 164px;
    height: 234px;
    border-radius: 83px;
}

.maibox .szlj .jsbox .swiper-container .slide-inner>p:first-child img {
    width: 100%;
    height:100%;
	border-radius: 83px;
}

.maibox .szlj .jsbox .swiper-container .slide-inner>p:last-child {
    font-size: 18px;
    margin-top: 20px;
    color: #1A1A1A;
}

.maibox .szlj .jsbox .swiper-button-prev::after {
    display: none;
}

.maibox .szlj .jsbox .swiper-button-next::after {
    display: none;
}

.maibox .xyfc {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}

.maibox .xyfc {
    width: 1400px;
    height: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
margin: 0 auto;
}

.maibox .xyfc .jsbox {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.maibox .xyfc .jsbox .swiper-container {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 40px 50px;
}

.maibox .xyfc .jsbox .swiper-container .swiper-slide {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maibox .xyfc .jsbox .swiper-container .slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
}

.maibox .xyfc .jsbox .swiper-container .slide-inner>p {
    width: 300px;
    height: 206px;
}

.maibox .xyfc .jsbox .swiper-container .slide-inner>p img {
    width: 100%;
    height: 100%;
}

.maibox .xyfc .jsbox .swiper-button-prev::after {
    display: none;
}

.maibox .xyfc .jsbox .swiper-button-next::after {
    display: none;
}

.maibox .yqlj {
    width: 1400px;
    height: auto;
    margin-top: 30px;
margin: 0 auto;
}

.maibox .yqlj .top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.maibox .yqlj .top>span {
    font-size: 22px;
    color: #666666;
    letter-spacing: 2.2px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-right: 50px;
    cursor: pointer;
}

.maibox .yqlj .top>span.active {
    border-bottom: 3px solid #C20A0A;
    color: #C20A0A;
}

.maibox .yqlj .ljbox0 {
    width: 100%;
    height: 270px;
    background: #FFF;
    box-sizing: border-box;
   
    margin-top: 30px;
	padding: 20px 2px 20px 42px !important;
}



.maibox .yqlj .ljbox0 span {
    float: left;
    padding: 0px !important;
    line-height: 60px;
	width: 150px;
}

.maibox .yqlj .ljbox {
    width: 100%;
    height: 270px;
    background: #FFF;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 30px;
}



.maibox .yqlj .ljbox span {
    float: left;
    padding: 0 20px;
    line-height: 60px;
}

.maibox .yqlj .ljbox2 {
    width: 100%;
    height: 270px;
    background: #FFF;
    box-sizing: border-box;
    /* padding: 20px; */
    margin-top: 30px;
    padding: 0px 40px 0px 80px !important;
	position: relative;
}

.vido-left {
	position: absolute;
	top: 38%;
	left: 10px;
}

.vido-right {
	position: absolute;
	top: 38%;
	right: 10px;
}


.maibox .yqlj .ljbox2 span {
    float: left;
    /* padding: 0 20px; */
	padding: 0 !important;
    line-height: 55px;
    width: 160px;
}


.maibox .yqlj .ljbox span a {
    font-size: 16px;
    color: #7B7A77;
}

.maibox .yqlj .ljbox span a:hover {
    color: #C20A0A;
    font-weight: bold;
    text-decoration: underline;
}

.xyjj {
	width: 1400px;
	height: 450px;
	margin: 20px auto;
	background-color: #F6F6F4;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background: url(../imgt/xg.jpg) no-repeat;
	background-size: 100% 100%;
}

.xyjj-c {
	width: 90px;
	height: 190px;
	background: url(../imgt/titbg1.png) no-repeat;
	 writing-mode:vertical-rl;
	 line-height: 70px;
	 text-align: center;
	 margin-top: -26px;
}

.xyjj-c>span {
	font-size: 22px;
	color: #FFF;
}

.xyjj-l {
	width: 50%;
	margin-top: 50px;
}

.xyjj-l>p {
	width: 100%;
	text-indent: 2em;
	line-height: 30px;
	color: #666;
}
.xyjj-l>p:first-child {
	font-size: 20px;
	color: #1A1A1A;
	font-weight: 800;
        text-indent:0;
}

.xyjj-r {
	width: 38%;
}


/**
    这里是底部的样式
**/

  body {
   width: 100%;
}
@media screen and (max-width: 1024px) {
  body {
   width: 1900px;
}
}
.footer {
    width: 100%;
    height: 340px;
    background: url(../imgt/footer.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .content {
    width: 1400px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
margin: 0 auto;
}

.footer .content .right {
    height: 184px;
    display: flex;
    align-items: center;
}

.footer .content .right img {
    height: 184px;
    margin-left: 100px;
}

.footer .content .left {
    height: 280px;
    position: relative;
    width: 633px;
}

.footer .content .left p {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.footer .content .left p span {
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.footer .content .left p span img {
    margin-right: 10px;
}

.footer .content .left .foot1 {
    position: absolute;
    right: 200px;
    top: 120px;
}