a{
	color: #428bca;
}
p {
    margin: 0 0 10px;
	font-weight: 300;
}
span{
	font-weight: 300;
}
/*--------------------------------------------------------------
/* news carousel
---------------------------------------------------------------*/
.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 600px !important;
    height: 400px;
}

.owl-nav, .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    background-color: #c2c2c2;
}

.owl-dot.active {
    background-color: #18d26e;
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    display: inline-block;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-prev:after, .owl-next:after {
    font-size: 36px;
    font-family: FontAwesome;
    line-height: 1;
}

.owl-prev.disabled, .owl-next.disabled {
    color: #c2c2c2;
}

.owl-prev {
    left: -40px;
}

.owl-prev:after {
    content: "\F104";
}

.owl-next {
    right: -40px;
}

.owl-next:after {
    content: "\F105";
}

.js-consult-slider .owl-item {
    opacity: .3;
}

.js-consult-slider .owl-item.active {
    opacity: 1;
}

.consult-slide {
    margin: 0 -30px;
    overflow: hidden;
}

.consult-slide .carousel__element {
    padding: 0 30px;
}

.consult-slide .owl-stage-outer {
    overflow: visible !important;
}
/*banner*/
*{
	padding: 0;
}
.headTitle{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.head-content{
	width: 100%;
	height: 100%;
}
.Content{
	display: flex;
	position: relative;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	text-align: center;
}
.Content h1{
	margin-bottom:20px;
	font-weight: 400;
	font-size: 90px;
}
.Content h2 {
    margin-top: 50px;
    font-size: 50px;
}

.Content h4{
	color: #fff;
	font-size: 35px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.Content a {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 32px;
	border-radius: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	margin-top: 10px;
	color: #fff;
	background: #18d26e;
}
.menu-content{
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 5px;

}
@media (max-width: 850px) {
	.Content h1{
		font-size: 60px;
	}
	.Content h4 {
	    font-size: 30px;
		line-height: 45px;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.Content h1{
		font-size: 50px;
	}
	.Content h4 {
	    font-size: 25px;
	}
}
@media (max-width: 450px) {
	.Content h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.Content h2 {
		    font-size: 30px;
	}
	.Content h4{
		font-size: 20px;
		line-height: 30px;
	}	
	
}
/*banner end*/
.joursmwidth {
    width: 80%;
    margin: auto;
	display: table;
	padding-top: 10px;
}
.joursmwidth img{
    max-width: 100%;
	height: auto;
}
.postLine{
	width: 100%;
	display: table;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
}
.insightBottomOne{
	width: 100%;
	display: inline-block;
	background-color: #f9f9f9;
}
.bgGrey{
	display: flex;
	width: 100%;
	padding: 15px 20px;
}
.postItem{
	margin-bottom: 10px;
	/* border-bottom: 1px solid #d3d3d3; */
}
.postItem p{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
.articleBottom{
	padding-bottom: 50px;
	display: table;
}
.pdfButton{
	margin: 10px 0;
	padding: 0;
}
.pdfButtonLeft{
	line-height: 120px;
	text-align: center;
	float: left;
	width: 30%;
	padding-right: 10px;
	margin: auto;
}
.pdfButtonLeft img{
	width: 70px;
}
.pdfButtonRight{
	height: 120px;
	text-align: center;
	display: flex;
	margin: auto;
}
.pdfButtonRightText{
	margin: auto;
}
.pdfDownload{
	background-color: #ed1c24;
	color: #fff;
	width: 200px;
	font-size: 18px;
	height: 45px;
	font-weight: 400;
	line-height: 45px;
	margin: auto;
	border-radius: 10px;
}
.pdfDownload a{
	color: #fff;
}
.References p{
	line-height: 28px;
}
#top{
	width: 100%;
	min-height: 440px;
	background: url("/assets/src/224/img/article/banner_announce.jpg") no-repeat top;
	background-size: cover;
	/*border: 1px solid red;*/
	margin-top: 75px;
}
#topContent{
	width: 100%;
	height: 100%;
}
.topHeadTitle{
	width: 100%;
	color: #FFFFFF;
	/*position: absolute;
	top: 20%;*/
	margin-top: 100px;
	text-align: center;
}
.topHeadTitle span{
	display: block;
	font-size: 3em;
}
#middle{
	width: 100%;
	height: 30px;
	/*border: 1px solid red;*/	
}
#middleContent{
	width: 100%;
	height: 100%;
}
#bottom{
	width: 100%;
	/*height: 500px;*/
	/*border: 1px solid red;*/	
}
#bottomContent{
	width: 70%;
	/*height: 100%;*/
	/*border: 1px solid blue;*/
}
#bottomMenu{
	width: 100%;
	padding-top: 10px;
	/*min-height: 50px;*/
	float: left;
	/*border: 1px solid yellow;*/
}
#bottomMenuContent{
	min-height: 50px;
	/*width: 200px;*/
	float: right;
	/*border: 1px solid black;*/
}
#back{
	float: left;
	margin-right: 10px;
}
#homeButton{
	float: left;	
}
#homeButton a{
	color: #fff;	
}
.shareLink{
	float: right;
}
.shareLink img{
	width: 30px;
}
.shareLink a{
	padding:0 10px;
}
.btn_select{
	width: 120px !important;
	margin: 0 5px;
	height: 50px !important;
	float: left;
}
.btn_select label{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}
.btn_input{
	margin-left: 5px;
	height: 50px !important;
	float: left;
	width: 160px !important;
}
.btn_input input{
	width: 120px !important;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.btn_input span{
	width: 40px;
	float: left;
	margin-top:5px ;
}
.recentContent{
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
}
.recentContent:before {
    content: "";
    height: 40px;
    border-left: 6px solid #5c98ca;
    margin-right: 10px;
}
#bottomBanner{
	width: 100%;
	padding: 30px 0;
	float: left;
}
#bottomMain{
	width: 100%;
	/*height: 450px;*/
	padding-bottom: 20px;	
	float: left;
	/*border: 1px solid yellow;*/
}
#content_news{
	width: 100%;
	float: left;
	padding: 10px 0;
	/*border: 1px solid red;*/
}
.newsDivOut{
	width: 25%;
	height: 420px;
	float: left;
	/*border: 1px solid blue;*/
}
.newsDivIn{
	width: 240px;
	height: 350px;
	margin: 0 auto;
	margin-top: 10px ;
	/*阴影效果*/
	/*ie*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#DDDDDD;, direction=120, strength=4);
	/*firefox*/
	-moz-box-shadow: 2px 2px 10px #DDDDDD;
	/*safari或chrome*/
	-webkit-box-shadow: 2px 2px 10px #DDDDDD;
	/*opera或ie9*/	
	box-shadow: 2px 2px 10px #DDDDDD;
	/*border: 1px solid yellow;*/
}
.newsDivOutTopLeft{
	-webkit-box-shadow: 2px 2px 10px #DDDDDD;
	box-shadow: 2px 2px 10px #DDDDDD;
	height: 420px;
}
#bottomBanner .owl-prev {
    border-radius: 50%;
    position: absolute;
    background: rgba(255,255,255,0.39);
    opacity: 1;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    left: 30px;
    color: #fff;
}
#bottomBanner .owl-next {
    border-radius: 50%;
    position: absolute;
    background: rgba(255,255,255,0.39);
    opacity: 1;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    right: 30px;
    color: #fff;
}
.owl-prev:after {
    content: "\F104";
}
.owl-next:after {
    content: "\F105";
}
.owl-prev:after, .owl-next:after {
    font-size: 36px;
    font-family: FontAwesome;
    line-height: 1;
}
.columnBLeft{
	height: 420px;
	padding-top: 10px;
}
.columnBLeftImg{
	height: 80%;
	padding: 10px 0;
	overflow: hidden;
	position: inherit;
}
.columnBLeftImg img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s ease-out; 
	transition: -webkit-transform .25s ease-out; 
	-o-transition: transform .25s ease-out;
}
.newsDivOutTopRight{
	height: 450px;
	overflow: auto;
}
.columnBBottom{
	background: #fff;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.columnBBottom .newsTitle,.columnBBottom .featuredTitle {
    height: 50px;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}
.columnBBottom .newsTitle a,.columnBBottom .featuredTitle a{
    margin: initial;
}
.columnBBottom .newsSummary{
	height: 0;
	margin-bottom: 0.2rem;
	overflow: hidden;
	-webkit-transition: height .25s ease-out,margin-bottom .25s ease-out;
	-o-transition: height .25s ease-out,margin-bottom .25s ease-out;
	transition: height .25s ease-out,margin-bottom .25s ease-out;
	-webkit-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
	padding: 0 10px;
}
.columnBLeft:hover .newsSummary{
	height: 54px;
}	
.columnBLeft:hover .columnBLeftImg img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.newsDivOutTop .newsDivIn{
	width: auto;
	display: flex;
	height: auto;
	box-shadow: none;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}
.newsDivOutTop .newsDivTop{
	width: auto;
	float: left;
}
.newsDivOutTop .newsDivBottom{
	float: left;
}
.newsDivOutTop .newsSummary{
	height: fit-content;
}
.newsDivOutTop .newsTitle,.newsDivOutTop .featuredTitle{
	height: auto;
	padding: 5px;
	width: 100%;
	padding-left: 10px;
}
.newsDivOutTop .newsTitle a,.newsDivOutTop .featuredTitle a{
    margin: initial;;
}
.newsDivBottom{
	width: 100%;
	height: 100%;
	/*border: 1px solid blue;*/	
}
.featuredTitle{
	width: 90%;
	height: 55px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	display: flex;
}
.featuredTitle h1{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.newsTitle{
	width: 90%;
	height: 55px;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	/*border: 1px solid red;*/
	font-weight: 300;
	display: flex;
	line-height: 18px;
	margin: 10px 10px 5px 10px;
}
.newsTitle h1{
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.newsTitle a,.featuredTitle a{
	color: #000000;
	text-decoration: none;
	margin: auto;
}
.newsSummary{
	width: 100%;
	height: 90px;
	color: #575454;
	font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	padding: 5px 10px;
}
.newsSummary h2{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin-right: 40px;
}
.noPadding{
    margin-right: 0 !important;
}
.allRowTitle{
    font-size: 14px !important;
}
.allRowSummary{
    font-size: 12px !important;
}
.newsOther{
	width: 100%;
	height: 15%;	
	font-size: 0.9em;
}
.news_date{
	width: 60%;
	height: 100%;
	padding-left: 10px;
	float: left;
}
.news_number{
	width: 40%;
	height: 100%;
	padding-right: 10px;
	float: left;
	text-align: right;
}
#moreNews{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 20px;
}
#btn_more{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
#btn_more span{
    font-weight: 400;
    font-size: 18px;
    color: #0071b8;
}
#btn_more button{
    border: none;
    background-color: transparent;
}
#btn_more span:hover{
    color: #88db99;
}
#logo {
    display: inherit;
}
.insightContent{
	padding: 0;
}
.articleLink{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
}
.linkPrevious{
	width: 50%;
	float: left;
}
.linkNext{
	width: 50%;
	float: right;
	text-align: right;
}
.underConstruction{
	text-align: center;
	display: block;
	padding: 100px 0;
}
.underConstruction img{
	width: auto;
}
.references li{
	padding-bottom: 5px;
}
/*响应式*/
@media (max-width: 1400px ) {
	#bottomContent {
    	width: 85%;
    }
}
@media (max-width: 1000px ) {
	#bottomContent {
    	width: 95%;
    }
}
@media (max-width: 900px ) {
	/*.topHeadTitle {
	    top: 10%;	
	}	*/
	#bottomContent {
    	width: 80%;
    }
    .newsDivOut {
    	width: 50%;
    }
}
@media (max-width: 800px ) {
	#bottomContent {
    	width: 70%;
    }
}
@media (max-width: 700px ) {
	#bottomContent {
    	width: 100%;
    }
}
@media (max-width: 600px ) {
	#bottomContent {
    	width: 95%;
    }
	.newsDivOutTopLeft,.columnBLeftImg{
		height: auto;
	}
	#bottomBanner .col-lg-7{
		padding-left: 15px !important;
		padding-bottom: 30px;
	}
	#bottomMain .recentContent{
		padding: 0 15px;
	}
	.newsDivOutTopRight {
	    height: auto;
	}
}
@media (max-width: 450px ) {
	/*.topHeadTitle {
	    top: 5%;	
	}		*/
	.joursmwidth{
		width: 90%;
	}
	#bottomContent {
    	padding-bottom: 50px;
    }
    .newsDivOut {
    	width: 100%;
    }
	.newsDivOutTopLeft,.columnBLeftImg{
		height: auto;
	}
	.columnBLeft {
	    height: 280px;
	}
	#bottomBanner .col-lg-7{
		padding-left: 15px !important;
		padding-bottom: 30px;
	}
	#bottomMain .recentContent{
		padding: 0 15px;
	}
	.newsDivOutTopRight {
	    height: auto;
	}
}
@media (max-width: 360px ) {
	#bottomContent {
    	width: 100%;
    }
    .newsDivOut {
    	width: 100%;
    }
	.newsDivOutTopLeft,.columnBLeftImg{
		height: auto;
	}
	.columnBLeft {
	    height: 280px;
	}
	#bottomBanner .col-lg-7{
		padding-left: 15px !important;
		padding-bottom: 30px;
	}
	#bottomMain .recentContent{
		padding: 0 15px;
	}
	.newsDivOutTopRight {
	    height: auto;
	}
}
/* content */
.articleContent p{
	line-height: 1.4em !important;
}

/* tag-part */
.tagBtn {
	align-items: center;
	appearance: none;
	background-color: #fff;
	border-radius: 24px;
	border-style: none;
	box-shadow: #ffffff 0 1px 1px -1px,#c2c2c2 0 2px 2px 0,#c2c2c2 0 1px 5px 0;
	box-sizing: border-box;
	color: #3c4043;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 8px;
	margin: 10px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform,opacity;
	z-index: 0;
}
.tagBtn:hover {
	background: #ffffff;
  	color: #174ea6;
	transform: scale(1.05) rotate(0deg);
}

#share-container a, #share-container button {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    background-color: #fff;
    float: left;
}
#share-container a, #share-container button {
    margin: 0 3px;
}
#share-container button{ background: url('/assets/src/224/img/column/icon/icon4.png') no-repeat center;}
#share-container button:hover{background: url('/assets/src/224/img/column/icon/icon4_1.png') no-repeat center;}
#facebook-share {background: url('/assets/src/224/img/column/icon/icon1.png') no-repeat center;}
#facebook-share:hover { background: url('/assets/src/224/img/column/icon/icon1_1.png') no-repeat center;}
#twitter-share{ background: url('/assets/src/224/img/column/icon/icon2.png') no-repeat center;}
#twitter-share:hover{   background: url('/assets/src/224/img/column/icon/icon2_1.png') no-repeat center;}
#linkedin-share{   background: url('/assets/src/224/img/column/icon/icon3.png') no-repeat center;}
#linkedin-share:hover{  background: url('/assets/src/224/img/column/icon/icon3_1.png') no-repeat center;}
#wechat-share { background: url('/assets/src/224/img/column/icon/icon6.png') no-repeat center;}
#wechat-share:hover {background: url('/assets/src/224/img/column/icon/icon6_1.png') no-repeat center;}
#weibo-share{ background: url('/assets/src/224/img/column/icon/icon5.png') no-repeat center;}
#weibo-share:hover{ background: url('/assets/src/224/img/column/icon/icon5_1.png') no-repeat center;}
#qq-share{ background: url('/assets/src/224/img/column/icon/icon7.png') no-repeat center;}
#qq-share:hover{background: url('/assets/src/224/img/column/icon/icon7_1.png') no-repeat center;}

#linkedin-share,#twitter-share,#wechat-share,#weibo-share,#qq-share{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    transition: background 0.3s ease-in-out;
}
#facebook-share{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    transition: background 0.3s ease-in-out;
}
#share-container button{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    background-size: contain;
    transition: background 0.3s ease-in-out;
}
#facebook-share:hover,#linkedin-share:hover,#twitter-share:hover,#wechat-share:hover,#weibo-share:hover,#qq-share:hover,#share-container button:hover {
    background-size: contain;
}
.qrcode-img{
    padding-top: 5px;
}
#qrcode-container,#weibo-container,#facebook-container,#twitter-container,#qq-container,#link-container,#linkedin-container{
    display: none;
    z-index: 9999;
    float: inline-end;
    margin-top: 35px;
    margin-left: -110px;
    position: relative;
    border-radius: 7px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(75, 75, 75, 0.25);
    float: left;
    height: max-content;
    width: max-content;
    padding: 10px;
}
#weibo-container,#facebook-container{
    margin-left: -135px !important;
}
#qq-container,#linkedin-container{
    margin-left: -70px !important;
}
#link-container{
    margin-left: -40px !important;
}