/*首页模块标题*/
.modle-title {
	font-size: 2em;
	color: #000;
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url('../images/icon/title-underline.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 250px 25px;
}

.selectMenu{
    top: 76px !important;
}

/*--- Banner-轮播图 ----*/
.banner-container {
	width: 100%;
	position: relative;
	padding: 0px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
	/*background: url("../images/banner-bg.jpg") no-repeat;*/
	background-size: 100% 100%;
	background-size: cover;
	position: relative;
	border-bottom: 2px #005f8d solid;
}

.banner-container>img {
	width: 100%;
}

.banner-container .wecomeText {
	position: absolute;
	top: 35%;
	left: 50%;
	font-family: '黑体';
	color: #fff;
	text-align: center;
	z-index: 4;
	transform: translate(-50%, -50%) scale(2.2);
	/* -webkit-filter: invert(100%);
    filter: invert(100%); */
}

.banner-container .wecomeText div {
	display: flex;
	justify-content: center;
}

.banner-container .wecomeText .beforDot {
	padding-left: 2rem;
	position: relative;
}

.banner-container .wecomeText .beforDot::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	left: 8px;
	top: 0.8rem;
}

.banner-container .downSlider{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	text-align: center;
	color: #E4E9E2;
	font-size: 15px;
}
.banner-container .downSlider a{
	color: #E4E9E2;
	font-size: 15px;
}
.downSlider .downIcon span:first-child{
	background: url('../images/icon/down-icon1.png');
	top: -6px;
	animation: downIcondrew1 1s linear infinite;
	/* animation-delay: 0.5s; */

}
.downSlider .downIcon span:last-child{
	background: url('../images/icon/down-icon2.png');
    top: -20px;
	animation: downIcondrew2 1s linear infinite;

}
.banner-container .downSlider .downIcon span{
	display: block;
	position: relative;
	width: 24px;
    height: 25px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	transform: rotate(90deg);
}

@keyframes downIcondrew1 {
    0% {
        top: -6px;
        opacity: .5;
    }

    50% {
        top: -3px;
        opacity: .7;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes downIcondrew2 {
    0% {
        top: -20px;
        opacity: .5;
    }

    50% {
        top: -17px;
        opacity: .7;
    }

    100% {
        top: -14px;
        opacity: 1;
    }
}

.banner-content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*新闻中心*/
.newsCenter-section{
	width: 100%;
	height: fit-content;
	max-height: 1080px;
	overflow: auto;
	padding: 3em 0;
	background-color: #fff;
}
.newsCenter-section .modle-title{
   margin-top: 1em;
}
.newsCenter-section .newsCenter-container{
	width: 90%;
	margin: 0 auto;
}
.newsCenter-section .newsCenter-container .topTabs{
	margin: 1rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newsCenter-section .topTabs .top-btn{
	flex-shrink: 0;
	color: #626262;
	padding: 0.5rem 4rem;
	border: 1px solid #cecece;
	border-radius: 5rem;
	cursor: pointer;
}
.newsCenter-section .topTabs .top-btn:first-child{
	margin-right: 6%;
}
.topTabs .active {  
	color: #fff !important;
	background-color: #0054a5;  
}
.newsCenter-section .newsCenter-container .newsCenter-bottom{
	width: 90%;
	margin: 2em auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsCenter-section .newsCenter-bottom .left-slider{
	width: 47%;
	min-width: 20em;
    height: fit-content;
    padding: 4px;
    background: linear-gradient(to bottom, rgb(204, 204, 204), rgb(204, 204, 204,0.7), rgb(204, 204, 204,0.4), rgb(204, 204, 204,0.2));
}
/*--- slider-css --*/
.newsCenter-section .left-slider .slider {
	position: relative;
}
.newsCenter-section .left-slider .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.newsCenter-section .left-slider .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 482px;
  left: 0;
  top: 0;
}
.newsCenter-section .left-slider .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.newsCenter-section .left-slider .rslides img {
  display: block;
  max-height: 482px;
  float: left;
  width: 100%;
  border: 0;
}
.newsCenter-section .callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	display: inline-block;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
}
.newsCenter-section .callbacks_here a:after{
	background:#0056ac;
}
.newsCenter-section .callbacks_tabs a{
	visibility:hidden;
}
.newsCenter-section .callbacks_tabs li{
	display:inline-block;
}
.newsCenter-section ul.callbacks_tabs {
	position: absolute;
	z-index:9;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4em;
}
.newsCenter-section .left-slider .slider-containar{
    position: absolute;
    width: 100%;
    background: rgba(20, 19, 19, 0.5);
    color: #fff;
    bottom: 0;
    z-index:9;
    padding: 0.6rem 2rem;
}
.newsCenter-section .left-slider .slider-containar .text{
    color: #fff;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	max-height: 3em;
}
.newsCenter-section .left-slider .slider-containar p{
    color: #fff;
}
.newsCenter-section .left-slider .slider-containar .slider-foot{
    color: #b6b5bb;
    display: flex;
    justify-content: space-between;
}
.newsCenter-section .slider-containar .slider-foot .slider-more a{
    color: #b6b5bb;
    text-decoration: none;
}
.newsCenter-section .slider-containar .slider-foot .slider-more a:hover{
    color: #0054a5;
    text-decoration: underline;
}
/*轮播样式结束*/
.newsCenter-section .newsCenter-bottom .right-news{
	width: 50%;
	min-width: 20em;
}
.newsCenter-section .newsCenter-bottom .right-news li{
    list-style: none;
}
.newsCenter-section .newsCenter-bottom .right-news .newsList{
    width: 100%;
}
.newsCenter-section .right-news .newsList .news-item{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
    padding: 0.9rem;
    transition: background-color 1s ease;
    text-decoration: none;
}
/*移入改变样式*/
.newsCenter-section .right-news .newsList .news-item:hover{
    background-color: #0054a5;
}
.newsCenter-section .right-news .newsList .news-item:hover .title{
    color: #fff;
}
.newsCenter-section .right-news .newsList .news-item:hover .date p{
    color: #fff;
}
.newsCenter-section .right-news .newsList .news-item:hover .date i{
    color: #fff;
}
/*选中修改样式*/
.newsCenter-section .right-news .newsList .active .news-item{
    background-color: #0054a5;
}
.newsCenter-section .right-news .newsList .active .news-item .title{
    color: #fff;
}
.newsCenter-section .right-news .newsList .active .news-item .date p{
    color: #fff;
}
.newsCenter-section .right-news .newsList .active .news-item .date i{
    color: #fff;
}

.newsCenter-section .newsList .news-item .date{
    flex-shrink: 0;
    width: 12%;
    font-size: 1.3rem;
    color: #626262;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
}
.newsCenter-section .newsList .news-item .date p{
    color: #0054a5;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.newsCenter-section .newsList .news-item .date i{
    font-style: normal;
    color: #ccc;
}
.newsCenter-section .newsList .news-item .title{
    flex-shrink: 0;
    width: 88%;
    color: #626262;
    font-size: 1.8rem;
    position: relative;
    padding-left: 2rem;
}
.newsCenter-section .newsList .news-item .title::before{
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    border-left: 1px solid #ccc;
    left: 0;
}

.newsCenter-section .newsCenter-container .toViweMore{
    width: 100%;
    text-align: center;
    margin: 1em 0;
    cursor: pointer;
}
.newsCenter-section .toViweMore a{
    color: #545454;
    text-decoration: none;
}
.newsCenter-section .toViweMore a:hover{
    color: #0054a5;
    text-decoration: underline;
}
/*主题专栏*/
.themeColumn-section {
	width: 100%;
	height: fit-content;
	max-height: 1080px;
	overflow: auto;
	/*padding-bottom: 6em;*/
	background-color: #f5f5f5;
}

.themeColumn-section .themeColumn-container {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.themeColumn-section .themeColumn-container .themeColumn-item {
	width: 48%;
	min-width: 20em;
    max-width: 120em;
	color: #000;
	padding: 3em;
}

.themeColumn-section .themeColumn-item .imgDiv {
	width: 100%;
	height: 90%;
	box-sizing: border-box;
	margin-bottom: 1rem;
	overflow: hidden;
}

.themeColumn-section .themeColumn-item img {
	width: 100%;
	height: 100%;
}

.themeColumn-section .themeColumn-item img:hover {
	animation: pulse 2s;
}

.themeColumn-section .themeColumn-item .text:hover {
	color: #145AC4;
	font-weight: bold;
	text-decoration: underline;
}

/*关于我们*/
.joinUs-section {
	width: 100%;
	height: fit-content;
	max-height: 1080px;
	overflow: auto;
	padding-bottom: 3em;
}

.joinUs-section .joinUs-container {
	width: 80%;
	margin: 3em auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.joinUs-section .joinUs-container .left-blue {
	width: 30%;
	max-height: 670px;
	background-color: #0054A7;
	min-width: 20em;
	color: #fff;
	padding: 2em;
    text-align: center;
}

.joinUs-section .left-blue .introductionTitle {
	font-size: 2rem;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1em;
  	display: inline-block;
}

.joinUs-section .left-blue .introductionTitle::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background: url('../images/icon/caeri-w-icon.png') no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	position: absolute;
	left: 0;
	top: 1rem;
}

.joinUs-section .left-blue .introduction {
	/*首行缩进*/
	text-indent: 3rem;
}

.joinUs-section .right-container {
	width: 70%;
	min-width: 20em;
	height: fit-content;
	position: relative;
	//left: -2.5em;
	z-index: 2;
	padding: 2em 3em 2em 5em;
	background: linear-gradient(to right, #fff 20%, transparent 80%);
	flex-wrap: wrap;
}

.joinUs-section .right-container .right-qualifications {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	flex-wrap: wrap;
}

.joinUs-section .right-qualifications .qualifications-item {
	width: 30%;
	min-width: 13em;
	text-align: center;
	flex-shrink: 0;
}

.joinUs-section .qualifications-item .itemTop>img {
	width: 8em;
	height: 8em;
	margin-bottom: 1em;
	/* transform: translateX(30%); */
}

.joinUs-section .qualifications-item .itemTop>p {
	color: #0152a1;
	font-size: 2rem;
    font-weight: 600;
}

.joinUs-section .qualifications-item .blue {
	color: #124475;
}

.joinUs-section .qualifications-item .qualifications-text {
	font-size: 1.6rem;
	text-align: left;
}

.joinUs-section .right-container .rcontainer-vision {
	background-color: #0054A7;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 4rem;
	min-width: 13em;
  	padding-bottom: 10px;
}

.joinUs-section .rcontainer-vision>div {
	color: #333;
	padding: 1rem;
	border-radius: 2rem;
	background-color: #f5f5f5;

}

/*首页-友情链接*/
.outLink-Box {
	width: 100%;
	height: fit-content;
	/*background-color: #f5f5f5;*/
	padding-bottom: 8em;
 	position: relative;
    z-index: 2;
}

.outLink-Box .outLink {
	max-width: 1616px;
	text-align: center;
	/* padding: 3em 0 9em 0; */
	margin: 0 auto;
}

.outLink-Box .link {
	display: flex;
	justify-content: space-around;
	width: 60%;
	margin: 0 auto;
	margin-top: 4em;
	flex-wrap: wrap;
}

.outLink-Box .link .btn {
	width: 10em;
	background-color: #fff;
	color: #000;
	border-radius: 0 !important;
	border: none;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	text-align: left;
}

.outLink-Box .link .btn .caret {
	float: right;
	margin-top: 1rem;
}

.outLink-Box .link .dropdown-menu {
	text-align: left;
}

@media screen and (min-width: 1441px) {
	.container {
		max-width: 100vw;
	}
  	.banner-container{
      	height: 100vh;
  	}
  	.newsCenter-section{
      height: 100vh;
  	}
  	.themeColumn-section {
      height: 100vh;
  	}
  	.joinUs-section {
    	height: 100vh;
  	}
  	.outLink-Box {
  	  height: calc(100vh - 570px);
  	}
}
@media screen and (max-width:1440px) {
  	.banner-container{
      	height: 100vh;
  	}
  	.newsCenter-section{
      height: 100vh;
  	}
  	.themeColumn-section {
      height: 100vh;
  	}
  	.joinUs-section {
    	height: 100vh;
  	}
  	.outLink-Box {
  		height: 200px;
  	}
	.banner-container .wecomeText{
		transform: translate(-50%, -50%) scale(1.8);
	}
	.joinUs-section .joinUs-container{
		width: 90%;
	}
	.joinUs-section .joinUs-container .left-blue{
		padding: 2em 6em 4em 2em;
	}
}

@media screen and (max-width:1600px) {
  	.outLink-Box {
  		height: 250px;
  	}
}

@media screen and (max-width:1366px) {
    .banner-container{
      	height: 100vh;
  	}
	.banner-container .wecomeText{
		transform: translate(-50%, -50%) scale(1.6);
	}
}

@media screen and (max-width:1280px) {
	.banner-container .wecomeText{
		transform: translate(-50%, -50%) scale(1.6);
	}
	.joinUs-section .joinUs-container .left-blue{
		padding: 2em 4em 4em 2em;
	}
}

@media screen and (max-width:1200px) {
	/*关于我们*/
	.joinUs-section .left-blue .introductionTitle{
		font-size: 18px;
	}
	.joinUs-section .left-blue .introductionTitle::before{
		top: 7px;
	}
	.joinUs-section .right-container{
		margin: 9vh auto;
		padding: 1em 2em 1em 4em;
	}
	.joinUs-section .left-blue .introduction{
		font-size: 13px;
	}
	.joinUs-section .right-qualifications .qualifications-item{
		padding: 0 5px;
	}
	.joinUs-section .qualifications-item .itemTop>img{
		width: 6em;
		height: 6em;
	}
	.joinUs-section .qualifications-item .itemTop>p{
		font-size: 18px;
	}
	.joinUs-section .qualifications-item .qualifications-text{
		font-size: 13px;
	}
	.joinUs-section .right-container .rcontainer-vision{
		font-size: 18px;
		line-height: 2em;
	}
  	.moreInfo-section .outLink-Box .link{
    	width: 100%;
  	}
}

@media screen and (max-width:1024px) {
  	.banner-container{
      	height: fit-content;
  	}
  	.newsCenter-section{
      height: fit-content;
  	}
  	.themeColumn-section {
      height: fit-content;
  	}
  	.joinUs-section {
    	height: fit-content;
  	}
  	.outLink-Box {
  		height: fit-content;
  	}
	.banner-container .wecomeText{
		transform: translate(-50%, -50%) scale(1.2);
	}
	.banner-container .downSlider{
		bottom: -15px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	/*轮播图*/
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #A8A8A8;
	};
  	.banner-container{
      	height: fit-content;
  	}
  	.newsCenter-section{
      height: fit-content;
      max-height: fit-content;
  	}
  	.themeColumn-section {
      height: fit-content;
  	}
  	.joinUs-section {
    	height: fit-content;
      	max-height: fit-content;
  	}
  	.outLink-Box {
  		height: fit-content;
  	}
	.banner-container .wecomeText {
		transform: translate(-50%, -50%) scale(1);
	}
	.banner-container .downSlider{
		display: none;
	}
  	/* 股票趋势 */
  	.index-gpxx-box{
          line-height: 23px;
  	}
  	.index-gpxx-box .gpxx-name{
      font-size: 16px;
  	}
  	.index-gpxx-box span{
      font-size: 13px;
  	}
  	.index-gpxx-box .gpxx-text, .index-gpxx-box .gpxx-zs{
    	display: block;
  	}
	/*新闻中心*/
  	.newsCenter-section .modle-title{
      margin-top: 75px;
  	}
    .newsCenter-section .left-slider .rslides li {
        height: 100%;
        min-height: 19em;
    }
    .newsCenter-section ul.callbacks_tabs{
        bottom: 6em;
    }
    .newsCenter-section .left-slider .slider-containar .text{
        color: #fff;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5em;
        max-height: 3em;
    }
    .moreInfo-section .outLink-Box .link{
    	width: 80%;
  	}
    .moreInfo-section .outLink-Box .link .dropdown{
      margin-top: 20px;
  	}
}

@media (max-width:540px) {
	.text {
		font-size: 1.3rem;
	}

	.modle-title {
		font-size: 1.2em;
		background-size: 150px 17px;
		padding-bottom: 0.8em;
		margin-bottom: 0;
	}

	.paddingTop2em {
		padding-top: 1em;
	}

	.header {
		background: #0054a5 !important;
	}

	.header.addBg {
		background: #fafafa !important;
	}

	.navbar {
		min-height: 58px;
	}

	.navbar-inverse .navbar-header .caeriIcon {
		width: 13rem;
		height: 4rem;
	}

	.banner-container {
		background-size: contain;
		margin-top: 58px;
	}

	.banner-container .wecomeText {
		top: 40%;
		transform: translate(-50%, -50%) scale(0.6);
	}

	.banner-container .wecomeText h1 {
		white-space: nowrap;
	}

	.banner-container>img {
		width: 100%;
		height: 240px;
	}

	.responsive-headline {
		font-size: 16px !important
	}

	/*新闻中心*/
	.newsCenter-section{
        padding: 1em 0;
    }
    .newsCenter-section .newsCenter-container .newsCenter-bottom{
        margin: 1em auto;
        justify-content: space-around;
    }
	.newsCenter-section .newsCenter-bottom .left-slider{
		min-width: 26em;
	}
	.newsCenter-section .newsCenter-bottom .right-news{
		min-width: 26em;
	}
	.newsCenter-section .newsList .news-item .title{
		font-size: 1.3rem;
	}
    .newsCenter-section .newsCenter-container .topTabs{
        margin: 1em auto;
        width: 63%;
    }
    .newsCenter-section .topTabs .top-btn{
        font-size: 1rem;
        padding: 0.5em 2em;
    }
    .newsCenter-section .newsCenter-container .toViweMore{
        margin: 0;
        margin-bottom: 0.7rem;
    }


	/*主题专栏*/
	.themeColumn-section .themeColumn-container .themeColumn-item {
		margin-bottom: 1rem;
		padding: 1em;
	}

	.themeColumn-section .themeColumn-item img {
		max-height: 200px;
	}

	/*关于我们*/
	.joinUs-section .joinUs-container {
		margin: 1em auto;
		justify-content: space-around;
	}

	.joinUs-section .joinUs-container .left-blue {
		padding: 1em;
	}

	.joinUs-section .left-blue .introductionTitle {
		margin-bottom: 0.5em;
		padding-left: 2.4rem;
		font-size: 1.6rem;
	}

	.joinUs-section .left-blue .introductionTitle::before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.7rem
	}

	.joinUs-section .left-blue .introduction {
		font-size: 1.3rem;
	}

	.joinUs-section .right-container {
		width: 70%;
		left: 0;
		padding: 1em;
	}

	.joinUs-section .right-container .right-qualifications {
		margin-bottom: 1em;
		justify-content: space-around;
	}

	.joinUs-section .right-qualifications .qualifications-item {
		margin-bottom: 1em;
		min-width: 20em;
	}

	.joinUs-section .qualifications-item .itemTop>img {
		width: 6em;
		height: 6em;
		/* transform: translateX(44%); */
	}

	.joinUs-section .qualifications-item .itemTop>p {
		font-size: 1.6rem;
	}

	.joinUs-section .qualifications-item .qualifications-text {
		font-size: 1.3rem;
	}

	.joinUs-section .right-container .rcontainer-vision {
		font-size: 1.6rem;
	}

	/*友情链接*/
	.outLink-Box {
		padding-bottom: 4em;
	}

	.outLink-Box .link .dropdown {
		margin-bottom: 1em;
	}

	.rightPageNav {
		right: -7px;
	}
}

@media (max-width: 480px) {
	.text {
		font-size: 1.3rem;
	}

	.modle-title {
		font-size: 1.2em;
		background-size: 150px 17px;
		padding-bottom: 0.8em;
		margin-bottom: 0;
	}

	.paddingTop2em {
		padding-top: 1em;
	}

	.header {
		background: #0054a5 !important;
	}

	.header.addBg {
		background: #fafafa !important;
	}

	.navbar {
		min-height: 58px;
	}

	.navbar-inverse .navbar-header .caeriIcon {
		width: 13rem;
		height: 4rem;
	}
  	.banner-container{
      	height: 219px;
      	background-size: contain;
		margin-top: 58px;
  	}
  	.newsCenter-section{
      height: fit-content;
  	}
  	.themeColumn-section {
      height: 195px;
  	}
  	.joinUs-section {
    	height: fit-content;
  	}
  	.outLink-Box {
  		height: fit-content;
  	}
	.banner-container .wecomeText {
		top: 40%;
		transform: translate(-50%, -50%) scale(0.6);
	}

	.banner-container .wecomeText h1 {
		white-space: nowrap;
	}

	.banner-container>img {
		width: 100%;
		height: 240px;
	}

	.responsive-headline {
		font-size: 16px !important
	}

	/*新闻中心*/
	.newsCenter-section{
        padding: 1em 0;
    }
    .newsCenter-section .newsCenter-container .newsCenter-bottom{
        margin: 1em auto;
        justify-content: space-around;
    }
	.newsCenter-section .newsCenter-bottom .left-slider{
		min-width: 20em;
	}
	.newsCenter-section .newsCenter-bottom .right-news{
		min-width: 20em;
	}
    .newsCenter-section .newsCenter-container .topTabs{
        margin: 1em auto;
        width: 63%;
    }
    .newsCenter-section .topTabs .top-btn{
        font-size: 1rem;
        padding: 0.5em 2em;
    }
    .newsCenter-section .newsCenter-container .toViweMore{
        margin: 0;
        margin-bottom: 0.7rem;
    }

	/*主题专栏*/
	.themeColumn-section .themeColumn-container .themeColumn-item {
		margin-bottom: 1rem;
		padding: 1em;
	}

	.themeColumn-section .themeColumn-item img {
		max-height: 200px;
	}

	/*关于我们*/
	.joinUs-section .joinUs-container {
		margin: 1em auto;
		justify-content: space-around;
	}

	.joinUs-section .joinUs-container .left-blue {
		padding: 1em;
	}

	.joinUs-section .left-blue .introductionTitle {
		margin-bottom: 0.5em;
		padding-left: 2.4rem;
		font-size: 1.6rem;
	}

	.joinUs-section .left-blue .introductionTitle::before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.7rem
	}

	.joinUs-section .left-blue .introduction {
		font-size: 1.3rem;
	}

	.joinUs-section .right-container {
		width: 70%;
		left: 0;
		padding: 1em;
	}

	.joinUs-section .right-container .right-qualifications {
		margin-bottom: 1em;
		justify-content: space-around;
	}

	.joinUs-section .right-qualifications .qualifications-item {
		margin-bottom: 1em;
		min-width: 20em;
	}

	.joinUs-section .qualifications-item .itemTop>img {
		width: 6em;
		height: 6em;
		/* transform: translateX(44%); */
	}

	.joinUs-section .qualifications-item .itemTop>p {
		font-size: 1.6rem;
	}

	.joinUs-section .qualifications-item .qualifications-text {
		font-size: 1.3rem;
	}

	.joinUs-section .right-container .rcontainer-vision {
		font-size: 1.6rem;
	}

	/*友情链接*/
	.outLink-Box {
		padding-bottom: 4em;
	}

	.outLink-Box .link .dropdown {
		margin-bottom: 1em;
	}

	.rightPageNav {
		right: -7px;
	}
}

@media screen and (max-width: 1367px) and (min-height: 800px) {
	.outLink.paddingTop2em {
		padding-top: 0
	}
	#outLink .outLink-Box {
		height: calc(100vh - 540px);
	}
  	.joinUs-section .joinUs-container {
		flex-wrap: nowrap;
	}
  	.joinUs-section .right-qualifications .qualifications-item {
    	min-width: 10em;
	}
}

@media (max-width: 320px) {
	.banner-container {
		background-size: contain;
	}

	.da-slider {
		height: 300px;
	}

	.da-slider {
		width: 100%;
		min-width: initial;
		position: relative;
		margin: 0 auto;
	}

	.grid .text-content {
		padding-left: 29%;
		padding-right: 2%;
	}

	nav#filter li {
		display: inline-block;
		margin: 0 0 23px 5px;
	};
}
