





/*====================================INDEX===========*/



.in-topbar{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #960012; 
	font-size: 16px; 
	color: #fff;
}

.in-topbar .in-topbar-left{
	float: left;
}
.in-topbar .in-topbar-left ul{
	padding: 0 20px;
	width: auto;
	overflow: hidden;
	margin-bottom: 0;
	background: #007652;
}
.in-topbar .in-topbar-left ul li{
	float: left;
	list-style: none;
	padding: 10px;
	font-size: 14px;
}

.in-topbar .in-topbar-left ul li:hover{color:#fff697}

.in-topbar .in-topbar-right{
	float: right;
	padding-top: 5px;
}
.in-topbar .in-topbar-right img{ background:#13b382; width:35px; height: 35px; border-radius: 50%;}




.in-topbar2{
	width:96%;
	max-width: 1700px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 1% 0;
	background: url(/style/images/top-bg.jpg) no-repeat right center
}


.in-topbar2 .search{
    border: 1px solid #f00;
    width: 26%;
    margin-left: 18%;
    height: 55px;
    border-radius: 5px;
	background: #fff;
}

.in-topbar2 .search input{width: 90%;background: none;line-height: 55px;height: 55px;}

.in-topbar2 .top-link{
	color: #bf0017;
	width: 140px;
	font-size: 15px;
}

.in-topbar2 .top-link a{
	color: #bf0017;
}

.top-search-box{
	position: relative;
	right: 0;
	color: #fff;
	z-index: 9999;
	width: auto;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.top-search-box .top-search{
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #fff;
    float: left;
    display: flex;
    align-items: center;
}
.top-search-box .top-search img{}










@media (max-width: 991px) {
	.in-topbar2 .top-link{display:none;}
	.top-search-box{display:none;}
	.in-topbar2 .search{margin-left:5%;    width: 45%;margin-top: 22px;height: 35px;}
	.in-topbar2 .search input{width:80%;line-height: 35px;height: 35px;}
	.in-topbar2{background:none;}
	
}


















/*===========in-center===========*/
.in-center{
	width:100%;
	margin: 4% auto 0;
	overflow: hidden;
	background: url(/style/images/in-bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 4%;
}


.in-news{
	width:29%;
	margin: 5px auto;
	overflow: hidden;
	float: left;
	box-shadow: 1px 0px 9px rgb(0 0 0 / 10%);
	padding: 3% 3% 3%;
	background: #fff;
}

.in-news .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-news .title .bt{
    font-size: 34px;
    color: #252525;
    line-height: 1;
}
.in-news .title .bt span{
    font-weight: bold;
}
.in-news .title .more{
    font-size: 20px;
    color: #555;
}
.in-news .title-line{
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 8%;
}
.in-news .title-line::after{
	content:	'';
	display: block;
	width:40px;
	height:6px;
	background:#cc0013;
	margin-top: -3px;
}
.in-news .info{
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 10%;
}

.in-news .info .bt{width: 100%;margin: auto;overflow: hidden;margin-top: 3%;}
.in-news .info .bt .date{
    width: 60px;
    height: 55px;
    background: #ae0524;
    color: #fff;
    border-radius: 10px 0 10px 0;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    float: left;
}
.in-news .info .bt .date span{
    font-weight: bold;
    display: block;
    font-size: 28px;
}
.in-news .info .bt .bt2{
    width: calc(100% - 80px);
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .info .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 8%;
    line-height: 1.5;
    color: #999;
}
.in-news .info .text span{
    color: #dc8998;
}
.in-news .info .pic{
    margin-top: 8%;
    border-radius: 8px;
    overflow: hidden;
}
.in-news .info .pic img{
    width: 100%;
}


























.in-dj{
	width:33%;
	margin: auto 3%;
	overflow: hidden;
	float: left;
	padding: 2% 1%;
}

.in-dj .title{
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-dj .title .bt{}
.in-dj .title .bt .bt-ch{
    color: #ae0524;
    font-size: 34px;
    line-height: 1;
}
.in-dj .title .bt .bt-ch span{
    font-weight: bold;
}
.in-dj .title .bt .bt-en{
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
.in-dj .title .more{
    FONT-SIZE: 18px;
}
.in-dj .title .more img{
	margin-left:10px;
}

.in-dj .dj-focus{
    margin: 8% 0;
}
.in-dj .dj-focus .dj-focus-title{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #555;
}
.in-dj .dj-focus .dj-focus-text{
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.in-dj .dj-focus .dj-focus-date{}

.in-dj .dj-list{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.in-dj .dj-list li{
    list-style: none;
    border-top: 2px solid #ebebeb;
    float: left;
    padding: 3% 0;
	width: 100%;
}
.in-dj .dj-list li .title{width: calc(96% - 100px);float: left;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;}
.in-dj .dj-list li .date{
    width: 100px;
    float: right;
    color: #999;
    text-align: right;
}


















.in-gg{
	width:30%;
	margin: auto;
	overflow: hidden;
	float: right;
	background: #b10015;
	padding: 2.5%;
}



.in-gg .title{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8%;
}

.in-gg .title .bt{
	width:calc(100% - 100px);
	float: left;
	display: flex;
	align-items: center;
}
.in-gg .title .more{
	width:100px;
	float: right;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}


.in-gg .title .bt::before{
	width:4px;
	height: 30px;
	background: #fff;
	content:'';
	display: inline-block;
	align-items: center;
	margin-right: 20px;
}


.in-gg .list{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 5%;
	margin-bottom: 5%;
}

.in-gg .list li{
    color: rgba(255,255,255,1);
    list-style: none;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    margin: auto;
    overflow: hidden;
    padding: 4% 0;
}
.in-gg .list li .bt{
    width: calc(100% - 60px);
    float: left;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.in-gg .list li .bt a{color:rgba(255,255,255,1)}
.in-gg .list li .bt a:hover{color:rgba(255,255,255,0.8)}

.in-gg .list li .date{
    width: 60px;
    text-align: right;
    float: right;
}








/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news .title .bt{font-size: 28px;}
	.in-dj .title .bt .bt-ch{font-size: 28px;}
	.in-dj img{}
}

@media (max-width: 1200px) {
	

}



@media (max-width: 991px) {
	
	.in-news{width:100%;padding: 5%;}
	.in-news .title .bt{font-size:24px;}
	.in-news .title .more{font-size:16px;}
	.in-news .title-line{    margin-top: 5%;}
	.in-news .info{    margin-top: 4%;}
	
	
	.in-dj{width:100%;margin: auto;padding: 5%;}
	.in-dj .title .bt .bt-ch{font-size:24px;}
	.in-dj .title .more{font-size:16px;}
	.in-dj .dj-focus .dj-focus-title{font-size:18px;}
	.in-dj .dj-list li .title{font-size:15px;}
	
	.in-gg{width:100%;padding: 5%;}
	.in-gg .title .bt{font-size:24px;}
	.in-gg .title .more{font-size:16px;}
	
}






















/*===========in-sfq===========*/
.in-sfq{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 5%;
}





@media (max-width: 991px) {
	.in-sfq{display:none;}
}













/*===========bottom===========*/	

.ldyl-footer{background:url(/style/images/bottom-bg.jpg) no-repeat center bottom;color: rgba(255,255,255,0.85);font-size: 16px;background-size: cover;}


.bottom-link{
	width:100%;
	margin: auto;
	overflow: hidden;
	color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}

.bottom-link .title{
	font-size: 17px;
	font-weight: bold;
	width: 150px;
	float: left;
}
.bottom-link .list{
	
display: flex;
	
width: calc(100% - 250px);
	
position: absolute;
	
left: 100px;
}
.bottom-link .list li{
	
list-style: none;
	
list-style-position: outside;
	
margin: 0 2%;
	
font-size: 16px;
}


.bottom-footer1{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2%;
} 

.bottom-footer1 .footer-info{
	width: 36%;
	float: left;
	text-align: left;
	list-style: none;
	list-style-position: outside;
	font-size: 15px;
	line-height: 2.25;
}


.bottom-footer1 .footer-info .info1{
    width: 52%;
    float: left;
    margin-top: 3%;
}
.bottom-footer1 .footer-info .info1 li{line-height: 2;font-size: 15px;}
.bottom-footer1 .footer-info .info1 li span{font-size:28px;color: rgba(255,255,255,1);}

.bottom-footer1 .footer-right{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.bottom-footer1 .footer-right ul{
    text-align: center;
}
.bottom-footer1 .footer-right ul li{
    list-style: none;
    font-size: 14px;
    line-height: 2.2;
}
.bottom-footer1 .footer-right ul li span{
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 3;
}


.bottom-footer1 .footer-info .info2{
    width: 43%;
    float: right;
    margin: auto;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-left: 5%;
}
.bottom-footer1 .footer-info .info2 li{ line-height: 2}
.bottom-footer1 .footer-info .info2 li span{font-size:24px; font-weight: bold;  line-height: 1.5}


.bottom-footer1 .footer-right .link{
    width: 260px;
    float: right;
    height: 55px;
    line-height: 55px;
    text-align: center;
    BORDER-BOTTOM:  rgba(255,255,255,0.3) 1px solid;
    BORDER-LEFT:  rgba(255,255,255,0.3) 1px solid;
    BORDER-TOP: rgba(255,255,255,0.3) 1px solid;
    BORDER-RIGHT:  rgba(255,255,255,0.3) 1px solid;
    margin: 3% 0;
}

.footer_sel {
    LINE-HEIGHT: 49px;
    HEIGHT: 51px;
	width:300px;
    margin: auto;
    COLOR: #fff;
    font-size: 16px;
    text-align: left;
    background: url(/style/images/bottom-ico-link.png)no-repeat left 20px #950012;
    padding-left: 30px;
    margin-bottom: 7px;
}






.bottom-footer2{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	padding-bottom: 20px;
}


.bottom-footer2 .bf-left{
    width: calc(100% - 150px);
    text-align: left;
    float: left;
} 

.bottom-footer2 .bf-right{
    width: 150px;
    float: right;
    text-align: right;
} 

.bottom-footer2 a{color:#fff;}








.bottom-footer3{
	width:100%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	padding-top: 20px;
}

.bottom-footer2 .list{
    width: 100%;
    margin: auto;
    overflow: hidden;
    float: left;
}

.bottom-footer3 .list ul{
    width: 100%;
    max-width: 380px;
    float: left;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}


.bottom-footer3 .list ul li{
    list-style: none;
    list-style-position: outside;
    font-size: 15px;
    color: rgba(255,255,255,1);
    line-height: 2;
}

.bottom-footer3 .list ul li a{
	color:#fff;
}


.bottom-footer3 .list ul li a:hover{
	color:rgba(255,255,255,0.8);
}



.bottom-footer3 .ico{
	float: right;
}







#scrollUp .btn::after{
	content:'回到顶部';
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
#scrollUp .btn::before{
	content:
	'TOP';
	width: 80px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 6px;
	display: block;
}
#scrollUp .btn-icon i{display:none;}







/*--------1440---------*/

@media (max-width: 1440px) {
	.bottom-footer1 .footer-right ul{padding-left:5px;}
	.bottom-footer1 .footer-right ul li span{font-size:16px;}
}

@media (max-width: 1200px) {
	.bottom-footer1{display:block;}
	.bottom-footer1 .footer-info{width:100%;margin-bottom: 2%; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2%}
	.bottom-footer1 .footer-right{width:100%; }
}

@media (max-width: 991px) {
	
	
	
	
#scrollUp .btn::after{
	content:'';
	display: none;
}
#scrollUp .btn::before{
	content:'TOP';
	display: none;
}
#scrollUp .btn-icon i{display:block;}

	
	.bottom-footer1{display: block;}
	.bottom-footer1 .footer-info{width:100%}
	.bottom-footer1 .footer-code{width:100%;display: flex;justify-content: space-evenly;margin-top: 3%;}
	.bottom-footer1 .footer-right{display: none;}
	.bottom-footer1 .footer-right .list{display:none}
	.bottom-footer1 .footer-info .info1{width:100%}
	.bottom-footer1 .footer-info .info2{width:100%;padding-left: 0%;border-left: none;border-right: none;border-top: 1px solid rgba(255,255,255,0.1);}
	
	
}












/*===========public===========*/

.w-1920{width:100%; max-width:1920px; margin: auto;}
.w-1600{width:100%; max-width:1600px; margin: auto;}
.w-1500{width:100%; max-width:1500px; margin: auto;}
.w-1470{width:100%; max-width:1470px; margin: auto;}
.w-1420{width:100%; max-width:1420px; margin: auto;}
.w-1400{width:100%; max-width:1400px; margin: auto;}
.w-1350{width:100%; max-width:1350px; margin: auto;}
.w-1200{width:100%; max-width:1200px; margin: auto;}


.font-blue{color:#036fb3}



@media (max-width: 1680px) {
	.w-1600{width:92%;}
}


@media (max-width: 1580px) {
	.w-1500{width:92%;}
}

@media (max-width: 1380px) {
	.w-1350{width:96%;}
	.w-1500{width:92%;}
}


@media (max-width: 1440px) {
	.w-1420{width:80%;}
	.in-news img{width:100%}
	.in-gg .list li{ }
	.in-gg .list li .bt{font-size:15px;}
	.in-gg .list li .date{font-size:15px;}
}

@media (max-width: 1200px) {
	.w-1200{width:96%;}
}


@media (max-width: 991px) {
	.w-1420{width:100%}
}














/*nei-top-menu*/

.nei-top-menu-box{width:100%;  background:url(/images/nei-top-menu-bg.jpg)repeat-x; height: 88px; position: relative;z-index: 9;    box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);}

.nei-top-menu{width:100%; height: 88px; overflow: hidden; background: url(/images/nei-top-menu-bg.jpg); }
.nei-top-menu .submenu{width:auto;text-align: center;float: right;}
.nei-top-menu .submenu li{float:left;  width:auto;text-align: center;margin: 0px 30px 0 0;list-style: none;}
.z-dh{float:left;line-height: 88px;color: #4a4a4a;font-size: 1.125em;margin-right: 10px;text-transform: uppercase;}
.z-dh img{ margin-right:10px;margin-left: 10px;}



.nei-top .tp img{width:100%}
.nei-top img{width:100%}

/*button*/
.button27 {
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.button27:hover{color: #9c0e00;
}
.button27 a{
	text-decoration: none;
	display: block;
	font-size: 18px;
	width: auto;
	text-align: center;
	float: right;
	line-height: 88px;
	color: #646464;
	margin: 0 15px;
}
.button27 a:hover{color: #9c0e00;}

.button27::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, -600%) rotate(30deg);
	transform: translate(-100%, -600%)  rotate(30deg);
	background-color: #9c0e00;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

}
.button27:hover::before{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}



/*--------1440---------*/

@media (max-width: 1440px) {
	.nei-top .about-top-text h2{ font-size:35px}
}

/*--------1024---------*/

@media (max-width: 1024px) {
	.nei-top .about-top-text h2{ margin: 20px 0 15px;font-size:30px}
	.nei-top .about-top-text h3{}
	
}






/*--------991---------*/
@media (max-width: 991px) {
	.nei-top-menu-box{height:50px;}
	.nei-top-menu{height:50px;}
	.nei-top-menu .submenu{display:none}
	.nei-top-menu .submenu li{width:90px;}
	.nei-top-menu .sim-button{line-height: 50px; font-size:14px; }
	
	.nei-top .about-top-text h2{display:none}
	.nei-top .about-top-text h3{display:none}
	.nei-top .about-top-text .line{display:none}
	
	.z-dh{line-height:50px; float: left;    font-size: 12px;}
	h1 {font-size: 20px;}
}































/*===========about===========*/
.about{
	width:100%;
	margin: 5% auto 5%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.about .title{
    color: #292926;
    margin-right: 7%;
}
.about .title .title1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.about .title .title1 span{
    display: block;
}
.about .title .title2{
    font-size: 24px;
    margin-top: 4%;
}
.about .title .title3{
    margin-top: 10%;
}


.about .info{}
.about .info .bt{
    color: #292926;
    font-size: 26px;
    font-weight: bold;
}
.about .info .bt span{display:inline-block;}
.about .info .text{
    border-top: 2px solid #4f4f4f;
    padding: 7% 0;
    margin-top: 5%;
    font-size: 17px;
    line-height: 2;
    text-align: justify;
	color: #292926;
}
.about .info .more{
	width:230px;
	height: 60px;
	border: 1px solid #cb0536;
	border-radius: 15px;
	text-align: center;
	color: #cb0536;
	font-size: 18px;
	line-height: 60px;
	float: right;
}
.about .info .more:hover{
	background:#cb0536;
	color:#fff;
}

/*--------2560---------*/

@media (min-width: 1920px) {
	
}


/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1366px) {
	
}

@media (max-width: 1280px) {
	.about .title .title1{font-size:48px;}
	.about .info .text{font-size:15px;}
}

@media (max-width: 991px) {
	.about{    flex-wrap: wrap;}
	.about .title .title1{font-size:30px;}
	.about .title .title2{    margin-top: 2%;}
	.about .title .title1 span{display:inline-block;}
	.about .title .title3{    margin-top: 3%;}
	.about .title .title3 img{width:100%}
	.about .info .bt{
    font-size: 20px;
    margin-top: 5%;
}
	.about .info .bt span{display: block;}
	.about .info .text{}
	.about .info .more{float:left;    width: 150px;    line-height: 40px;
    height: 40px;}
}









/*===========ab-leader===========*/
.ab-leader{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 5%;
}

.ab-leader .leader-redBG{
    width: 92%;
    margin: auto;
    overflow: hidden;
    background: #c00f30;
    float: left;
    position: relative;
    height: 550px;
}
.ab-leader .leader-info{
    position: absolute;
    z-index: 99;
    margin-top: 4%;
    overflow: hidden;
    width: 100%;
    max-width: 1500px;
}
.ab-leader .leader-info .ico{
    width: 220px;
    float: left;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
}

.ab-leader .leader-info .ico .circle{
	border: 2px dashed #fff;
    border-radius: 50%;
    padding: 5%;
	width:145px;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab-leader .leader-info .list{
    width: calc(98% - 220px);
    float: right;
    background: #fff;
    border-radius: 50px 0 0 0;
    box-shadow: 2px 3px 9px rgb(0 0 0 / 7%);
    margin: 10px;
    padding:6% 5%;
    font-size: 20px;
}



.ab-leader .leader-info .list .table th{
	color: #333;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #f1f1f1;
    padding: 10px 15px 20px;
    min-width: 120px;
}
.ab-leader .leader-info .list .table td{
	color: #333;
    border-top: none;
    line-height: 2.5;
    padding: 10px 20px;
    min-width: 150px;
}

/*--------1440---------*/

@media (max-width: 1440px) {
	.ab-leader .leader-info .list{font-size:16px;}
	.ab-leader .leader-info{max-width:100%;}
}


@media (max-width: 991px) {
	.ab-leader .leader-info{background: #c00f30;}
	.ab-leader .leader-info .ico{width:100%;font-size: 24px;}
	.ab-leader .leader-info .list{width:98%;font-size: 14px;margin:2% 1% 1%;border-radius: 40px 40px 0 0;}
	.ab-leader .leader-redBG{display:none}
	.ab-leader .leader-info{position:relative;}
	
	.ab-leader .leader-info .ico .circle{    width: 90px;  height: 90px;    }
	.ab-leader .leader-info .ico .circle img{    width: 40px; }
	
	.ab-leader .leader-info .list .table td{    min-width: 100px;line-height: 1.5;}
	.ab-leader .leader-info .list .table tr{    min-width: 100px;}
	.ab-leader .leader-info .list .table th{font-size: 16px;min-width: 100px;}
}









/*===========ab2===========*/
.about2{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(/style/images/ab2-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 6% 0;
}

.about2 .title{
    font-size: 26px;
    font-weight: bold;
}

.about2 .title img{margin-right:15px}

.about2 .text{
    font-size: 16px;
    margin-top: 4%;
    text-align: justify;
}

.about2 .text p{
    margin: 0 0 12px;
}



/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1280px) {
	.about2 .text{font-size:15px;}

}

@media (max-width: 991px) {
	.about2 .title{ font-size:24px;}
}














/*===========ab3===========*/
.about3{
	width:100%;
	margin: 8% 0 5%;
	overflow:hidden; 
	box-shadow: 6px 0px 20px rgb(0 0 0 / 10%);
}


.about3 .pic{
    width: 50%;
    overflow: hidden;
    float: left;
}
.about3 .pic img{
    width: 100%;
}
.about3 .info{
    width: 50%;
    float: left;
    padding: 6%;
}
.about3 .info .title{
    color: #292926;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4%;
}
.about3 .info .title span{
    display: block;
    font-weight: normal;
    font-size: 20px;
    margin-top: 5%;
}

.about3 .info .title img{margin-right:15px}

.about3 .info .text{
    margin-top: 5%;
    color: #505050;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}
.about3 .info .text li{
	list-style:none;
	font-size: 20px;
	line-height: 3;
}

.about3-right{float: right!important;}







/*--------1440---------*/

@media (max-width: 1440px) {
	.about3 .info .text li{font-size:16px;}
}

@media (max-width: 1280px) {
	

}

@media (max-width: 991px) {
	.about3 .pic{width:100%}
	.about3 .info{width:100%}
	.about3 .info .text li{line-height: 2;font-size: 15px;}
	.about3 .info .title{font-size:24px;}
}















.about4{
	width:100%;
	margin: auto;
	overflow: hidden;
}

.about4 .title{
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
}
.about4 .title span{
    display: block;
    font-size: 58px;
}


.mall-five-element{
	margin-top: 4%;
	}

.about4 .swiper-container {
        width: 100%;
        height: 622px;
        margin: 20px auto;
    }
.about4 .swiper-slide {
        text-align: center;
        font-size: 18px;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


.about4 .swiper-slide .text{width: 650px;height: 90%;background: #c00f30;position: absolute;z-index: 2;left: 0; bottom:0;color: #fff;text-align: left;padding: 6% 6% 3%;}
.about4 .swiper-slide .text h1{font-size: 24px;margin-top: 25px;margin-bottom: 20px;color: #fff;}
.about4 .swiper-slide .text h2{font-size: 32px;margin-top: 5px;font-weight: bold;color: #fff;}
.about4 .swiper-slide .text h2::after{content:'';display:block; width:40px; height:1px; background:#fff;margin-top: 30px;}
.about4 .swiper-slide .text h3{font-size: 16px;margin-top: 2em;text-align:justify;line-height: 2;color: #fff;}
.about4 .swiper-slide .tp{width:100%; overflow:hidden;margin: auto;height: 88%;position: relative;margin-bottom: 12%;}
.about4 .swiper-slide .tp img{width:auto; float: right; }


.about4  .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    top: auto;
    left: 650px;
    width: 80px;
    height: 74px;
    bottom: 0px;
    background: #f9a747;
    font-size: 2em;
    text-align: center;
    line-height: 70px;
    opacity: 1;
    color: #fff;
    }

.about4  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: auto;
    left: 730px;
    right: auto;
    width: 80px;
    height: 74px;
    bottom: 0px;
    background: #ededed;
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: 70px;
    opacity: 1;
    }


/*--------1440---------*/

@media (max-width: 1440px) {
	.about4 .title span{font-size:42px;}
}

@media (max-width: 1280px) {
	

}

@media (max-width: 991px) {
	.about4 .title{font-size:24px;}
	.about4 .title span{font-size:24px;}
	.about4 .swiper-slide .text{position:relative;width:100%}
	.about4 .swiper-slide{display:block;}
	.about4 .swiper-container{height:auto;}
	.about4 .swiper-slide .tp img{width:100%;}
	.about4 .swiper-slide .text h1{font-size:20px;margin-bottom: 0px;}
	.about4 .swiper-slide .text h2{font-size:20px;}
	.about4 .swiper-slide .text h3{font-size:15px;line-height: 1.75;}
}





.about5{
	width:100%;
	margin: 5% auto;
	overflow: hidden;
}
.about5 .title{
    width: 100%;
    margin: 5% auto;
    overflow: hidden;
    text-align: center;
}
.about5 .list{
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.about5 .list li{
    list-style: none;
    width: 25%;
    margin-bottom: 4%;
    text-align: center;
}


@media (max-width: 991px) {
	.about5 .title img{width:60%}
	.about5{margin:0 auto 5%}
	.about5 .list li img{width:100%}
	.about5 .list li{width:33.33%}
}






























/*===========news===========*/

/* 新闻列表----------------------------- */

.nei-title{width:100%;margin: auto;overflow: hidden;font-size: 26px;color: #000;margin-bottom: 2%;line-height: 1;margin-top: 6%;}
.nei-title span{display:block;font-size: 42px;font-weight: bold;text-transform: uppercase;margin-bottom: 1%;}
.nei-title img{ margin-left: 20px;}



/*新闻列表3*/

.news{width:100%;margin: auto;overflow: hidden;}
.news3{width:100%; margin: auto; overflow: hidden}
.news3 .title{width:100%; margin: auto; overflow: hidden; text-align: center; font-size: 1.5em; font-weight: normal;}
.news3 .title img{margin:auto; margin-top: 1em;}
.news3 .text{width:100%; margin: auto; overflow: hidden; font-size: 1.125em; line-height: 2.3em; margin-top: 5%;text-align:justify}
.news3 .text img{float:left; margin-right: 40px; margin-bottom: 20px;}
.news3 .list{width:100%; margin:auto; overflow: hidden; margin-top: 4%}
.news3 .list ul{width:100%; margin:auto; overflow: hidden}
.news3 .list ul li{width:30.33%; margin:auto 1.5%; overflow: hidden; float: left; text-align: center; background: url(/images/news3-line.jpg) no-repeat bottom center; padding-bottom: 20px; font-size: 1.25em; line-height: 2.2em;}
.news3 .list ul li img{display:block; margin: auto; margin-bottom: 1em;width:100%; max-width: 377px;}

.news3 .list2{width:100%; margin: auto; overflow: hidden;}
.news3 .list2 ul{width:100%; margin: auto; overflow: hidden}
.news3 .list2 ul li{width:100%; margin: auto; overflow: hidden;  padding: 3% 0}

.news3 .list2 ul li .tp{
        width: 32%;
        margin: auto;
        float: left;
        overflow: hidden;
        display-radio: 1;
        max-height: none;
        position: relative;
        padding-bottom: 20%;
    }
.news3 .list2 ul li .tp img{
    border-radius: 15px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}
.news3 .list2 ul li .info{width: 62%;float: right;}


.news3 .list2 ul li .info .title{width:100%;
 margin: auto;
 overflow: hidden;
 font-size: 24px;
 font-weight: normal;
 display: inline-block;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: left;
 margin-top: 2%;
 }
.news3 .list2 ul li .info .date{display:inline;float: left;color: #8b8b8b;font-size: 14px;width: 350px;vertical-align:middle;margin-top: 5%;}
.news3 .list2 ul li .info .date img{  margin-top: -3px;  margin-right: 8px;}
.news3 .list2 ul li .info .text{width:100%; margin:3% auto;
  overflow: hidden;
  color: #6f6f6f;
  line-height: 2em;
  font-size: 1.15em;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news3 .list2 ul li .info .more{
	width: 150px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	color: #fff;
	font-size: 1.15em;
	float: right;
	background: #e3052a;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	margin-top: 3%;
}


.news-gg-li{padding: 2% 0!important;}
.news-gg{width:100%!important; border-bottom: 1px solid #dcdcdc; padding-bottom: 3%}
.news-gg-date{margin-top:3%!important}


/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	


}

@media (max-width: 991px) {
	.nei-title{font-size: 22px;}
    .nei-title span{font-size: 24px;}
    .news3 .list2 ul li .info .title{font-size:17px;}
    .news3 .list2 ul li .info .date {font-size: 10px;}
    .news3 .list2 ul li .info .more {width: 100px;height: 26px;font-size: 1em;line-height: 25px;}
}















/*fenye*/
.fanye{width: 100%;float: left;margin-top: 2%;margin-bottom: 4%;text-align: center;font-size: 0.875em;}
.fanye-box{width:98%;float: none;text-align: center;line-height: 45px;margin: auto;}
.fanye-Previous{width: 98px;float:left;background: #fff;border: 1px solid #ccc;height: 45px;color: #666666;margin-right: 5px;}
.fanye-Next{width: 98px;float:left;background: #fff;height: 45px;color: #414040;margin-left: 5px;border: 1px solid #ccc;}
.fanye-Number{width: 45px;float:left;color: #414040;margin: 0 5px;background: #fff;border: 1px solid #ccc;}
.fanye-Number-current{width: 45px;float:left;color: #fff;background: #e3052a;margin: 0 5px;}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e3052a;
    border-color: #e3052a;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 14px 22px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #414040;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.pagination>li{
    display: inline-block;
}






/*--------图片列表---------*/

.tplist{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 5%;
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}



.tplist li{
    list-style: none;
    margin-right: 60px;
    width: calc((100% - 120px)/3);
    margin-bottom: 5%;
}
.tplist li:nth-child(3n){
	margin-right:0;
}
.tplist li .pic{
	overflow: hidden;
	padding-bottom: 66%;
	position: relative;
	width: 100%;
	float: right;
	margin: auto;
	background: #fff;
}
.tplist li .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.3s;
    opacity: 1;
}

.tplist li .title{
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 5%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #c80000;
    text-align: center;
}
.tplist li .title a{color:#fff}


.tplist li:hover .pic img { opacity: 0.75; transition: all 0.3s;}
.tplist li:hover .title a{color:#fff}



/*--------991---------*/
@media (max-width: 991px) {
	.tplist li{    
		margin-right: 30px;
    	width: calc((100% - 30px)/2);
	}
	.tplist li:nth-child(3n) { margin-right: 30px;}
	.tplist li:nth-child(2n) { margin-right: 0px;}
	.tplist li .title{font-size:16px}
	.pagination>li>a, .pagination>li>span {padding:6px 12px;}
}














/*--------教师列表---------*/

.teacher{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 5%;
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}



.teacher li{
    list-style: none;
    margin-right: 30px;
    width: calc((100% - 120px)/4);
    margin-bottom: 5%;
}
.teacher li:nth-child(4n){
	margin-right:0;
}



.teacher li .teacherbox{
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.teacher li .teacherbox .pic{
	overflow: hidden;
	padding-bottom: 142%;
	position: relative;
	width: 100%;
	float: right;
	margin: auto;
	background: #fff;
}
.teacher li .teacherbox .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.3s;
    opacity: 1;
}
.teacher li .teacherbox .info{
	position: absolute;
	z-index: 99;
	background: rgba(138,0,0,0.55);
	color: #fff;
	width:100%;
	bottom: 0;
	padding: 10% 10% 15%;
}

.teacher li .teacherbox .info .title{
    background: none;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    padding: 0;
    margin-bottom: 6%;
	border-left: 5px solid #fff;
	padding-left: 8%;
}
.teacher li .teacherbox .info .title span{
    display: block;
    font-size: 18px;
}
.teacher li .teacherbox .info .title::before{
}
.teacher li .teacherbox .info .text{
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 16px;
}

.teacher li .title{
    font-size: 26px;
    font-weight: bold;
    color: #2b2b2b;
    width: 100%;
    margin: 0;
    padding: 5%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.teacher li .title a{color:#2b2b2b}


.teacher li:hover .pic img { opacity: 0.75; transition: all 0.3s;}
.teacher li:hover .title a{color:#2b2b2b}



/*--------991---------*/
@media (max-width: 991px) {
	.teacher li{    
		margin-right: 30px;
    	width: calc((100% - 30px)/2);
	}
	.teacher li:nth-child(3n) { margin-right: 30px;}
	.teacher li:nth-child(2n) { margin-right: 0px;}
	.teacher li .title{font-size:16px}
	
	
	.teacher li .teacherbox .info{display:none;}
}















.weixin2{
    position: absolute;
    text-align: center;
    margin: auto;
    width: 42px;
    height: 42px;
    font-size: 12px;
    margin-top: -42px;
    margin-left: 0;
}

.weixin2 .weixin_nr{
    position:  absolute;
    text-align:  center;
    padding-bottom:10px;
    padding-left:10px;
    transform-origin: top;line-height:1;
    transform: scaleY(0);
    width:120px;
    transition: .4s ease;
    font-weight:  normal;
    font-size:14px;
    padding-right:10px;
    display: block;
    z-index: 9999;
    opacity: 0;
    background: #bf0017;
    height: auto;
    top: -50px;
    padding-top:10px;
    right: -32px;
    box-shadow:0 3px 4px
    rgba(0, 0, 0, 0.1);
  }
  .on.weixin2 .weixin_nr{
    display:  block;
    transform: scaleY(1);
    top: -126px;
    right: -35;
    opacity: 1;
  }

  .lan img{
    width: 100%;
  }






.weixin{
    position: absolute;
    text-align: center;
    margin: auto;
    width: 35px;
    height: 32px;
    font-size: 12px;
    margin-top: -10px;
    margin-left: 0;
}
.weixin A{
  text-align:  center;
  display:  block;
  opacity:1;
}
.lan{
 display: flex;
 justify-content: space-between;
 padding: 0;
 align-items: center;
}
.lan a{
 display: block;
 width:100%;
 color: #fff;
}
.lan a:hover{
}
.weixin A svg{
 fill: #fff;
 width: 23px;
 margin: 0;
 height: 23px;
}
.weixin .weixin_nr{
  position:  absolute;
  text-align:  center;
  padding-bottom:10px;
  padding-left:10px;
  transform-origin: top;line-height:1;
  transform: scaleY(0);
  width:120px;
  transition: .4s ease;
  font-weight:  normal;
  font-size:14px;
  padding-right:10px;
  display: block;
  z-index: 111;
  opacity: 0;
  background: #bf0017;
  height: auto;
  top: 35px;
  padding-top:10px;
  left: -46px;
  box-shadow:0 3px 4px
  rgba(0, 0, 0, 0.1);
}
.weixin .weixin_nr IMG{
  margin-bottom: 0;
  width: 100%;
}
.weixin .weixin_nr .arrow{
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.weixin .weixin_nr{
  display:  block;
  transform: scaleY(1);
  top: 40px;
  opacity: 1;
}
.on.weixin A{
  opacity:1;
}
@media only screen and (max-width: 768px) {
  .weixin A svg {
    width: 18px;
}
  .weixin .weixin_nr {
    left: auto;
    right:0;
}
  .weixin {
    float: right;
  }
    .weixin2 .weixin_nr {
    left: auto;
    right:0;
}
}


/*===========in-jcz===========*/
.in-jcz{
	width:100%;
	margin: 1% auto 2%;
	overflow: hidden;
}

.in-jcz .title{
	width:240px;
	background: #b10015;
	color: #fff;
	height: 210px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding: 2%;
	line-height: 1.5;
	text-align: center;
}
.in-jcz .list{
	width:
	calc(100% - 240px);
	height: 210px;
	float: left;
	padding: 2.25%;
}

.in-jcz .list li{
    list-style: none;
    list-style-position: outside;
    font-size: 16px;
    line-height: 2;
    color: #505050;
}
.in-jcz .list li span{
    color: #b10015;
    font-weight: bold;
}










/*--------1440---------*/

@media (max-width: 1440px) {
	.in-jcz .title{    width: 200px;font-size: 22px;padding: 3%;}
	.in-jcz .list{width:calc(100% - 200px);}
}




/*--------991---------*/
@media (max-width: 991px) {
	.in-jcz .title{width:100%;    height: 50px;     font-size: 16px;}
	.in-jcz .list{width:100%; height: auto;}
	.in-jcz .list li{font-size: 15px;}
}












