html {
    font-size: 62.5%;
}

body {
    font: normal 100% Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    background-color:  #f5f5f5 !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
}

a {
    text-decoration: none
}

div,
section,
a,
p,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
time {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

p {
    margin: 0;
}

.header {
    height: 9.67rem;
    background: #fff;
    box-sizing: border-box;
    border-color: #eee;
    z-index: 999;
    border-width: 0 0 1px;
    border-style: solid;
    position: relative;
    display: flex;
    justify-content: center;
}

.header-container {
    height: 100%;
    width: 140rem;
    max-width: 140rem;
    margin: 0 30px !important;
}

.logo {
    padding: 0 !important;
}

.logo img {
    margin-top: 1.08rem;
    height: 7.58rem;
}

.menu {
    float: right;
    padding: 0 !important;
}

@media (max-width: 600px) {
    .menu {
        display: none;
    }
    .logo {
        padding-left: 30px !important;
    }
    .header-container {
        height: 100%;
        width: 140rem;
        max-width: 100vw !important;
        margin: 0 !important;
    }
}

header ul {
    margin: 0;
    padding: 0;
    z-index: 5;
}

header ul li {
    float: left;
    padding: 0 1.625rem;
    list-style: none;
    position: relative;
}

.language-icon {
    width: 2.08rem;
    height: 1.42rem;
    margin-top: -3px;
}

header ul li:hover {
    background: #eee
}

header ul li a {
    font-weight: 400;
    font-size: 2rem;
    color: #7E8593;
    line-height: 9.67rem;
}

header ul li .active {
    color: #2B3139;
}

header .menu-icon {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

header .menu-icon img {
    width: 30px;
    height: 30px;
}

#collapse-nav {
    /* position: fixed;
    top: 70px !important;
    left: 0; */
    /* width: 100vw; */
    background-color: #fff;
    /* padding-top: 70px; */
}

#collapse-nav li {
    display: block;
    border-bottom: 1px solid #eee;
}

#collapse-nav a {
    color: #7E8593;
}

.banner {
    max-height: 33vw;
    background: #eee;
    box-sizing: content-box;
    position: relative;
}

.banner img {
    height: 33vw;
    width: 100%;
    object-fit: cover;
}

.banner .title-container {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 10rem;
    width: 100%;
    background: #672C8D;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.banner .title-container .title-container-box {
    max-width: 140rem;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
}

.title-left {
    flex: 1 1 auto;
    padding: 0 !important;
    display: flex;
}

.banner .title-container .title-tip {
    height: 100%;
    box-sizing: border-box;
    padding-top: 3.5rem;
    margin-right: 1.92rem;
}

.banner .title-container .title-tip img {
    width: 4.38rem;
    height: 0.92rem !important;
    vertical-align: unset;
    object-fit: cover;
}

.banner .title-container .title-content {
    flex: 1 1 auto;
    margin-top: 3.33rem;
    padding-bottom: 1rem;
}

.banner .title-container .title-content .title-main {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

.banner .title-container .title-content .title-sub {
    font-size: 1.33rem;
    color: #fff;
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0;
    margin-top: 1rem;
}


/* 面包屑 */

.crumbs {
    background-color: #672C8D;
    height: 3.76rem;
    width: 100%;
    line-height: 3.76rem;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.17rem;
    font-weight: 500;
    box-sizing: border-box;
    margin: 0;
}

.crumbs a {
    color: #fff;
}

.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    max-width: 140rem;
    margin: 0 30px;
    box-sizing: border-box;
    padding-bottom: 5.58rem;
}


/* tab */

.tabs {
    border-bottom: 1px solid #E3E3E3;
    background-color: #ffffff; 
    overflow: hidden; 
    width: 100%;
}

.tabs-contaner {
    /* width: 12.58rem; */
    height: 3rem;
    position: relative;
    margin: 3.25rem auto;
    display: flex;
    justify-content: space-between;
}

.tab-title {
    font-size: 1.5rem;
    color: #878787;
    line-height: 2rem;
    cursor: pointer;
    border-bottom: 0.42rem solid #672C8D;
}

.tab-title-noborder {
    border-bottom: 0;
}

.tab-title:hover {
    opacity: 0.8;
}

.tab-title-avtive {
    color: #000000;
}

.tab-line {
    background-color: #672C8D;
    height: 0.42rem;
    width: 8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab-line-article {
    background-color: #265FB8;
    height: 0.42rem;
    width: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


/* 页脚 */

footer {
    background-color: #F4F4F4;
    padding-bottom: 2.08rem;
    border-bottom: 1px solid #C4C4C4;
    padding: 0 30px;
    box-sizing: border-box;
}

.footer-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 7rem;
}

.footer-container div {
    flex: 1 1 auto;
}

.footer-logo {
    width: 23.5rem;
    height: 7.58rem;
    margin-bottom: 2.42rem;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-info-title {
    font-size: 1.67rem;
    font-weight: 400;
    color: #672C8D;
    line-height: 2.17rem;
    margin-bottom: 2.75rem;
}

.address-info {
    font-size: 1.17rem;
    font-weight: 400;
    color: #323232;
    line-height: 2.5rem;
    display: block;
    cursor: pointer;
    margin: 0;
}

.footer-info {
    font-size: 1.17rem;
    color: #101010;
    line-height: 3.08rem;
    display: block;
    margin: 0 0 0.6rem 0;
    cursor: pointer;
}

.to-top {
    position: absolute;
    width: 13.17rem;
    height: 2.92rem;
    background-color: #672C8D;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.to-top:hover {
    opacity: 0.8;
}

.to-top img {
    height: 90%;
}

.record-no {
    background-color: #F4F4F4;
    font-size: 1rem;
    color: #AAAAAA;
    line-height: 1.33rem;
    font-weight: 100;
    padding: 0.83rem 0;
    text-align: center;
}

.am-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-pagination a {
    color: #646464 !important;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    text-align: center;
    line-height: 2.75rem !important;
    margin: 0 !important;
}

.am-pagination .am-active a {
    background-color: #672C8D !important;
    border-color: #672C8D !important;
    color: #fff !important;
}

.am-pagination li {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin-right: 1rem;
}

@media (max-width: 950px) {
    .menu {
        display: none !important;
    }
}

@media (max-width: 750px) {
    header ul li {
        float: unset;
    }
    header ul li a {
        line-height: 1.5;
    }
    .header {
        height: 70px;
    }
    .logo img {
        margin-top: 7px;
        height: 55px;
        width: 280px;
    }
    .banner {
        height: 250px !important;
        max-height: 250px;
    }
    .banner img {
        height: 100% !important;
        /* width: 100%; */
        object-fit: cover;
    }
    .to-top {
        width: 8rem;
    }
    .footer-container {
        padding-left: 15vw;
    }
    .footer-info {
        margin: 0 !important;
    }
    img {
        max-width: 100%;
    }
}



.mtitle{
	font-size:2rem;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 34px;
	padding-top: 20px;
	}
.mtitle i{
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
		margin-right: 1rem;}
.mtitle span{
	font-size: 1.4rem;
	color: #666;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
        font-weight: bold;}
.page-home  .mtitle a{
	text-align: right;
	float: right;
	font-size: 1.4rem !important;
	color: #888 !important;
	padding: 0 !important;
	line-height: 36px !important;}
.page-home  .mtitle a:before{
	content: "" !important;}
.mtitle a i.backhome{
	background: transparent;
	color: #aaa;
	border-right: 1px solid #ddd;}
.mtitle a:hover i.backhome{
	color: #333;}


.content{
	padding: 0 1.5rem;
	width: 80%;
	float: left;}
.side-bar{
	padding: 0 1.5rem;
	width: 20%;
	float: right;}
.page-content .inner{
margin-top: 20px;
	background: #fff;
	padding: 5rem;
	margin-bottom: 5rem;}
.page-content .inner p{
	font-size: 1.5rem;
	line-height: 2;}
.page-keyan a {
	padding: 2rem 0;
	border-bottom: 1px dashed #ddd;
	display: block;}
.page-keyan a:hover{
	border-color: #333;}
.page-keyan a h1{
	margin: 0;
	color: #333;}
.page-keyan a .meta{
	margin: 0;
	color: #aaa;
	font-size: 1.4rem;}
.page-keyan a p{
	color: #888;
	font-size: 1.4rem;
	margin: 5px 0;}


.mtitle{
	font-size:2rem;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 34px;
	padding-top: 20px;
	}
.mtitle i{
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
		margin-right: 1rem;}
.mtitle span{
	font-size: 1.4rem;
	color: #666;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
        font-weight: bold;}
.page-home  .mtitle a{
	text-align: right;
	float: right;
	font-size: 1.4rem !important;
	color: #888 !important;
	padding: 0 !important;
	line-height: 36px !important;}
.page-home  .mtitle a:before{
	content: "" !important;}
.side-bar .links .inner ul{
	padding: 0;
	margin: 0;
	background: #fff;}
.side-bar .links .inner ul li{
	list-style: none;
	width: 100%;
	border-bottom: 1px dashed #eee;
line-height: 50px; height:50px;
padding:0px 10px;
	/*padding:5.6px 1rem;*/}
.side-bar .links .inner ul li a{
	display: block;
	color: #333;
	font-size:13px;
	/*line-height: 3.5rem; */}
.side-bar .links .inner ul li a:hover{
	padding-left: 10px;
	color: #000;}
.side-bar .links .inner ul li a i{
	margin-right: 10px;
	font-size: 1.4rem;
	color: #bbb;
	float: right;}
.side-bar .links .inner ul li a:before{
	content:"•";
	color: #f45656;
	padding-right: 10px;}
.side-bar .links .inner ul li:nth-child(2n+1) a:before{
	color: #ffcc22;}
.side-bar .links .inner ul li:nth-child(3n+1) a:before{
	color: #5763e1;}
.side-bar .links .inner ul li:nth-child(4n+1) a:before{
	color: #22ffae;}
.side-bar .links .inner ul li:nth-child(5n+1) a:before{
	color: #2256ff;}
.side-bar .links .inner ul li:nth-child(6n+1) a:before{
	color: #b2d531;}
.side-bar .links .inner .fav-link{
	background: #fff;}
.side-bar .links .inner .fav-link a{
	font-size: 18px;
	display: block;
	line-height: 1;
	background: #fff;
	padding: 10px;}
.side-bar .links .inner .fav-link .inner{ padding:20px 15px;
	background-size: cover;
	background-position: center center;
	display: block;
	color: #fff;
height:85px;
	font-weight: bold;}
.side-bar .links .inner .fav-link .inner span{
	font-weight: normal;
	opacity: .8;}
.side-bar .links .inner .fav-link a:first-child{
	border-bottom: 1px dashed #eee;}
.side-bar .links .inner .fav-link a span{
	color: #eee;
	font-size: 1.4rem;}
.side-bar .events ul{
	margin: 0;
	padding: 0;
	background: #fff;
	overflow:hidden;
padding-top:3px;}
.side-bar .events ul li{
	list-style: none;
	display: block;
	padding: 5px 1.5rem;
	cursor: pointer;
	float: left;
    width: 100%;}
.side-bar .events ul li:last-child{
	border:0;}
.side-bar .events ul li a{
	width:75%;
	float: left;
	display: block;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #eee;}
.side-bar .events ul li time{
	text-align: center;
	width: 25%;
	float: left;
	font-size: 3rem;
	line-height: 1;
	display: block;
		color: #666;}
.side-bar .events ul li time span{
	font-size: 1.3rem;
	display: block;}
.side-bar .events ul li time span.day{
	font-size: 2.5rem;
	color:#000;}
.side-bar .events ul li time i{
	float: right;}
.side-bar .events ul li:hover {}
.side-bar .events ul li:hover a{
	color: #000;}
.side-bar .events ul li:hover time{
	color: #2ab94e;}
.elink {
	line-height:1 !important;
	background:none !important;
	color:#3bb4f2 !important;
	width: auto !important;
	height: auto !important;}
@media screen and (max-width: 769px) {
    .content{width: 100%;}
    .side-bar {
	    display: none !important;}
}

/* 加在 common.css 里 */
#tab2-container,
#tab3-container,
#tab4-container {
    display: none;
}