﻿@media screen and (min-width:1024px) {
.transTop {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: translateY(80px);
}
.transTop_1 {
	transition: 0.8s ease-out 0.2s;
	opacity: 0;
	transform: translateY(80px);
}
.transTop_2 {
	transition: 0.8s ease-out 0.4s;
	opacity: 0;
	transform: translateY(80px);
}
.transTop_3 {
	transition: 0.8s ease-out 0.6s;
	opacity: 0;
	transform: translateY(80px);
}
.transTop_4 {
	transition: 0.8s ease-out 0.8s;
	opacity: 0;
	transform: translateY(80px);
}
.transBottom {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: translateY(-80px);
}
.transLeft {
	transition: 1s ease-out;
	opacity: 0;
	transform: translateX(-80px);
}
.transLeft_1 {
	transition: 0.8s ease-out 0.2s;
	opacity: 0;
	transform: translateX(-80px);
}
.transLeft_2 {
	transition: 0.8s ease-out 0.4s;
	opacity: 0;
	transform: translateX(-80px);
}
.transLeft_3 {
	transition: 0.8s ease-out 0.6s;
	opacity: 0;
	transform: translateX(-80px);
}
.transRight {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: translateX(80px);
}
.transRight_1 {
	transition: 0.8s ease-out 0.2s;
	opacity: 0;
	transform: translateX(80px);
}
.transRight_2 {
	transition: 0.8s ease-out 0.4s;
	opacity: 0;
	transform: translateX(80px);
}
.transRight_3 {
	transition: 0.8s ease-out 0.6s;
	opacity: 0;
	transform: translateX(80px);
}
.transList > div {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: translateY(80px);
}
.transList > div:nth-child(2) {
	transition-delay: 0.1s;
}
.transList > div:nth-child(3) {
	transition-delay: 0.2s;
}
.transList > div:nth-child(4) {
	transition-delay: 0.3s;
}
.transList > div:nth-child(5) {
	transition-delay: 0.4s;
}
.scale {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: scale(0.5);
}
.scale_1 {
	transition: 0.8s ease-out 0.2s;
	opacity: 0;
	transform: scale(0.5);
}
.scale_2 {
	transition: 0.8s ease-out 0.4s;
	opacity: 0;
	transform: scale(0.5);
}
.scaleList > div {
	transition: 0.8s ease-out;
	opacity: 0;
	transform: scale(0.5);
}
.scaleList > div:nth-child(2) {
	transition-delay: 0.1s;
}
.scaleList > div:nth-child(3) {
	transition-delay: 0.2s;
}
.scaleList > div:nth-child(4) {
	transition-delay: 0.3s;
}
.scaleList > div:nth-child(5) {
	transition-delay: 0.4s;
}
.showdiv .transTop {
	opacity: 1;
	transform: none;
}
.showdiv .transTop_1 {
	opacity: 1;
	transform: none;
}
show .transTop_2 {
	opacity: 1;
	transform: none;
}
.showdiv .transTop_3 {
	opacity: 1;
	transform: none;
}
.showdiv .transTop_4 {
	opacity: 1;
	transform: none;
}
.showdiv .transBottom {
	opacity: 1;
	transform: none;
}
.showdiv .transLeft {
	opacity: 1;
	transform: none;
}
.showdiv .transLeft_1 {
	opacity: 1;
	transform: none;
}
.showdiv .transLeft_2 {
	opacity: 1;
	transform: none;
}
.showdiv .transLeft_3 {
	opacity: 1;
	transform: none;
}
.showdiv .transRight {
	opacity: 1;
	transform: none;
}
.showdiv .transRight_1 {
	opacity: 1;
	transform: none;
}
.showdiv .transRight_2 {
	opacity: 1;
	transform: none;
}
.showdiv .transRight_3 {
	opacity: 1;
	transform: none;
}
.showdiv .transList > div {
	opacity: 1;
	transform: none;
}
.showdiv .scale {
	opacity: 1;
	transform: none;
}
.showdiv .scale_1 {
	opacity: 1;
	transform: none;
}
.showdiv .scale_2 {
	opacity: 1;
	transform: none;
}
.showdiv .scaleList > div {
	opacity: 1;
	transform: none;
}
}
@media screen and (max-width:1500px) {
.pd120 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pdt120 {
	padding-top: 100px;
}
.pdb120 {
	padding-bottom: 100px;
}
.pd110 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.pdt110 {
	padding-top: 90px;
}
.pdb110 {
	padding-bottom: 90px;
}
.fz48 {
	font-size: 40px;
}
.fz40 {
	font-size: 32px;
}
.fz30 {
	font-size: 24px;
}
.block {
	width: auto;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
}
.header .d2 .block {
	margin: 0px 40px;
	padding: 0px;
}
.header2 .d1 .navg a {
	margin: 0px 15px;
}
.header2 .d1 .navg1 a {
	margin: 0px 15px;
}
.header2 .d1 .navg.act {
	width: 450px;
}
.header .nav_main a {
	margin: 0px 20px;
}
.body_home .banner .child .fz30 {
	bottom: 50px;
}
.body_home .banner .navg {
	bottom: 50px;
}
.page_nav {
	font-size: 16px;
}
.page_nav .block {
	height: 70px;
	line-height: 70px;
	justify-content: space-around;
}
.page_nav a {
	padding: 0px;
	flex: 1 1 0px;
}
.page_nav a.now::after {
	height: 6px;
}
.banner_page1 .block {
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	transform: none;
}
.banner_page1 .text {
	left: 60px;
}
.banner_page1 .text .p {
	margin-top: 25px;
}
.banner_page1 .text.r {
	right: 60px;
}
.home1 .tr .td strong {
	font-size: 52px;
}
.home1 .tr .td span {
	font-size: 14px;
}
.nav_b {
	bottom: 10px;
}
.home2 .list .item {
	padding-bottom: 10px;
}
.home2 .list .item .h {
	font-size: 16px;
}
.home2 .list .item .p {
	margin-top: 10px;
}
.home2 .pic {
	width: 600px;
	height: 450px;
}
.home3 .item .text {
	padding: 30px 20px;
}
.home3 .item .text .p {
	margin-right: 10px;
}
.home3 .item .text .more {
	top: 30px;
	right: 20px;
}
.home7 .block {
	height: 100vw;
}
.old_leaders .content .block {
	height: 40vw;
}
.old_leaders .content .lb {
	width: 3.3vw;
}
.old_leaders .content .list .item {
	padding: 15px;
	font-size: 1.2vw;
}
.cooperation2 .block {
	width: 100%;
	box-sizing: border-box;
}
.cooperation2 .text {
	padding: 60px 70px 80px;
}
.page_nav2 {
	height: auto;
}
.page_nav2 .block {
	transform: none;
}
.history_famous2 .bg2 {
	right: 0px;
}
.teachers1 .text {
	padding: 100px 40px 200px;
}
.teachers3 .text {
	padding: 100px 0px;
}
}
@media screen and (max-width:1400px) {
.footer .part1 {
	padding-bottom: 25px;
	justify-content: space-between;
}
.footer .nav_foot {
	margin-right: 0px;
}
.footer .share {
	margin-right: 60px;
}
.home3 .list {
	padding: 0px 20px;
}
.home3 .item {
	margin: 0px 5px;
}
.home4 .content .tit {
	font-size: 20px;
}
.home9 .part1 .item {
	height: 480px;
}
.research2 .list .item {
	width: 110px;
	margin-left: 15px;
}
.recruit2 .r .inner {
	padding: 40px 50px 20px;
}
.recruit2 .r .links {
	height: 200px;
}
.recruit3 .content {
	height: 520px;
}
.recruit3 .l .d1 {
	height: 260px;
}
.recruit3 .l .d2 .item {
	margin: 0px 12px;
	font-size: 14px;
}
.recruit3 .l .d2 {
	height: 260px;
}
.bottom1 .d1 .inner {
	padding: 35px 40px;
}
.recruit5 .content {
	padding: 30px 35px;
}
.recruit5 .list {
	top: -30px;
	width: 550px;
	right: 0px;
}
.recruit5 .list .inner {
	width: 480px;
}
.recruit7 .dl .inner {
	padding: 50px 60px 30px;
}
.recruit7 .dr .inner {
	padding: 60px;
}
.recruit7 .dl .links {
	height: 90px;
}
.recruit7 .dr {
	height: 450px;
	margin-top: 100px;
}
.recruit7 .dr .link a {
	font-size: 16px;
}
.recruit7 .bb {
	height: 120px;
}
.recruit7 .bb img {
	max-height: 50%;
}
.study1 .links {
	font-size: 16px;
}
.study2 .links {
	font-size: 16px;
}
.notice .d {
	padding: 40px 40px 10px;
}
.department2 .item .ico {
	width: 60px;
	margin-right: 15px;
}
.department2 .item .p {
	padding-left: 80px;
	font-size: 16px;
	margin-top: 20px;
}
.history_famous6 .content {
	padding: 0px 70px;
}
.history_famous6 .pic {
	width: 300px;
	margin-right: 70px;
}
}
@media screen and (max-width:1300px) {
.pd120 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pdt120 {
	padding-top: 80px;
}
.pdb120 {
	padding-bottom: 80px;
}
.pd110 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pdt110 {
	padding-top: 70px;
}
.pdb110 {
	padding-bottom: 70px;
}
.fz48 {
	font-size: 36px;
}
.fz40 {
	font-size: 28px;
}
.fz30 {
	font-size: 20px;
}
.fz24 {
	font-size: 18px;
}
.fz20 {
	font-size: 16px;
}
.body_home .banner .child .a2 {
	width: 60px;
	bottom: 30px;
}
.body_home .banner .child .fz30 {
	right: 280px;
	bottom: 45px;
}
.body_home .banner .navg {
	right: 80px;
	bottom: 45px;
}
.body_home .banner .navg span {
	margin: 0px 5px;
}
.body_home .banner .navg span.now::after {
	width: 30px;
}
.header .d1 {
	font-size: 14px;
}
.header2 .d1 {
	font-size: 16px;
}
.header2 .d2 .navg a {
	margin: 0px 20px;
}
.header2 .nav_main a {
	font-size: 16px;
}
.body_r .ll {
	background: rgb(255, 255, 255);
	padding: 15px 5px;
	border-radius: 0px 5px 5px 0px;
	color: rgb(51, 51, 51);
	line-height: 1.3;
	position: fixed;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.body_r .ll.w {
	background: rgb(255, 255, 255);
}
.body_r .ll:hover {
	padding-left: 5px;
}
.home8 .l .list {
	height: 275px;
}
.home3 .title .fz40 {
	margin: 0px 5px;
}
.home6 .part1 .title {
	left: 20px;
	top: 585px;
}
.home6 .part1 .text {
	width: 650px;
}
.home6 .part1 .title {
	padding: 50px;
}
.home6 .part1 .text .inner {
	padding: 40px;
}
.home7 .d2 .h {
	font-size: 20px;
}
.home7 .svg {
	margin: 0px auto 10px;
	height: 45px;
}
.home9 .list {
	margin-left: 120px;
}
.home11 .list {
	margin-top: 50px;
}
.page_nav2 a {
	font-size: 16px;
}
.page_nav2 a::after {
	margin-left: 10px;
}
.page_nav2 a::before {
	margin-right: 10px;
}
.banner_page1 .text .p a {
	width: 100px;
	margin-right: 20px;
}
.research1 .tabs a span {
	font-size: 14px;
}
.research2 .list .item {
	width: 100px;
	margin-left: 15px;
}
.old_leaders .mask .inner {
	padding: 35px 20px;
}
.old_leaders .mask .h {
	font-size: 16px;
	margin-top: 10px;
}
.old_leaders .mask .p {
	margin-top: 10px;
}
.cooperation1 .text {
	left: 40%;
}
.cooperation2 .text {
	padding: 40px 50px 60px;
}
.cooperation3 .item .inner {
	padding: 45px;
}
.cooperation4 .text {
	padding: 60px 40px;
	right: 60px;
}
.cooperation5 .text {
	padding-left: 50px;
}
.cooperation5 .text .p {
	margin-top: 20px;
}
.education1 .list .item {
	height: 300px;
}
.education1 .list .item .ico {
	height: 80px;
}
.education1 .bb .list1 {
	height: 330px;
}
.education1 .bb .list1 .item .ico {
	height: 80px;
	line-height: 80px;
}
.education2 .list {
	padding: 45px 60px 30px;
}
.education2 .list a {
	width: 25%;
}
.study1 .l {
	padding: 45px;
}
.study1 .r .d1 {
	padding: 45px;
}
.study1 .r .dl {
	padding: 45px;
}
.study3 .content .d {
	padding: 40px;
}
.study3 .content .d .links a {
	margin-top: 10px;
}
.study4 .text {
	padding: 40px;
}
.study4 .links a {
	margin: 10px 0px;
}
.study6 .list .item {
	height: 220px;
}
.study6 .list .item .ico {
	height: 80px;
}
.study5 .list .item a {
	padding: 20px 0px;
}
.history_famous5 .item {
	width: 150px;
}
.history_famous5 .item .text {
	padding: 60px 40px;
}
.visit1 .list {
	margin-top: 20px;
}
.visit1 .list .item .ico {
	height: 60px;
	line-height: 60px;
}
.visit1 .list .item .h {
	font-size: 16px;
}
.cas_h {
	padding: 40px 0px;
}
.cas_h .list .item {
	flex: 1 1 0px;
	height: 200px;
}
.cas_h .list .item .ico {
	height: 60px;
	line-height: 60px;
}
.cas_h .list .item .h {
	font-size: 16px;
}
.recruit1 .item span {
	padding: 35px 20px;
}
.recruit2 .r .list {
	margin-top: 30px;
}
.recruit2 .r .list .item .ico {
	height: 40px;
}
.recruit2 .r .list .item .h {
	font-size: 16px;
}
.recruit2 .r .link {
	height: 200px;
}
.recruit2 .r .list .item {
	margin: 15px 0px;
}
.department2 .item .p {
	font-size: 14px;
}
.home8 .r .list .item {
	height: 87px;
}
.home8 .l .list .item .h {
	font-size: 14px;
}
.home8 .r .list .item .h {
	font-size: 14px;
}
.about .tit {
	width: 160px;
}
.about .list {
	margin-left: 220px;
}
.about .list .item .h {
	left: -240px;
	width: 240px;
}
.history .item .pic .year {
	width: 220px;
	height: 220px;
	line-height: 220px;
	font-size: 28px;
}
}

@media screen and (max-width:1355px) {
.header .nav_main a {
    margin: 0px 10px;
}

}



@media screen and (max-width:1200px) {
.more {
	line-height: 40px;
}
.more i {
	width: 40px;
	height: 40px;
}
.more2 {
	line-height: 40px;
}
.more2 i {
	width: 40px;
	height: 40px;
}
.block {
	padding-right: 20px;
	padding-left: 20px;
}
.header .nav_main {
	left: 230px;
	right: 130px;
	font-size: 16px;
}
.header .nav_main a {
	margin: 0px 1px;
}
.header .d2 .block {
	margin: 0px 20px;
}
.header2 .d2 .navg a {
	margin: 0px 15px;
}
.header2 .nav_main a {
	margin: 0px 10px;
}
.footer .nav_foot {
	padding-bottom: 0px;
}
.footer .nav_foot a {
	padding: 50px 0px 0px 15px;
	width: 80px;
	font-size: 14px;
}
.footer .part2 {
	text-align: center;
	line-height: 2;
}
.body_home .banner .child .fz30 {
	padding-left: 20px;
}
.body_home .banner .child .a2 {
	right: 20px;
}
.home5 .list .item .text {
	padding: 15px 20px;
}
.home5 .list :nth-child(-n+2).item {
	margin-bottom: 10px;
}
.home5 :nth-child(2).list {
	margin-top: 15px;
}
.home5 .list .item .text .h {
	height: 73px;
	overflow: hidden;
}
.home3 .item .text .more1 {
	display: none;
}
.home10 .part1 .item .text {
	padding: 20px;
}
.home10 .part1 .item .h {
	font-size: 16px;
}
.research2 .list .item {
	width: 85px;
	margin-left: 10px;
}
.research3 .item .text {
	padding: 20px 30px;
}
.research4 .list .inner {
	padding: 50px 0px 50px 150px;
}
.person_detail .content .pic {
	width: 300px;
}
.person_detail .content .text {
	padding-left: 350px;
}
.person_detail .content .txt {
	margin-top: 100px;
}
.old_leaders .mask .pic {
	height: 150px;
}
.old_leaders .mask .p {
	font-size: 12px;
}
.old_leaders .content .list li {
	margin: 5px 0px;
}
.cooperation2 .block {
	padding: 0px;
}
.cooperation2 .text {
	padding: 30px;
	top: 0px;
	width: 40%;
	height: 100%;
	bottom: 0px;
}
.education1 .bb .list1 .item .ico {
	height: 60px;
	line-height: 60px;
}
.education2 .list {
	font-size: 16px;
}
.education3 .r .list1 .item .ico {
	height: 60px;
}
.cas .item {
	width: calc(25% - 17px);
	margin-left: 20px;
}
.cas .tabs a {
	padding: 8px 15px;
	font-size: 16px;
}
.cas .list {
	margin: 30px auto 0px;
}
.tabs1 a {
	padding: 8px 15px;
	font-size: 16px;
}
.notice .d {
	padding: 30px 20px 10px;
}
.notice .b {
	margin-top: 30px;
}
.notice .list .item {
	margin-top: 20px;
}
.notice .list .item a {
	padding: 25px;
}
.history_famous3 .l {
	padding: 60px;
}
.history_famous5 .item {
	width: 120px;
}
.history_famous5 .item .text {
	padding: 50px 30px;
}
.history_famous6 .content {
	padding: 50px;
	margin-top: 30px;
}
.history_famous6 .pic {
	width: 270px;
	margin-right: 50px;
	transform: none;
}
.visit4 .item .d {
	font-size: 40px;
}
.visit3 .d .item .ico {
	height: 60px;
	line-height: 60px;
}
.campus3a .item .d {
	font-size: 40px;
}
.recruit3 .l .d1 .item .ico {
	height: 70px;
	line-height: 70px;
}
.teachers2 .text {
	padding: 60px 50px;
}
.teachers2 .links {
	font-size: 16px;
}
.teachers3 .links {
	font-size: 16px;
}
.teachers1 .links {
	font-size: 16px;
}
.tutors .item .text a {
	width: 50%;
}
.tutors .item .t {
	height: 60px;
	line-height: 60px;
}
.about .tit {
	width: 120px;
}
.about .list {
	margin-left: 200px;
}
.about .list .item .h {
	left: -210px;
	width: 200px;
}
.cooperation6 .text {
	top: 0px;
	bottom: auto;
}
.layer .leader_box {
	margin: 0px 40px;
	width: auto;
}
.layer .leader_box .inner {
	padding: 30px;
}
.layer .leader_box .text {
	margin-top: 15px;
}
.ptbox .text a {
	padding: 20px;
}
.ptbox .v {
	left: 20px;
}
.ptbox .text .h {
	font-size: 18px;
}
}
@media screen and (max-width:1024px) {
.layer .picbox video {
	width: 90%;
	height: auto;
}
.pd120 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pdt120 {
	padding-top: 60px;
}
.pdb120 {
	padding-bottom: 60px;
}
.pd110 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pdt110 {
	padding-top: 60px;
}
.pdb110 {
	padding-bottom: 60px;
}
.footer .part1 {
	padding: 20px;
	flex-direction: column;
	align-items: center;
}
.footer .nav_foot {
	width: 100%;
	margin-bottom: 15px;
}
.footer .nav_foot a {
	margin: 0px 10px;
	padding: 0px;
	border: currentColor;
	border-image: none;
	width: auto;
	display: inline-block;
}
.footer .nav_foot a:first-child {
	margin-left: 0px;
}
.footer .share {
	margin: 10px 0px 0px;
}
.footer .part2 .info {
	font-size: 0px;
}
.footer .part2 .info span {
	font-size: 12px;
	display: inline-block;
}
.footer .share .share-item {
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.body_home .banner .text {
	width: 70%;
}
.home8 .l .list {
	height: auto;
}
.home5 {
	padding: calc(5vw + 60px) 0px 5vw;
}
.home6 .part1 {
	display: flex;
	flex-direction: column;
	-ms-display: flex;
}
.home6 .part1 .title {
	padding: 36px 0px 20px;
	text-align: center;
}
.home6 .part1 .pic {
	height: auto;
	overflow: hidden;
	order: 1;
}
.home6 .part1 .text {
	width: auto;
	position: static;
	order: 2;
}
.home6 .part2 {
	margin-top: 50px;
}
.home8 .title {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home8 .title::after {
	display: none;
}
.home8 .title .fz40 {
	float: none;
}
.home8 .title .more {
	margin-top: 0px;
	float: none;
}
.home8 .l {
	width: auto;
	float: none;
	opacity: 1;
	transform: none;
}
.home8 .r {
	width: auto;
	margin-top: 40px;
	float: none;
	opacity: 1;
	transform: none;
}
.home8 .l .list {
	padding: 20px;
	margin-top: 20px;
}
.home8 .r .list {
	margin-top: 20px;
}
.home8 .r .list .item {
	height: 80px;
	line-height: 1.3;
}
.home8 .r .list .item a {
	height: 100%;
	display: flex;
}
.home8 .r .list .item .h {
	padding: 20px;
	flex: 1 1 0px;
	height: auto;
}
.home8 .r .list .item .pic {
	width: 110px;
	float: none;
	transform: scale(1);
}
.home8 .r .list .item .pic span {
	font-size: 18px;
}
.home1 .tr .td strong {
	font-size: 40px;
}
.recruit1 .block {
	flex-direction: column;
}
.recruit1 .title {
	width: 100%;
	text-align: center;
}
.recruit1 .list {
	margin: 40px 0px 0px;
	flex: 0 1 auto;
	width: 100%;
	height: 150px;
}
.recruit1 .item {
	transition: none;
	margin-left: 5px;
	opacity: 1;
	transform: none;
}
.recruit1 :first-child.item {
	margin-left: 0px;
}
.recruit1 .item::before {
	left: 0px;
	top: auto;
	width: 100%;
	height: 3px;
	right: 0px;
	bottom: 0px;
}
.recruit1 .item span {
	margin: auto;
	padding: 15px 0px;
	width: 18px;
	font-size: 16px;
}
.recruit1 .item::after {
	display: none;
}
.recruit1 .title {
	max-width: 100%;
}
.recruit1 .title img {
	max-width: 50%;
}
.recruit2 .r .list {
	margin-top: 20px;
}
.recruit2 .r .list .item {
	margin: 10px 0px;
}
.recruit2 .r .inner {
	padding: 30px 40px 20px;
}
.recruit2 .r .link {
	height: 180px;
}
.recruit3 .l .d2 .item {
	margin: 0px 8px;
}
.recruit5 .list {
	width: 500px;
}
.recruit5 .list .item em {
	height: 45px;
	line-height: 45px;
}
.recruit5 .content {
	padding: 0px;
	display: flex;
}
.recruit5 .list {
	flex: 1 1 0px;
	width: auto;
	position: static;
}
.recruit5 .list .inner {
	padding: 0px 20px;
	width: 400px;
}
.recruit5 .list .item {
	width: 100px;
}
.recruit5 .title {
	padding: 0px 30px;
	flex: 1 1 0px;
	justify-content: center;
}
.recruit5 .title .more {
	margin-top: 10px;
}
.recruit6 em {
	height: 70px;
	line-height: 70px;
}
.recruit7 .block {
	padding: 60px 15px;
}
.department2 .item .text {
	padding: 0px;
}
.department2 .item .p {
	padding-left: 0px;
}
.person_detail .content .pic {
	width: 250px;
}
.person_detail .content .text {
	padding-left: 290px;
}
.research_detail .d1 {
	padding: 30px 40px;
}
.research_detail .d2 {
	padding: 30px 40px;
	margin-top: 20px;
}
.research_detail .d1 .p a {
	font-size: 16px;
}
.cooperation1 .text {
	padding: 40px;
}
.cooperation2 .content {
	height: auto;
	position: static;
}
.cooperation2 .text {
	width: auto;
	height: auto;
	position: static;
}
.cooperation3 .list {
	flex-direction: column;
}
.cooperation3 .item {
	margin-bottom: 15px;
	margin-left: 0px;
	flex-basis: auto;
}
.cooperation4 .block {
	padding-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
.cooperation4 .block .pic {
	width: 100%;
}
.cooperation4 .title {
	width: 50%;
	display: flex;
	position: static;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cooperation4 .text {

	width: 50%;
	position: static;
	box-sizing: border-box;
}
.cooperation5 .block {
	display: block;
}
.cooperation5 .bg {
	margin: 0px;
	left: 0px;
}
.cooperation5 .pics {
	width: auto;
	padding-top: 20px;
	display: flex;
}
.cooperation5 .pics .d {
	flex: 1 1 0px;
}
.cooperation5 .pics .d img {
	width: 100%;
	height: auto;
}
.cooperation5 .pics :last-child.d img {
	padding: 0px !important;
}
.cooperation5 .text {
	padding: 30px 40px;
	width: auto;
}
.cooperation5 :last-child.d {
	top: 0px;
}
.cooperation6 .text {
	padding: 40px;
}
.education1 .list {
	margin-top: 120px;
}
.education1 .list .item {
	height: 240px;
}
.education1 .list .item .h {
	font-size: 14px;
}
.education1 .bb .list1 {
	height: 260px;
}
.education2 .list a {
	width: 33.33%;
}
.education3 .r .list2 li:hover::before {
	width: 30px;
}
.article .content {
	margin-top: 20px;
}
.study1 .l {
	padding: 30px;
}
.study1 .r .d1 {
	padding: 30px;
}
.study1 .r .dl {
	padding: 30px;
}
.study1 .links {
	font-size: 14px;
}
.study1 .links a {
	margin: 15px 0px 0px;
}
.study2 .bg1 {
	padding: 30px;
}
.study2 .links {
	font-size: 14px;
}
.study2 .links a {
	margin: 15px 0px 0px;
}
.study3 .content .d .links {
	font-size: 14px;
}
.study3 .content .d {
	padding: 30px;
}
.study4 .links {
	font-size: 14px;
}
.study5 .list .item {
	font-size: 14px;
}
.study6 .list .item .h {
	font-size: 16px;
}
.photos .div {
	margin-left: 30px;
}
.photos .list .item {
	width: calc(33.33% - 13.33px);
	margin-bottom: 20px;
	margin-left: 20px;
}
.old_leaders .content .block {
	height: auto;
}
.old_leaders .tabs {
	margin-top: 15px;
}
.old_leaders .content .lb {
	display: none;
}
.old_leaders .content .list {
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.old_leaders .content .list .item {
	margin: 0px 0px 15px;
	padding: 20px;
	flex: 0 1 auto;
	width: calc(50% - 7.5px);
	font-size: 16px;
	box-sizing: border-box;
}
.old_leaders .mask {
	background: rgba(0, 0, 0, 0.8);
	left: 0px;
	top: 0px;
	width: auto;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 10;
}
.old_leaders .mask .inner {
	background: none;
	left: 25px;
	top: 25px;
	height: auto;
	right: 25px;
	bottom: 25px;
	color: rgb(255, 255, 255);
	position: absolute;
}
.old_leaders .mask .pic {
	height: auto;
}
.old_leaders .mask .h {
	color: rgb(221, 0, 0);
	font-size: 18px;
}
.old_leaders .mask .p {
	height: auto;
	font-size: 14px;
}
.old_leaders .mask .close {
	left: 50%;
	top: auto;
	right: auto;
	bottom: 40px;
	color: rgb(255, 255, 255);
	font-family: icon;
	font-size: 25px;
	display: block;
	position: absolute;
	transform: translateX(-50%);
}
.history_famous2 .text .d {
	font-size: 14px;
}
.history_famous3 .l {
	padding: 30px;
}
.history_famous3 .r {
	padding: 30px;
}
.history_famous5 .content {
	margin-top: 20px;
}
.history_famous5 .list {
	height: auto;
	flex-direction: column;
}
.history_famous5 .item {
	width: auto;
	border-bottom-color: rgba(255, 255, 255, 0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}
.history_famous5 .item .pic {
	margin: 20px;
	width: 140px;
	float: left;
}
.history_famous5 .item.now .pic {
	margin: 20px;
	width: 140px;
	float: left;
}
.history_famous5 .item .text {
	padding: 20px;
	flex: 0 1 auto;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: lr-tb;
}
.history_famous5 .item .d {
	margin: 10px 0px 0px !important;
}
.history_famous5 .item .p {
	display: block;
	max-height: none;
}
.history_famous5 .item.now {
	background: rgb(54, 45, 46);
	flex: 0 1 auto;
}
.history_famous5 .item .pic img {
	width: 100%;
	height: auto;
}
.history_famous6 .content {
	padding: 20px;
	display: block;
}
.history_famous6 .content .pic {
	width: 35%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.history_famous6 .content .text {
}
.history_famous6 .text .p {
	margin-top: 15px;
}
.visit1 .list {
	margin-top: 30px;
	align-items: flex-start;
}
.visit1 .list .item {
	height: auto;
	text-align: center;
	justify-content: flex-start;
}
.visit1 .list .item::before {
	display: none;
}
.visit3 .d .item .ico {
	height: 50px;
	line-height: 50px;
}
.visit3 .d .item .h {
	font-size: 20px;
}
.visit4 .item .d {
	font-size: 30px;
}
.campus3a .item .d {
	font-size: 30px;
}
.teachers1 .text {
	width: 50%;
}
.teachers1 .links {
	font-size: 14px;
}
.teachers2 .text {
	padding: 45px 40px;
	left: 45%;
}
.teachers2 .links {
	font-size: 14px;
	margin-top: 30px;
}
.teachers3 .links {
	font-size: 14px;
}
.notice .list .item a {
	padding: 15px;
	flex-direction: column;
}
.notice .list .item a .h {
	overflow: hidden;
	white-space: normal;
	-ms-text-overflow: ellipsis;
}
.notice .list .item .date {
	margin-top: 10px;
}
.research_agency .part {
	margin-top: 25px;
}
.research_agency .part .d {
	margin-left: 25px;
}
.research_agency .d .t {
	padding: 0px 30px;
	height: 60px;
	line-height: 60px;
}
.research_agency .d .inner {
	padding: 30px;
}
.research_agency .d .p a {
	margin: 10px 0px;
	font-size: 16px;
}
.research_agency .d .ico {
	width: 50px;
}
}
@media screen and (max-width:1000px) {
.body.page {
	padding-top: 61px;
}
.header {
	opacity: 1;
	transform: none;
}
.header.mobile .d2 {
	background: rgb(148, 7, 10);
}
.header .d1 {
	display: none;
}
.header .nav_main {
	display: none;
}
.header .d2 {
	height: 60px;
}
.header .d2 .block {
	padding: 0px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
	width: 240px;
	position: static;
}
.header .logo img {
	width: 100%;
	height: auto;
	max-height: none;
}
.header .tools {
	position: static;
}
.header .tools .a {
	width: 24px;
	height: 24px;
	margin-left: 15px;
}
.header .menu {
	width: 24px;
	height: 22px;
	margin-left: 15px;
	position: relative;
}
.header .menu i {
	background: rgb(255, 255, 255);
	border-radius: 1px;
	width: 26px;
	height: 2px;
}
.header.light .menu i {
	background: rgb(51, 51, 51);
}
.header .menu i:nth-child(1) {
	left: 0px;
	top: 2px;
	position: absolute;
}
.header .menu i:nth-child(2) {
	left: 0px;
	top: 11px;
	position: absolute;
}
.header .menu i:nth-child(3) {
	left: 0px;
	top: 20px;
	position: absolute;
}
.header .tools .sc a::after {
	font-size: 16px;
}
.header .tools .lang {
	font-size: 14px;
	display: none;
}
.header2 {
	display: none;
}
.nav_child {
	display: none;
}
.nav_mobile {
	background: rgba(0, 0, 0, 0.8);
	transition: 0.3s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	right: 0px;
	bottom: 0px;
	display: flex;
	visibility: hidden;
	position: fixed;
	z-index: 5;
	opacity: 0;
	flex-direction: column;
	-ms--ms-flex-direction: column;
}
.nav_mobile.showdiv {
	visibility: visible;
	opacity: 1;
}
.nav_mobile .close {
	top: 17px;
	right: 17px;
	line-height: 1;
	font-family: icon;
	font-size: 28px;
	position: absolute;
}
.nav_mobile .logo {
	left: 20px;
	top: 0px;
	width: 240px;
	line-height: 60px;
	position: absolute;
}
.nav_mobile .nav_l {
	background: rgb(148, 7, 10);
	width: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	font-size: 16px;
}
.nav_mobile .nav_l .inner {
	padding: 5px 0px;
}
.nav_mobile .nav_l i {
	display: none;
}
.nav_mobile .nav_l a {
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	opacity: 0.8;
}
.nav_mobile .nav_l a:first-child {
	margin-left: 0px;
}
.nav_mobile .nav_r {
	background: rgb(148, 7, 10);
	width: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	font-size: 16px;
	border-top-color: rgba(255, 255, 255, 0.3);
	border-top-width: 1px;
	border-top-style: solid;
}
.nav_mobile .nav_r .inner {
	padding: 5px 0px;
}
.nav_mobile .nav_r a {
	padding: 5px 10px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	opacity: 0.8;
}
.nav_mobile .nav_r a.now {
	opacity: 1;
}
.nav_mobile .nav_r a:first-child {
	margin-left: 0px;
}
.nav_mobile .nav_main {
	background: 0% 0% / auto 130px rgb(250, 250, 250);
	padding: 70px 0px 0px;
	font-size: 16px;
	align-content: flex-start;
}
.nav_mobile .nav_main .logo {
	left: 20px;
	top: 0px;
	line-height: 60px;
	position: absolute;
}
.nav_mobile .nav_main .logo a {
	height: 100%;
	display: block;
}
.nav_mobile .nav_main .logo img {
	width: auto;
	max-height: 65%;
	max-width: none;
}
.nav_mobile .nav_main a {
	padding: 8px 15px;
	width: 49%;
	height: auto;
	border-bottom-color: rgba(0, 0, 0, 0.08);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline-block;
	box-sizing: border-box;
}
.nav_mobile .nav_main a:nth-child(2n+1) {
	border-right-color: rgba(0, 0, 0, 0.08);
	border-right-width: 1px;
	border-right-style: solid;
}
.nav_mobile .nav_main a:nth-child(-n+2) {
	border-top-color: rgba(0, 0, 0, 0.08);
	border-top-width: 1px;
	border-top-style: solid;
}
.nav_mobile .tools {
	top: 16px;
	right: 50px;
	display: flex;
	position: absolute;
	align-items: center;
}
.nav_mobile .tools .a {
	border-radius: 100%;
	border: 1px solid rgb(170, 170, 170);
	border-image: none;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	position: relative;
}
.nav_mobile .tools .a > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_mobile .tools .sc a::after {
	font-family: icon;
	font-size: 20px;
	content: "\e672";
}
.nav_mobile .tools .sc {
	display: none;
}
.nav_mobile .tools .lang {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
}
}
@media screen and (max-width:850px) {
.pd120 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pdt120 {
	padding-top: 40px;
}
.pdb120 {
	padding-bottom: 40px;
}
.pd110 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pdt110 {
	padding-top: 40px;
}
.pdb110 {
	padding-bottom: 40px;
}
.footer .part1 {
	padding: 15px;
}
.footer .nav_foot {
	text-align: left;
}
.footer .nav_foot a {
	margin: 0px;
	width: 25%;
	text-align: left;
	font-size: 12px;
}
.footer .part2 {
	display: block;
}
.footer .part2 .info {
	padding: 0px 15px;
	width: auto;
}
.footer .part2 .info span {
	margin: 0px;
	text-align: left;
}
.footer .part2 .info span:nth-child(2n+1) {
	width: 45%;
}
.footer .part2 .info span:nth-child(2n) {
	width: 55%;
}
.footer .part2 .logo {
	height: 45px;
	margin-bottom: 30px;
}
.footer .share {
	margin-top: 0px;
}
.footer .share .share-item {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.footer .share-box a.share-item.icon-sinawb {
	font-size: 20px;
}
.footer .share-box .icon-wchat::after {
	font-size: 20px;
}
.footer .share-box .icon-txwb::after {
	font-size: 20px;
}
.fz48 {
	font-size: 22px;
}
.fz40 {
	font-size: 20px;
}
.fz30 {
	font-size: 18px;
}
.fz20 {
	font-size: 14px;
}
.layer .search_box {
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;
}
.layer .close {
	top: 20px;
	width: 40px;
	height: 40px;
	right: 20px;
	line-height: 40px;
	font-size: 24px;
}
.layer .leader_box .close {
	margin: 0px;
	left: auto;
	top: 20px;
	right: 20px;
	bottom: auto;
	color: rgb(170, 170, 170);
	font-size: 30px;
}
.block {
	padding-right: 18px;
	padding-left: 18px;
}
.title .h {
	font-size: 28px;
}
.more {
	line-height: 32px;
}
.more i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.more i::before {
	display: none;
}
.more2 {
	line-height: 32px;
}
.more2 i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.more2 i::before {
	display: none;
}
.pages {
	margin-top: 20px;
}
.pages .go {
	display: none;
}
.pages .prev {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.pages .next {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.pages a {
	padding: 0px 0.15rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.pages * {
	display: none !important;
}
.pages .loadmore {
	background: rgb(148, 7, 10);
	margin: auto;
	border-radius: 20px;
	width: 50%;
	height: 40px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 16px;
	display: block !important;
}
.body_home .banner .child::before {
	height: 90px;
}
.banner_frame {
	display: none;
}
.banner_page {
	left: auto;
	top: auto;
	height: 40vw;
	right: auto;
	position: relative;
	min-height: 280px;
}
.banner_page img {
	transition: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.banner_page1.ab {
	overflow: visible;
	margin-bottom: 43px;
}
.banner_page1 .block {
	padding: 0px;
	position: static;
}
.banner_page1 .text .fz40 {
	padding: 0px 20px;
	left: 0px;
	top: 50%;
	right: 0px;
	position: absolute;
	transform: translateY(-50%);
}
.banner_page1 .text {
	position: static;
	transform: none;
}
.banner_page1 .text .p {
	display: none;
}
.banner_page1.ab .text .p {
	left: 0px;
	top: 100%;
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
}
.banner_page1 .text .p .inner {
	display: table;
	white-space: nowrap;
}
.banner_page1 .text .p a {
	margin: 0px;
	padding: 0px 10px;
	width: auto;
	height: 42px;
	color: rgb(51, 51, 51);
	line-height: 42px;
	display: inline-block;
	white-space: nowrap;
	box-sizing: border-box;
}
.banner_page1 .text .p a:hover {
	color: rgb(51, 51, 51);
}
.banner_page1 .text .p a.now {
	color: rgb(148, 7, 10);
	border-bottom-color: rgb(148, 7, 10);
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.banner_page1 .text .p a.now::before {
	display: none;
}
.banner_page1 .text .p br {
	display: none;
}
.page_nav {
	background: rgb(148, 7, 10);
	margin: auto;
}
.page_nav .block {
	padding: 10px;
	height: auto;
	line-height: 1.3;
	flex-wrap: wrap;
}
.page_nav a {
	margin: 0px 10px;
	padding: 10px 5px;
	flex: 0 1 auto;
}
.page_nav a.now::after {
	background: rgb(255, 255, 255);
	height: 2px;
}
.home.lock {
	overflow: hidden;
}
.home {
	height: auto;
	overflow: auto;
}
.home body {
	height: auto;
	overflow: auto;
}
.body_home {
	height: auto;
	overflow: visible;
}
.body_home .banner {
	height: 51vw;
}
.body_home .banner .navg {
	display: none;
}
.body_b {
	width: auto;
	height: auto;
	overflow: hidden;
	position: static;
	opacity: 1;
	transform: none;
}
.body_home .bb {
	display: none;
}
.ptbox {
	overflow: visible;
}
.ptbox .text a {
	padding: 15px;
}
.ptbox .v {
	left: 15px;
	margin-bottom: 0px;
}
.ptbox .text .h {
	line-height: 1.5;
	font-size: 14px;
}
.home5 {
	padding: 36px 0px;
}
.home5 .content {
	margin-top: 20px;
}
.home5 .list {
	display: block;
}
.home5 .list .box {
	width: auto;
}
.home5 .list .item {
	width: calc(50% - 7.5px);
	height: auto;
}
.home5 .list :nth-child(-n+2).item {
	margin-bottom: 15px;
}
.home5 :nth-child(2).list {
	margin-top: 15px;
}
.home5 :nth-child(2).list .ptbox {
	margin-top: 15px;
}
.home5 .list .item::before {
	display: none;
}
.home5 .list .item .text {
	padding: 15px;
}
.home5 .list .item .text .h {
	height: auto;
}
.home5 .list .ptbox {
	width: 100%;
	margin-bottom: 15px;
}
.home6 {
	background: none;
	padding: 0px;
	overflow: visible;
}
.home6 .block {
	padding: 0px;
}
.home6 .part1 .focus {
	opacity: 1;
	transform: none;
}
.home6 .part1 .title {
	margin: 0px;
	text-align: center;
	position: static;
}
.home6 .part1 .text .inner {
	padding: 35px;
	display: block;
}
.home6 .part1 .text .l {
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.home6 .part1 .text .h {
	font-size: 16px;
}
.home6 .part1 .text .date {
	margin-top: 15px;
}
.home6 .part1 .prev {
	left: 20px;
	top: 30%;
	width: 40px;
	height: 40px;
}
.home6 .part1 .prev::after {
	opacity: 1;
	transform: none;
}
.home6 .part1 .next {
	top: 30%;
	width: 40px;
	height: 40px;
	right: 20px;
}
.home6 .part1 .next::after {
	opacity: 1;
	transform: none;
}
.home6 .part2 {
	padding: 36px 18px 30px;
	margin-top: 0px;
	flex-direction: column;
}
.home6 .part2 .d {
	margin: 0px !important;
	width: 100%;
	opacity: 1 !important;
	transform: none !important;
}
.home6 .part2 .title {
	margin: 0px 0px 20px;
	padding: 0px;
}
.home6 .part2 :first-child.d {
	margin-bottom: 15px !important;
	order: 0;
}
.home8 .block {
	padding: 0px 24px;
}
.home10 .block {
	padding: 0px 18px;
}
.focus1 .navg {
	bottom: 65px;
}
.home7 {
	background: rgb(82, 68, 67);
	padding: 30px 0px;
}
.home7 .block {
	height: auto;
}
.home7 .svg {
	width: 50px;
	height: 40px;
}
.home7 .d1 {
	margin: auto auto 16px;
	left: auto;
	top: auto;
	width: auto;
	height: 80vw;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d1::before {
	background: rgba(0, 0, 0, 0.3);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	content: "";
}
.home7 .d1 .title {
	position: relative;
}
.home7 .d2 {
	margin: auto;
	width: auto;
	height: 30vw;
	display: flex;
	position: static;
	opacity: 1;
	transform: none;
}
.home7 .d2 .h {
	font-size: 16px;
}
.home7 .d2 .dd1 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d2 .dd2 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d2 .dd3 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d3 {
	margin: 16px auto auto;
	left: auto;
	top: auto;
	width: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d4 {
	margin: auto;
	left: auto;
	top: auto;
	width: auto;
	height: 30vw;
	right: auto;
	display: flex;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d4 .dd1 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d4 .dd2 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d4 .dd3 {
	margin: 0px;
	flex: 1 1 0px;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	position: relative;
	opacity: 1;
	transform: none;
}
.home7 .d4 .h {
	font-size: 16px;
}
.home9 {
	padding: 36px 0px;
}
.home9 .block {
	flex-direction: column;
}
.home9 .title {
	max-width: none;
}
.home9 .title .fz40 {
	-ms-writing-mode: lr-tb;
}
.home9 .title .more {
	margin-top: 10px;
	-ms-writing-mode: lr-tb;
}
.home9 .title .more i {
	margin-right: 10px;
	margin-bottom: 0px;
}
.home9 .list {
	margin: 20px 0px 0px;
	flex: 0 0 auto;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home9 .item {
	margin: 0px 0px 0px 1px;
	height: 80vw;
	opacity: 1 !important;
	transform: none !important;
}
.home9 .item .more1 {
	right: 10px;
}
.home9 .item .tit {
	left: 12px;
	top: 12px;
	max-height: 80%;
}
.home9 .item .tit .h {
	font-size: 18px;
}
.home9 .item .tit .h br {
	display: none;
}
.home9 .item:hover .pic {
	transform: none;
}
.home10 .part1 .list::after {
	display: none;
}
.home10 .part1 .list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home10 .part1 .item {
	margin: 0px 0px 15px;
	width: calc(50% - 7.5px);
	opacity: 1;
	transform: none;
}
.home10 .part1 :first-child.item {
	width: 100%;
}
.home10 .part1 :first-child.item .h {
	font-size: 16px;
}
.home10 .part1 .item .text {
	padding: 15px;
}
.home10 .part1 .item .h {
	font-size: 14px;
}
.home10 .part1 .item:hover img {
	transform: none;
}
.home10 .part1 .btns {
	margin-top: 20px;
}
.home11 {
	height: auto;
}
.home11 .block {
	padding: 30px 0px;
}
.home11 .list {
	padding: 0px 50px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.home11 .list .item {
	margin: 20px 0px;
	flex: 0 1 auto;
	width: 50%;
}
.home11 .item .svg {
	width: 65px;
	height: 50px;
}
.home11 .item .h {
	font-size: 16px;
	margin-top: 10px;
}
.bottom1 .content {
	flex-direction: column;
}
.bottom1 .content .d {
	height: auto;
	margin-bottom: 15px;
	margin-left: 0px;
}
.bottom1 .d1 .inner {
	padding: 25px 20px;
}
.bottom1 .content .d .p {
	font-size: 14px;
}
.bottom1 .d1 li {
	font-size: 14px;
	margin-top: 10px;
}
.bottom1 .d2 {
	padding: 25px 20px;
}
.bottom1 .b {
	padding: 0px 20px;
	text-align: left;
	margin-top: 10px;
}
.bottom1 .b .more {
	margin: 0px 0px 10px;
	display: block;
}
.bottom1 .bb {
	height: 120px;
}
.bottom1 .bb .d {
	flex-direction: column;
}
.bottom1 .bb .d span {
	margin: 10px auto 0px;
}
.bottom1 .bb .d img {
	transition: none;
	height: 45px;
	margin-right: 10px;
}
.bottom1 .bb .d:hover img {
	transform: none;
}
.bottom1 .bb .d span {
	font-size: 18px;
}
.body_r {
	background: rgb(255, 255, 255);
	overflow: auto;
	position: fixed;
}
.body_r .menu {
	display: none;
}
.nav_b {
	display: none;
}
.body_r .navg {
	display: none;
}
.rr.showdiv {
	transform: scale(0.6);
}
.body_r .body_scroll {
	height: auto;
	position: static;
}
.body_r .arr {
	display: none;
}
.screen {
	height: auto;
	overflow: hidden;
	float: none;
}
.screen .title .fz40 {
	width: auto;
}
.screen .title .p {
	margin: 10px 0px 0px;
	width: auto;
}
.home1 {
	height: 100vh !important;
	display: flex;
	flex-direction: column;
}
.home1 .title {
	padding: 25px 0px;
	width: auto;
	position: static;
	background-size: cover;
}
.home1 .title .inner {
	opacity: 1;
	transform: none;
	flex-direction: column;
}
.home1 .content {
	flex: 1 1 0px;
	width: auto;
	display: flex;
	position: static;
	flex-direction: column;
}
.home1 .tr {
	flex: 1 1 0px;
	height: auto;
	flex-wrap: wrap;
}
.home1 :nth-child(2).tr {
	flex: 2 1 0px;
}
.home1 :nth-child(3).tr {
	flex: 2 1 0px;
}
.home1 .tr .td {
	padding: 20px;
	transition: none;
	flex: 0 1 auto;
	width: 50%;
	box-sizing: border-box;
	opacity: 1;
	transform: none;
}
.home1 .tr .td .inner {
	transition: none;
	opacity: 1;
	transform: none;
}
.home1 .tr .td span {
	line-height: 1.2;
	font-size: 14px;
	margin-top: 5px;
}
.home1 .tr .td1 {
	display: none;
}
.home1 .tr .td2 {
	display: none;
}
.home1 .tr .td4 {
	display: none;
}
.home1 .tr .td6 {
	display: none;
}
.home1 .tr .td9 {
	display: none;
}
.home1 .tr .td12 {
	display: none;
}
.home1 .tr .td13 {
	display: none;
}
.home1 .tr .td16 {
	display: none;
}
.home1 :last-child.tr {
	display: none;
}
.home1 .tr .td3 {
	background: rgb(56, 82, 132);
}
.home1 .tr .td5 {
	background: rgb(75, 102, 149);
}
.home1 .tr .td15 {
	background: rgb(75, 102, 149);
}
.home1 .last {
	padding: 15px;
	text-align: center;
	position: static;
}
.home2 {
	background: url("http://wdx.xacom.edu.cn/image/bg3.jpg") no-repeat center / cover;
	padding: 0px 20px;
}
.home2 .title {
	padding: 50px 0px 20px;
	width: auto;
	position: static;
	background-size: cover;
}
.home2 .title .inner {
	opacity: 1;
	transform: none;
	flex-direction: column;
}
.home2 .bg {
	display: none;
}
.home2 .list {
	margin: 20px 0px 0px;
	padding: 0px;
	left: auto;
	top: auto;
	width: auto;
	position: static;
	opacity: 1;
	transform: none;
}
.home2.showdiv .list {
	transition: none;
}
.home2 .list .inner {
	height: auto;
}
.home2 .list .item {
	padding: 0px 0px 15px;
	margin-bottom: 15px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	-ms-writing-mode: lr-tb;
}
.home2 .list .item .h {
	opacity: 0.7;
}
.home2 .list .item .p {
	margin-left: 0px;
}
.home2 .pic {
	margin: 10px 0px 40px;
	width: auto;
	height: auto;
	position: static;
	max-width: none;
	opacity: 1;
	transform: none;
}
.home2 .pic .d {
	display: none;
}
.home2 .pic .more {
	position: static;
	opacity: 1;
}
.home3 .title {
	padding: 30px 0px;
	width: auto;
	display: block;
	position: static;
	background-size: cover;
}
.home3 .title .inner {
	width: auto;
	height: auto;
	opacity: 1;
	transform: none;
	flex-direction: column;
}
.home3 .title .fz40 {
	margin: 10px 0px;
	transform: scale(0.8);
}
.home3 .title .fz40.now {
	background: none;
	padding: 0px;
	opacity: 1;
	transform: scale(1);
}
.home3 .title .fz40.now a {
	background: none;
	padding: 0px;
	width: auto;
	line-height: 1;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	-ms-writing-mode: lr-tb;
}
.home3 .title .fz40.now a::before {
	background: url("http://wdx.xacom.edu.cn/image/png5.png") no-repeat bottom / 100% auto;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	vertical-align: sub;
	display: inline-block;
	content: "";
}
.home3 .div {
	position: static;
}
.home3 .list {
	padding: 0px;
	width: 100%;
	height: auto;
	display: none;
	position: static;
	pointer-events: auto;
	flex-wrap: wrap;
}
.home3 .list.act {
	display: flex;
}
.home3 .item {
	margin: 0px;
	flex: 0 1 auto;
	width: 50%;
	border-left-color: currentColor;
	border-left-width: 0px;
	border-left-style: none;
	box-sizing: border-box;
	opacity: 1;
	transform: none;
}
.home3 :nth-child(2n).item {
	border-right-color: currentColor;
	border-right-width: 0px;
	border-right-style: none;
}
.home3 .item .inner {
	height: auto;
}
.home3 .item .text {
	padding: 20px;
	flex-direction: column;
}
.home3 .item .text .h {
	width: auto;
	font-size: 18px;
}
.home3 .item .text .p {
	margin: 10px 0px 0px;
	height: auto;
	-ms-writing-mode: lr-tb;
}
.home3 .item .pic {
	height: 60vw;
	overflow: hidden;
}
.home3 .item:hover .pic .img {
	transform: none !important;
}
.home3 .item:hover .inner {
	background: none;
	transition: none;
	height: auto;
}
.home4 .title {
	padding: 50px 0px 20px;
	width: auto;
	position: static;
	background-size: cover;
}
.home4 .title .inner {
	opacity: 1;
	transform: none;
	flex-direction: column;
}
.home4 .content {
	position: static;
}
.home4 .content .d {
	left: auto;
	top: auto;
	width: auto;
	height: 80vw;
	right: auto;
	bottom: auto;
	position: relative !important;
	opacity: 1;
}
.home4 .content .d3 {
	display: none;
}
.home4 .content .d7 {
	display: none;
}
.home4 .content .d .pic span {
	transform: none;
}
.home4 .content .d6 .tit {
	left: 50%;
}
.home4 .content .d4 .pic {
	height: 100%;
}
.home4 .content .d4 .tit {
	left: auto;
	top: auto;
	width: 50%;
	right: 0px;
	bottom: 0px;
}
.home5 .btns .more {
	margin: 0px 20px;
}
.article {
	padding-top: 60px !important;
	margin-top: 0px;
}
.recruit2 .block {
	padding: 0px;
}
.recruit2 .content {
	height: auto;
	margin-top: 30px;
	flex-direction: column;
}
.recruit2 .pic {
	transition: none;
	width: 100%;
	opacity: 1;
	transform: none;
}
.recruit2 .r {
	transition: none;
	width: 100%;
	position: static;
	opacity: 1;
	transform: none;
}
.recruit2 .r .inner {
	padding: 20px;
}
.recruit2 .r .links .item {
	font-size: 20px;
}
.recruit2.showdiv .r {
	transform: none;
}
.recruit2 .b {
	padding: 0px 20px;
	text-align: left;
	margin-top: 30px;
}
.recruit2 .b .more {
	margin: 0px 0px 10px;
	display: block;
}
.recruit2 .r .link .item {
	font-size: 18px;
}
.recruit3 .content {
	height: auto;
	margin-top: 30px;
	flex-direction: column;
}
.recruit3 .block {
	padding: 0px;
}
.recruit3 .pic {
	transition: none !important;
	width: auto;
	margin-left: 0px;
	opacity: 1 !important;
	transform: none !important;
}
.recruit3 .l {
	transition: none !important;
	width: auto;
	position: static;
	opacity: 1 !important;
	transform: none !important;
}
.recruit3 .l .d1 {
	height: 130px;
}
.recruit3 .l .d1 .item .ico {
	height: 50px;
	line-height: 50px;
}
.recruit3 .l .d1 .item span {
	line-height: 1;
	font-size: 18px;
}
.recruit3 .l .d2 {
	height: 130px;
}
.recruit3 .l .d2 .item {
	margin: 0px;
	flex: 1 1 0px;
	max-width: 20%;
}
.recruit3 .l .d2 .item:hover {
	transform: none;
}
.recruit3 .b {
	padding: 0px 20px;
	text-align: left;
	margin-top: 30px;
}
.recruit3 .b .more {
	margin: 0px 0px 10px;
	display: block;
}
.recruit5 {
	padding: 0px;
}
.recruit5 .block {
	padding: 0px;
}
.recruit5 .pic {
	transition: none;
	opacity: 1;
	transform: none;
}
.recruit5 .list .item em {
	transition: none;
	opacity: 1;
	transform: none;
}
.recruit5 .content {
	padding: 0px;
	flex-direction: column;
}
.recruit5 .title {
	padding: 30px 20px;
	flex: 0 1 auto;
}
.recruit5 .list .inner {
	width: 100%;
	box-sizing: border-box;
}
.recruit5 .list {
	padding: 20px;
	flex: 0 1 auto;
	width: auto;
	position: static;
}
.recruit5 .list .item {
	width: 33.33%;
}
.recruit5 .list .item em {
	height: 45px;
	line-height: 45px;
}
.recruit6 {
	padding: 40px 0px;
}
.recruit6 .list {
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit6 .item {
	margin: 0px 0px 15px;
	padding: 0px;
	transition: none !important;
	flex: 0 1 auto;
	width: calc(50% - 7.5px);
	height: 150px;
	opacity: 1 !important;
	transform: none !important;
}
.recruit6 em {
	height: 60px;
	line-height: 60px;
}
.recruit6 span {
	font-size: 14px;
	margin-top: 10px;
}
.recruit7 .block {
	padding: 15px;
	flex-direction: column;
}
.recruit7 .dl {
	margin: 0px;
	flex: 0 1 auto;
	max-width: none;
}
.recruit7 .dl .h1 {
	font-size: 18px;
}
.recruit7 .dl .inner {
	padding: 30px;
}
.recruit7 .dl .list a {
	margin: 0px 20px 20px 0px;
	width: auto;
}
.recruit7 .dl .link {
	height: 80px;
}
.recruit7 .dl .link .d span {
	font-size: 16px;
}
.recruit7 .dr {
	margin: 15px 0px 0px;
	flex: 0 1 auto;
	width: auto;
	height: auto;
}
.recruit7 .dr .inner {
	padding: 30px;
}
.recruit7 .dr .link {
	margin-top: 20px;
}
.research1 .top {
	flex-direction: column;
}
.research1 .tabs {
	margin: 30px 0px 0px;
	flex-wrap: wrap;
	justify-content: center;
}
.research1 .tabs a {
	flex: 0 1 auto;
	width: calc(33.33% - 6.66px);
	height: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}
.research1 .tabs a:first-child {
	margin-left: 0px;
}
.research1 .content {
	margin-top: 40px;
}
.research1 .content .h {
	font-size: 28px;
}
.research1 .content .r {
	display: none;
}
.research1 .content .text {
	font-size: 16px;
	margin-top: 20px;
}
.research1 .content .text.big {
	font-size: 16px;
}
.research1 .share {
	margin-top: 20px;
}
.research2 .block {
	flex-direction: column;
}
.research2 .title {
	width: 100%;
	max-width: none;
	align-items: center;
}
.research2 .title .h {
	-ms-writing-mode: lr-tb;
}
.research2 .title .more {
	margin-top: 10px;
	-ms-writing-mode: lr-tb;
}
.research2 .title .more i {
	margin: 0px 10px 0px 0px;
}
.research2 .list {
	margin: 20px 0px 0px;
	width: 100%;
	height: auto;
	flex-direction: column;
}
.research2 .list .item {
	margin: 0px;
	transition: none;
	flex: 0 1 auto;
	width: auto;
	height: 50px;
	line-height: 50px;
	border-bottom-color: rgb(96, 121, 163);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 1;
	transform: none;
}
.research2 .list .item .inner {
	background: rgb(61, 83, 126);
	padding: 0px 20px;
	width: auto;
	display: block;
}
.research2 .list .item:hover .inner {
	transform: none;
}
.research2 .list .item span {
	-ms-writing-mode: lr-tb;
}
.research3 .list {
	flex-direction: column;
}
.research3 .item {
	margin: 0px 0px 15px;
	width: auto;
	opacity: 1;
	transform: none;
}
.research3 .item:hover .pic img {
	transform: none;
}
.research3 .b {
	margin-top: 20px;
}
.research4 {
	padding-bottom: 0px;
}
.research4 .content {
	margin-top: 20px;
}
.research4 .pic {
	margin: 0px;
	position: static;
	max-width: none;
	opacity: 1;
	transform: none !important;
}
.research4 .list {
	margin: 0px;
	transition: none;
	width: auto;
	opacity: 1;
	transform: none !important;
}
.research4 .list .inner {
	padding: 25px 15px;
}
.research4 .list .item .h {
	font-size: 18px;
}
.research4 .list .item {
	padding-left: 40px;
}
.research4 .list .item::before {
	width: 30px;
	height: 30px;
	background-size: contain;
}
.research4 .list .item ul li {
	font-size: 14px;
	margin-top: 10px;
}
.department2 .list {
	margin-top: 30px;
}
.department2 .item {
	transition: none;
	opacity: 1;
	transform: none;
}
.department2 .item :first-child.text {
	padding-left: 10px;
}
.department2 .item .t {
	display: none;
}
.department2 .item {
	margin: 0px 0px 15px;
	width: auto;
	position: static;
}
.department2 .item .h {
	font-size: 24px;
}
.department2 .item .inner {
	padding: 25px;
}
.department2 .item .p {
	margin-top: 20px;
}
.department2 .item::after {
	display: none;
}
.department2 .item .p a {
	padding-left: 20px;
}
.research_detail .d1 {
	padding: 30px;
}
.research_detail .d2 {
	padding: 30px;
	margin-top: 20px;
}
.research_detail .d1 .p {
	margin-top: 10px;
}
.research_detail .d1 .p a {
	margin: 15px 0px 0px;
	width: 50%;
	font-size: 14px;
}
.person_detail .content .text {
	padding: 0px;
}
.person_detail .content .pic {
	margin: 0px 30px 20px 0px;
	width: 30vw;
}
.person_detail .content .h1 {
	font-size: 28px;
}
.person_detail .content .txt {
	margin-top: 30px;
}
.person_detail .recommand {
	margin-top: 40px;
}
.person_detail .list {
	margin-top: 20px;
	flex-direction: column;
}
.person_detail .item {
	margin: 0px;
}
.notice .d {
	padding: 20px 0px;
}
.leaders .content {
	margin-top: 25px;
}
.leaders .part {
	margin-bottom: 0px;
	flex-direction: column;
}
.leaders .part .d {
	margin: 0px 0px 15px;
	flex: 0 1 auto;
}
.leaders .d .bg {
	width: 15px;
}
.leaders .d .inner {
	padding: 20px;
}
.leaders .d .p .td {
	padding-top: 0px;
}
.leaders .d .p .td a {
	margin: 5px 15px;
}
.leaders .d .p .th {
	margin: 5px 0px;
	padding-right: 15px;
	font-size: 16px;
}
.about {
	background: rgb(255, 255, 255);
	padding: 20px 0px 0px;
}
.about .tit {
	display: none;
}
.about .block {
	padding: 0px;
	display: block;
}
.about .title {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	display: block;
}
.about .list {
	flex: 0 1 auto;
	width: auto;
	padding-bottom: 100px;
	margin-left: 120px;
}
.about .list .item {
	padding: 20px;
}
.about .list .item .h {
	left: -120px;
	top: 20px;
	width: 120px;
}
.about .list :first-child.item .h {
	top: -5px;
}
.about .pics {
	width: 100%;
	height: 50vw;
}
.about .pics .d3 {
	width: 25%;
}
.cooperation1 {
	padding: 15px 0px;
}
.cooperation1 .bg {
	display: none;
}
.cooperation1 .pic img {
	width: 100%;
	max-width: none;
}
.cooperation1 .text {
	padding: 30px;
	position: static;
}
.cooperation2 .more1 {
	line-height: 35px;
}
.cooperation2 .more1 i {
	width: 70px;
	height: 35px;
	background-size: contain;
}
.cooperation3 .item .inner {
	padding: 25px;
}
.cooperation3 .item .pic {
	width: auto;
	float: none;
	display: none;
}
.cooperation3 .item .p {
	margin-top: 15px;
}
.cooperation3 .item .more2 {
	margin-top: 15px;
}
.cooperation4 .title {
	padding: 30px 20px;
	width: 100%;
	box-sizing: border-box;
}
.cooperation4 .text {
	padding: 30px;
	width: 100%;
}
.cooperation4 .title .more2 {
	margin-top: 10px;
}
.cooperation5 .text {
	padding: 30px 20px;
}
.cooperation5 .text .b {
	margin-top: 20px;
}
.cooperation6 {
	padding: 20px 0px;
}
.cooperation6 .bg {
	display: none;
}
.cooperation6 .pic img {
	width: 100%;
	max-width: none;
}
.cooperation6 .text {
	padding: 30px;
	position: static;
}
.education1 .content {
	background: none;
}
.education1 .title {
	color: rgb(51, 51, 51);
}
.education1 .list {
	padding: 0px;
	width: auto;
	margin-top: 25px;
	flex-direction: column;
}
.education1 .list .item {
	margin: 0px;
	padding: 15px;
	transition: none;
	flex: 0 1 auto;
	height: auto;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 1;
	transform: none;
	background-image: none !important;
}
.education1 .list .item a {
	padding: 15px 10px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.education1 .list .item .h {
	margin-top: 0px;
}
.education1.showdiv .list .item {
	transform: none !important;
}
.education1 .list .item .ico {
	width: 70px;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
}
.education1 .bb {
	padding-bottom: 20px;
	margin-top: -20px;
}
.education1 .bb .list1 {
	justify-content: center;
}
.education1 .bb .list1 .item {
	margin: 0px;
	flex: 0 1 auto;
	width: 50%;
	height: 120px;
	text-align: center;
	max-width: none;
}
.education1 .bb .list1 .item::before {
	display: none;
}
.education1 .bb .list1 {
	height: auto;
	flex-wrap: wrap;
}
.education1 .bb .list1 .item .ico {
	height: 50px;
	line-height: 50px;
}
.education1 .bb .list1 .item .h {
	font-size: 14px;
}
.education1 .box {
	flex-direction: column;
	justify-content: flex-start;
}
.education2 .list {
	margin: 15px -15px 0px;
	padding: 15px;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.education2 .list a {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	white-space: normal;
}
.education2 .tabs {
	margin-top: 10px;
}
.education2 .tabs a {
	margin: 0px 10px;
	font-size: 16px;
}
.education2 .bg {
	bottom: 0px;
}
.education3 .block {
	flex-direction: column;
}
.education3 .tit {
	width: auto;
}
.education3 .tit .t {
	padding: 35px 0px 0px 30px;
}
.education3 .r {
	width: auto;
}
.education3 .r .list1 {
	width: auto;
	height: auto;
	display: flex;
	position: static;
}
.education3 .r .list1 .item {
	width: 50%;
	height: 130px;
}
.education3 .r .list1 .item .ico {
	height: 50px;
}
.education3 .r .list2 {
	margin: 0px;
	padding: 50px 0px 0px 30px;
	width: auto;
	height: auto;
}
.education3 .r .list2 li {
	font-size: 20px;
	margin-bottom: 20px;
}
.education4 .list {
	margin-top: 20px;
	flex-direction: column;
}
.education4 .list .item {
	margin: 0px 0px 30px;
	flex: 0 1 auto;
	width: auto;
}
.education4 .item .h {
	margin-top: 10px;
}
.photos .div {
	margin-left: 20px;
}
.photos .list .item {
	margin: 0px 0px 25px 15px;
	width: calc(50% - 7.5px);
}
.photos .list .item .h {
	bottom: 0px;
	opacity: 1;
}
.photos .list :nth-child(3n-2).item {
	margin-left: 15px;
}
.photos .list :nth-child(2n+1).item {
	margin-left: 0px;
}
.photos .list .item .d {
	margin-top: 10px;
}
.class_detail table {
	margin-top: 20px;
}
.class_detail thead {
	display: none;
}
.class_detail tr {
	border-radius: 5px;
	margin-bottom: 15px;
	display: block;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.class_detail tr:last-child {
	margin-bottom: 0px;
}
.class_detail td {
	background: none !important;
	padding: 10px;
	text-align: left;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}
.class_detail td:last-child {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}
.class_detail td::before {
	width: 70px;
	display: inline-block;
	content: attr(tit)" :";
}
.cas .item {
	width: calc(50% - 8.5px);
	margin-left: 15px;
}
.cas :nth-child(2n+1).item {
	margin-left: 0px;
}
.cas .item .h {
	font-size: 16px;
}
.page_nav2 .block {
	padding: 15px 0px;
}
.page_nav2 .block::before {
	display: none;
}
.page_nav2 a {
	margin: 10px;
	line-height: 1;
	font-size: 16px;
}
.page_nav2 a::before {
	display: none;
}
.page_nav2 a::after {
	display: none;
}
.study1 .block {
	padding: 0px;
}
.study1 .content {
	margin-top: 20px;
	display: block;
}
.study1 .l {
	width: auto;
}
.study1 .r {
	margin: 0px;
	width: auto;
}
.study1 .r .d2 {
	margin: 0px;
}
.study1 .r .dr {
	margin: 0px;
}
.study2 .block {
	flex-direction: column-reverse;
}
.study2 .l {
	width: auto;
}
.study2 .r {
	width: auto;
	height: 50vw;
}
.study2 .bg1 {
	padding: 30px;
}
.study2 .bg2 {
	padding: 30px;
}
.study2 .l .fz40 {
	margin-bottom: 20px;
}
.study2 .l .d {
	margin-top: 30px;
}
.study3 .content {
	margin-top: 20px;
	flex-direction: column;
}
.study3 .content .d {
	margin: 0px 0px 15px;
	flex: 0 1 auto;
	width: 100%;
	box-sizing: border-box;
}
.study3 .b {
	margin-top: 20px;
}
.study4 .bg {
	display: none;
}
.study4 .pic img {
	width: 100%;
	max-width: none;
}
.study4 .text {
	padding: 20px;
	position: static;
}
.study5 .list {
	justify-content: space-between;
}
.study5 .list .item {
	margin: 0px 0px 15px;
	width: calc(50% - 7.5px);
}
.study6 .list {
	flex-wrap: wrap;
}
.study6 .list .item {
	margin: 0px 0px 15px;
	width: calc(50% - 7.5px);
	height: 120px;
}
.study6 .list .item .ico {
	height: 50px;
}
.study6 .list .item::before {
	display: none;
}
.history_famous2 .block {
	padding: 0px;
}
.history_famous2 .bg1 {
	display: none;
}
.history_famous2 .bg2 {
	display: none;
}
.history_famous2 .navg span {
	width: 50%;
}
.history_famous2 .content {
	background: rgb(74, 61, 62);
}
.history_famous2 .tit {
	background: rgb(54, 45, 46);
	padding: 40px 20px;
}
.history_famous2 .item {
	padding: 20px;
}
.history_famous2 .item .pic {
	margin: 0px 20px 20px 0px;
	width: 140px;
	float: left;
	position: static;
}
.history_famous2 .item .text {
	padding: 0px;
	flex: 1 1 0px;
	width: auto;
}
.history_famous2 .frame {
	margin: auto;
	width: auto;
	clear: both;
}
.history_famous2 .navg {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	position: static;
}
.history_famous2 .slick-slide {
	background: rgb(0, 0, 0);
	margin: 0px;
}
.history_famous2 .slick-slide img {
	opacity: 0.3;
}
.history_famous2 .slick-current img {
	opacity: 1;
}
.history_famous2 .slick-current::after {
	display: none;
}
.history_famous3 .l {
	width: auto;
}
.history_famous3 .l .b {
	clear: none;
}
.history_famous3 .l .pic {
	width: 140px;
}
.history_famous3 .r {
	padding: 30px 20px;
}
.history_famous3 .r .list {
	height: 350px;
	font-size: 16px;
}
.history_famous3 .r .list a {
	width: 33.33%;
	height: 40px;
	line-height: 40px;
}
.history_famous3 .content {
	margin-top: 20px;
	display: block;
}
.history_famous4 .text {
	padding: 30px;
	margin-top: 20px;
}
.visit1 .block {
	padding: 0px;
}
.visit1 .list {
	flex-wrap: wrap;
	justify-content: center;
}
.visit1 .list .item {
	flex: 0 1 auto;
	width: 33.33%;
	margin-bottom: 30px;
	display: block;
}
.visit1 .list .item::before {
	display: none;
}
.visit1 .list .item a {
	display: block;
}
.visit1 .list .item .h {
	width: 100%;
	overflow: hidden;
}
.visit1 .list .item .ico {
	height: 40px;
	line-height: 40px;
}
.visit1 .content {
	display: block;
}
.visit1 .l {
	width: auto;
}
.visit1 .l .fz40 {
	text-align: center;
	-ms-writing-mode: lr-tb;
}
.visit1 .l .tabs {
	margin-top: 20px;
	flex-direction: row;
}
.visit1 .l .tabs a {
	background: rgb(148, 7, 10) !important;
	flex: 1 1 0px;
	height: auto;
	margin-top: 0px;
	display: block;
	-ms-writing-mode: lr-tb;
}
.visit1 .l .tabs a.now::after {
	background: rgba(255, 255, 255, 0.7);
	margin: 0px;
	border: currentColor;
	border-image: none;
	left: 0px;
	top: auto;
	height: 4px;
	right: 0px;
	bottom: 0px;
}
.visit1 .r {
	margin: 0px 10px;
	padding: 10px 0px;
	flex: 0 1 auto;
}
.visit1 .l .line {
	display: none;
}
.visit1 .r .map .point {
	display: none;
}
.visit2 .list a {
	margin: 0px 0px 15px 15px;
	width: calc(33% - 10px);
}
.visit2 .list a:nth-child(6n-5) {
	margin-left: 15px;
}
.visit2 .list a:nth-child(3n-2) {
	margin-left: 0px;
}
.visit2 .list a span {
	padding: 10px 0px;
}
.visit3 {
	background: none;
}
.visit3 .block {
	padding-bottom: 15px;
	display: block;
}
.visit3 .d {
	margin: 0px 0px 15px;
	width: 100%;
}
.visit3 :last-child.d {
	display: none;
}
.visit3 .d .item {
	padding: 30px 0px;
}
.visit3 .d .item:hover {
	background: rgb(238, 235, 234);
	color: rgb(51, 51, 51);
}
.visit3 .d .item:hover .a {
	display: inline-block;
}
.visit3 .d .item:hover .b {
	display: none;
}
.visit3 .d :last-child.item {
	background: rgb(238, 235, 234);
}
.visit4 {
	background: none;
	padding-bottom: 10vw;
}
.visit4 .navg {
	margin-top: 30px;
}
.visit4 .list {
	flex-wrap: wrap;
}
.visit4 .item {
	flex: 0 1 auto;
	width: 50%;
	padding-bottom: 30px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.campus3a .list {
	flex-wrap: wrap;
}
.campus3a .item {
	flex: 0 1 auto;
	width: 50%;
	padding-bottom: 30px;
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.teachers1 {
	padding: 15px 0px 0px;
}
.teachers1 .bg {
	margin: 0px 18px;
	width: auto;
	height: 30vw;
	position: static;
}
.teachers1 .block {
	display: block;
}
.teachers1 .text {
	padding: 30px;
	width: auto;
}
.teachers1 .links {
	margin-top: 30px;
}
.teachers2 {
	padding: 15px 0px 0px;
	overflow: visible;
}
.teachers2 .bg {
	display: none;
}
.teachers2 .pic {
	width: auto;
}
.teachers2 .text {
	padding: 30px;
	position: static;
}
.teachers3 {
	padding: 15px 0px;
	margin-top: 0px;
}
.teachers3 .bg1 {
	display: none;
}
.teachers3 .bg2 {
	display: none;
}
.teachers3 .links {
	margin-top: 30px;
}
.teachers3 .links a {
	width: 33.33%;
}
.teachers3 .text {
	background: rgb(255, 255, 255);
	padding: 15px;
	width: auto;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.tabs1 {
	margin-top: 30px;
	position: relative;
}
.tabs1::after {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
	top: 0px;
	width: 20px;
	height: 100%;
	right: 0px;
	position: absolute;
	content: "";
}
.tabs1 a {
	padding: 8px 15px;
	flex: 0 0 auto;
	display: inline-block;
	white-space: nowrap;
}
.tabs1 a.now {
	background: rgb(148, 7, 10);
	color: rgb(255, 255, 255);
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}
.tutors .list {
	margin-top: 30px;
}
.tutors .item {
	margin: 0px 0px 15px;
	width: auto;
	position: static;
}
.tutors .item .t {
	height: 40px;
	line-height: 40px;
}
.tutors .item .inner {
	padding: 25px;
}
.tutors .item .text {
	margin: 0px;
	padding: 0px !important;
}
.tutors .item .text a {
	font-size: 12px;
	margin-bottom: 20px;
}
.tutors .item .ico {
	width: 50px;
}
.history_famous5 .item .pic {
	width: 120px !important;
}
.cas_h {
	padding: 20px 0px;
}
.cas_h .list {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.cas_h .list .item {
	margin: 15px 0px;
	padding: 0px 5px;
	flex: 0 1 auto;
	width: 50%;
	height: auto;
	box-sizing: border-box;
}
.cas_h .list .item a {
	display: block;
}
.cas_h .list .item::before {
	display: none;
}
.cas_h .list .item .ico {
	height: 40px;
	line-height: 40px;
}
.cas_h .list .item .h {
	font-size: 14px;
}
.cas_h .list .item.now .h {
	color: rgb(255, 80, 84);
}
.visit4 .item .d {
	font-size: 24px;
}
.history .list {
	padding: 0px;
}
.history .list::before {
	display: none;
}
.history .list::after {
	display: none;
}
.history .item {
	padding: 30px 0px;
	width: auto;
	position: static;
}
.history .item .pic .year {
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 18px;
}
.history .item .pic .year span {
	width: 30px;
	height: 30px;
	background-size: contain;
}
.history :last-child.item {
	width: auto;
	text-align: left;
	padding-top: 30px;
	transform: none;
}
.history :last-child.item .text .p {
	text-align: left;
}
.research_agency .part .d {
	margin: 15px 0px 0px;
}
.research_agency .part :first-child.d {
	margin-top: 0px;
}
.research_agency .d .inner {
	padding: 20px;
}
.research_agency .d .p a {
	margin: 5px 0px;
	font-size: 14px;
}
.research_agency .d.c3 .p a {
	width: 100%;
}
.research_agency .d.c2 .p a {
	width: 100%;
}
.research_agency .part {
	margin-top: 15px;
	display: block;
}
.photos .list {
	margin-top: 20px;
}
.photos .date img {
	height: 50px;
}
.photos .date .inr {
	line-height: 50px;
	font-size: 20px;
	background-size: contain;
}
.photos .list .item {
	margin: 0px 0px 35px !important;
	width: 100%;
}
.campus3a {
	background: none;
}
.campus3a .navg {
	margin-top: 30px;
}
.campus3a {
	padding-bottom: 10vw;
}
}
@media screen and (max-width:800px) {
.body_home .banner .navg {
	bottom: 20px;
}
.body_home .banner .child .fz30 {
	right: 70px;
	bottom: 10px;
	line-height: 1.5;
	padding-left: 18px;
	font-size: 14px;
}
.body_home .banner .child .a2 {
	height: 50px;
	right: 0px;
	bottom: 0px;
	line-height: 50px;
}
}
@media screen and (max-width:500px) {
.nav_mobile .nav_l {
	font-size: 14px;
}
.nav_mobile .nav_r {
	font-size: 14px;
}
.old_leaders .tabs a {
	margin: 0px 15px;
	font-size: 16px;
}
.old_leaders .content {
	margin-top: 20px;
}
.old_leaders .content .list .item {
	width: 100%;
}
.position {
	display: none;
}
}
@media screen and (max-width:450px) {
.body_home .banner .navg {
	right: 60px;
}
.body_home .banner .child .fz30 {
	font-size: 16px;
}
}
@media screen and (max-width:1200px) {
.skin1 .more i::after {
	width: 44px;
	height: 28px;
	margin-bottom: -18px;
	margin-left: -22px;
}
}
@media screen and (max-width:850px) {
.skin1 .home9 .title .more {
	margin-top: 20px;
}
.skin1 .home7 .d1 .more:hover i::after {
	background-image: url("http://wdx.xacom.edu.cn/image/skin1/icon1a.svg");
}
.skin2 .more i::after {
	width: 30px;
	height: 36px;
	margin-top: -20px;
}
.skin2 .home9 .more i::after {
	margin: -20px -10px 0px 0px;
	top: 50%;
	right: 100%;
}
}














