/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
    padding-bottom: 36px;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
    *display:inline;
    *zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
    color: #115db2;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- top ---- */
#systop .systop {
	max-width: 1220px;
	width: auto;
	padding: 0 0.5rem;
}
#sysmenu {
	right: 0.5rem;
}
#syschannel li{
    font-size:0.7rem;
}
#sysmenu li.net a {
	width: 4rem;
}
#syschannel li:first-child a{
    margin-left:0.5rem;
}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1220px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
	#syschannel{
		padding: 0.3rem 0 0;
    }
    #syschannel li {
        font-size: 0.8rem;
    }
	#syschannel li a {
		margin: 0 0.3rem;
	}
	#syschannel li:first-child a{
        margin-left:0.3rem;
    }
}
@media screen and (max-width:800px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
}
@media screen and (max-width:768px) {
	
	#systop {
        display: none;
		background-size: auto 100%;
	}
	#systop .systop {
		padding: 0 6px;
	}
	#sysmenu {
		display: none;
	}
	#systop .sysnet li {
		padding: 0 10px 2px 0;
		font-size: 11px;
	}
	#syschannel {
		display: none;
	}
}
/* ---- header-container ---- */
.header-container {
    padding: 42px 0 24px;
}
.header-box {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.logo-box,
.sub-logo-box {
    height: 45px;
    float: left;
}
.logo-box {
    padding-right: 15px;
    border-right: 1px solid #dbdada;
}
.sub-logo-box {
    margin-left: 12px;
}
.logo-box img,
.sub-logo-box img {
    height: 100%;
    width: auto;
}
.search-box {
    position: absolute;
    height: 40px;
    right: 0;
    top: 50%;
    width: 290px;
    margin-top: -20px;
    padding-right: 70px;
    border-radius: 4px;
    overflow: hidden;
}
.search-box .text-input {
    width: 100%;
    height: 40px;
    line-height: 30px;
    border: 5px solid #1e6ed4;
    background: #fff;
    outline: none;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}
.search-box .text-input::-webkit-input-placeholder { /* Edge */
    color: #eee;
}
.search-box .text-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eee;
}
.search-box .text-input::placeholder {
    color: #eee;
}
.search-box .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 70px;
    border: none;
    background: #1e6ed4;
    outline: none;
    font-size: 18px;
    color: #eeeeee;
}
.toggle-nav{
	display: none;
}
@media screen and (max-width:1200px) {
    .header-container {
        padding: 3.5vw 0 2vw;
    }
    .logo-box,
    .sub-logo-box {
        height: 3.75vw;
    }
    .logo-box {
        padding-right: 1.25vw;
    }
    .sub-logo-box {
        margin-left: 1vw;
    }
    .search-box {
        height: 3.5vw;
        width: 24.25vw;
        margin-top: -1.75vw;
        padding-right: 5.75vw;
        border-radius: 0.33vw;
    }
    .search-box .text-input {
        height: 3.5vw;
        line-height: 2.5vw;
        border: 0.5vw solid #1e6ed4;
        padding: 0 0.5vw;
    }
    .search-box .btn {
        height: 3.5vw;
        width: 5.75vw;
        font-size: 1.5vw;
    }
}
@media screen and (max-width:768px) {
    .header-container {
        padding: 5.6vw 0 3.2vw;
    }
    .logo-box,
    .sub-logo-box {
        height: 6vw;
    }
    .logo-box {
        padding-right: 2vw;
    }
    .sub-logo-box {
        margin-left: 1.6vw;
    }
    .search-box {
        height: 5.6vw;
        width: 38.2vw;
        right: 7.4vw;
        margin-top: -2.8vw;
        padding-right: 9.2vw;
        border-radius: 0.4vw;
    }
    .search-box .text-input {
        height: 5.6vw;
        line-height: 4vw;
        border: 0.8vw solid #1e6ed4;
        padding: 0 0.8vw;
    }
    .search-box .btn {
        height: 5.6vw;
        width: 9.2vw;
        font-size: 2.4vw;
    }
	.toggle-nav {
		display: block;
		position: absolute;
		right: 0vw;
		top: 50%;
		margin-top: -2.8vw;
		cursor: pointer;
		color: #fff;
		padding: 1.2vw 0 0 0.6vw;
		width: 5.6vw;
		height: 5.6vw;
		z-index: 9;
		background: rgba(255, 255, 255, 0.6);
		border: 0.4vw solid #1e6ed4;
		line-height: 0px;
		border-radius: 0.8vw;
	}
	.toggle-nav.open span.m, .toggle-nav.open span.n, .toggle-nav.open span.u {
		opacity: 1;
	}
	.toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
		font-size: 0px;
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
		letter-spacing: 0.4vw;
	}
	.toggle-nav span.e {
		display: inline-block;
		height: 3.6vw;
		width: 3.6vw;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(1) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 1.2vw;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(2) {
		opacity: 0;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(3) {
		-webkit-transition: 250ms;
		transition: 250ms;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 1.2vw;
	}
	.toggle-nav span.e span.bar {
		-webkit-transition: 250ms;
		transition: 250ms;
		position: relative;
		display: block;
		background: #1e6ed4;
		border-bottom: 0.4vw solid #1e6ed4;
		width: 3.6vw;
		height: 0.4vw;
		line-height: 0;
	}
	.toggle-nav span.e span.bar:nth-child(2) {
		margin: 0.8vw 0;
	}
	.toggle-nav:hover span.m, .toggle-nav:hover span.n, .toggle-nav:hover span.u {
		opacity: 1;
		-webkit-transition: 250ms;
		transition: 250ms;
	}
}
@media screen and (max-width:414px) {
    .logo-box,
    .sub-logo-box {
        height: 8vw;
    }
    .logo-box {
        padding-right: 2.4vw;
    }
    .sub-logo-box {
        margin-left: 2vw;
    }
    .search-box {
        display: none;
    }
	.toggle-nav {
		margin-top: -3.8vw;
		padding: 1.2vw 0 0 1vw;
		width: 8vw;
		height: 8vw;
		border: 0.6vw solid #1e6ed4;
		border-radius: 1.2vw;
	}
	.toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
		letter-spacing: 0.8vw;
	}
	.toggle-nav span.e {
		height: 4.8vw;
		width: 4.8vw;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(1) {
		top: 2vw;
	}
	.toggle-nav span.e.btn-close span.bar:nth-child(3) {
		bottom: 2vw;
	}
	.toggle-nav span.e span.bar {
		border-bottom: 0.4vw solid #1e6ed4;
		width: 4.8vw;
		height: 0.4vw;
	}
	.toggle-nav span.e span.bar:nth-child(2) {
		margin: 1.6vw 0;
	}
}

/* ---- menu-container ---- */
.menu-container{
	height: auto;
	margin: 0 auto;
	background: #1e6ed4;
    overflow: hidden;
}
.menu-container .menu{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.menu-container .menu li{
    float: left;
    width: 12.5%;
	height: 52px;
}
.menu-container .menu li a{
    height: 52px;
    padding: 10px 0;
    line-height: 32px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-align: center;
    display: block;
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-container .menu li:hover a{
    text-decoration: underline;
}
@media screen and (max-width:1200px) {
    .menu-container .menu li{
        height: 4.25vw;
    }
    .menu-container .menu li a{
        height: 4.25vw;
        padding: 0.75vw 0;
        line-height: 2.75vw;
        font-size: 1.5vw;
    }
}
@media (max-width:768px) {
	.menu-container{
		height: 6.8vw;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
	}
	.menu-container.open{
		height: 13.6vw;
	}
    .menu-container .menu li{
        height: 6.8vw;
        width: 25%;
    }
    .menu-container .menu li a{
        height: 6.8vw;
        padding: 1.2vw 0;
        line-height: 4.4vw;
        font-size: 2.4vw;
    }
}
@media (max-width:414px) {
	.menu-container{
		height: 10vw;
	}
	.menu-container.open{
		height: 20vw;
	}
    .menu-container .menu li{
        height: 10vw;
    }
    .menu-container .menu li a{
        height: 10vw;
        padding: 2vw 0;
        line-height: 6vw;
        font-size: 4vw;
    }
}
/* banner-container */
.banner-container {
    height: 560px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center center;
    margin-bottom: 38px;
}
.banner-container img.banner-img{
    display: none;
    opacity: 0;
}
@media (max-width:2200px) {
    .banner-container {
        background-size: auto 100%;
    }
}
@media (max-width:1200px) {
    .banner-container {
        height: 46.75vw;
        margin-bottom: 3.25vw;
    }
}
@media (max-width:768px) {
    .banner-container {
        margin-bottom: 5.2vw;
    }
}
/* ---- left and right ---- */
.half-left-box,
.half-right-box {
    width: 48.75%;
}
.half-left-box {
    float: left;
}
.half-right-box {
    float: right;
}
@media (max-width:768px) {
    .half-left-box,
    .half-right-box {
        width: 100%;
    }
}
/* ---- news-swiper ---- */
.news-swiper {
	width: 100%;
	position: relative;
    height: 360px;
    margin-bottom: 30px;
}
.news-swiper .swiper-container{
    height: 100%;
	overflow: hidden;
}
.news-swiper .swiper-container{
    height: 100%;
}
.news-swiper .swiper-wrapper{
    height: 100%;
}
.news-swiper .swiper-slide{
    height: 100%;
	position: relative;
}
.news-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news-swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-swiper .swiper-slide .infor{
	height: 51px;
    line-height: 51px;
	padding: 0 140px 0 20px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-swiper .pagination {
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 18px;
    line-height: 0px;
    z-index:8;
}
.news-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#1e6ed4;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
    overflow:hidden;
    opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active{
	background:#ffffff;
}
@media (max-width:1200px) {
    .news-swiper {
        height: 30vw;
        margin-bottom: 2.5vw;
    }
    .news-swiper .swiper-slide .infor{
        height: 4.25vw;
        line-height: 4.25vw;
        padding: 0 11.5vw 0 1.75vw;
        font-size: 1.5vw;
    }
    .news-swiper .pagination {
        right: 0.75vw;
        bottom: 1.5vw;
    }
    .news-swiper .swiper-pagination-bullet {
        display: inline-block;
        width: 0.75vw;
        height: 0.75vw;
        margin: 0 0.5vw;
    }
}
@media (max-width:768px) {
    .news-swiper {
        height: auto;
        margin-bottom: 4vw;
    }
    .news-swiper .swiper-container{
        height: auto;
    }
    .news-swiper .swiper-container{
        height: auto;
    }
    .news-swiper .swiper-wrapper{
        height: auto;
    }
    .news-swiper .swiper-slide{
        height: auto;
        position: relative;
    }
    .news-swiper .swiper-slide img {
        height: auto;
    }
    .news-swiper .swiper-slide .infor{
        height: 6.8vw;
        line-height: 6.8vw;
        padding: 0 18.4vw 0 2.8vw;
        font-size: 2.4vw;
    }
    .news-swiper .pagination {
        right: 1.2vw;
        bottom: 2.4vw;
    }
    .news-swiper .swiper-pagination-bullet {
        width: 1.2vw;
        height: 1.2vw;
        margin: 0 0.8vw;
    }
}
@media (max-width:414px) {
    .news-swiper {
        margin-bottom: 6vw;
    }
    .news-swiper .swiper-slide .infor{
        height: 8vw;
        line-height: 8vw;
        font-size: 4vw;
    }
    .pagination {
        right: 1.6vw;
        bottom: 2.8vw;
    }
    .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 0.8vw;
    }
}
/* ---- news ---- */
.headlines-box {
    border-bottom: 1px dotted #333333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 36px;
    font-size: 32px;
    color: #333333;
    text-align: left;
}
.news-list {
    margin-bottom: 30px;
}
.news-list li{
    position: relative;
    padding: 0 69px 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list.no-date li{
    padding-right: 0;
}
.news-list li::before{
    content: "";
    position: absolute;
    left: 6px;
    top: 19px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    background: #1e6ed4;
}
.news-list li span{
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
}
@media (max-width:1200px) {
    .headlines-box {
        margin-bottom: 1.25vw;
        padding-bottom: 1.25vw;
        line-height: 3vw;
        font-size: 2.5vw;
    }
    .news-list li{
        padding: 0 5.75vw 0 1.75vw;
        height: 3.5vw;
        line-height: 3.5vw;
        font-size: 1.33vw;
    }
    .news-list li::before{
        left: 0.5vw;
        top: 1.5vw;
        width: 0.5vw;
        height: 0.5vw;
    }
    .news-list li span{
        height: 3.5vw;
        line-height: 3.5vw;
        font-size: 1.25vw;
    }
}
@media (max-width:768px) {
    .headlines-box {
        margin-bottom: 2vw;
        padding-bottom: 2vw;
        line-height: 4.8vw;
        font-size: 4vw;
    }
    .news-list {
        margin-bottom: 4vw;
    }
    .news-list li{
        height: auto;
        min-height: 5.6vw;
        padding: 1vw 9.2vw 1vw 2.8vw;
        line-height: 3.6vw;
        font-size: 2.1333vw;
        overflow: auto;
        text-overflow: unset;
        white-space: unset;
    }
    .news-list li::before{
        left: 0.8vw;
        top: 2.4vw;
        width: 0.8vw;
        height: 0.8vw;
    }
    .news-list li span{
        height: 5.6vw;
        line-height: 5.6vw;
        font-size: 2vw;
    }
}
@media (max-width:414px) {
    .headlines-box {
        margin-bottom: 2.4vw;
        padding-bottom: 2.4vw;
        line-height: 6vw;
        font-size: 4.8vw;
    }
    .news-list {
        margin-bottom: 4.8vw;
    }
    .news-list li{
        min-height: 10vw;
        padding: 2vw 12vw 2vw 2.8vw;
        line-height: 6vw;
        font-size: 4vw;
    }
    .news-list li::before{
        left: 0vw;
        top: 4.8vw;
        width: 1.2vw;
        height: 1.2vw;
    }
    .news-list li span{
        height: 10vw;
        line-height: 10vw;
        font-size: 3.6vw;
        color: #888;
    }
}
/* ---- main-head-box ---- */
.main-head-box{
    height: 47px;
    position: relative;
    margin-bottom: 12px;
}
.main-head-box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #1e6ed4;
}
.main-head-box h1{
    position: absolute;
    left: 0px;
    top: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 36px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 5px;
    background: #1e6ed4;
    border-radius: 8px 8px 0 0;
    z-index: 1;
}
.main-head-box a.more{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #999999;
}
@media (max-width:1200px) {
    .main-head-box{
        height: 4vw;
        margin-bottom: 1vw;
    }
    .main-head-box::before{
        height: 0.25vw;
    }
    .main-head-box h1{
        height: 4vw;
        line-height: 4vw;
        padding: 0 3vw;
        font-size: 2vw;
        letter-spacing: 0.5vw;
        border-radius: 0.75vw 0.75vw 0 0;
    }
    .main-head-box a.more{
        height: 4vw;
        line-height: 4vw;
        font-size: 1.25vw;
    }
}
@media (max-width:768px) {
    .main-head-box{
        height: 6.4vw;
        margin-bottom: 1.6vw;
    }
    .main-head-box::before{
        height: 0.4vw;
    }
    .main-head-box h1{
        height: 6.4vw;
        line-height: 6.4vw;
        padding: 0 4.8vw;
        font-size: 3.2vw;
        letter-spacing: 0.8vw;
        border-radius: 1.2vw 1.2vw 0 0;
    }
    .main-head-box a.more{
        height: 6vw;
        line-height: 6vw;
        font-size: 2vw;
    }
}
@media (max-width:414px) {
    .main-head-box{
        height: 8.4vw;
        margin-bottom: 2vw;
    }
    .main-head-box h1{
        height: 8.4vw;
        line-height: 8.4vw;
        font-size: 4.4vw;
    }
    .main-head-box a.more{
        height: 8vw;
        line-height: 8vw;
        font-size: 3.6vw;
    }
}
/* ---- tab-head ---- */
.tab-head { 
    overflow:hidden;
    zoom:1;
}
.tab-head li{
    float:left;
    text-align:center;
    cursor:pointer;
}
.tab-body>li{
    display:none;
}
.tab-body>li.thisclass{
    display: block;
}
/* ---- theme-container ---- */
.theme-container {
    margin-bottom: 10px;
}
.theme-container .tab-head {
    border-bottom: 1px solid #eeeeee;
    line-height: 0;
    margin-bottom: 30px;
}
.theme-container .tab-head li{
    float: left;
    margin: 0 10px;
    height: 51px;
    line-height: 49px;
    font-size: 22px;
    color: #333;
}
.theme-container .tab-head li.active{
    border-bottom: 2px solid #1e6ed4;
}
.theme-lists li{
    width: 19.25%;
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 25px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    position: relative;
}
.theme-lists li:nth-of-type(5n) {
    margin-right: 0;
}
.theme-lists li a:hover{
    text-decoration: none;
}
.theme-lists li .tag{
    position: absolute;
    top: -5px;
    left: 22px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #ffa800;
    font-size: 14px;
    color: #ffffff;
    z-index: 9;
}
.theme-lists li .tag::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 4px solid #c77c00;
    border-right: 4px solid transparent;
}
.theme-lists li .pic{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.theme-lists li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.theme-lists li .pic:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.theme-lists li .theme {
    padding: 14px 24px 18px;
}
.theme-lists li .theme h1{
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme-lists li .theme p{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:1200px) {
    .theme-container {
        margin-bottom: 1vw;
    }
    .theme-container .tab-head {
        margin-bottom: 2.5vw;
    }
    .theme-container .tab-head li{
        margin: 0 1vw;
        height: 4.25vw;
        line-height: 4vw;
        font-size: 1.75vw;
    }
    .theme-container .tab-head li.active{
        border-bottom: 0.25vw solid #1e6ed4;
    }
    .theme-lists li{
        margin-bottom: 2vw;
        border: 1px solid #f4f4f4;
    }
    .theme-lists li .tag{
        top: -0.5vw;
        left: 1.75vw;
        height: 2vw;
        line-height: 2vw;
        padding: 0 0.75vw;
        font-size: 1.25vw;
    }
    .theme-lists li .tag::before{
        border-bottom: 0.4vw solid #c77c00;
        border-right: 0.4vw solid transparent;
    }
    .theme-lists li .pic{
        height: 18.5vw;
    }
    .theme-lists li .theme {
        padding: 1.25vw 2vw 1.5vw;
    }
    .theme-lists li .theme h1{
        height: 3vw;
        line-height: 3vw;
        font-size: 1.5vw;
    }
    .theme-lists li .theme p{
        height: 2.5vw;
        line-height: 2.5vw;
        font-size: 1.66vw;
    }
}
@media (max-width:768px) {
    .theme-container {
        margin-bottom: 1.6vw;
    }
    .theme-container .tab-head {
        margin-bottom: 2.4vw;
        border-bottom: none;
    }
    .theme-container .tab-head li{
        margin: 0;
        width: 20%;
        height: 6.8vw;
        line-height: 6.4vw;
        font-size: 2.8vw;
        border-radius: 0.8vw;
        margin-bottom: 1.6vw;
    }
    .theme-container .tab-head li.active{
        border: 1px solid #1e6ed4;
        color: #1e6ed4;
    }
    .theme-lists li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 3.2vw;
    }
    .theme-lists li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .theme-lists li:nth-of-type(3n) {
        margin-right: 0%;
    }
    .theme-lists li .tag{
        top: -0.8vw;
        left: 2.8vw;
        height: 3.2vw;
        line-height: 3.2vw;
        padding: 0 1.2vw;
        font-size: 2vw;
    }
    .theme-lists li .tag::before{
        border-bottom: 0.5vw solid #c77c00;
        border-right: 0.5vw solid transparent;
    }
    .theme-lists li .pic{
        height: 29.73vw;
    }
    .theme-lists li .theme {
        padding: 2vw 2vw 2.4vw;
    }
    .theme-lists li .theme h1{
        height: 4.8vw;
        line-height: 4.8vw;
        font-size: 2.4vw;
    }
    .theme-lists li .theme p{
        height: 4vw;
        line-height: 4vw;
        font-size: 2vw;
    }
}
@media (max-width:414px) {
    .theme-container .tab-head li{
        width: 25%;
        height: 8vw;
        line-height: 7.6vw;
        font-size: 4vw;
    }
    .theme-lists li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 4vw;
    }
    .theme-lists li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .theme-lists li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .theme-lists li:nth-of-type(2n) {
        margin-right: 0%;
    }
    .theme-lists li .tag{
        top: -1.2vw;
        left: 3.6vw;
        height: 4.8vw;
        line-height: 4.8vw;
        padding: 0 1.6vw;
        font-size: 3.6vw;
    }
    .theme-lists li .tag::before{
        border-bottom: 1vw solid #c77c00;
        border-right: 1vw solid transparent;
    }
    .theme-lists li .pic{
        height: 44vw;
    }
    .theme-lists li .theme h1{
        height: 6vw;
        line-height: 6vw;
        font-size: 4.4vw;
    }
    .theme-lists li .theme p{
        height: 5.2vw;
        line-height: 5.2vw;
        font-size: 3.6vw;
    }
}
/* ---- brand-school-lists ---- */
.brand-school-lists{
    margin-bottom: 30px;
}
.brand-school-lists li{
    width: 19.25%;
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 1.5rem;
}
.brand-school-lists li:nth-of-type(5n) {
    margin-right: 0;
}
.brand-school-lists li .col{
    width: 100%;
    cursor: pointer;
    height: 210px;
    position: relative;
}
.brand-school-lists li .con{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}
.brand-school-lists li .front,
.brand-school-lists li .back{
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    height: 210px;
}
.brand-school-lists .back{
    background: #f4f4f4;
}
.brand-school-lists .front{
    background: #f4f4f4;
}
.brand-school-lists .front:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
      /* background-color: #000; */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.brand-school-lists .con:hover .front,
.brand-school-lists .con:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.brand-school-lists .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.brand-school-lists .inner{
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
            transform: translateY(0%) translateZ(60px) scale(0.94);
    top: 0%;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.brand-school-lists .back .inner{
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
            transform: translateY(0%) translateZ(60px) scale(0.94);
}
.brand-school-lists .inner .pic{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.brand-school-lists .front .inner .pic img{
    width: 100%;
    height: 100%;
}
.brand-school-lists .back .inner .pic {
    padding: 8px;
}
.brand-school-lists .back .inner .pic img{
    max-width: 100%;
    max-height: 100%;
}
.brand-school-lists li h1{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-school-lists li h1 a:hover{
    text-decoration: none;
}
.brand-school-lists .con .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.brand-school-lists .con .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.brand-school-lists .con:hover .back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.brand-school-lists .con:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
@media screen and (max-width:1200px) {
    .brand-school-lists{
        margin-bottom: 2.5vw;
    }
    .brand-school-lists li{
        margin-bottom: 2.5vw;
    }

    .brand-school-lists li .col{
        height: 17.5vw;
    }
    .brand-school-lists li .front,
    .brand-school-lists li .back{
        height: 17.5vw;
    }

    .brand-school-lists .inner .pic{
        height: 15vw;
    }
    .brand-school-lists .back .inner .pic {
        padding: 0.75vw;
    }
    .brand-school-lists li h1{
        height: 2.5vw;
        line-height: 2.5vw;
        font-size: 1.333vw;
    }
}
@media screen and (max-width:768px) {
    .brand-school-lists{
        margin-bottom: 4vw;
    }
    .brand-school-lists li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 4vw;
    }
    .brand-school-lists li:nth-of-type(5n){
        margin-right: 2%;
    }
    .brand-school-lists li:nth-of-type(3n){
        margin-right: 0%;
    }
    .brand-school-lists li .col{
        height: 29vw;
    }
    .brand-school-lists li .front,
    .brand-school-lists li .back{
        height: 29vw;
    }
    .brand-school-lists .inner .pic{
        height: 24.3vw;
    }
    .brand-school-lists .back .inner .pic {
        padding: 1.2vw;
    }
    .brand-school-lists li h1{
        height: 4.7vw;
        line-height: 4.7vw;
        font-size: 2.4vw;
    }
}
@media screen and (max-width:414px) {
    .brand-school-lists li{
        width: 49%;
        margin-bottom: 4vw;
    }
    .brand-school-lists li:nth-of-type(5n){
        margin-right: 2%;
    }
    .brand-school-lists li:nth-of-type(3n){
        margin-right: 2%;
    }
    .brand-school-lists li:nth-of-type(2n){
        margin-right: 0%;
    }
    .brand-school-lists li .col{
        height: 42vw;
    }
    .brand-school-lists li .front,
    .brand-school-lists li .back{
        height: 42vw;
    }
    .brand-school-lists .inner .pic{
        height: 36vw;
    }
    .brand-school-lists li h1{
        height: 6vw;
        line-height: 6vw;
        font-size: 4vw;
    }
}
/* ---- teachers-list Style ---- */
.teachers-list {
    margin-top: 30px;
    margin-bottom: 5px;
}
.teachers-list li{
    width: 19.25%;
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 27px;
    background: #f4f4f4;
}
.teachers-list li:nth-of-type(5n) {
    margin-right: 0;
}
.teachers-list li .pic{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.teachers-list li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.teachers-list li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.teachers-list li h1{
    height: 30px;
    line-height: 0px;
    text-align: center;
}
.teachers-list li h1 a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teachers-list li h1 a:hover{
    text-decoration: none;
    color: #1e6ed4;
}
@media screen and (max-width:1200px) {
    .teachers-list {
        margin-top: 2.5vw;
        margin-bottom: 0.5vw;
    }
    .teachers-list li{
        margin-bottom: 2.25vw;
    }
    .teachers-list li .pic{
        height: 17.5vw;
    }
    .teachers-list li h1{
        height: 2.5vw;
    }
    .teachers-list li h1 a{
        height: 2.5vw;
        line-height: 2.5vw;
        font-size: 1.333vw;
    }
}
@media screen and (max-width:768px) {
	.teachers-list {
        margin-top: 4vw;
        margin-bottom: 0.8vw;
    }
    .teachers-list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 3.6vw;
    }
    .teachers-list li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .teachers-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .teachers-list li .pic{
        height: 28.4vw;
    }
    .teachers-list li h1{
        height: 4vw;
    }
    .teachers-list li h1 a{
        height: 4vw;
        line-height: 4vw;
        font-size: 2.4vw;
    }
}
@media screen and (max-width:414px) {
    .teachers-list li{
        width: 49%;
    }
    .teachers-list li:nth-of-type(5n) {
        margin-right: 2%;
    }
    .teachers-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .teachers-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .teachers-list li .pic{
        height: 42vw;
    }
    .teachers-list li h1{
        height: 6.8vw;
    }
    .teachers-list li h1 a{
        height: 6.8vw;
        line-height: 6.8vw;
        font-size: 4vw;
    }
}
/* ---- activity-box Style ---- */
.activity-box{
    margin-top: 30px;
    background: #f4f4f4;
    padding: 20px 18px 20px 225px;
    position: relative;
    margin-bottom: 18px;
}
.activity-box .pic{
    position: absolute;
    left: 18px;
    top: 20px;
    width: 180px;
    height: 150px;
    overflow: hidden;
}
.activity-box .pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.activity-box .pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.activity-box h1{
    height: 60px;
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: left;
    justify-items: start;
    align-items: center;
    align-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 9px;
}
.activity-box p{
    height: 81px;
    line-height: 27px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width:1200px) {
    .activity-box{
        margin-top: 2.5vw;
        padding: 1.75vw 1.5vw 1.75vw 18.75vw;
        margin-bottom: 1.5vw;
    }
    .activity-box .pic{
        left: 1.5vw;
        top: 1.75vw;
        width: 15vw;
        height: 12.5vw;
    }
    .activity-box h1{
        height: 5vw;
        line-height: 2.5vw;
        font-size: 1.5vw;
        margin-bottom: 0.75px;
    }
    .activity-box p{
        height: 6.75vw;
        line-height: 2.25vw;
        font-size: 1.25vw;
    }
}
@media (max-width:768px) {
    .activity-box{
        margin-top: 4vw;
        padding: 2.8vw 2.4vw 2.8vw 37.5vw;
        margin-bottom: 2.4vw;
    }
    .activity-box .pic{
        left: 2.4vw;
        top: 2.8vw;
        width: 30vw;
        height: 25vw;
    }
    .activity-box h1{
        height: 10vw;
        line-height: 5vw;
        font-size: 18px;
        margin-bottom: 1.5vw;
    }
    .activity-box p{
        height: 13.5vw;
        line-height: 4.5vw;
        font-size: 2.5vw;
    }
}
@media (max-width:414px) {
    .activity-box{
        padding: 2.8vw;
        margin-top: 0;
    }
    .activity-box .pic{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 75vw;
        margin-bottom: 3.2vw;
    }
    .activity-box h1{
        height: auto;
        line-height: 6vw;
        font-size: 4.4vw;
        overflow: auto;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        margin-bottom: 2vw;
    }
    .activity-box p{
        width: 100%;
        height: auto;
        line-height: 4.8vw;
        font-size: 3.6vw;
        overflow: auto;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
}
/* ---- news-swiper ---- */
.stars-swiper {
	width: 100%;
	position: relative;
    height: 360px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.stars-swiper .swiper-container{
    height: 100%;
	overflow: hidden;
}
.stars-swiper .swiper-container{
    height: 100%;
}
.stars-swiper .swiper-wrapper{
    height: 100%;
}
.stars-swiper .swiper-slide{
    height: 100%;
	position: relative;
}
.stars-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.stars-swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.stars-swiper .swiper-slide .infor{
	height: 51px;
    line-height: 51px;
	padding: 0 140px 0 20px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stars-swiper .pagination {
    position: absolute;
    right: 30px;
    text-align: center;
    bottom: 28px;
    line-height: 0px;
    z-index:8;
}
.stars-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background:#d7d7d7;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
    overflow:hidden;
    opacity: 1;
}
.stars-swiper .swiper-pagination-bullet-active{
	background:#ffffff;
}
.achievement-box{
    margin-top: 30px;
}
@media (max-width:1200px) {
    .stars-swiper {
        height: 30vw;
        margin-bottom: 2.5vw;
    }
    .stars-swiper .swiper-slide .infor{
        height: 4.25vw;
        line-height: 4.25vw;
        padding: 0 11.5vw 0 1.75vw;
        font-size: 1.5vw;
    }
    .stars-swiper .pagination {
        right: 2.5vw;
        bottom: 2.25vw;
    }
    .stars-swiper .swiper-pagination-bullet {
        display: inline-block;
        width: 0.75vw;
        height: 0.75vw;
        margin: 0 0.5vw;
    }
    .achievement-box{
        margin-top: 2.5vw;
    }
}
@media (max-width:768px) {
    .stars-swiper {
        height: auto;
        margin-bottom: 4vw;
    }
    .stars-swiper .swiper-container{
        height: auto;
    }
    .stars-swiper .swiper-container{
        height: auto;
    }
    .stars-swiper .swiper-wrapper{
        height: auto;
    }
    .stars-swiper .swiper-slide{
        height: auto;
        position: relative;
    }
    .stars-swiper .swiper-slide img {
        height: auto;
    }
    .stars-swiper .swiper-slide .infor{
        height: 6.8vw;
        line-height: 6.8vw;
        padding: 0 18.4vw 0 2.8vw;
        font-size: 2.4vw;
    }
    .stars-swiper .pagination {
        right: 4vw;
        bottom: 3.6vw;
    }
    .stars-swiper .swiper-pagination-bullet {
        width: 1.2vw;
        height: 1.2vw;
        margin: 0 0.8vw;
    }
    .achievement-box{
        margin-top: 5.2vw;
    }
}
@media (max-width:414px) {
    .stars-swiper {
        margin-bottom: 6vw;
    }
    .stars-swiper .swiper-slide .infor{
        height: 8vw;
        line-height: 8vw;
        font-size: 4vw;
    }
    .stars-swiper .pagination {
        right: 1.6vw;
        bottom: 2.8vw;
    }
    .stars-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 0.8vw;
    }
}
/* ---- imageText Style ---- */
.base-swiper {
	width: 100%;
	position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.base-swiper .swiper-container{
	overflow: hidden;
}
.base-swiper .swiper-slide{
	position: relative;
}
.base-swiper .swiper-slide .pic{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.base-swiper .swiper-slide .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.base-swiper .swiper-slide .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.base-swiper .swiper-slide .con{
    background: #f4f4f4;
    padding: 15px 18px;
}
.base-swiper .swiper-slide .con h1,
.base-swiper .swiper-slide .con p {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.base-swiper .swiper-slide .con h1{
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.base-swiper .swiper-slide .con p{
    height:28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}
@media (max-width:1200px) {
    .base-swiper {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw;
    }
    .base-swiper .swiper-slide .pic{
        height: 15vw;
    }
    .base-swiper .swiper-slide .con{
        padding: 1.25vw 1.5vw;
    }
    .base-swiper .swiper-slide .con h1{
        height: 2.75vw;
        line-height: 2.75vw;
        font-size: 1.5vw;
    }
    .base-swiper .swiper-slide .con p{
        height: 2.25vw;
        line-height: 2.25vw;
        font-size: 1.33vw;
    }
}
@media (max-width:1024px) {
    .base-swiper .swiper-slide .pic{
        height: 18.36vw;
    }
}
@media (max-width:768px) {
    .base-swiper {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .base-swiper .swiper-slide .pic{
        height: 24.32vw;
    }
    .base-swiper .swiper-slide .con{
        padding: 2vw 2.4vw;
    }
    .base-swiper .swiper-slide .con h1{
        height: 4.4vw;
        line-height: 4.4vw;
        font-size: 2.4vw;
    }
    .base-swiper .swiper-slide .con p{
        height:3.6vw;
        line-height: 3.6vw;
        font-size: 2vw;
    }
    
}
@media (max-width:414px) {
    .base-swiper .swiper-slide .pic{
        height: 36vw;
    }
    .base-swiper .swiper-slide .con h1{
        height: 8vw;
        line-height: 8vw;
        font-size: 4.4vw;
    }
    .base-swiper .swiper-slide .con p{
        height:6vw;
        line-height: 6vw;
        font-size: 3.6vw;
    }
}
@media (max-width:320px) {
    .base-swiper .swiper-slide .pic{
        height: 72vw;
    }
}
/* ---- friendship-container ---- */
.friendship-container {
    margin-bottom: 9px;
}
.friendship-container .tab-head{
    margin-bottom: 9px;
    background: #f4f4f4;
    padding: 15px 12px 0;
}
.friendship-container .tab-head li{
    float: left;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    font-size: 16px;
    color: #333333;
}
.friendship-container .tab-head li.active{
    background: #fff;
}
.friendship{
    line-height: 42px;
    font-size: 0;
    color: #333;
}
.friendship a,
.friendship i {
    font-size: 16px;
}
.friendship i {
    margin: 0 7px;
}
@media (max-width:1200px) {
    .friendship-container {
        margin-bottom: 0.75vw;
    }
    .friendship-container .tab-head{
        margin-bottom: 0.75vw;
        padding: 1.25vw 1vw 0;
    }
    .friendship-container .tab-head li{
        padding: 0 0.75vw;
        height: 3.25vw;
        line-height: 3.25vw;
        margin: 0 0.25vw;
        font-size: 1.33vw;
    }
    .friendship{
        line-height: 3.5vw;
    }
    .friendship a,
    .friendship i {
        font-size: 1.33vw;
    }
    .friendship i {
        margin: 0 0.5vw;
    }
}
@media (max-width:768px) {
    .friendship-container {
        margin-bottom: 1.2vw;
    }
    .friendship-container .tab-head{
        margin-bottom: 1.2vw;
        padding: 2vw 1.6vw 0;
    }
    .friendship-container .tab-head li{
        padding: 0 1.2vw;
        height: 5.2vw;
        line-height: 5.2vw;
        margin: 1.2vw 0.4vw 0;
        font-size: 2.4vw;
    }
    .friendship{
        line-height: 5.6vw;
    }
    .friendship a,
    .friendship i {
        font-size: 2.4vw;
    }
    .friendship i {
        margin: 0 1.2vw;
    }
}
@media (max-width:414px) {
    .friendship-container {
        margin-bottom: 1.6vw;
    }
    .friendship-container .tab-head{
        margin-bottom: 1.6vw;
        padding: 2.4vw 2vw 0;
    }
    .friendship-container .tab-head li{
        padding: 0 2vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 4.4vw;
    }
    .friendship{
        line-height: 6.8vw;
    }
    .friendship a,
    .friendship i {
        font-size: 3.6vw;
    }
    .friendship i {
        margin: 0 1.6vw;
    }
}
/* ---- footer ---- */
#sysfoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sysfoot .sysfoot {
	max-width: 1220px;
	padding: 0 0.5rem;
	width: auto;
}
#sysfoot .sysfoot p {
	right: 0.5rem;
}
@media screen and (max-width:1200px) {
	#sysfoot .sysfoot p a {
		font-size: 12px;
		padding: 0 0 0 0.8rem;
	}
}
@media screen and (max-width:800px) {
	#sysfoot .sysfoot {
		text-align: left;
	}
}
@media screen and (max-width:768px) {
	#sysfoot .sysfoot {
		text-align: center;
	}
	#sysfoot .sysfoot p {
		display: none;
	}
}
/* ---- container ---- */
.container {
    width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
