/*头部样式开始*/

.select {
	width: 0.69rem;
	border: none;
	color: #979797;
	background-color: #191e29;
	cursor: pointer;
	outline: none
}

.select:hover {
	background: #2F4050 !important;
	color: #fff !important;
}

.button {
	background-color: #191e29;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 12px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#upTo {
	position: fixed;
	bottom: 0.39rem;
	right: 0.23rem;
	z-index: 99;
	cursor: pointer;
}

#upTo img {
	width: 0.7rem;
	height: 0.7rem;
}

.logoh {
	overflow: hidden;
	float: left;
	margin: 0;
}


/*头部样式结束*/

.box-flex-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*border: 1px solid red;*/
}

.box-flex-around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.box-flex-around2 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.box-flex-around3 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.box-flex-row {
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	align-items: center;
}

.box-flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.box-flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-flex-column-around {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.box-flex-column-end {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.box-flex-start {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	/*align-items: center;*/
}

.box-flex-end {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.box-flex-end2 {
	display: flex;
	flex-direction: row;
	/*justify-content: flex-end;*/
	align-items: flex-end;
}

.box-flex-wrap {
	flex-wrap: wrap;
}

.font-28 {
	font-size: 0.28rem;
}

.font-30 {
	font-size: 0.3rem;
}

.ellipse-4 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.ellipse-3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ellipse-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 526px;
	height: 40px;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: bold;
	color: rgba(53, 97, 140, 1);
	line-height: 40px;
}

.cursor {
	cursor: pointer!important;
}

.ml-35 {
	margin-left: 0.35rem!important;
}

.mr-35 {
	margin-right: 0.35rem!important;
}

.ml-30 {
	margin-left: 0.3rem!important;
}

.mr-30 {
	margin-right: 0.3rem!important;
}

.ml-25 {
	margin-left: 0.25rem!important;
}

.mr-25 {
	margin-right: 0.25rem!important;
}

.ml-15 {
	margin-left: 0.15rem!important;
}

.mr-15 {
	margin-right: 0.15rem!important;
}

label {
	font-weight: 500!important;
}

ul {
	list-style: none;
	padding-left: 0!important;
}

.container {
	/*border: 1px solid red;*/
}

.container-fluid {
	/*border: 1px solid blue;*/
	position: relative;
	padding: 0!important;
}

button,
input {
	border: none;
	outline: none;
}

body {
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	overflow-x: hidden;
}


/*模块标题*/

h2 {
	font-size: 0.24rem;
	color: rgba(20, 20, 20, 1);
	line-height: 0.34rem;
	text-align: center;
}

.english {
	font-size: 0.15rem;
	font-family: Ayuthaya;
	color: rgba(176, 176, 176, 1);
	line-height: 0.20rem;
	text-align: center;
}


/*头部菜单栏*/

.navbar-default {
	background: none!important;
	border: none;
	padding: 0!important;
}

.nav>li>a {
	padding: 15px 30px!important;
}

#nav1 {
	background-color: #191e29!important;
	border-width: 0;
}

#nav1 .navbar-brand {
	padding: 10px 15px!important;
}

#nav1 a,
#nav2 a {
	color: rgba(255, 255, 255, 0.7);
}

#nav1 a:hover,
#nav2 a:hover {
	color: rgba(255, 255, 255, 1);
}

#nav1 a:active {
	color: rgba(255, 255, 255, 1);
}

#nav1 .logo {
	/*position: absolute;*/
	width: inherit;
	height: 100%;
}

#nav1 .search-box {
	/*width:2.70rem;*/
	height: 0.3rem;
	border-radius: 0.15rem;
	border: 1px solid rgba(151, 151, 151, 1);
	margin-left: 0.7rem;
}

#nav1 #form-control {
	height: 0.2rem;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	margin-left: 0.1rem;
	box-shadow: none;
}

.dropdown-menu a {
	font-size: 0.15rem;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(36, 36, 36, 1)!important;
}

.dropdown-menu a:hover {
	color: rgba(132, 132, 132, 1)!important;
}

#nav1 .search-icon {
	width: 0.16rem;
	height: 0.16rem;
}

.dropdown-menu>li>a {
	line-height: 0.39rem!important;
	color: rgba(36, 36, 36, 1)!important;
	text-align: center;
}

.triangle-box {
	width: 100%;
	height: 0.15rem;
	background: none;
	/*border: 1px solid ;*/
	position: relative;
	top: -0.2rem;
}

#triangle {
	width: 0;
	height: 0;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.15rem solid #fff;
	position: absolute;
	/*top: -0.15rem;*/
	left: calc(50% - 0.1rem);
	/*border-radius: 1px;*/
}

#triangle_selc {
	width: 0;
	height: 0;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.15rem solid #fff;
	position: absolute;
	top: -0.15rem;
	left: calc(50% - 0.1rem);
}

#nav_case {
	margin-top: 0.3rem;
	margin-left: -100%;
	box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
	opacity: 0.94;
	border: none;
}

#nav2_case {
	margin-top: 0.15rem;
	left: -44%;
	box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
	opacity: 0.94;
	border: none;
	width: fit-content;
	border-radius: 5px;
}

#nav2_case2 {
	margin-top: 0.15rem;
	left: -34%;
	box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
	opacity: 0.94;
	border: none;
	width: fit-content;
	border-radius: 5px;
	/*display: inline-block;
	vertical-align: top;*/
}

#nav2_case3 {
	margin-top: 0.15rem;
	left: 130%;
	box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
	opacity: 0.94;
	border: none;
	width: fit-content;
	border-radius: 5px;
	/*display: inline-block;
	vertical-align: top;*/
}

#btn-default {
	background: none;
	border: none;
}

#btn-default img {
	width: 0.2rem;
	height: 0.2rem;
}

#nav1 .nav-contact img {
	width: 0.16rem;
	height: 0.16rem;
}

#nav2 {
	background: none;
}

#nav2-active {
	background: rgba(0, 0, 0, 0.5784);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none!important;
}


/*轮播*/

#myCarousel {
	max-height: 6rem!important;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-indicators {
	left: 1.67rem!important;
}

.carousel-inner {
	max-height: 6rem!important;
}

.carousel-indicators li {
	width: 0.20rem!important;
	height: 0.03rem!important;
	background: rgba(216, 216, 216, 1)!important;
	border-radius: 0.03rem!important;
	margin: 0 0.12rem!important;
	border: none!important;
}

.carousel-indicators .active {
	width: 0.24rem!important;
	height: 0.03rem!important;
	background: rgba(255, 255, 255, 1)!important;
	/*border-radius:0.03rem!important;*/
}

#banner-box {
	position: relative;
	width: 100%;
	height: inherit;
}


/*联系方式*/

#banner-contact {
	width: 0.99rem;
	height: 2.7rem;
	background: rgba(255, 255, 255, 0.87);
	box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
	border-radius: 0.05rem 0 0 0.05rem;
	position: fixed;
	right: 0;
	top: 1.34rem;
	z-index: 66;
}

#banner-contact li {
	/*border: 1px solid;*/
}

.contact-icon {
	width: 0.24rem;
	height: 0.24rem;
}

.contact-tip {
	font-size: 0.14rem;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(56, 56, 56, 1);
	margin-top: 0.08rem;
	/*line-height:19px;*/
}

#triangle2 {
	width: 0;
	height: 0;
	border-top: 0.1rem solid transparent;
	border-left: 0.15rem solid #fff;
	border-bottom: 0.1rem solid transparent;
	position: absolute;
	right: -0.15rem;
	top: 0.3rem;
}

#contact {
	right: 200%!important;
	left: -2.7rem!important;
	top: -0.1rem;
	width: max-content!important;
}

#contact li {
	padding: 0.1rem 0.2rem;
}

#contact .icon {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.1rem;
	border: none!important;
}

#contac {
	right: 200%!important;
	/*left: auto!important;*/
	left: -2.1rem!important;
	top: 0;
	border: none!important;
}

#contact_code li {
	margin: 0.12rem 0 0.05rem;
}

.code-img {
	width: 1.36rem;
	height: 1.41rem;
}


/*方案报价*/

.contact-icon2 {
	width: 0.36rem;
	height: 0.36rem;
}

.alert-success {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff!important;
	background-color: rgba(0, 0, 0, 0.576)!important;
	border-color: #d6e9c6;
	padding: 10px 20px;
}

.contact-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.44);
}

#contact_money {
	/*width: 9.51rem;*/
	/*width: 88vw;*/
	/*height: 4.39rem;*/
	background: rgba(255, 255, 255, 1);
	border-radius: 0.02rem;
	padding-bottom: 0.66rem!important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.contact-del-icon {
	width: 0.35rem;
	height: 0.34rem;
	position: absolute;
	right: 0.35rem;
	top: 0.33rem;
}

.contact-money-title {
	text-align: center;
	font-size: 0.23rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(39, 128, 227, 1);
	line-height: 0.32rem;
	padding-top: 0.48rem;
}

.money-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.37rem;
	/*align-items: center;*/
}

.money-left-row {
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	/*align-items: center;*/
}

.contact-money-left {
	/*border: 1px solid red;*/
	border-right: #D9D9D9 1px solid;
	padding-right: 0.61rem;
}

.contact-money-left .title1 {
	font-size: 0.18rem;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: rgba(51, 51, 51, 1);
}

.contact-money-left .tip1 {
	font-size: 0.14rem;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
}

.contact-money-left .title2 {
	font-size: 0.13rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.contact-money-left .tip2 {
	font-size: 0.11rem;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.06rem;
}

.contact-money-left .tip3 {
	font-size: .13rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(231, 23, 23, 1);
}

.contact-money-right {
	/*border: 1px solid red;*/
	padding-left: 0.7rem;
}

.money-line-chose {
	min-width: 3rem;
	height: 0.21rem;
	margin-left: 0.12rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.money-line-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*align-items: center;*/
}

.contact-input {
	width: 3rem;
	height: 0.21rem;
	border-radius: 2px;
	border: 1px solid rgba(182, 182, 182, 1);
	margin-left: 0.12rem;
}

.contact-text {
	width: 3rem;
	height: 0.8rem;
	border-radius: 2px;
	border: 1px solid rgba(182, 182, 182, 1);
	margin-left: 0.12rem;
}

.money-line-label {
	font-size: 0.11rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	text-align: right;
}

.money-line {
	justify-content: flex-end;
	align-items: center;
	margin-top: 0.07rem;
	flex-wrap: wrap;
}

.money-line2 {
	justify-content: flex-end;
	/*align-items: center;*/
	margin-top: 0.07rem;
	flex-wrap: wrap;
}

.tip4 {
	font-size: 0.11rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.07rem;
	margin-left: 0.12rem;
}

.sub-btn {
	width: 1.67rem;
	height: 0.35rem;
	background: rgba(39, 128, 227, 1);
	border-radius: 2px;
	margin-top: 0.15rem;
	text-align: center;
	font-size: 0.11rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-left: 0.12rem;
	/*line-height:15px;*/
}

.radio-text {
	margin-left: 0.08rem;
	/*margin-right: 0.26rem;*/
	font-size: 0.11rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.03rem;
}

@media (max-width: 750px) {
	#contact_money {
		width: 88vw;
	}
	.money-line-chose {
		height: auto;
	}
	.contact-input {
		width: 5.5rem;
		height: auto;
	}
	.contact-del-icon {
		width: 0.55rem;
		height: 0.54rem;
	}
	.contact-text {
		width: 5.5rem;
		height: auto;
	}
	.sub-btn {
		height: auto;
		font-size: 0.25rem;
	}
	 .money-line-label,.radio-text,.tip4{
		font-size: 0.25rem;
	}
	 
}


/*搜索框*/

#search_bar {
	display: none;
}

#index_bar {
	display: none;
}


/*底部列表*/

footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
}

footer .up {
	width: 100%;
	min-height: 2.77rem;
	background: rgba(51, 51, 51, 1);
	padding: 0.35rem 0;
}

footer .up .container {
	margin: 0 auto;
}

footer .up ul li h3 {
	font-size: 0.19rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	line-height: 0.26rem;
}

footer .up ul li a {
	font-size: 0.12rem;
	font-weight: 500;
	color: rgba(210, 203, 203, 1);
	line-height: 0.37rem;
}

footer .up .foucus {
	text-align: center;
	margin-top: 0.4rem;
}

footer .up .foucus p {
	font-size: 0.12rem;
	font-weight: 500;
	color: rgba(210, 203, 203, 1);
	line-height: 0.17rem;
}

footer .up .foucus img {
	width: 50%;
	height: inherit;
}

footer .bottom {
	width: 100%;
	min-height: 1.09rem;
	background: rgba(35, 35, 35, 1);
	font-size: 0.11rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	/*line-height: 0.16rem;*/
	padding: 0.3rem 0;
}

footer .bottom a {
	color: rgba(255, 255, 255, 1);
}

footer .copyright h3 {
	font-size: 0.11rem;
	font-weight: 400;
}


/*查看更多*/

.see_more_btn {
	position: absolute;
	bottom: 0.1rem;
	right: 0;
	z-index: 33;
	min-width: 1.55rem;
	height: 0.38rem;
	line-height: 0.38rem;
	background: rgba(25, 25, 25, 0.36);
	border-radius: 0.19rem 0 0 0.19rem;
	padding-left: 0.36rem;
	font-size: 0.15rem;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.see_more_btn a {
	color: rgba(255, 255, 255, 1)!important;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.consult_btn {
	width: 144px;
	height: 50px;
	font-size: 20px;
	font-family: PingFangSC;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
}

.refer-button {
	position: relative;
	margin: 1em;
	padding: 0.5em 1em;
	text-align: center;
	overflow: hidden;
	z-index: 0;
	cursor: pointer;
	width: 2.37rem;
	height: 0.52rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.26rem;
	font-size: 0.20rem;
	font-family: PingFangSC;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	margin-top: 0.62rem;
}

.refer-button.raised {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 1px #085a9b;
}

.refer-button.raised:active {
	background: rgba(233, 233, 233, 1);
	box-shadow: 0px 1px 1px #063e6b;
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.hoverable:hover>.anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.hoverable:hover>.anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		background: transparent;
	}
}


/*consult-section-1.css 开始*/


/*资讯*/

.consult-section-1 {
	padding: 0.78rem 0 0.97rem;
}

#consult_menu1 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#consult_menu1 li {
	font-size: 0.15rem;
	color: rgba(129, 129, 129, 1);
	cursor: pointer;
}

#consult_menu1 .active {
	font-size: 0.17rem;
	color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a {
	text-decoration: none
}

#consult_menu1 li a strong {
	font-size: 0.15rem;
	color: rgba(129, 129, 129, 1);
	cursor: pointer;
}

#consult_menu1 .active a strong {
	font-size: 0.17rem;
	color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a strong:hover {
	font-size: 0.17rem;
	color: rgba(16, 16, 16, 1);
}

.consult-section-1 .news {
	margin-top: 0.43rem;
}

.consult-section-1 .news .left {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.19);
	border-radius: 0.05rem;
	padding: 0!important;
	font-size: 0.11rem;
	color: rgba(91, 91, 91, 1);
	margin: 0 0.3rem;
}

.consult-section-1 .news .left a {
	text-decoration: none!important;
}

.consult-section-1 .news .left .img-box {
	position: relative;
	border-radius: 0.05rem 0.05rem 0 0;
	overflow: hidden;
}

.consult-section-1 .news .left .img-box img {
	/*position: absolute;*/
	width: 100%;
	height: inherit;
	top: 0;
	left: 0;
}

.consult-section-1 .news .left .infos {
	text-align: left;
	padding: 0 0.2rem 0.16rem;
}

.consult-section-1 .news .left .infos h3 {
	font-size: 0.14rem;
	color: rgba(80, 81, 81, 1);
}

.consult-section-1 .news .left .infos p {
	border-top: 1px solid #B8C0D2;
	padding-top: 0.07rem;
	color: #5B5B5B;
	height: 0.6rem;
}

.consult-section-1 .news .left .infos .time {
	font-size: 0.11rem;
	color: rgba(181, 181, 181, 1);
}

.consult-section-1 .news .right {
	margin-top: 0.1rem;
	margin-left: 0.2rem;
}


/*#consult_main_list {}*/

#consult_main_list li {
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom: 1px solid #B8C0D2;
	/*padding-right: 0.1rem;*/
}

#consult_main_list li a {
	max-width: 75%;
	text-align: left;
	font-size: 0.16rem;
	color: rgba(53, 97, 140, 1);
}

#consult_main_list li a:active,
#consult_main_list li a:hover {
	color: rgba(162, 181, 194, 1);
	text-decoration: none;
}

#consult_main_list li .time {
	font-size: 0.15rem;
	color: rgba(174, 174, 174, 1);
}

.consult-section-1 .page {
	width: 60%;
	margin: 0.34rem auto 0;
}

.consult-section-1 .page .total-page {
	font-size: 0.15rem;
	color: rgba(62, 62, 62, 1);
}

#consult_prev_news {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: pointer;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_next_news {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: pointer;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_prev_news_invalid {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: default;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_next_news_invalid {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: default;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

.consult-section-1 .page label {
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	border: 1px solid rgba(151, 151, 151, 1);
	font-size: 0.15rem;
	font-family: AdihausDIN-Regular;
	font-weight: 400;
	color: rgba(118, 118, 118, 1);
	text-align: center;
	border-radius: 50%;
	margin-bottom: 0!important;
	cursor: pointer;
}

.consult-section-1 .page .get-page-input {
	width: 0.56rem;
	height: 0.26rem;
	border-radius: 0.13rem;
	border: 1px solid rgba(151, 151, 151, 1);
	padding: 0.1rem;
}

.consult-section-1 .page .get-page-btn {
	border-radius: 0.13rem;
	border: 1px solid rgba(47, 156, 220, 1);
	font-size: 0.13rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	margin-left: 0.03rem;
	color: rgba(47, 156, 220, 1);
	padding: 0.03rem 0.15rem;
	background: none;
}


/*consult-section-1.css 结束*/


/*main-section-2.css 开始*/


/*模块二*/

.main-section-2 {
	padding: 0.2rem 0 0.7rem;
}

#main_profession_list {}

#main_profession_list li {
	/*border: 1px solid;*/
	margin-top: 0.3rem;
	border-radius: 0.05rem;
	overflow: hidden;
	cursor: pointer;
	height: 1.62rem;
}

#main_profession_list li .face {
	width: 100%;
	height: 1.62rem;
	border-radius: 0.05rem;
}

#main_profession_list .active .img-msk {
	background: linear-gradient(180deg, rgba(113, 216, 236, 1) 0%, rgba(0, 138, 255, 1) 100%);
	box-shadow: 0 0.01rem 0.1rem 0 rgba(0, 0, 0, 0.16);
	border-radius: 0.05rem;
	opacity: 0.7848;
}

#main_profession_list li .img-msk {
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 0.05rem;
}

#main_profession_list li .img-msk img {
	/*background-image: url(../../icons/index_section_bg.png);
        background-size: 917% 780%;
    background-position: 0 -76px;*/
	/*padding-bottom: 0.1rem;*/
	width: 15%;
	/*width: 0.48rem;
    height: 0.39rem;*/
	/*height: inherit;*/
	/*border-bottom: 1px solid #fff;*/
	/*border: 1px solid #fff;*/
}

#main_profession_list li .img-msk h5 {
	border-top: 1px solid #fff;
	min-width: 1.23rem;
	padding-top: 0.1rem;
	font-size: 0.15rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 0.22rem;
}


/*main-section-2.css结束*/


/*main-section-5.css开始*/


/*模块五*/

.main-section-5 {
	padding: 0.63rem 0 0.77rem;
	background: rgba(251, 251, 251, 1);
}

#main_brand_list {}

#main_brand_list li {
	margin-top: 0.38rem;
	/*cursor: pointer;*/
}

#main_brand_list li .brand-box {
	/*width: 0.86rem;
    height: 0.86rem;*/
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.13);
}

#main_brand_list li img {
	width: 80%;
	height: inherit;
}


/*main-section-5.css结束*/


/*index_bar.css开始*/

#index_bar {
	/*min-width: 8.24rem;*/
	min-width: 70%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.11rem 0.14rem 0 rgba(36, 57, 91, 0.17);
	border-radius: 0.10rem 0 0 0.10rem;
	position: absolute;
	right: 0;
	bottom: -0.4rem;
	/* top: -0.44rem; */
	/*margin-top: -0.44rem;*/
	z-index: 33;
	display: block!important;
}

#index_bar li {
	height: 0.88rem;
	padding: 0.15rem 0.3rem;
	text-align: center;
}

#index_bar li .title {
	font-size: 0.16rem;
	color: rgba(29, 29, 29, 1);
}

#index_bar li .number {
	font-size: 0.20rem;
	font-family: AdihausDIN-Regular;
	font-weight: 400;
	color: rgba(47, 156, 220, 1);
}

#index_bar_list {
	margin-left: 0.5rem;
}


/*index_bar.css结束*/


/*公共关注按钮*/

.com-section-focus .content {
	width: 100%;
	height: 2.29rem;
	background-image: url(../imgs/bg3.jpg);
	/*text-align: center;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: 100%;
}

.com-section-focus .content h3 {
	font-size: 0.2rem;
	font-family: PingFangSC-Medium, PingFangSC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: .0.28rem;
}

.com-section-focus .content .refer-button {
	width: 2.37rem;
	height: 0.52rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.26rem;
	margin-top: 0.32rem;
}

.com-section-focus .content .consult_btn {
	font-size: 0.2rem;
	font-family: PingFangSC-Medium, PingFangSC;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	line-height: 0.28rem;
	text-decoration: none;
}

@media (max-width: 750px) {
	/* 顶部的分类文字 */
	#index_bar li .title {
		font-size: 0.3rem!important;
	}
	#index_bar li .number {
		font-size: 0.34rem!important;
	}
	/* --------------------- */
	h2 {
		font-size: 0.5rem!important;
		line-height: inherit!important;
	}
	.english {
		font-size: 0.35rem!important;
	}
	#main_profession_list li {
		height: 2.62rem!important;
	}
	#main_profession_list li .face {
		height: 100%!important;
	}
	#banner-box {
		margin-top: 1.3rem!important;
	}
	#banner {
		height: 5.45rem!important;
	}
	#banner img {
		height: 5.45rem!important;
	}
	.carousel-indicators .active {
		width: 0.38rem!important;
		height: 0.05rem!important;
	}
	.carousel-indicators li {
		width: 0.35rem!important;
		height: 0.05rem!important;
	}
	.consult-section-1 .news .left .infos h3 {
		font-size: 0.34rem!important;
	}
	.consult-section-1 .news .left .infos p {
		font-size: 0.28rem!important;
		height: 1.2rem!important;
		overflow: hidden!important;
		text-overflow: ellipsis!important;
		display: -webkit-box!important;
		-webkit-line-clamp: 3!important;
		line-clamp: 3!important;
		-webkit-box-orient: vertical!important;
	}
	.consult-section-1 .news .left .infos .time {
		font-size: 0.3rem!important;
	}
	#consult_main_list li {
		height: 1rem!important;
		line-height: 1rem!important;
	}
	#consult_main_list li .time {
		font-size: 0.28rem!important;
	}
	.com-section-focus .content {
		height: 2.49rem!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
	}
	.com-section-focus .content h3 {
		font-size: 0.3rem!important;
		margin: 0!important;
		width: 9.5rem!important;
	}
	.com-section-focus .content .refer-button {
		width: 2.57rem!important;
		height: 0.62rem!important;
	}
	.com-section-focus .content .consult_btn {
		font-size: 0.3rem!important;
	}
	footer .up ul li h3 {
		font-size: 0.32rem!important;
	}
	footer .up ul li a {
		font-size: 0.28rem!important;
	}
	footer .up .foucus p {
		font-size: 0.3rem!important;
	}
	footer .copyright h3 {
		font-size: 0.3rem!important;
	}
	footer .bottom {
		font-size: 0.3rem!important;
	}
	#index_bar_list {
		margin-left: 0!important;
	}
	#nav3 {
		background: #191e29!important;
	}
	.logo_this {
		width: 2.9rem!important;
		height: 0.7rem!important;
	}
	#nav1 .nav-contact img {
		width: 0.56rem!important;
		height: 0.56rem!important;
		margin-top: -0.1rem!important;
	}
	footer .up .foucus {
		text-align: -webkit-left!important;
	}
	footer .up .foucus p {
		line-height: 0.57rem!important;
	}
	#banner-contact {
		width: 1.9rem!important;
		height: 4.7rem!important;
		top: 6.34rem!important;
	}
	.contact-icon {
		width: 0.5rem!important;
		height: 0.5rem!important;
	}
	.contact-tip {
		font-size: 0.2rem!important;
	}
	#contact {
		left: -5.8rem!important;
	}
	#contac {
		left: -5.02rem!important;
	}
	.refer-button {
		margin: 0!important;
		padding: 0!important;
	}
	.consult_btn {
		font-size: 0.2rem!important;
	}
	.main-section-7 .content {
		top: 0!important;
	}
	#consult_menu1 {
		width: 100%!important;
	}
	#consult_main_list li a h4 {
		font-size: 10px!important;
		width: 4.5rem!important;
	}
	#index_bar li {
		height: auto!important;
	}
	#index_bar {
		position: relative!important;
		right: 0!important;
		/*bottom: 0;*/
	}
	#upTo img {
		width: 1.2rem!important;
		height: 1.2rem!important;
	}
	.navbar-default .navbar-nav>.open>.nav2_case:hover {
		color: rgba(255, 255, 255, 0.6) !important;
	}
	.navbar-default .navbar-nav>.open>.nav2_solution:hover {
		color: rgba(255, 255, 255, 0.6) !important;
	}
	#nav2_case li a {
		color: rgba(255, 255, 255, 0.6) !important;
		font-size: 0.32rem!important;
	}
	#nav2_case2 li a {
		color: rgba(255, 255, 255, 0.6) !important;
		font-size: 0.32rem!important;
	}
	#h5_main_list li .card .img-msk .up {
		margin-top: 20%!important;
	}
	#h5_main_list li .card .img-msk .up .title {
		font-size: 0.3rem!important;
	}
	#h5_main_list li .card .img-msk .up .tag {
		font-size: 0.28rem!important;
	}
	#h5_main_list li .card .img-msk .bottom img {
		width: 2.5rem!important;
		height: 2.5rem!important;
	}
	.bottom p {
		font-size: 0.28rem!important;
	}
	#gzh_list li {
		margin-bottom: 0.3rem!important;
	}
	#gzh_list li h4 {
		font-size: 0.32rem!important;
	}
	#gzh_list li p {
		font-size: 0.3rem!important;
	}
	#main_profession_list li .img-msk h5 {
		font-size: 0.28rem;
	}
	.consult-section-1 .news .left {
		margin-left: 0!important;
	}
	.consult-section-1 .news .right {
		margin-left: 0!important;
	}
	.h5-section-1 .page {
		margin: 0.64rem auto 0!important;
	}
	#h5_prev_img_invalid {
		width: 0.45rem!important;
		height: 0.45rem!important;
	}
	.h5-section-1 .page .page-text {
		font-size: 0.32rem!important;
	}
	.h5-section-1 .page .cur-page {
		font-size: 0.32rem!important;
	}
	#h5_next_img {
		width: 0.45rem!important;
		height: 0.45rem!important;
	}
	#main_works_list li .img-msk .up {
		margin-top: 10%!important;
	}
	#main_works_list li .img-msk .up .title {
		font-size: 0.3rem!important;
	}
	#main_works_list li .img-msk .up .tag {
		font-size: 0.28rem!important;
	}
	#main_works_list li .img-msk .bottom {
		margin-top: 0.2rem!important;
	}
	#main_works_list li .img-msk .bottom img {
		width: 1.3rem!important;
		height: 1.3rem!important;
	}
	.see_more_btn {
		font-size: 0.3rem!important;
		height: 0.5rem!important;
		line-height: 0.5rem!important;
	}
	#h5_menu1 li {
		font-size: 0.28rem!important;
	}
	#h5_menu1 .active {
		font-size: 0.3rem!important;
	}
	#main_profession_list {
		padding-left: 0.05rem!important;
	}
	#main_profession_list .col-xs-6 {
		width: 49.5%!important;
	}
	#main_brand_list .col-xs-4 {
		width: 33%!important;
	}
	#xcx_list .col-xs-6 {
		width: 49.5%!important;
	}
	#xcx_list li p {
		font-size: 0.28rem!important;
	}
	#xcx_list li {
		margin-bottom: 0.3rem;
	}
	#xcx_list li .detail {
		font-size: 0.26rem!important;
	}
	#h5_main_list .col-xs-6 {
		width: 49.5%!important;
	}
	#xcx_list .col-xs-4 {
		width: 33%!important;
	}
	.chinese {
		font-size: 0.3rem!important;
	}
	#so_menu_list .col-xs-3 {
		width: 24.5%!important;
	}
	.menu-item img {
		width: 1.2rem!important;
		height: 1.2rem!important;
	}
	.intro-img-box img {
		width: 1rem!important;
		height: 1rem!important;
	}
	.intro-img-box p {
		font-size: 0.32rem!important;
	}
	#so_part1_list li .number {
		font-size: 0.36rem!important;
	}
	#so_part1_list li .gray-box {
		font-size: 0.28rem!important;
	}
	.box-flex-center {
		margin-top: 0.2rem;
	}
	.solimg {
		width: 1rem!important;
		height: 1rem!important;
	}
	#so_part2_list li .title {
		font-size: 0.3rem!important;
	}
	#so_part2_list li .cont {
		font-size: 0.28rem!important;
	}
	#so_advantage_list li .gray-box {
		font-size: 0.3rem!important;
	}
	#myvideo {
		width: 100%!important;
	}
	#so_list li p {
		font-size: 0.3rem;
	}
	#so_list .col-xs-6 {
		width: 49.5%!important;
	}
	#so_part1_list .col-xs-4 {
		width: 33%!important;
	}
	#so_advantage_list .col-xs-4 {
		width: 33%!important;
	}
	.my-row .col-xs-3 {
		width: 24.5%!important;
	}
	.consult-section-1 .page .total-page {
		font-size: 0.3rem!important;
	}
	#consult_prev_news_invalid {
		width: 0.45rem!important;
		height: 0.45rem!important;
	}
	.consult-section-1 .page label {
		width: 0.45rem!important;
		height: 0.45rem!important;
		line-height: inherit!important;
		font-size: 0.28rem!important;
	}
	#consult_next_news {
		width: 0.45rem!important;
		height: 0.45rem!important;
	}
	#main_work_kinds li .active {
		font-size: 0.3rem!important;
	}
	#main_work_kinds li h3 {
		font-size: 0.28rem!important;
	}
	#contact li a {
		font-size: 0.3rem!important;
	}
	.show_s_ui li .card .img-msk .up {
		margin-top: 30%!important;
	}
	.show_s_ui li .card .img-msk .up .title {
		font-size: 0.35rem!important;
	}
	.show_s_ui li .card .img-msk .up .tag {
		font-size: 0.3rem!important;
	}
}