body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
	margin: 0;
	padding: 0;
}
body {
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif, 'PingFang SC','Helvetica Neue', 'Helvetica', 'STHeitiSC-Light';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.428571429;
}
.fl {float: left!important;}
.fr {float: right!important;}
.fn {float: none!important;}
.mt0 {margin-top: 0!important;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt24 {margin-top: 24px;}
.mt30 {margin-top: 30px;}
.mt60 {margin-top: 60px;}
.mb0 {margin-bottom: 0px!important;}
.mb10 {margin-bottom: 10px;}
.pb0 {padding-bottom: 0px!important;}
.bg_05b{background-color: #f0f5fb;}
.bg_lightblue {background-color: #eff6ff;}
.relative {position: relative;}
.flex {display: flex;}
.inline-block {display: inline-block;}
.align_items {align-items: center;}
.between {justify-content: space-between;}
.align_self {align-self: center;}
.blue {color: #134795;}
.red {color: #d41e1e!important;}
.orange {color: #fc9c19;}
.divider {width: 100%;height: 1px;background-color: #e5e5e5;}


*{
	scrollbar-width: thin;
}

body::-webkit-scrollbar {
/*滚动条整体样式*/
	width: 8px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}
body::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 8px;
	background-color: #ccc;
}
body::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
body::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border-radius: 8px;
}

input::placeholder{
	color: #999;
}

@media (min-width: 1540px){
	.container {
		width: 1370px;
	}
}

.normal_btn {
	display: inline-block;
	font-weight: bold;
	border-top-left-radius: 16px;
	min-width: 100px;
}

.circle_area li {
	margin-right: 10px;
}
.circle_area li:last-child {
	margin-right: 0px;
}
.circle_area li.active {
	margin-right: 10px;
}
.carousel.slide, .comm_banner{
	margin-top: 60px;
}
.carousel.slide .item{
	padding-top: 105px;
	padding-bottom: 105px;
}
.carousel-inner .item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel.slide .item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_txt {
	position: relative;
	padding: 0;
	text-align: left;
	left: 15%;
	right: 0;
	bottom: 0;
	max-width: 450px;
}
.banner_txt h3 {
	font-size: 4.4rem;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: .5em;
}
.banner_txt p {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	max-width: 450px;
	height: 87px;
}
.turn_page{
	text-align: left;
}
.turn_page:hover, .turn_page:focus {
	opacity: 1;
}
.turn_page img {
	position: absolute;
	top: 45%;
	left: calc(50% - 20px);
	width: 40px;
}
.plate_div {
	padding: 40px 0;
}
.flex_rowcolumn{
	display: flex;
	flex-direction: row;
}
.flex_left {
	flex: 14%;
	margin-right: 5%;
}
.flex_right {
	flex: 81%;
}
.one_tit {position: relative;}
.one_tit h1 {
	font-size: 3.2rem;
	color: #000;
	margin-bottom: .4em;
	line-height: 120%;
	font-weight: 600;
	margin-top: 0;
}
.one_tit span {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #000;
	margin-bottom: 30px;
}
.benefits_list a {
	display: flex;
	align-items: center;
	text-align: center;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1);
	border-top-left-radius: 20px;
	border: 2px solid #fff;
	text-decoration: none;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	transition: all 0.3s ease-in-out;
	position: relative;
}
.benefits_list a>div {
	width: 100%;
	padding: 0 30px;
}
.benefits_list a:hover {
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .2);
	transform: translateY(-8px);
	text-decoration: none;
}
/* .benefits_list a:hover::before{
	content: '';
	position: absolute;
	border-top-left-radius: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #134795;
} */
.benefits_list a img {
	width: 50px;
	height: 50px;
	margin-bottom: 1.4em;
	transition: all 0.3s ease-in-out;
}
.benefits_list a:hover img{
	transform: scale(1.1) rotate(15deg); /* 悬停时图标微动 */
}
.four_tit {
	font-size: 2.4rem;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.five_tit {
	font-size: 1.8rem;
	line-height: 140%;
	font-weight: 600;
	color: #333541;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.benefits_list a:hover .five_tit{
	color: #134795;
}
.workprinciple {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-top-left-radius: 40px;
	padding: 30px;
}
.HIW_img{
	width: 100%;
	padding: 10px 0;
}
.new_div a{
	display: block;
	border-top-left-radius: 40px;
	text-decoration: none;
}
.new_div a:hover{
	text-decoration: none;
}
.new_div img {
	width: 100%;
	border-top-left-radius: 20px;
	margin-bottom: 14px;
}
.new_div a:hover .five_tit{
	text-decoration: underline;
	color: #134795;
}
.new_div .workprinciple .five_tit{
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.jump_btn {
	display: inline-block;
	color: #134795;
	font-size: 1.6rem;
	line-height: 140%;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.jump_btn:hover {
	text-decoration: underline!important;
}
.jump_btn::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../img/youjiantou.svg);
	background-size: cover;
	background-position: center center;
	margin-left: 6px;
}
.detail_btn{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.member_list{
	display: flex;
	flex-wrap: wrap;
}
.member_list p {
	width: 32%;
	color: #333541;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 1.52em;
	white-space: nowrap;
	margin-right: 2%;
	padding-left: 20px;
	position: relative;
}
.member_list p:nth-child(3n){
	margin-right: 0%;
}
.member_list p::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333541;
	position: absolute;
	left: 0;
	top: 9px;
}
.bg_img{
	background-image: url(../img/comment_bg1.png);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}
.enter_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.comm_left{
	padding-right: 45px;
}
.comm_left>div {
	background-color: #fff;
	border-top-left-radius: 40px;
	padding: 30px;
}
.comm_left>div:first-child {
	margin-bottom: 20px;
}
.fa_box{
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 16px;
}
.fa_line{
	position: absolute;
	height: 78%;
	width: 2px;
	background: #e6ebf3;
	left: 52px;
	top: 44px;
}
.fa_box dl{
	max-height: 374px;
	overflow: hidden;
	position: relative;
}
.fa_box dl dd{
	max-height: 310px;
	overflow: hidden;
	position: relative;
	height: 47px;
	padding: 8px 0 8px 106px;
	box-sizing: content-box;
}
.fa_left{
	padding: 4px 0;
	position: absolute;
	background: #fff;
	top: 10px;
	left: 0;
}
.fa_left span{
	display: inline-block;
	background-color: #e6ebf3;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	color: #70748f;
	width: 106px;
	line-height: 26px;
	text-align: center;
	font-size: 1.4rem;
}
.fa_right{
	position: absolute;
	top: 10px;
	left: 140px;
}
.fa_right h4{
	font-size: 1.6rem;
	line-height: 140%;
	color: #333541;
	font-weight: 600;
	margin-bottom: 4px;
}
.fa_right span{
	font-size: 1.4rem;
	line-height: 16px;
	color: #333541;
}
.ranking_list{
	width: 100%;
	margin-top: 4px;
}
.ranking_list td{
	padding-top: 20px;
}
.ranking_list div{
	width: 20px;
	height: 20px;
	background-color: #ccc;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	margin-right: 5px;
}
.number1{ background-color: #d41e1e!important;}
.number2{ background-color: #eb541d!important;}
.number3{ background-color: #fc9c19!important;}
.ranking_list h4{
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 600;
	color: #333541;
	padding: 0 5px;
}
.ranking_list p{
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 400;
	color: #333541;
	text-align: right;
	padding-left: 5px;
}
.comm_right {
	position: relative;
}
.comm_rig_content {
	position: relative;
	z-index: 1;
}
.three_tit {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 120%;
	color: #000;
}
.testimonials_list div {
	width: 80%;
	padding: 30px;
	background-color: #fff;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	float: left;
	margin-top: 20px;
}
.testimonials_list div:nth-of-type(even) {
	float: right;
}
.testimonials_list h6 {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 600;
	color: #000;
	margin-bottom: 14px;
}
.testimonials_list h6::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: text-bottom;
	background: url(../img/avatar.svg);
	background-size: cover;
	background-position: center center;
	margin-right: 10px;
}
.testimonials_list p {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 400;
	color: #333541;
	margin-bottom: 10px;
}
.testimonials_list div p:last-child {
	margin-bottom: 0;
}
.accordion_item {
	position: relative;
	margin-bottom: 20px;
}
.accordion_header {
	position: relative;
	padding: 12px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	transition: all 0.3s ease-in-out;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);
	border: 1px solid #fff;
	z-index: 2;
}
.accordion_header:hover {
	background-image: linear-gradient(0deg, #fff, #fff);
	border: 1px solid #134795;
	box-shadow: none;
	/* box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .2),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5); */
}
.accordion_title {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 600;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.accordion_header:hover .accordion_title {
	color: #134795;
}
.accordion_icon {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
	filter: brightness(0%);
	width: 22px;
	object-fit: contain;
}
.accordion_item.active .accordion_title {
	color: #134795;
}
.accordion_item.active .accordion_icon {
	transform: rotate(0deg);
	filter: brightness(100%);
}
.accordion_content {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: #fff;
	box-shadow: 8px 8px 20px rgba(19, 71, 149, 0.1);
	z-index: 1;
}
.accordion_item.active .accordion_content {
	max-height: 1000px;
}
.content_inner {
	padding: 16px 30px;
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 400;
	color: #333541;
}
.content_inner p {
	margin-bottom: 10px;
}
.content_inner p:last-child {
	margin-bottom: 0px;
}
.content_inner li p {
	margin-bottom: 10px!important;
}
.content_inner li:last-child p:last-child {
	margin-bottom: 0px!important;
}



.topup{
	display: none;
	width: 48px;
	height: 48px;
	/* background-color: #134795; */
	position: fixed;
	right: 20px;
	bottom: 100px;
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	text-align: center;
	cursor: pointer;
	box-shadow: 4px 4px 16px 0 rgba(19, 71, 149, .1);
	border: 1px solid #fff;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	z-index: 9999;
	transition: all 0.3s ease-in-out;
}
.topup:hover{
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .2);
}
.topup img{
	width: 22px;
	height: 22px;
	display: block;
	margin: 0 auto;
	margin-top: 13px;
}




/* 常规二级页 */
.all_content{
	margin-top: 60px;
	padding-bottom: 40px;
}
.crumbs{
	padding-top: 20px;
	padding-bottom: 30px;
}
.crumbs li{
	display: inline-block;
	margin-right: 10px;
}
.crumbs li a{
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	cursor: pointer;
}
.crumbs li:last-child a{
	color: #134795;
}


.left_box {
	position: relative;
	float: left;
	width: 24%;
	/* margin-right: 5%; */
}
.logo_bg{
	position: absolute;
	top: 350px;
	width: 500px;
	z-index: -1;
	opacity: 0.08;
}
.navigation {
    display: block;
    position: sticky;
    top: 80px;
}
.left_block{
	width: 100%;
	padding: 24px 20px 30px 24px;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1);
	border-top-left-radius: 20px;
	border: 2px solid #fff;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), #f3f5f8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.six_tit{
	font-size: 1.4em;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
.left_block>p{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 20px;
	color: #333541;
}
.foldable_list{
	max-height: 540px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 4px;
}
::-webkit-scrollbar {
/*滚动条整体样式*/
	width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 5px;
	background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	box-shadow: none;
	background: transparent;
	border-radius: 5px;
}
.foldable_list, .foldable_list ul{
	list-style: none;
}
.foldable_list li div{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.foldable_list img{
	object-fit: contain;
	width: 18px;
	height: 18px;
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
	filter: brightness(0%);
}
.foldable_list ul{
	margin-left: 14px;
}
.foldable_list>li{
	color: #000;
	line-height: 140%;
	margin-bottom: 20px;
}
.foldable_list>li:last-child{
	margin-bottom: 0;
}
.foldable_list>li>div{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 14px;
}
.foldable_list>li>div a{
	color: #333541;
}
.foldable_list ul li a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333541;
}
.foldable_list ul ul a{
	font-weight: 400;
}
.foldable_list a:hover{
	color: #134795;
}
.foldable_list a:focus{
	text-decoration: none;
}
.foldable_list .open>div a{
	color: #134795;
}
.foldable_list .open img{
	transform: rotate(0deg);
	filter: brightness(100%);
}
.foldable_list .active{
	color: #134795;
	text-decoration: underline;
}
.foldable_list>li>ul{
	display: none;
}
.foldable_list .open ul{
	display: block;
}
.right_box{
	position: relative;
	float: right;
	width: 71%;
	z-index: 1;
}
.right_content{
	position: relative;
}
.right_content h2{
	font-size: 1.75em;
	font-weight: 600;
	line-height: 120%;
	color: #333541;
	margin-top: 30px;
}
.right_content h3{
	font-size: 1.4em;
	font-weight: 600;
	line-height: 120%;
	color: #333541;
	margin-top: 1.2em;
}
.right_content h4{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 120%;
	color: #333541;
	margin-top: 1.2em;
}
.right_content h5{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 120%;
	color: #333541;
	margin-top: 1.2em;
}
.right_content p{
	margin-top: 1.2em;
	font-size: 1.6rem;
	line-height: 140%;
	color: #333541;
}
.right_content p span{
	font-family: inherit!important;
}
.right_content p a{
	color: #134795;
	text-decoration: underline;
}
.right_content p a:hover{
	text-decoration: none;
}
.right_content img{
	max-width: 100%;
	height: auto !important;
	object-fit: contain;
	max-height: 500px;
}
.right_content ul{
	padding-left: 18px;
}
.right_content .right_table{
	width: 100%;
	overflow-x: auto;
	padding-bottom: 4px;
	margin-top: 1.2em;
}
.right_table::-webkit-scrollbar {
/*滚动条整体样式*/
	height: 5px;
}
.right_table::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 5px;
	background-color: #ccc;
}
.right_table::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.right_table::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border-radius: 5px;
}


/* 新闻列表页 */
.news_list{
	margin-bottom: 10px;
}
.news_box{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 420px;
	margin-bottom: 30px;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1);
	border: 2px solid #fff;
	border-top-left-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.news_box img{
	width: 100%;
	margin-bottom: 14px;
	border-top-left-radius: 20px;
	border-bottom: 2px solid #e5e5e5;
}
.news_content{
	padding: 0 18px;
}
.news_box h5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	transition: all 0.2s ease-in-out;
}
.news_bottom{
	position: absolute;
	bottom: 24px;
}
.date{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 140%;
	color: #70748f;
	width: 106px;
	margin-right: 20px;
}
.view{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 140%;
	color: #70748f;
}
.view::before {
    content: url(../img/yanjingdakai.svg);
    width: 16px;
	height: 16px;
	margin-top: -5px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.news_box:hover{
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .2);
}
.news_box:hover h5{
	color: #134795;
	text-decoration: underline;
}
.paging {
	text-align: center;
	line-height: 1;
}
.flip{
	float: left;
	font-size: 0;
}
.flip li.prev{
	width: auto;
}
.flip li.prev a, .flip li.next a{
	padding-left: 10px;
	padding-right: 10px;
}
.flip li img{
	width: 18px;
	margin-top: -2px;
}
.flip li.prev a img{
	transform:rotateZ(180deg);
	filter: brightness(0%);
}
.flip li.disabled a{
	color: #ccc;
	cursor: not-allowed;
}
.flip li.disabled a:hover{
	box-shadow: inset 4px 4px 8px rgba(19, 71, 149, .1), inset -4px -4px 8px #fff;
	color: #ccc;
	border: 1px solid #fbfcfd;
}
.flip li.disabled a:hover img{
	filter: brightness(0%);
}
.flip li.disabled a img{
	opacity: .2;
}
.flip li{
	width: 40px;
	height: 40px;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	margin-right: 12px;
	display: inline-block;
}
.flip li.disabled{
	cursor: not-allowed;
}
.flip li.next{
	width: auto;
	margin-right: 0px;
}
.flip li a{
	display: block;
	font-size: 1.6rem;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-top-left-radius: 8px;
	color: #333541;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	box-shadow: 4px 4px 16px 0 rgba(19, 71, 149, .1);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.flip li.active a{
	background-image: linear-gradient(0deg, #134795, #134795);
	color: #fff!important;
	border: 1px solid #134795;
	box-shadow: none!important;
	text-decoration: none;
	cursor: default;
}
.flip li a:hover, .jump button:hover{
	box-shadow: inset 4px 4px 8px rgba(19, 71, 149, .1), inset -4px -4px 8px #fff;
	text-decoration: none;
	border: 1px solid #fbfcfd;
}
.flip li.next a img{
	filter: brightness(0%);
}
.jump{
	float: right;
	display: flex;
	align-items: center;
	height: 40px;
	margin-left: 50px;
	font-size: 1.6rem;
	line-height: 40px;
}
.jump input{
	width: 60px;
	height: 40px;
	text-align: center;
	margin: 0 12px;
	border: 1px solid #fff;
	border-top-left-radius: 8px;
	color: #333541;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	box-shadow: 4px 4px 16px 0 rgba(19, 71, 149, .1);
	outline: 0;
}
.jump button{
	height: 40px;
	padding: 0px 10px;
	border: 1px solid #fff;
	border-top-left-radius: 8px;
	color: #333541;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	box-shadow: 4px 4px 16px 0 rgba(19, 71, 149, .1);
	cursor: pointer;
}


/* 新闻详情页 */
.left_new_list a{
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.left_new_list a:first-child{
	padding-top: 0;
}
.left_new_list a:hover{
	text-decoration: none;
}
.left_new_list a h6{
	width: 73%;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 14px;
	color: #333541;
}
.left_new_list a:hover h6{
	color: #134795;
	text-decoration: underline;
}
.left_new_list a img{
	width: 25%;
	margin-left: 2%;
	object-fit: contain;
	align-self: flex-start;
}
.new_top{
	margin-bottom: 30px;
}
.new_tit{
	font-size: 3.6rem;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 30px;
	color: #333541;
}
.new_icon{
	float: right;
}
.new_icon a{
	display: inline-block;
	margin-left: 20px;
}
.new_icon a:first-child{
	margin-left: 0;
}

.right_content .content_inner p{
	margin-top: 0;
}


/* Contact Us */
.optionscard_top>div{
	position: relative;
	display: flex;
	align-items: center;
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1);
	margin-top: 30px;
	float: left;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.optionscard_top>div:first-child{
	margin-right: 30px;
}
.optionscard_top>div div{
	width: 100%;
	text-align: center;
}
.optionscard_top>div img{
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
}
.optionscard_top>div p{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	margin-top: 0;
}
.selected_sub{
	display: none;
	position: absolute;
	width: 26px!important;
	height: 26px!important;
	top: 0;
	right: 0;
	margin-bottom: 0;
}
.optionscard_top .selectDiv, .optionscard_top>div:hover{
	border: 1px solid #134795;
	background-image: linear-gradient(0deg, #fff, #fff);
	box-shadow: none;
}
.optionscard_top .selectDiv p, .optionscard_top>div:hover p{
	color: #134795;
}
.optionscard_top .selectDiv .selected_sub{
	display: block;
}
.optionscard_bottom>div{
	display: none;
	margin-top: 30px;
}
.optionscard_bottom .showDiv{
	display: block;
}
.form_area{
	width: 60%;
	border-top-left-radius: 40px;
	-webkit-border-top-left-radius: 40px;
	box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.6), #fff);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 30px 40px 40px;
	margin-top: 24px;
}
.form_area p{
	margin-top: 0;
}
.form_line{
	margin-top: 16px;
}
.row_20{
	margin-left: -10px;
	margin-right: -10px;
}
.row_md_2{
	width: 50%;
	padding: 0 10px;
	float: left;
}
.row_md_3{
	width: 33.333333333%;
	padding: 0 10px;
	float: left;
}
.form_line label{
	font-size: 1.4rem;
	color: #70748f;
	font-weight: 400;
}
.form_line input{
	width: 100%;
	border: 0;
	background-color: #f0f5fb;
	height: 36px;
	outline: 0;
	padding: 0 10px;
	font-size: 1.6rem;
	line-height: 140%;
	color: #333541;
}
.form_textarea{
	display: block;
	width: 100%;
	background-color: #f0f5fb;
	height: 200px;
	padding: 10px;
}
.form_line textarea{
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	font-size: 1.6rem;
	line-height: 140%;
	background-color: #f0f5fb;
	color: #333541;
	resize: none;
}
.terms{
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.terms input[type="checkbox"] + i{
	flex: 16px;
	height: 16px;
	border: 1px solid #134795;
	border-radius: 2px;
	margin-right: 14px;
	background-color: #fff;
	cursor: pointer;
}
.terms input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	position: absolute;
	opacity: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}
.terms input[type="checkbox"]:checked + i {
	background-color: #134795;
    background-image: url(../img/queding2.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.terms p{
	flex: calc(100% - 30px);
	font-size: 1.4rem;
	color: #333541;
}
.CAPTCHA{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.CAPTCHA input{
	width: 150px;
	height: 46px;
	border: 0;
	background-color: #f0f5fb;
	text-align: center;
	outline: 0;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #333541;
}
.CAPTCHA img{
	height: 46px!important;
	margin-right: 30px;
}
.CAPTCHA p{
	font-size: 1.4rem;
	color: #333541;
}
.CAPTCHA button{
	height: 36px;
}
.logo_bg2, .logo_bg3{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 500px;
	z-index: -1;
	opacity: 0.08;
}
.logo_bg3{
	bottom: 560px;
}


/* 提交成功页 */
.success{
	text-align: center;
	width: 600px;
	margin: 0px auto;
	/* padding: 100px 0; */
}
.success img{
	width: 110px;
	height: 110px;
}
.success .normal_btn{
	width: 100px;
	margin-top: 30px;
	cursor: pointer;
}

/* Community页 */
.comm_banner{
	width: 100%;
	background:url(../img/comm_banner01.jpg) no-repeat top center;
}
.comm_banner_txt{
	position: relative;
	display: flex;
	align-items: center;
	height: 378px;
}
.comm_banner_txt h3{
	font-size: 4.4rem;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	width: 450px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.search_area{
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 99;
	padding-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.small_seach{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.search_box{
	width: calc(100% - 115px);
}
.search_input, .search_dropdown span{
	width: 100%;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 1.6rem;
	color: #333541;
	outline: 0;
}
.search_input:focus{
	border: 1px solid #134795;
}
.search_multi .select2-container{
	width: 100%!important;
}
.search_multi .select2-container-multi .select2-choices{
	border-radius: 2px;
	min-height: 38px;
	padding-right: 26px;
	height: 38px!important;
	overflow: hidden;
}
.search_multi .select2-container-multi.select2.select2-dropdown-open.select2-container-active .select2-choices{
	height: auto!important;
}
.search_multi .select2-container-multi .select2-choices::after{
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
	content: "";
	background: url(../img/zhankai.svg) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 10;
	filter: brightness(0%);
}
.search_multi .select2-container-multi .select2-choices:focus{
	outline: 0;
	border: 1px solid #134795;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices{
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none;
    border: 1px solid #134795;
    outline: none;
}
.search_multi .select2-container-multi .select2-choices .select2-search-choice{
	border: none;
	background-color: #f0f2f5;
	border-radius: 2px;
	color: #70748F;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	padding: 2px 20px 2px 6px;
	font-size: 1.3rem;
	width: 70px;
}
.search_multi .select2-container-multi .select2-choices li:nth-child(n+4){
	display: none;
}
.search_multi .select2-container-multi.select2.select2-dropdown-open .select2-choices li{
	display: block;
}
.search_multi .select2-container-multi .select2-choices .select2-search-choice div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_multi .select2-search-choice-close{
	width: 12px;
	height: 12px;
	right: 6px;
	top: 7px;
	left: auto;
	background-image: url(../img/guanbi.svg)!important;
	background-size: 12px 12px!important;
	background-position: center center;
	background-repeat: no-repeat;
}
.search_multi .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{
	background-position: center center;
}
.search_multi .select2-container-multi .select2-choices .select2-search-field input{
	height: 22px;
	margin: 7px 0 7px 10px;
	padding: 6px 0px;
	font-size: 1.6rem;
}
.select2-drop{
	color: #333541;
	border: none;
	-webkit-box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	-moz-box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	-o-box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	margin-top: 10px;
	border-radius: 2px;
	z-index: 1020;
}
.select2-results {
	max-height: 340px;
	padding: 4px 0px;
	margin: 0;
}
.select2-results .select2-disabled{
	display: block;
	color: #134795;
	text-decoration: underline;
	/* background-color: #f0f2f5; */
}
.select2-results .select2-disabled:hover{
	/* background-color: #f0f2f5; */
}
.select2-results .select2-result-label{
	padding: 7px 20px;
	font-size: 14px;
	line-height: 1.4;
}
.select2-results .select2-highlighted{
	color: #134795;
	background-color: #eff6ff;
}
.search_dropdown span{
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 0 26px 0 10px;
	color: #333541;
	line-height: 36px;
	user-select: none;
	z-index: 1;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_dropdown span::after{
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
	content: "";
	background: url(../img/zhankai.svg) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 10;
	filter: brightness(0%);
}
.search_dropdown.is-open span{
	border: 1px solid #134795;
}
.initial_color{
	color: #999!important;
}
.search_dropdown ul{
	display: none;
	position: absolute;
	overflow: hidden;
	width: calc(100% - 30px);
	background: #fff;
	border-radius: 2px;
	max-height: 340px;
	overflow-y: auto;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 10px 15px 0 15px;
	padding: 4px 0px;
	box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	z-index: 1060;
}
.search_dropdown.is-open ul{
	display: block;
}
.search_dropdown ul li{
	padding: 7px 20px;
	display: block;
	color: #333541;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
}
.search_dropdown ul li:hover{
	color: #134795;
	background-color: #eff6ff;
}
.search_area button, .small_seach button{
	margin-left: 30px;
	height: 38px;
}
.top_search_margin{
	margin-top: 78px;
}
.long_comm{
	margin-bottom: 0!important;
	box-shadow: 0px 2px 14px rgba(19, 71, 149, 0.1);
}
.long_comm .fa_line{
	height: 95%;
}
.long_comm .fa_box dl{
	max-height: 1770px;
}
.guanyu{
	position: relative;
	z-index: 99;
}
.guanyu a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.guanyu div{
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	padding: 14px;
	background-color: #f0f5fb;
	box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	border-top-left-radius: 8px;
	font-size: 1.4rem;
	line-height: 1.4;
	min-width: 200px;
}
.ranking_top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.comm_right>div:first-child .ranking_top{
	margin-top: 0px;
}
.calling_card{
	display: block;
	box-shadow: 8px 8px 20px 0 rgba(19, 71, 149, .1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 hsla(0,0%,100%,.5);
	border-top-left-radius: 20px;
	border: 2px solid #fff;
	padding: 30px 20px;
	margin-top: 20px;
	text-decoration: none;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	transition: all 0.3s ease-in-out;
	position: relative;
}
.calling_card:hover{
	text-decoration: none;
	box-shadow: none;
	background-image: linear-gradient(0deg, #fff, #fff);
}
.calling_card:hover::before{
	content: '';
	position: absolute;
	border-top-left-radius: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #134795;
}
.calling_card p{
	font-size: 1.4rem;
	color: #000;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calling_card p>span{
	color: #333541;
}
.calling_card_top{
	display: flex;
	align-items: center;
	padding: 0 10px 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 14px;
}
.calling_card_top img{
	width: 44px;
	height: 44px;
	margin-right: 14px;
}
.calling_card_top div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calling_card_top h6{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calling_card_top p{
	font-size: 1.6rem;
	line-height: 140%;
}
.H_line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.keywords{
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-wrap:break-word;
	white-space: normal!important;
}
.level_icon{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
}
.ranking_top div .three_tit{
	margin-right: 40px;
}
.ranking_top .guanyu a{
	top: 5px;
}
.ranking_top .guanyu div{
	min-width: 300px;
}
.banner2{
	border-top-left-radius: 40px;
	-webkit-border-top-left-radius: 40px;
	background-image: url(../img/comm_banner02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 100px;
}
.banner2 p{
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	max-width: 540px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
}


/* 全部审稿人页 */
.filter .foldable_list{
	overflow: visible;
	max-height: initial;
}
.filter ul{
	margin-left: 0;
}
.filter .foldable_list ul{
	max-height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
}
.check_wrap {
    position: relative;
    text-align: left;
	margin-bottom: 14px;
}
.filter .foldable_list ul li:last-child .check_wrap{
	margin-bottom: 0;
}
.icheck {
    opacity: 0;
    position: absolute;
    float: left;
}
.ilabel {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    color: #333541;
    display: flex;
    align-items: center;
}
.ilabel::before {
    content: "";
    border: 1px solid #ccc;
    display: inline-table;
    font-weight: normal;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.ilabel:hover {
    text-decoration: underline;
    color: #134795;
}
.ilabel:hover::before{
	background-color: #fff;
	border: 1px solid #134795;
}
.icheck:checked + .ilabel {
    color: #134795;
}
.icheck:checked + .ilabel::before {
    content: "";
    border-color: #134795;
    background-color: #134795;
    background-image: url(../img/queding2.svg);
	background-size: 12px;
	background-position: center;
}
.filter_btn{
	display: none!important;
	margin-bottom: 30px!important;
}
.filter .foldable_list .open .filter_btn{
	display: block!important;
}
.filter .foldable_list>li:last-child .filter_btn{
	margin-bottom: 0!important;
}
.filter .divider{
	display: none;
}
.filter .foldable_list .open .divider{
	display: block!important;
}
.apply_btn{
	border: 1px solid #134795;
	padding: 0;
	background-color: #134795;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	width: 64px;
	height: 26px;
	border-top-left-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.apply_btn:hover{
	border: 1px solid #fc9c19;
	background-color: #fc9c19;
}
.clear_btn{
	border: 1px solid #134795;
	padding: 0;
	margin-top: 14px;
	margin-left: 10px;
	background-color: #fff;
	color: #134795;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	width: 64px;
	height: 26px;
	border-top-left-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.clear_btn:hover{
	border: 1px solid #fc9c19;
	color: #fc9c19;
}
.fixedontop{
	display: block;
	position: sticky;
	top: 50px;
	background-color: #fff;
	z-index: 999;
	margin-right: -2%;
	margin-left: -2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.results_line{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.results{
	font-size: 1.4rem;
	line-height: 34px;
	color: #333541;
}
.sortby{
	position: relative;
	width: 200px;
}
.sortby .search_dropdown ul{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.reviewers_list{
	margin-bottom: 40px;
}
.mtmin20max30{
	margin-top: 30px;
}

/* 个人信息展示页 */
.public_profile{
	background-color: #fff;
	border-top-left-radius: 40px;
	padding: 40px;
	box-shadow: 0px 2px 14px 0 rgba(19, 71, 149, .1);
	margin-bottom: 40px;
	margin-top: 4px;
}
.public_profile_top{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.public_profile_top_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-right: 40px;
	border-right: 1px solid #e5e5e5;
	width: 35%;
}
.public_profile_top_left img{
	width: 76px;
	height: 76px;
	margin-bottom: 20px;
}
.public_profile_top_left p{
	margin-top: 14px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #000;
}
.public_profile_top_right{
	width: 65%;
	padding-left: 40px;
}
.public_profile_top_right p{
	float: left;
	font-size: 1.6rem;
	line-height: 140%;
	color: #000;
	margin-bottom: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.public_profile_top_right p:last-child,
.public_profile_top_right p:nth-last-child(2){
	margin-bottom: 0px;
}
.public_profile_top_right p:nth-child(odd){
	width: 40%;
}
.public_profile_top_right p:nth-child(even){
	width: 60%;
}
.public_profile_top_right p span{
	color: #333541;
}
.public_profile_bottom{
	padding-top: 30px;
}
.public_profile_bottom div:first-child{
	margin-bottom: 24px;
}
.public_profile_bottom div p{
	font-size: 1.6rem;
	line-height: 140%;
	color: #333541;
	margin-bottom: 14px;
}
.public_profile_bottom div p:last-child{
	margin-bottom: 0;
}
.public_profile_bottom div b{
	font-size: 1.6rem;
	line-height: 140%;
	color: #000;
	font-weight: 600;
}


@media screen and (max-width: 767px) {
	.carousel.slide, .comm_banner {
	    margin-top: 50px;
	}
	.carousel.slide .item {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.turn_page img{
		width: 20px;
	}
	.banner_txt h3, .comm_banner_txt h3{
		font-size: 2.8rem;
	}
	.comm_banner_txt h3{
		width: 90%;
	}
	.comm_banner_txt{
		height: 213px;
	}
	.banner_txt {
	    width: calc(100% - 30%);
	}
	.banner_txt p{
		font-size: 1.6rem;
		height: 66px;
	}
	.plate_div {
	    padding: 24px 0;
	}
	.normal_btn{
		margin-bottom: 10px;
	}
	.flex_left{
		flex: 1;
		margin-right: 0%;
	}
	.flex_right {
	    flex: 1;
	}
	.one_tit h1{
		font-size: 2.4rem;
	}
	.one_tit span{
		margin-bottom: 10px;
	}
	.four_tit{
		font-size: 2.0rem;
	}
	.nav_rig_btn li a.normal_btn, .normal_btn{
		font-size: 1.4rem;
		padding: 0px 14px;
		line-height: 32px;
	}
	.nav_rig_btn li a.login_btn{
		font-size: 1.4rem;
		line-height: 30px;
	}
	.five_tit{
		font-size: 1.6rem;
	}
	.flex_rowcolumn{
		flex-direction: column;
	}
	.benefits_list{
		padding: 0 10px;
	}
	.benefits_list>div{
		padding: 0 5px;
	}
	.benefits_list a{
		margin-bottom: 10px;
	}
	.benefits_list div:last-child a{
		margin-bottom: 0;
	}
	.benefits_list a>div{
		padding: 0 4px;
	}
	.benefits_list a img{
		width: 32px;
		height: 32px;
		margin-bottom: 0.6em;
	}
	.workprinciple{
		padding: 14px;
		border-top-left-radius: 20px;
	}
	.new_div img{
		margin-bottom: 10px;
	}
	.new_div .workprinciple .five_tit{
		height: auto;
	}
	.new_div{
		margin-top: 10px;
	}
	.jump_btn{
		font-size: 1.4rem;
	}
	.detail_btn{
		position: relative;
		right: 0;
		bottom: 0;
	}
	.member_list{
		margin-left: 0px;
	}
	.member_list p{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0.8em;
		white-space: normal;
		font-size: 1.4rem;
	}
	.member_list p:nth-of-type(even) {
	    margin-right: 0%!important;
	}
	.member_list p:nth-child(3n) {
	    margin-right: 0%;
	}
	.comm_left {
	    padding-right: 15px;
	}
	.comm_left>div{
		border-top-left-radius: 20px;
		padding: 14px;
	}
	.fa_box{
		margin-top: 0;
	}
	.fa_right{
		left: 126px;
	}
	.fa_box dl{
		max-height: 340px;
	}
	.fa_box dl dd{
		padding: 4px 0 4px 106px;
	}
	.testimonials_list div{
		width: 100%;
		padding: 14px;
		margin-top: 10px;
	}
	.comm_left>div:first-child{
		margin-bottom: 10px;
	}
	.comm_right{
		margin-top: 10px;
	}
	.ranking_list{
		margin-top: 0;
	}
	.ranking_list td{
		padding-top: 14px;
	}
	.testimonials_list h6{
		margin-bottom: 10px;
	}
	.testimonials_list p{
		font-size: 1.4rem;
		line-height: 150%;
		margin-bottom: 6px;
	}
	.accordion_header{
		padding: 10px 14px;
	}
	.accordion_icon{
		width: 18px;
	}
	.content_inner{
		padding: 10px 14px;
	    font-size: 1.4rem;
	    line-height: 150%;
	}
	
	
	
	.crumbs {
	    padding-bottom: 20px;
	}
	.all_content {
	    margin-top: 50px;
		padding-bottom: 24px;
	}
	
	.navigation{
		position: relative;
		top: 0px;
	}
	
	.left_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.logo_bg, .logo_bg2 ,.logo_bg3{
		width: calc(100% + 15px);
	}
	.left_block{
		padding: 14px 14px 18px 14px;
	}
	.six_tit {
		font-size: 1.8rem;
	    margin-bottom: 14px;
	}
	.foldable_list>li{
		margin-bottom: 10px;
	}
	.foldable_list ul {
	    margin-left: 10px;
	}
	.foldable_list>li>div, .foldable_list ul li a{
		margin-bottom: 8px;
	}
	.right_box{
		width: 100%;
	}
	.right_content{
		min-height: 440px;
	}
	.right_content h2{
		font-size: 1.4em;
		margin-top: 20px;
	}
	.right_content h3{
		font-size: 1.2em;
		margin-top: 0.8em;
	}
	.right_content h4, .right_content h5{
		font-size: 1.5rem;
		margin-top: 0.8em;
	}
	.right_content p{
		margin-top: 0.8em;
		font-size: 1.4rem;
		line-height: 150%;
	}
	.right_content .right_table{
		margin-top: 1.2em;
		margin-top: 0.8em;
	}
	
	.news_box{
		flex-direction: row;
		align-items: center;
		height: auto;
		margin-bottom: 10px;
	}
	.news_box img{
		margin-bottom: 0px;
		width: 30%;
		object-fit: contain;
		border-bottom: 0;
	}
	.news_content{
	    padding: 0 8px;
	}
	.news_box h5 {
	    -webkit-line-clamp: 2;
	}
	.news_bottom{
		position: relative;
		bottom: 0;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.date, .view{
		font-size: 1.4rem;
	}
	.date{
		width: 96px;
		margin-right: 8px;
	}
	.view::before {
	    margin-top: -2px;
	    margin-right: 8px;
	}
	.flip{
		float: none;
		text-align: right;
	}
	.flip li {
	    width: 28px;
	    height: 28px;
	    font-size: 1.4rem;
	    line-height: 28px;
	    margin-right: 6px;
		margin-bottom: 6px;
	}
	.flip li a{
		font-size: 1.4rem;
	}
	.flip li.prev a, .flip li.next a {
	    padding-left: 6px;
	    padding-right: 6px;
	}
	.flip li img{
		width: 14px;
		margin-top: -1px;
	}
	.jump {
	    height: 28px;
	    margin-left: 50px;
	    font-size: 1.4rem;
	    line-height: 28px;
	}
	.jump input {
	    width: 46px;
	    height: 28px;
	    margin: 0 6px;
	}
	.jump button {
	    height: 28px;
	    padding: 0px 8px;
	}
	.left_new_list a h6{
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.new_top {
	    margin-bottom: 20px;
	}
	.new_tit{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.new_icon{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	
	.optionscard_top>div {
	    width: 90px;
	    height: 90px;
	    margin-top: 20px;
	}
	.optionscard_top>div:first-child {
	    margin-right: 20px;
	}
	.optionscard_top>div img{
		width: 28px;
		height: 28px;
		margin-bottom: 4px;
	}
	.selected_sub{
		width: 22px!important;
		height: 22px!important;
	}
	.optionscard_top>div p {
	    font-size: 1.4rem;
	}
	.optionscard_bottom>div {
	    margin-top: 20px;
	}
	.form_area{
		width: 100%;
		padding: 14px;
		border-top-left-radius: 20px;
		-webkit-border-top-left-radius: 20px;
		margin-top: 14px;
	}
	.form_area p {
	    margin-top: 0;
	}
	.form_line label {
	    font-size: 1.2825rem;
	}
	.form_line {
	    margin-top: 10px;
	}
	.row_md_3, .row_md_2 {
	    width: 100%;
	    padding: 0 10px;
	    float: left;
		margin-top: 10px;
	}
	.form_line .row_md_3:first-child, .form_line .row_md_2:first-child {
		margin-top: 0px;
	}
	.form_line input{
		height: 30px;
		font-size: 1.4rem;
		line-height: 150%;
	}
	.form_line textarea {
	    min-height: 100px;
	    font-size: 1.4rem;
	    line-height: 150%;
	}
	.terms {
	    margin-top: 10px;
	}
	.CAPTCHA{
		margin-top: 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.CAPTCHA div{
		flex-wrap: wrap;
	}
	.CAPTCHA input{
		width: calc(50% - 5px);
	}
	.CAPTCHA img{
		margin-right: 0;
	}
	.CAPTCHA p{
		width: 100%;
		margin-top: 10px;
	}
	.CAPTCHA button {
		margin-top: 10px;
	    margin-bottom: 0;
	    height: 32px;
	}
	
	.success {
	    width: 100%;
	    margin: 0 auto;
		padding: 60px 0;
	}
	.success img{
		width: 60px;
		height: 60px;
	}

	
	.search_area{
		display: block;
		padding-top: 14px;
	}
	.small_seach{
		display: block;
		padding-top: 0px;
	}
	.search_box {
	    width: auto;
	}
	.search_box>div{
		margin-top: 10px;
	}
	.small_seach .search_box>div:first-child{
		margin-top: 0px;
	}
	.search_input, .search_dropdown span{
		height: 34px;
		line-height: 32px;
	}
	.search_multi .select2-container-multi .select2-choices{
		min-height: 34px;
	}
	.search_multi .select2-container-multi .select2-choices .select2-search-choice{
		padding: 0px 20px 0px 6px;
	}
	.search_multi .select2-container-multi .select2-choices .select2-search-field input{
		margin: 5px 0 5px 10px;
	}
	.select2-drop{
		margin-top: 4px;
	}
	.search_multi .select2-search-choice-close{
		top: 5px;
	}
	.search_dropdown ul{
		margin: 4px 15px 0 15px;
		width: auto;
	}
	.search_area button, .small_seach button{
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 0;
		width: 100px;
		height: 32px;
	}
	.top_search_margin{
		margin-top: 236px;
	}
	.three_tit {
	    font-size: 2.2rem;
	}
	.long_comm{
		margin-bottom: 20px!important;
	}
	.long_comm .fa_line {
	    height: 76%;
	}
	.long_comm .fa_box dl{
		max-height: 280px;
	}
	.ranking_top {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	.ranking_top .three_tit{
		margin-bottom: 10px;
	}
	.calling_card{
		padding: 14px;
		margin-top: 0px;
	}
	.calling_card_top{
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.calling_card_top img{
		width: 34px;
		height: 34px;
		margin-right: 8px;
	}
	.calling_card p{
		margin-top: 4px;
	}
	.keywords{
		height: auto;
	}
	.H_line{
		flex-direction: column;
		justify-content: flex-start;
	}
	.level_icon {
	    top: 5px;
	    right: 5px;
	    width: 30px;
	    height: 30px;
	}
	.banner2{
		padding: 20px;
		border-top-left-radius: 20px;
		-webkit-border-top-left-radius: 20px;
	}
	.banner2 p{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
	.results_line{
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.reviewers_list {
	    margin-bottom: 20px;
	}
	
	.filter_btn{
		margin-bottom: 14px!important;
	}
	.fixedontop{
		position: relative;
		top: 0;
		margin-right: 0%;
		margin-left: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.mtmin20max30{
		margin-top: 20px;
	}
	.reviewers_list>div:first-child .calling_card{
		margin-top: 0;
	}
	
	.public_profile{
		border-top-left-radius: 20px;
		padding: 14px;
		margin-bottom: 20px;
	}
	.public_profile_top{
		flex-direction: column;
		padding-bottom: 14px;
	}
	.public_profile_top_left{
		flex-direction: row;
		flex-wrap: wrap;
		padding-right: 0px;
		width: 100%;
		font-size: 1.6rem;
		border-right: 0;
		padding-bottom: 14px;
		border-bottom: 1px solid #e5e5e5;
	}
	.public_profile_top_left img{
		width: 46px;
		height: 46px;
		margin-bottom: 0px;
		margin-right: 14px;
	}
	.public_profile_top_left p{
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.public_profile_top_right p:nth-child(odd),
	.public_profile_top_right p:nth-child(even) {
	    width: 100%;
	}
	.public_profile_top_left .normal_btn{
		margin-bottom: 0;
		margin-top: 14px;
		margin-left: 60px;
	}
	.public_profile_top_left div{
		width: calc(100% - 60px);
		text-align: left;
	}
	.public_profile_top_right{
		width: 100%;
		padding-left: 0px;
		margin-top: 14px;
	}
	.public_profile_top_right p, .public_profile_top_right p:nth-last-child(2){
		margin-bottom: 10px;
	}
	.public_profile_bottom {
	    padding-top: 14px;
	}
	.public_profile_bottom div:first-child{
		margin-bottom: 10px;
	}
	.public_profile_bottom div p{
		margin-bottom: 8px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.carousel.slide .item {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.turn_page{
		width: 10%;
	}
	.banner_txt{
		left: 10%;
	}
	.plate_div {
	    padding: 30px 0;
	}
	.flex_left{
		flex: 23%;
		margin-right: 4%;
	}
	.flex_right{
		flex: 73%;
	}
	.benefits_list a{
		margin-bottom: 20px;
	}
	.benefits_list div:nth-last-child(2) a, .benefits_list div:last-child a{
		margin-bottom: 0;
	}
	.one_tit h1{
		font-size: 2.8rem;
	}
	.one_tit span{
		margin-bottom: 20px;
	}
	.workprinciple{
		padding: 20px;
	}
	.new_div .workprinciple .five_tit{
		height: auto;
	}
	.new_div{
		margin-top: 20px;
	}
	.detail_btn{
		position: relative;
		right: 0;
		bottom: 0;
	}
	.member_list{
		margin-left: 40px;
	}
	.member_list p{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
	}
	.member_list p:nth-of-type(even) {
	    margin-right: 0%!important;
	}
	.member_list p:nth-child(3n) {
	    margin-right: 0%;
	}
	.comm_left {
	    padding-right: 15px;
	}
	.comm_left>div{
		width: calc(50% - 10px);
		float: left;
	}
	.comm_left>div:first-child{
		margin-right: 20px;
	}
	.fa_box dl{
		max-height: 250px;
	}
	.comm_left>div:last-child{
		height: 354px;
	}
	.testimonials_list div{
		width: 100%;
		padding: 20px;
	}
	.testimonials_list h6{
		margin-bottom: 10px;
	}
	.testimonials_list p{
		margin-bottom: 6px;
	}
	.accordion_header{
		padding: 10px 14px;
	}
	.content_inner{
		padding: 16px 20px;
	}
	
	
	
	.left_box{
		width: 34%;
	}
	.logo_bg, .logo_bg2 ,.logo_bg3{
		width: 400px;
	}
	.left_block{
		padding: 14px 10px 18px 14px;
	}
	.six_tit {
	    margin-bottom: 14px;
	}
	.foldable_list>li{
		margin-bottom: 10px;
	}
	.foldable_list>li>div, .foldable_list ul li a{
		margin-bottom: 8px;
	}
	.right_box{
		width: 62%;
	}
	.right_content{
		min-height: 520px;
	}
	.news_box{
		height: 330px;
	}
	.news_content{
		padding: 0 8px;
	}
	.date, .view{
		font-size: 1.5rem;
	}
	.date{
		width: 100px;
		margin-right: 10px;
	}
	.view::before{
		margin-right: 4px;
	}
	.flip{
		float: none;
	}
	.flip li{
		margin-bottom: 12px;
	}
	.new_tit{
		font-size: 3.0rem;
	}
	
	.form_area{
		width: 100%;
		padding: 30px;
	}
	
	.success {
	    width: 100%;
	    margin: 40px auto;
		padding: 100px 0;
	}
	.success img{
		width: 90px;
		height: 90px;
	}
	
	.comm_banner_txt{
		height: 281px;
	}
	.search_area{
		padding-top: 20px;
	}
	.search_box {
	    width: calc(100% - 100px);
	}
	.search_box>div{
		margin-top: 10px;
	}
	.small_seach .search_box>div:first-child{
		margin-top: 0px;
	}
	.search_area button{
		margin-top: 10px;
	}
	.top_search_margin{
		margin-top: 116px;
	}
	.long_comm{
		width: 100%!important;
		margin-bottom: 20px!important;
	}
	.long_comm .fa_line {
	    height: 76%;
	}
	.long_comm .fa_box dl{
		max-height: 250px;
	}
	.calling_card{
		padding: 16px;
	}
	.calling_card_top{
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.calling_card_top img{
		width: 34px;
		height: 34px;
		margin-right: 8px;
	}
	.calling_card p{
		margin-top: 4px;
	}
	.H_line{
		flex-direction: column;
		justify-content: flex-start;
	}
	.level_icon {
	    top: 5px;
	    right: 5px;
	    width: 30px;
	    height: 30px;
	}
	.banner2{
		padding: 40px;
		background-position: left top;
	}
	.banner2 p{
		margin-bottom: 20px;
		max-width: 480px;
	}
	.row_sm_2{
		width: 50%;
	}
	.reviewers_list>div:first-child .calling_card,
	.reviewers_list>div:nth-child(2) .calling_card{
		margin-top: 0;
	}
	
	.public_profile{
		padding: 20px;
	}
	.public_profile_top{
		flex-direction: column;
		padding-bottom: 20px;
	}
	.public_profile_top_left{
		flex-direction: row;
		padding-right: 0px;
		width: 100%;
		border-right: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;;
	}
	.public_profile_top_left img{
		width: 60px;
		height: 60px;
		margin-bottom: 0px;
		margin-right: 14px;
	}
	.public_profile_top_left p{
		margin-bottom: 0px;
	}
	.public_profile_top_right p:nth-child(odd),
	.public_profile_top_right p:nth-child(even) {
	    width: 100%;
	}
	.public_profile_top_left div{
		width: calc(100% - 174px);
		text-align: left;
	}
	.public_profile_top_right{
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	.public_profile_top_right p, .public_profile_top_right p:nth-last-child(2){
		margin-bottom: 10px;
	}
	.public_profile_bottom {
	    padding-top: 20px;
	}
	.public_profile_bottom div:first-child{
		margin-bottom: 10px;
	}
	.public_profile_bottom div p{
		margin-bottom: 8px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.carousel.slide .item {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.turn_page{
		width: 10%;
	}
	.banner_txt{
		left: 10%;
	}
	.flex_left{
		flex: 18%;
		margin-right: 2%;
	}
	.flex_right{
		flex: 80%;
	}
	.benefits_list a>div{
		padding: 0 6px;
	}
	.benefits_list a img{
		width: 40px;
		height: 40px;
		margin-bottom: 0.6em;
	}
	.one_tit h1{
		font-size: 2.8rem;
	}
	.four_tit {
	    font-size: 2.2rem;
	}
	.workprinciple{
		padding: 20px;
		height: 330px;
	}
	.detail_btn{
		right: 20px;
		bottom: 20px;
	}
	.member_list{
		margin-left: 0px;
	}
	.member_list p{
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1.2em;
	}
	.member_list p:nth-of-type(even) {
	    margin-right: 0%!important;
	}
	.member_list p:nth-child(3n) {
	    margin-right: 1%;
	}
	.comm_left {
	    padding-right: 15px;
	}
	.comm_left>div{
		padding: 20px;
	}
	.fa_box{
		margin-top: 8px;
	}
	.fa_right{
		left: 126px;
	}
	.testimonials_list div{
		width: 100%;
		padding: 20px;
	}
	
	
	
	.left_box{
		width: 31%;
	}
	.logo_bg, .logo_bg2 ,.logo_bg3{
		width: 400px;
	}
	.left_block{
		padding: 20px 16px 24px 20px;
	}
	.six_tit {
	    margin-bottom: 18px;
	}
	.right_box{
		width: 65%;
	}
	.right_content{
		min-height: 520px;
	}
	.flip{
		float: none;
	}
	.flip li{
		margin-bottom: 12px;
	}
	.new_tit{
		font-size: 3.0rem;
	}
	
	.form_area{
		width: 100%;
	}
	
	.comm_banner_txt{
		height: 321px;
	}
	.search_area{
		padding-top: 30px;
	}
	.search_box {
	    width: calc(100% - 100px);
	}
	.search_box>div{
		margin-top: 10px;
	}
	.small_seach .search_box>div{
		margin-top: 0px;
	}
	.search_area button{
		margin-top: 10px;
	}
	.top_search_margin{
		margin-top: 126px;
	}
	.banner2{
		padding: 50px;
		background-position: left top;
	}
	.banner2 p{
		margin-bottom: 20px;
		max-width: 500px;
	}
	.row_sm_3{
		width: 50%;
	}
	.reviewers_list>div:first-child .calling_card,
	.reviewers_list>div:nth-child(2) .calling_card{
		margin-top: 0;
	}
	
	
	.public_profile{
		padding: 30px;
	}
	.public_profile_top{
		flex-direction: column;
		padding-bottom: 20px;
	}
	.public_profile_top_left{
		flex-direction: row;
		padding-right: 0px;
		width: 100%;
		border-right: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;;
	}
	.public_profile_top_left img{
		width: 70px;
		height: 70px;
		margin-bottom: 0px;
		margin-right: 20px;
	}
	.public_profile_top_left p{
		margin-bottom: 0px;
		color: #000;
	}
	.public_profile_top_left div{
		width: calc(100% - 190px);
		text-align: left;
	}
	.public_profile_top_right{
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	.public_profile_top_right p{
		margin-bottom: 14px;
	}
	.public_profile_bottom {
	    padding-top: 20px;
	}
	.public_profile_bottom div:first-child{
		margin-bottom: 14px;
	}
	.public_profile_bottom div p{
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1539px) {
	.carousel.slide .item {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.turn_page{
		width: 10%;
	}
	.banner_txt{
		left: 10%;
	}
	.flex_left{
		flex: 15%;
		margin-right: 2%;
	}
	.flex_right {
	    flex: 83%;
	}
	.benefits_list a>div{
		padding: 0 20px;
	}
	.workprinciple{
		padding: 20px;
		height: 374px;
	}
	.detail_btn{
		right: 20px;
		bottom: 20px;
	}
	.member_list{
		margin-left: 80px;
	}
	.member_list p{
		width: 49%;
		margin-right: 2%;
	}
	.member_list p:nth-of-type(even) {
	    margin-right: 0%!important;
	}
	.member_list p:nth-child(3n) {
	    margin-right: 2%;
	}
	.comm_left {
	    padding-right: 25px;
	}
	.fa_box{
		margin-top: 8px;
	}
	.testimonials_list div{
		padding: 20px;
	}
	
	
	.left_box{
		width: 26%;
	}
	.logo_bg, .logo_bg2 ,.logo_bg3{
		width: 450px;
	}
	.left_block{
		padding: 20px 16px 24px 20px;
	}
	.six_tit {
	    margin-bottom: 18px;
	}
	.right_box{
		width: 70%;
	}
	.right_content{
		min-height: 530px;
	}
	
	
	.news_box{
		height: 370px;
	}
	.new_tit{
		font-size: 3.2rem;
	}
	
	.form_area{
		width: 70%;
		padding: 30px;
	}
	.comm_banner_txt{
		height: 341px;
	}
	.long_comm .fa_box dl{
		max-height: 1580px;
	}
	.calling_card{
		padding: 16px;
	}
	.calling_card_top{
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.calling_card_top img{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.calling_card p{
		margin-top: 4px;
	}
	.H_line{
		flex-direction: column;
		justify-content: flex-start;
	}
	.level_icon {
	    top: 5px;
	    right: 5px;
	    width: 30px;
	    height: 30px;
	}
	.reviewers_list>div:first-child .calling_card,
	.reviewers_list>div:nth-child(2) .calling_card,
	.reviewers_list>div:nth-child(3) .calling_card{
		margin-top: 0;
	}
	
	.public_profile{
		padding: 30px;
	}
	.public_profile_top{
		padding-bottom: 30px;
	}
	.public_profile_top_left{
		padding-right: 30px;
		width: 37%;
	}
	.public_profile_top_left img{
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	.public_profile_top_right{
		width: 63%;
		padding-left: 30px;
	}
	.public_profile_top_right p{
		margin-bottom: 20px;
	}
	.public_profile_bottom div:first-child{
		margin-bottom: 20px;
	}
	.public_profile_bottom div p{
		margin-bottom: 10px;
	}
	
	.banner2{
		background-position: left top;
	}
}
@media (min-width: 1540px) {
	.workprinciple{
		height: 426px;
	}
	.right_content{
		min-height: 530px;
	}
	.reviewers_list>div:first-child .calling_card,
	.reviewers_list>div:nth-child(2) .calling_card,
	.reviewers_list>div:nth-child(3) .calling_card{
		margin-top: 0;
	}
}