@charset "utf-8";
html{overflow-x: hidden;}
@media (max-width:1920px) {
	html {font-size: 16px;}
}
@media (min-width:1400px) and (max-width:1600px) {
	html {font-size: 16px;}
}
@media (min-width:640px) and (max-width:1399px) {
	html {font-size: 15px;}
}
@media (min-width:471px) and (max-width:639px) {
	html {font-size: 14px;}
}
@media (min-width:320px) and (max-width:470px) {
	html {font-size: 14px;}
}
/*返回顶部*/
.backtop { position: fixed; right: 30px; bottom: 30px; cursor: pointer; display: none; width: 50px; height: 50px;-webkit-animation: more 2s infinite;animation: more 2s infinite; }
.backtop img{display: block;width: 100%;}
@-webkit-keyframes more {  
	0%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	  20% {-webkit-transform: translateY(-10x);}
	  40% {-webkit-transform: translateY(10px);}
	}
	@keyframes more {  
	0%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	  20% {-webkit-transform: translateY(-10px);}
	  40% {-webkit-transform: translateY(10px);}
	}
	@media(max-width: 768px) {
	.backtop{width: 30px;height: 30px;right: 10px;}
	
	}

/*==========================================公共 开始=============================================*/
















.w10{width:100%;margin: 0 auto;}
.wrap {max-width: 1300px;width: 100%;margin: 0 auto;}
.clam1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.clam2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.clam3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.clam4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.head-box{}
.top{padding: 1.875rem 0;position: relative;}
.top .logo{}
.top .logo img{display: block;width: 100%;height: auto;}
.top-r-t{margin-bottom: 10px;}
.top-r-t ul{float: left;}
.top-r-t ul li{float: left;margin-left: 10px;}
.top-r-t ul li a{font-size: 0.75rem;color: #494949;transition: 0.6s all;}
.top-r-t ul li a:hover{color: #a3dfea;transition: 0.6s all;}
.top-r-t ul li a img{display: block;transition: 0.6s all;max-height: 12px;}
.top-r-t ul li a img:hover{opacity: 0.6;transition: 0.6s all;}
.top-r-t .search-btn{float: left;margin-left: 16px;}
.jz a{transition: 0.6s all;display: block;background: #fff; width: 5rem;height: 1.625rem;line-height: 1.625rem;font-size: 0.875rem;color: #323232;text-align: center;}
.jz a:hover{color: #214986;transition: 0.6s all;}
header {z-index: 1000;width: 100%;background: #214986;}
header .fl {position: relative;margin: 15px 0;}
header .fl a {display: block;}
header .fl embed {width: 13.375rem;display: inline-block;vertical-align: middle;}
header .fl embed.wap {display: none}
header .w9{position: relative;}
.right_icon ul {font-size: 0;margin-top: 35px;}
.right_icon ul li {display: inline-block;margin-left: 1.25rem;float: left;}
.right_icon ul li a{display: block;}
.right_icon ul li a p{color: white;height: 16px; width: 20px;}
/*下滑*/
.mouseIco {width: 21px;height: 36px;display: block;margin: 0px auto;border-radius: 6px;position: absolute;left: 50%;margin-left: -11px;bottom: 35px;z-index: 900;}
.mouseIco i {background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/images2020/down.png) center no-repeat;width: 16px;height: 9px;border-radius: 1px;display: block;position: absolute;left: 50%;margin-left: -8px;-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}
@keyframes mouse-dot {
	from {opacity: 0;}
	33% {opacity: 1;}
	to {transform: translateY(15px);-webkit-transform: translateY(15px);opacity: 0;}
}

@-webkit-keyframes mouse-dot {
	from {opacity: 0;}
	33% {opacity: 1;}
	to {transform: translateY(15px);-webkit-transform: translateY(15px);opacity: 0;}
}
.scrool {height: 52px;width: 36px;position: absolute;left: 50%;margin-left: -18px;bottom: 30px;text-align: center;z-index: 1000;text-transform: uppercase;background: rgba(255, 255, 255, 0.3);border-radius: 18px;border: #fff 1px solid;}
.scrool a {font-size: 12px;color: #fff}
.animenu__toggle {display: none;cursor: pointer;background-color:#214986;border: 0;padding: 0.3rem;height: 2.5rem;width: 2.5rem;}
.animenu__toggle.animenu__toggle--active {background-color: #214986;}
.animenu__toggle.animenu__toggle--active .animenu__toggle__bar {background: #fff}
.animenu__toggle__bar {display: block;width: 1.875rem;height: 2px;background-color: #fff;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar+.animenu__toggle__bar {margin-top: 0.45rem;}
.animenu__toggle--active .animenu__toggle__bar {margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.animenu {/* position: absolute;right: 0;top: 2.5rem;width: 73%; */}
.animenu ul {padding: 0;list-style: none;text-align: left;}
.animenu li,.animenu a {display: inline-block;font-size: 1.125rem;}
.animenu a {color: #fff;text-decoration: none;}
.animenu__nav {}
.animenu__nav>li {position: relative;width: 10.8%;text-align: center;   z-index: 999;    margin: 5px 0px;}

.animenu__nav>li:hover{
background:#385c94; 
border:0px solid;
  border-radius:10px; 
  transform: scale(1); 
  transition: box-shadow 0.6s, transform 0.5s;
box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.9);
}
.navss{background:#385c94; 
border:0px solid;
  border-radius:10px; 
  transform: scale(1); 
  transition: box-shadow 0.6s, transform 0.5s;
box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.9);}



.animenu__nav>li>a{font-size: 1.25rem;line-height: 3.125rem;}
.animenu__nav>li>a {text-transform: uppercase;color: #fff;}
.animenu__nav>li>a:first-child:nth-last-child(2):before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;display: none;}
.animenu__nav>li:hover>ul {opacity: 1;visibility: visible;margin: 0px 0 0;     background-color: #fff; border:0px solid;
  border-radius:10px; 
  transform: scale(1); 
padding:6px;
}

.animenu__nav>li:hover>a {color: #fff;}
.animenu__nav__child {min-width: 100%;position: absolute;top: 100%;z-index: 9;opacity: 0;visibility: hidden;margin: 10px 0 0 0;color:#494949}
.animenu__nav__child>li {width: 100%;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);position: relative; padding:5px 0px 0px 0px;}
.animenu__nav__child>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 50%;margin-left: -6px;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: #4e78ad;}
.animenu__nav__child>li:last-child {border: 0;}
.animenu__nav__child>li a{ color:#494949;}

.animenu__nav__child a {padding: 10px;width: 100%;border-color: #214986;font-size: 0.875rem;}
.animenu__nav__child a:hover {background-color: #224988;border-color: #214986;color: #fff; border-radius:4px; box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.9);}
.animenu__nav--open {display: block !important;}
.animenu__nav--open .animenu__nav__child {}
.animenu__nav__child>li dl{position: absolute;left: -100%; top: 0;background-color: #214986;width: 100%;display: none;}
.animenu__nav__child>li:hover dl{display: block;}
.animenu__nav>li>a.on{color: #214986;}
@media(max-width: 1360px) {
	.head-box .top{padding: 1.875rem 15px;}
	.logo {width: 37%;}
	.animenu__nav>li>a {font-size: 1rem;}
	.animenu__nav>li{width: 10.6%;}
	.animenu__nav__child{}
	.animenu{top: 1.375rem;}


}
@media(max-width: 1200px) {
	.right_icon ul{margin-top: 20px;}
}
@media screen and (max-width: 1000px) {
	.jz{margin-right: 40px;}
	header .w9,.top .w9{max-width: calc(100% - 30px);}
	.logo {width: 50%;}
	.animenu__nav__child>li {border-bottom: #e5e5e5 1px solid;}
	.animenu>ul{background: rgba(26,26,26,0.95);}
	.animenu {padding: 0;position: absolute;right: 0;top:6.5625rem;z-index: 9;width: 76%;}
	.right_icon ul {margin-right: 5rem;}
    .animenu__toggle {display: inline-block;position: absolute;right: 0;top: 48px;}
    .animenu__nav,.animenu__nav__child {display: none;}
	.animenu__nav__child a{color: #323232;line-height:28px;font-size: 16px;     padding: 5px;}
    .animenu__nav>li {width: 100%;border-right: 0;border-bottom: 1px solid #2d589a;height: auto;background: none;}
    .animenu__nav>li .jt{ content:""; position:absolute; right:0; top:0; width:4rem; height:3rem; background:rgba(255,255,255,0.05) url(../2020images/jiantou.png) center no-repeat; background-size:6px auto; z-index:1000;}
	.animenu__nav>li>a.on{color: #fff;}
	.animenu__nav>li:last-child {border: 0;}
	.animenu__nav>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;display: none;}
	.animenu__nav>li>a {width: 100%;color: #fff; padding: 0 0 0 2rem !important;border-color: #111;background: rgba(33, 73, 134, 0.9);position: relative;text-align: left;}
	.animenu__nav a:hover {background-color: #214986;border-color: #214986;color: #fff;}
	.animenu__nav__child {position: static;background-color: #f8f8f8;margin: 0;transition: none;visibility: visible;opacity: 1;}
	.animenu__nav__child>li:first-child>a:after {content: none;}
	.animenu__nav__child>li dl{display: block;position: relative;left: auto;top: auto;background: #f8f8f8;margin:0 50px 50px;width: auto;}
	.animenu__nav__child>li dl dd{border-top: 1px solid #e5e5e5;}
	.animenu__nav__child>li dl dd a{line-height: 26px;font-size: 14px;}
	.animenu__nav>li:hover>a{color: #fff;}
	.head-box2 #header .logo{width: 50%;}
	.head-box2 .animenu{top:4.25rem;width: 76%;}

	.animenu__nav>li{margin:0px;}
}
@media(max-width: 768px) {

.animenu{margin-top: -4px;}

}
@media(max-width: 414px) {
	.top .logo.fl{float: none;}
	.top-r{float: none;}
.top .logo{width: 100%;margin-bottom: 1.875rem;}
.animenu{top: 8.4375rem;}
.head-box2 #header .logo{width: 72%;}
.top-r-t{float: left;margin-bottom: 0;margin-top: 5px;}
.animenu__toggle{top: 85px;}
}
@media(max-width: 375px) {

	.animenu{top: 8.75rem;}
}
@media(max-width: 360px) {
	
}
@media(max-width: 320px) {
	.jz{margin-right: 28px;}
	.animenu__toggle{top: 75px;}
}

/* 搜索 */
.tc2 form {border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width: 100%;}
.tc2 input[type="text"] {border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background: none;line-height: 60px;padding: 0 20px;}
.tc2 input[type="text"]:focus {text-align: left;}
.tc2 input[type="image"] {position: absolute;right: 0;top: 50%;padding: 0;z-index: 2;height: 60px;width: 70px;cursor: pointer;border: none;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/icon_search_hover.png) no-repeat center; background-size: 20px 20px;margin-top: -30px;}
.tc2 input[type="image"]:hover {background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/icon_search_hover.png) center no-repeat;background-size: 20px 20px;}
.tc2 .tc {transition: all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none}
.tc2 .tc {pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transform: scale(1.1);}
.tc2 .tc.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform: scale(1);}
.tc2 .close:hover {transform: rotate(180deg);}
.tc2 .close,.tc {transition: all ease 400ms;-moz-transition: all ease 400ms;-ms-transition: all ease 400ms;-o-transition: all ease 400ms;-webkit-transition: all ease 400ms;}
.tc2 .tc-box {position: absolute;border-radius: 4px;overflow: hidden;top: 50%;z-index: 9999;background: #fff;height: 60px;width: 50%;left: 50%;margin-left: -25%;margin-top: -40px;}
.tc2 .tc.act {display: block;}
.tc2 .close {position: absolute;cursor: pointer;font-size: 20px;right: 30px;top: 30px;}
.tc2 .tc-bg {height: 100%;background: rgba(0, 0, 0, .6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*==========================================公共 结束=============================================*/
/* banner */
/*banners  css*/
.banners {position: relative;overflow: hidden;width: 100%;z-index: 2;margin: 30px auto 0 auto; border-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}
.banners .bd {position: relative;z-index: 1;}
.banners .bd li {position: relative;overflow: hidden;}
.banners .bd li a{display: block;background: #1d131e;overflow: hidden;position: relative;}
.banners .bd li .pic{width: 64.23%;position: relative;float: left;margin-right: 1.875rem;overflow: hidden;}
.banners .bd li .pic img {vertical-align: top;width: 100%;/* -webkit-animation-name: centerBig; *//* animation-name: centerBig; */animation-duration: 5s;animation-iteration-count: infinite;}
.banners .bd li .text{padding: 3.75rem 2.5rem 0 0;}
.banners .bd li .text h5{font-size: 1.5rem;font-weight: normal;margin-bottom: 1.875rem;color: #ffffff;line-height: 2.5rem;height: auto;overflow: hidden;}
.banners .bd li .text p{font-size: 0.85rem;line-height: 2rem;height: 8rem;color: #f5f7f4;text-indent: 1.75rem;overflow: hidden;}
.banners .hd{position: absolute;background: #000000;left: 66.92%;bottom: 2.5rem;height: 21px;z-index: 3;overflow: hidden;}
.banners .hd ul {float:left;padding: 0 5px;overflow: hidden;margin-top: 0px;}
.banners .hd li {display: inline-block;background: #939393; overflow: hidden;width: 3px;height: 3px;line-height: 3px;margin: 0 4px;border-radius: 50%;}
.banners .hd li.on {background: #fff;}
.banners .prev {float:left;display: block;width: 21px;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/banner-left.png) no-repeat;height: 21px;cursor: pointer;}
.banners .next {float:left;display: block;width: 21px;;background: red;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/banner-right.png) no-repeat;height: 21px;cursor: pointer;}
@keyframes centerBig {
	from {transform: scale(1.0, 1.0);}
	to {transform: scale(1.03, 1.03);}
}


@media only screen and (max-width:1440px) {
	.banners .bd li img {}
}
@media only screen and (max-width:1366px) {
	.banners .bd li img {}
}
@media only screen and (max-width:1024px) {
	.banners .bd li img {}
}
@media only screen and (max-width:768px) {
	.banners{margin: 0 auto;}
	.banners .bd li .pic{width: 100%;position: relative;float: none;}
	.banners .bd li .text{}
	.banners .bd li img {}
	.banners .prev,.banners .next{display: none;}
	.banners .hd{bottom: 5px;left: 50%;margin-left: -32px;}
	.tc2 .tc-box{width: 80%;left: 50%;margin-left: -40%;}
	.banners .bd li .text p{display: none;}
	.banners .bd li .text{padding: 1.25rem 1.25rem 0.625rem 1.25rem;}
	
}
@media only screen and (max-width:414px) {
	.banners .bd li img {height: 180px;}
	.banners .bd li .text h5{font-size: 1rem;}
}
@media only screen and (max-width:360px) {
	.banners .bd li img {height: 157px;}
}
@media only screen and (max-width:320px) {
	.banners .bd li img {height: 139px;}
}
/* part */
.part{margin: 2.5rem auto;}
.part1{width: 30.3%;}
.part1-01{padding:1.875rem;background: #fff;border-radius: 8px; 
border-top-right-radius: 8px;  
border-top-left-radius: 8px;}
.title{margin-bottom: 1.875rem;}
.title h5{float: left; font-size: 1.625rem;color: #333;padding-bottom: 0.75rem;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/images/title05.png) no-repeat bottom left;}
.title a{float: right;line-height: 1.875rem; font-size: 0.875rem;color: #333;transition: 0.6s all;}
.title a:hover{color: #214986;transition: 0.6s all;}
.part1-01{margin-bottom: 3.125rem;}
.part1-01 li{padding-bottom: 0.5rem;margin-bottom: 1.625rem;border-bottom: 1px solid #e5e5e5;}
.part1-01 li a{display: block;}
.part1-01 li h5{font-size: 1rem;color: #214986;margin-bottom: 0.5rem;line-height: 1.125rem;height: 1.125rem;overflow: hidden;}
.part1-01 li h4{font-size: 0.75rem;color: #3756a4;margin-bottom: 0.5rem;}
.part1-01 li h3{overflow: hidden;transition: 0.6s all;font-size: 1rem;line-height: 1.625rem;color: #333;margin-bottom: 0.9375rem;font-weight: normal;white-space: normal;width: 101%;display: block;word-break: normal;}
.part1-01 li p{font-size: 0.875rem;color: #666;}
.part1-01 li p i{font-style: normal;margin-right: 0.9375rem;}
.part1-01 li:hover h3{color: #224988;transition: 0.6s all;}
.part1-01 li:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.part1-02{padding:1.875rem;background: #fff; border-radius: 8px; 
border-top-right-radius: 8px;  
border-top-left-radius: 8px;}
.part1-02 ul li a{display: block;overflow: hidden;}
.part1-02 ul li .time{padding-right: 10px;position: relative;float: left;border-right: 2px solid #c6c6c6;padding-bottom: 1.5rem;}
.part1-02 ul li .day{transition: 0.6s all;text-align: right;font-size: 1.75rem;color: #333;font-weight: bold;margin-bottom: 8px;}
.part1-02 ul li .year{text-align: right;font-size: 0.75rem;color: #999;}
.part1-02 ul li p{transition: 0.6s all;margin-left: 5rem;font-size: 1rem;line-height: 1.35rem;overflow: hidden; color: #323232;}
.part1-02 ul li:last-child .time{padding-bottom: 0;}
.part1-02 ul li:hover p{color: #224988;transition: 0.6s all;}
.part1-02 ul li:hover .day{color: #224988;transition: 0.6s all;}

.part3{width: 66.53%;}
.part3-01{padding:1.875rem;background: #fff; border-radius: 8px; 
border-top-right-radius: 8px;  
border-top-left-radius: 8px;}
.part3-01 ul li{margin-bottom: 3.5625rem;}
.part3-01 ul li a{display: block;overflow: hidden;}
.part3-01 ul li .pic{margin-right: 30px;width: 250px;position: relative;float: left;overflow: hidden;}
.part3-01 ul li .pic img{display: block;width: 100%;height: 168px;transition: 0.6s all;}
.part3-01 ul li .text h5{margin-bottom: 1.25rem;font-size: 1.125rem;color: #1d131e;line-height: 1.25rem;height: 1.25rem;overflow: hidden;font-weight: normal;text-overflow: ellipsis;white-space: nowrap;}
.part3-01 ul li .text p{overflow: hidden;text-indent: 1.75rem; font-size: 0.875rem;line-height: 1.8125rem;height: 5.4375rem;color: #515151;transition: 0.6s all;}
.part3-01 ul li .text h4{margin-top: 1.625rem;font-size: 0.75rem;color: #1d131e;}
.part3-01 ul li .text h4 i{font-weight: normal;font-style: normal;font-size: 0.875rem;color: #a8a8a8;margin-right: 0.875rem;}
.part3-01 ul li:last-child{margin-bottom: 0;}
.part3-01 ul li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part3-01 ul li:hover .text h5{color: #224988;transition: 0.6s all;}
/* footer */
.footer{background: #214986;padding: 1.875rem 0;}
.footer-l{width: 18.46%;float: left;margin-top: 1.25rem;}
.footer-l img{display: block;width: 100%;}
.footer-c{float: left;margin-left: 18%;margin-top: 15px;}
.footer-c ul{padding: 0;background: none;}
.footer-c li{font-size: 0.875rem;margin-bottom: 0.625rem;color: #fff;line-height: 0.875rem;}
.footer-r{float: right;}
.footer-r ul{overflow: hidden;}
.footer-r li{float: left;margin-left: 1.25rem;}
.footer-r li .pic{margin-bottom: 0.625rem;}
.footer-r li .pic img{display: block;width: 110px;height: 110px;}
.footer-r li p{font-size: 0.875rem;color: #fff;text-align: center;}
@media only screen and (max-width:1366px) {
	.footer{padding: 1.875rem 0.9375rem;}
	.part3-01 ul li{margin-bottom: 2.8125rem;}
}
@media only screen and (max-width:1024px) {
	.part{padding: 0 0.9375rem;}
	.footer-l{float: none;width: 40%;margin: 0 auto;}
	.footer-l img{width: 100%;}
	.footer-c{float: none;padding: 2.5rem 0;display: table;margin: 0 auto;}
	.footer-r{float: none;display: table;margin: 0 auto;}
}
@media only screen and (max-width:768px) {
	.part1{width: 100%;}
	.part1.fl{float: none;}
	.part3{width: 100%;margin-top: 3.125rem;}
	.part3 .fr{float: none;}
}
@media only screen and (max-width:414px) {
	.part3-01 ul li .pic{float: none;width: 100%; margin-bottom: 1.25rem;}
	.part3-01 ul li .pic img{height: 225px;}
}
@media only screen and (max-width:360px) {
	.part3-01 ul li .pic img{height: 189px;}
}
@media only screen and (max-width:320px) {
	.part3-01 ul li .pic img{height: 162px;}
}
/* list01 */
.list-box{padding: 2.5rem 0 1.375rem 0;position: relative;}
.position{overflow: hidden;margin-bottom: 1.875rem;background: none;padding: 0 0.625rem;position: relative;}
.position h5{float: left;width: 16%;font-size: 1rem;line-height: 2.5rem;color: #323232;display: none;}
.position p{padding-left: 4%;font-size: 0.875rem;line-height: 2.5rem; color: #888888;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/position.png) no-repeat 2% center;}
.position p a{color: #888888;transition: 0.6s all;}
.position p a:hover{color: #214986;transition: 0.6s all;}
.list-nav-icon{position: absolute;right: 0;top: 3.75rem;display: none;}

/* .list-nav h5{background: #214986;height: 4.375rem;line-height: 4.375rem;font-size: 1.5rem;color: #fff;padding-left: 0.9375rem;}
.list-nav .sidenav{border-left: 15px solid #214986;}
.list-nav ul{background: #f7f7f7;}
.list-nav li{}
.list-nav li .nav-link{padding-left: 1.875rem; font-size: 1.125rem;color: #000;display: block;line-height: 1.75rem;height: 1.75rem;border-bottom: 1px solid #d9d9d9;}
.list-nav li .nav-link a{color: #000;}
.list-nav li .nav-link.hover{color: #214986;font-weight: bold;}
.list-nav li .nav-link.hover a{color: #214986;padding-left: 1.25rem;background: url(/2020images/left-nav01.png) no-repeat left center;}
.list-nav li:hover>a{color: #214986;font-weight: bold;padding-left: 1.25rem;background: url(/2020images/left-nav01.png) no-repeat left center;}
.list-nav .sidemenu{padding: 0.5375rem 0;border-bottom: 1px solid #d9d9d9;}
.list-nav .sidemenu li{padding-left: 1.875rem;}
.list-nav .sidemenu li a{transition: 0.6s all;display: block;line-height: 2.5rem;font-size: 1rem;color: #676767;}
.list-nav .sidemenu li a:hover{color: #214986;}
.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
 */
/*内页样式*/
.ny_left{float:left; width: 15.3%;}
.ny_left_top h5{background: none;height: 4.375rem;line-height: 4.375rem;font-size: 1.5rem;color: #fff;padding-left: 0.9375rem;}
.sidenav{ overflow:hidden; display:block;border-left: 15px solid #214986;}
.accordion { width:100%; }
.accordion .nav-link {    padding-left: 0.6rem;
    font-size: 1.125rem;
    color: #000;
    display: block;
    line-height: 3.75rem;
    height: 3.75rem;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;}
.accordion .nav-link a{ display: block;color: #000; }
.accordion .nav-link:hover{color: #214986;font-weight: bold;}
.accordion .nav-link:hover a{color: #214986;padding-left: 1.25rem;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/left-nav01.png) no-repeat left center;}
.accordion .nav-link.hover{color: #214986;font-weight: normal;}
.accordion .nav-link.hover a{color: #214986;padding-left: 1.25rem;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/left-nav01.png) no-repeat left center;font-weight: normal;}
.currentnav{ background:#f7f8fa !important; color: #fff !important; }
.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;font-weight: normal;}
.accordion li{  position: relative; font-size:16px; border-bottom:2px solid #f7f8fa; background:#f7f8fa;overflow:hidden;  font-weight: normal;}

.accordion li i { display:block; width:30px; height:30px; background:url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/xia.png) center no-repeat; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link { background:#f3f3f3;}
.accordion li.open .nav-link a{}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sidemenu {display: none;padding: 0.9375rem 0;border-bottom: 1px solid #d9d9d9;}
.sidemenu li {font-size:1rem;border-bottom:none;padding-left: 1.875rem;}
.sidemenu a { display: block;line-height: 2.5rem;font-size: 1rem;color: #676767;text-decoration: none;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color: #214986;} 
.sidemenu a:hover{color: #214986;transition: 0.6s all;}

.sidemenu .sjons{color:#33639f;transition: 0.6s all; background:#fff;}




.sjon{display: block; } 



.list-r{float: right;width: 83.4%;     background: #fff;}
.list01{}
.list01 ul{overflow: hidden;margin-left: -3%;}
.list01 li{
    float: left;
    width: 17%;
    margin-left: 7%;
    margin-bottom: 1.875rem;
    min-height: 390px;
    }
.list01 li .pic{    width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 110%;
    overflow: hidden;
    background: #f8f8f8;}
.list01 li .pic img{display: block;
    width: 100%;
    transition: 0.6s all;}
.list01 li p{transition: 0.6s all;font-size: 1rem;line-height: 1rem;height: 1rem; color: #000000;margin-top: 0.9375rem;}
.list01 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.list01 li:hover p{color: #214986;transition: 0.6s all;}
.fanye{margin-top: 3.75rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1360px) {
	.list-box{width: calc(100% - 30px);margin: 0 auto;padding: 0.5rem 0 1.375rem 0;}	
	.list01 li .pic img{}
}
@media(max-width: 1200px) {
	.list01 li .pic img{}
	.list-nav-icon{display: block;width: 30px;right: 10px;top: 5px;}
	.list-nav-icon img{display: block;width: 100%;}
	.position h5{width: 100%;text-align: left;display: block;}
	.position p{display: none;}
	.list-nav{position: absolute;top: 80px;width: 100%;z-index: 9;background: #f9f9f9;display: none;}
	.list-nav h5{display: none;}
	.list-nav .sidenav{border-left: none;}
	.list-nav .nav-link{padding:0 0.9375rem;}
	
	.list-r{float: none;width: 100%;padding-left: 0;border-left: none;}
}
@media screen and (max-width: 1000px) {
	.list01 li .pic img{}
}
@media(max-width: 768px) {

	.list01 li .pic img{}
}
@media(max-width: 414px) {
	.list01 li{width: 100%;}
	.list01 li .pic img{}
}
@media(max-width: 375px) {
.list01 li .pic img{}
}
@media(max-width: 360px) {
	.list01 li .pic img{}
}
@media(max-width: 320px) {
	.list01 li .pic img{}
}
/* part2 */
.list02 li{margin-bottom: 2.25rem;}
.list02 li a{display: block;overflow: hidden;border: 1px solid #e5e5e5;}
.list02 li .pic{width: 24%;float: left;position: relative;overflow: hidden;}
.list02 li .pic img{display: block;width: 100%;transition: 0.6s all;}
.list02 li .text{padding: 20px;float: right;width: calc(100% - 24%);box-sizing: border-box;}
.list02 li .text h5{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1.25rem;height: 1.25rem;overflow: hidden;margin-bottom: 0.75rem;}
.list02 li .text p{font-size: 0.875rem;line-height: 1.5rem;height: 4.5625rem;overflow: hidden;color: #999;padding-top: 1.5625rem;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/list03.png) no-repeat top left;background-size: 12%;margin-bottom: 1.25rem;}
.list02 li .text i{font-style: normal;font-size: 0.75rem;color: #999;}
.list02 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list02 li:hover h5{color: #214986;transition: 0.6s all;}

@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	.list01 li{
    width: 26%;
;}
}
@media(max-width: 414px) {
	.list02 li .pic{width: 100%;}
	.list02 li .text{width: 100%;margin-left: 0;}
}
@media(max-width: 375px) {
.list01 li{
    width: 43%;
    min-height: 320px;
 }


}

@media(max-width: 320px) {
	
}
/* list03 */
.show03{padding: 1%;}
.list01{padding: 2%;}
.list02{padding: 2%;}
.list03{padding: 2%;}
.list03 li{margin-bottom: 1.25rem;padding-bottom: 1.25rem;border-bottom: 1px solid #cccccc;}
.list03 li a{display: block;overflow: hidden;}
.list03 li p{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1.125rem;height: 1.125rem;overflow: hidden;float: left;width: calc(100% - 85px);padding-left: 1.25rem;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/list04.png) no-repeat left center;box-sizing: border-box;}
.list03 li i{float: right;width: 80px;font-style: normal;font-size: 0.875rem;color: #999;}
.list03 li:hover p{color: #214986;transition: 0.6s all;}
/* show */

.show01{margin-bottom: 0.5rem;}
.show01 h5{font-size: 1.5rem;line-height: 2.25rem;text-align: center;margin-bottom: 1.5625rem;}
.show01 p{text-align: center;font-size: 0.75rem;color: #1d131e;}
.show01 i{font-style: normal;margin: 0 8px;}
.show02{padding-bottom: 1.25rem;border-bottom: 1px solid #d9d9d9;margin-bottom: 1.8125rem;     padding: 2%;}
.show02 p{color: #1d131e;line-height: 33px !important;background: none !important;text-align: justify;word-break: normal;}
.show02 p span{font-family: 微软雅黑 !important;  }
.show02 p a{color:#807e7e !important}
.show02 p a:hover{color:#b00 !important}
.show02 img{display: block;margin: 0 auto 1.875rem auto;max-width: 100%;}

.show02 table{ margin: 0 auto; font-size:16px;}

.show03 p{font-size: 1rem;color: #1d131e;margin-bottom: 1.25rem;line-height: 1.5rem;}
.show03 p a{color: #1d131e;transition: 0.6s all;}
.show03 p a:hover{color: #214986;transition: 0.6s all;}
/* list04 */
.list04-title{background: #214986;height: 2.5rem;line-height: 2.5rem;overflow: hidden;padding-right: 0.75rem;}
.list04-title h5{float: left; padding-left: 18px;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/list05.png) no-repeat left center;font-size: 1rem;color: #fff;}
.list04-title .pic{width: 40px;height: 40px;float: right;background: url(https://webvpn.xmu.edu.cn/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421e7f2438a373e2648731dc7a99c406d36c2/https/77726476706e69737468656265737421f3fa529d233d615e301084b9d6502720d2613d/system/_owners/astro_2021/_webprj/2020images/list06.png) no-repeat center;}
.list04-01{margin-bottom: 0.5rem;}
.list04-01 ul{padding: 1.5rem 0;overflow: hidden;display: block;}
.list04-01 li{margin: 0 0.75rem 1.25rem 0.75rem;float: left;}
.list04-01 li a{display: block;text-align: center;font-size: 1rem;color: #1d131e; width: 120px;height: 38px;line-height: 38px;background: #fff;border: 1px solid #dcdcdc;}
.list04-01 li a:hover{background: #214986;border: 1px solid #214986;color: #fff;}
@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	
}
@media(max-width: 414px) {
	.list04-01 li a{width: 107px;}
}
@media(max-width: 375px) {
.list04-01 li a{width: 150px;}
.list04-01 li{margin: 0 0.45rem 1.25rem 0.45rem;float: left;}
}

@media(max-width: 320px) {
	.list04-01 li a{width: 120px;}
}