a, a:hover,a:focus,a:active,a:focus:not(:focus-visible){
	outline:none;
}
@media (min-width: 1201px){
.inner {
    width: 98%;
    max-width: 1480px;
}
.top-header .inner{
	max-width: 1700px;
}
}
.inner .breadcrumb{
	font-size:14px;
}
body.language-en {
	font-family:Arial,Times;
}
.language-en .field-body p {
    line-height: 150%;
}

#content {
    min-height: 500px;
}
.block{
  margin-bottom:0;
}
.rowflex{
  display:flex;
  flex-wrap:wrap;
}
.language-en .displaycn, .language-zh-hans .displayen{
  display:none !important;
}
.header-logo a {
  display: block;
}
#main{
  margin:0 auto;
}
.sections{
  background:rgba(255,255,255,0.9);
  padding:40px;
  margin-bottom:20px;
}
.sections.section-g {
    background-color: #f8f8f8;
}
.sections.section-s {
    background-color:#F6FBFF;
}
.header-right .block,.block-region-left .block {
    margin-bottom: 0;
}
.js-language-switch #language-switch {
    background: none;
    color: #E4BA7A;
    padding: 6px 15px;
}
.js-language-switch #language-switch .icon {
    font-size: 100%;
    top: 1.2px;
}
.header-container.inner, .header-row {
    height: 75px;
    justify-content: space-between;
}
.header-row .header-column {
    display: inline-block;
    vertical-align: middle;
}
div#site-logo {
    padding-top: 5px;
    position: relative;
    z-index: 104;
}
#header {
    background: linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -webkit-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -ms-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    padding-top: 15px;
}
div#header.fixed-top, div#header.headerfixtop {
    padding-bottom:5px;
    z-index:102;
}
div#header.fixed-top{
box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}
div#header.fixed-top, div#header.headerfixtop{
    background:#005826;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width:100%;
    z-index: 100;
    border: none;
    position:fixed;
    padding-top:0;
}
.header-body{
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 10px;
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 90px;
    padding-bottom:40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.fixed-top .header-body,.headerfixtop .header-body{
  padding-bottom:5px;
}
.header-container.inner{
    width: 32%;
    padding: 0;
}
.header-body #main-menu{
	width:68%;
    margin-top:0px;
}

#site-logo img {
    height: auto;
    max-height: 80px;
}
.fixed-top #site-logo img {
    margin-top:0px;
}
div.top-header {
    background: transparent;
}
.stickyhead #header-top{
	display:none;
}
#header-top {
    z-index: 103;
    width: 100%;
    position: absolute;
}

.header-left {
    padding: 10px;
}
#header-top .header-right {
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    position: relative;
}
#header-top div.toplink{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    display: flex;
    width: max-content;
    right: 90px;
    align-items: center;
    top: 3px;
}
#header-top div.toplink p {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.2);
}
#header-top .search{
position:absolute;
right:0;
}
#header-top div.toplink a{
color:rgba(255,255,255,1);
display:inline-block;
padding:5px 10px;
opacity:0.8;
}
#header-top div.toplink a:hover{
opacity:1;
}
#header .hamburger-inner, #header .hamburger-inner:after, #header .hamburger-inner:before {
    background-color: #FFF;
}

#main-menu .nav-menu.menu>.menu-item i {
    display: none;
}
#main-menu {
    background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item {
    padding: 12px 1.6%;
}
.main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.language-en .main-menu-1-1 .nav-menu {
    justify-content: left;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: center;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background:#FFF;
    width: max-content;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span{
   font-weight:normal;
}
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a {
    background-color: #005826;
    color: #f5f5f5;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active, .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
    background:#005826;
    opacity: 1;
    color: #f2f2f2;
}

.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,  .main-menu-1-1 .nav-menu>.menu-item:focus .menu-toggle a，.main-menu-1-1 .nav-menu .menu-item:hover a:hover,.main-menu-1-1 .nav-menu .menu-item:hover a, .main-menu-1-1 .nav-menu>.menu-item.active a {
    color: #005826;
}
.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,.main-menu-1-1 .nav-menu>.menu-item:hover .menu-toggle a,.main-menu-1-1 .nav-menu>.menu-item:hover a {
    color:#005826;
}
/*.main-menu-1-1 .nav-menu .menu-item:hover ul a{
  color:#333;
}*/
.main-menu-1-1 .nav-menu>.menu-item.active, .main-menu-1-1 .nav-menu>.menu-item:hover, .main-menu-1-1 .nav-menu>.menu-item:focus {
    background:#FFF;
    color: #005826;
}
.mm-menu {
    background-image: linear-gradient(to top, #F7FAFF, #E0F0FF);
}
.mm-menu_offcanvas {
    width: 60%;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(60vw, 0);
    -ms-transform: translate(60vw, 0);
    transform: translate(60vw, 0);
    -webkit-transform: translate3d(60vw, 0, 0);
    transform: translate3d(60vw, 0, 0);
}
div#search_block_form {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
}
.search-block-form .form-actions{
  margin: 0;
  color: #fff;
}
#search_block_form .form-actions .form-submit{
  padding: 0;
  height: 36px;
}
 #header-top #search_block_form .form-actions:after {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0px;
  right: 0;
  color:#FFCC00;
  font-size: 1.2rem;
}
#search_block_form input.form-text {
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 7px 18px;
  border-radius: 18px;
  transition: all ease 0.3s;
  background: transparent;
  border:0;
}
.search-list-1 .search-list-content {
    padding: 7px 0 14px;
    border-bottom: 1px dashed #e2e2e2;
    background: #FFF;
    padding: 40px 40px;
}

@media screen and (min-width: 768px) {  
#search_block_form:hover input.form-text {
    background: #f2f2f2;
    width: 200px;
    border-color: #ddd;
  }
#search_block_form:hover .form-actions,
#search_block_form:hover .form-actions {
    color: rgb(0,31,96);
  }
}
@media screen and (min-width: 992px) {
.header-body {
        padding-bottom: 5px;
}
}
@media screen and (min-width: 1279px) {
.pagefix #header-top {
    display:none;
}

div#block-sysu-front-headerblock, div#block-headerlogin, div#block-headeren {
        position: fixed !important;
        width: 100%;
        z-index: 99;
}
}
@media screen and (min-width: 1360px) {  
#search_block_form:hover input.form-text {
    background: #fff;
  }
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span {
        font-size: 16px;
        
    }
}
@media screen and (min-width: 1600px) {  
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span，.menu.nav-menu ul.dropdown-menu>li>a {
        font-size: 18px;
        font-weight: 600;
    }
/*.menu.nav-menu .dropdown .dropdown-menu>li>a {
        font-size: 16px;
        font-weight: 500;
        padding-top:16px;
        padding-bottom:16px;
    }
    */
}
@media screen and (max-width: 1400px) {  
    .header-row {
    display: flex;
    align-items: center;
}
.header-body {
    align-items: center;
}
.header-container.inner {
    width: 25%;
}
.header-body #main-menu {
    width: 75%;
}
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
.main-menu-1-1 .nav-menu>.menu-item {
    padding: 12px 1%;
}
}
@media screen and (min-width: 991px) and (max-width: 1279px) {
    .header-container.inner {
        width: 100%;
        text-align: center;
    }
    .header-row {
        display: block;

    }
     #header {
        background: #005826;
        min-height: auto;
    }
        .header-body #main-menu {
        width: 100%;
        margin-top: 20px;
    }
    .main-menu-1-1 .nav-menu {
    justify-content: center;
}
}
@media (max-width: 991px) {
  #header {
        background: #005826;
        min-height: auto;
        padding-top: 0px;
    }
    #header-top {
    height: 50px;
}
        .header-body {
        padding-bottom: 10px;
    }
        .header-container.inner, .header-row {
        display: flex;
    }
        .header-container.inner {
        width: 100%;
        padding: 0;
    }
        #header .header-container .header-row .header-column #site-logo.header-logo img {
        margin-top: 0 !important;
    }
        .header-column.t-r {
        z-index: 3;
    }
        #header .header-container .header-row .header-column #header-btns {
        position: inherit;
        right: 0;
        top: 10px;
        z-index: 1;
    }
        #site-logo {
        height: auto; 
    }
}
@media screen and (max-width: 767px) {
#header-top #search_block_form .form-actions:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: 2px;
  }
  #header-top{
  	height:45px;
  	    position: inherit;
    background: #005826;
  }
#header-top div.toplink a {
        padding: 5px 8px;
    }
    #header .header-container .header-row .header-column #site-logo.header-logo img {
        max-height: 80px;
        margin-top: 55px;
    }
        #header .header-container .header-row .header-column {
        position: relative;
        display: block;
    }
#search_block_form input.form-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 5px 16px;
  }

}
.banner {
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
    background-image: url(../../node-banner.jpg);
    max-height:350px;
}
@media screen and (max-width: 480px) {
 #header-top #search_block_form .form-actions:after {
    width: 28px;
    height: 28px;
    line-height: 30px;
    left: 6px;
    font-size: 16px;
  }
#search_block_form input.form-text {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    display: block;
    padding: 0;
  }
.banner {
    max-height:25vh;
}
}

.robotdiv{
				width:100%;
				position: relative;
				height:300px;
			}
			.robot {
			    position: absolute;
			    right: 0;
			    overflow: hidden;
			    width: 80%;
			    opacity:0.8;
			}
			video{
				width: 100%;
}
.inner .breadcrumb {
    font-size: 14px;
    position: relative;
    top: -55px;
    padding: 0;
    left: 340px;
    margin: 0;
    width: calc(100% - 340px);
    border-bottom: 0;
}

@media(min-width:992px){
	.breadcrumb .list-breadcrumb {
    font-size: 14px;
    border-bottom: 0;
    text-align: right;
}
.list-breadcrumb a,.list-breadcrumb a:hover, .list-breadcrumb li {
    color: #FFF !important;
    text-shadow:1px 1px 3px #000;
}

.breadcrumb .list-breadcrumb li:nth-child(1) a {
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url(../../home.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -5px;
}
.inner .breadcrumb .list-breadcrumb li .icon {
    color: #FFF;
    font-size: 0;
}
.inner .breadcrumb .list-breadcrumb li .icon:before {
    content: "/";
    font-size: 14px;
    padding: 5px;
}	
}

.termlists {
    padding-bottom: 30px;
}
.termlists ul{
	margin:0;
	padding:0;
}
.termlists li{
	list-style:none;
	margin:0;
	padding:0;
}
.termlists li.list-page{
	display:flex;
	padding:20px;
	color:#333;
	    border-bottom: 1px solid #A8B6C4;
}
.termlists li.list-page .posttime {
    color: #008036;
    font-size: 14px;
    position:relative;
        margin-top: 7px;
}

.termlists li.list-page.tuwen .posttime:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 5px;
    color: inherit;
}
.termlists li.list-page .img{
	width:260px;
	height:auto;
}
.termlists li.list-page .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.termlists li.list-page .title{
	width:calc(100% - 66px);
	padding-left:30px;
	font-size:18px;
	color: initial;
}
.termlists li.list-page.tuwen .title{
	width:calc(100% - 260px);
}
.termlists li.list-page .text {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    color: #000;
    line-height: 140%;
    font-weight:600;
}
.termlists li.list-page.tuwen .text{
	margin-top: 10px;
}
.termlists li.list-page.wenzi{
	transition:height 0.5s ease;
}
.termlists li.list-page.wenzi .postitme{
	margin-top:8px;
}
.termlists li.list-page .summary{
	font-size:14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    color: #999;
    line-height: 140%;
}
	.termlists li.list-page.wenzi .posttime{
	width:60px;
	padding-top:2px;
	text-align:center;
	color:rgba(0, 128, 54, .8);
} 
.termlists li.list-page.wenzi .posttime .day{
        font-size: 26px;
        font-weight: 600;
        display: block;
        line-height: 1;
        margin-bottom: 3px;
}
.termlists li.list-page.wenzi .title{
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid rgba(0, 128, 54, .3);
}
.eventitems{
	list-style:none;
	    margin-bottom: 30px;
}
.eventblock ul{
	display:flex;
	flex-wrap:wrap;
}
.eventitems .articleinfo{
	padding:20px 0;
	
}
.eventitems  .articleinfo h3{
	margin-bottom:10px;
	line-height:150%;
}
@media(min-width:1280px){
.eventsitem {
    display: flex;
}
	.eventitems .articleinfo{
	padding:20px;
	width:calc(100% - 180px);
}
	.eventitems .eventposter{
		width:180px;
	}
}

@media(min-width:1280px){
.termlists li.list-page:hover{
	color:#FFF;
	background:#005826;
}
.termlists li.list-page:hover .summary{
	color:rgba(255,255,255,0.8);
}
.termlists li.list-page:hover .posttime{
	color:#FFF;
}
.termlists li.list-page:hover .text{
font-weight: 600;
	color:#FFF;
}
#page .termlists li.list-page.wenzi:hover .title{
	border-left:1px solid #FFF;
}
.termlists li.list-page:hover .posttime:after{
	background:rgba(255,255,255,0.6);
}}
/********************************** footer *************************************************/
.footer-bg-primary{
	padding:10px 0;
	line-height:180%;
}
.footer-bg-primary ul{
	overflow:hidden;
}
.footer-bg-primary ul li{
	float:left;
	width:48%;
	margin:2px 1%;
}
.footer-bg-primary a{
	color:rgba(255,255,255,0.8);
}
.footer-bg-primary a:hover{
	color:rgba(255,255,255,1);
}
@media(min-width:1200px){
	.rowcenter{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
}
@media(max-width:786px){
.footer-bg-primary{
	padding:10px 0;
}
.footer-bg-primary ul li{
   width: 150px;
}}
.copyright {
    padding: 20px 0;
    background-color: #EDF6FF;
    text-align: center;
    color: #999;
}

.pager.outside-tb.t-c {
    clear: both;
}
.page-taxonomy li.list-item {
    padding: 30px 20px !important;
    border-bottom: 0;
    background: #f8f8f8;
    margin-bottom: 10px !important;
}
.page-taxonomy li.list-item:hover{
	background-color:#005826;
	box-shadow:2px 2px 6px #999;
}
.page-taxonomy li.list-item a{
  display:flex;
  align-items:center;
}
.page-taxonomy .tuwen li.list-item a {
    align-items: flex-start;
}
.page-taxonomy li.list-item a .posttime{
    width: 80px;
    height: 60px;
    color: #005826;
    border-right: 1px solid #ECECEC;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-taxonomy .tuwen li.list-item a .posttime{
	margin-top:10px;
}
.page-taxonomy li.list-item:hover a .posttime{
	color:rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.3);
}
.page-taxonomy li.list-item a .posttime .day{
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}
.page-taxonomy li.list-item  .title{
    font-size: 16px;
    width: calc(100% - 100px);
    padding-left: 20px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    color:#000;
}
.page-taxonomy li.list-item  .title .summary{
	    line-height: 150%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #555;
    font-size: 14px;
    margin-top:8px;
    font-weight: 400;
}
.page-taxonomy li.list-item:hover  .title,.page-taxonomy .tuwen li.list-item:hover h3{
	color:#FFF !important;
}
.page-taxonomy li.list-item:hover .title .summary{
	color:rgba(255,255,255,0.6);
}

.page-taxonomy li.list-item:hover p:before{
	background-color: rgba(255,255,255,0.6);
}
.page-taxonomy .tuwen .imgs {
    width:250px;
    padding:5px;
    background-color:#FFF;
}
.page-taxonomy .tuwen .text {
    width: calc(100% - 350px);
    padding:15px 20px;
}
.page-taxonomy .tuwen .text h3{
	font-weight:600;
	margin-bottom:10px;
}

.page-taxonomy .list-3.list-3-1.tuwen .list-content .list-item.list-item-line a p.summary{
color: #999;
    width: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    white-space: normal !important;
}
.page-taxonomy .tuwen li.list-item p:before{
	display:none;
}
.title-inner{
	    text-align: center;
}
.title-inner h2{
  font-size:26px;
  font-weight:bold;
  margin-bottom:20px;
    position: relative;
    margin: 0 auto 40px;
    display: inline-block;
    color:#005826;
}
.page-url-qr-code img{
  max-width:150px;
}
.event-list.event-list-4 .list-content .event-content .event-right .event-title {
font-weight:600;
  
}
.field.field-attachments.field-type-file.field-label-hidden.field-items {
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}
@media screen and (min-width:992px){
	.page-taxonomy li.list-item .title {
    font-size: 18px;
    line-height: 150%;
}
.page-taxonomy li.list-item .title .summary {
    font-size: 16px;
}

}
@media only screen and (max-width: 768px){
.event-list.event-list-4 .event-content .event-time {
    background: none;
    color:#00429c !important;
    width:max-content;
}
.page-taxonomy .list-3.inside-b, .row.table.table-full .list-3.inside-b {
    padding-left:0px;
}	
.page-taxonomy li.list-item {
    padding: 10px !important;
}
.page-taxonomy .tuwen a {
    flex-wrap: wrap;
}
.page-taxonomy .tuwen .imgs,.page-taxonomy .tuwen .imgs img {
    width: 100%;
}
.page-taxonomy .tuwen .text {
    width: calc(100% - 80px);
}
}

@keyframes load{
    0% { transform: rotate(Odeg);}
    100%{transform:rotate(360deg); }}
@keyframes load2{
    100% { transform: rotate(Odeg);}
    0%{transform:rotate(360deg); }}