/** 鍏叡css 鏂囦欢 */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
	opacity: 0.8;
}

ul {
	margin: 0;
}

ul,
ol,
li {
	list-style: none;
}

form {
	border: 0 none;
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

textarea {
	resize: none;
}

.btn:focus {
	outline: none !important;
	border-color: transparent;
}

select::-webkit-scrollbar {
	width: 10rem;
}

select::-webkit-scrollbar-thumb {
	border-radius: 5rem;
	background: rgba(0, 0, 0, 0.1);
}

select::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

html,
body {
	font-size: 1px;
	background-color: #F2F5FA;
	overflow-x: hidden;
}

/** px鍜宺em鍗曚綅鎹㈢畻 */
@media screen and (max-width: 299px) {

	html,
	body {
		font-size: 0.82px;
	}
}

@media screen and (max-width: 374px) and (min-width: 300px) {

	html,
	body {
		font-size: calc(0.75px + 0.125 * (100vw - 300px) / 75);
	}
}

@media screen and (max-width: 479px) and (min-width: 375px) {

	html,
	body {
		font-size: calc(0.85px + 0.125 * (100vw - 375px) / 105);
	}
}

/* ipad */
@media screen and (max-width: 767px) and (min-width: 480px) {

	html,
	body {
		font-size: 0.82px;
	}
}

/* ipad 灏忕瑪璁版湰 */
@media screen and (max-width: 1055px) and (min-width: 768px) {

	html,
	body {
		font-size: 0.8125px;
	}
}

/* 绗旇鏈 鍙板紡鏈 */
@media screen and (max-width: 1199px) and (min-width: 1056px) {

	html,
	body {
		font-size: 0.875px;
	}
}

/* 鍙板紡鏈 */
@media screen and (max-width: 1919px) and (min-width: 1200px) {

	html,
	body {
		font-size: 0.9375px;
	}
}

@media screen and (min-width: 1920px) {

	html,
	body {
		font-size: 1px;
	}
}

/** 婊氬姩鏉℃牱寮 */
body::-webkit-scrollbar,
.modal::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/** 娓呴櫎娴姩 */
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

/** 瓒呭嚭鏂囨湰澶勭悊 */
.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	-webkit-line-clamp: 4;
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	-webkit-line-clamp: 5;
}

/** 姘村钩瀵归綈 */
.left {
	float: left;
}

.right {
	float: right;
}

/* 椤靛ご */
.header {
	width: 100%;
	height: 72rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.headerPc {
	width: 100%;
	/* background-color: #F2F5FA; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid transparent;
	padding: 0 200rem;
}

/* 宸︿晶 logo 瀵艰埅 */
.headerPc .head-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
}

.headerPc .head-logo {
	display: block;
	width: 115rem;
	height: 33rem;
	margin-right: 20rem;
}

.headerPc .head-navList .nav-tabs {
	width: max-content;
	border-bottom: 0 none;
	font-size: 18px;
	color: #2B2B2B;
}

.headerPc .head-navList .nav-tabs>li>a {
	padding: 23rem 15rem 19rem 15rem;
	color: #2B2B2B;
	border-radius: 0;
	border: 0 none;
	border-bottom: 3rem solid transparent;

}

.headerPc .head-navList .nav-tabs>li>a:hover,
.headerPc .head-navList .nav-tabs>li>a:focus {
	color: #1B5CDE;
	background: none;
	border: 0 none;
	border-bottom: 3rem solid transparent;
}

.headerPc .head-navList .nav-tabs>li.active>a {
	color: #1B5CDE;
	background: none;
	border: 0 none;
	border-bottom: 3rem solid #1B5CDE;
}

.headerPc .head-navList .nav .open>a,
.headerPc .head-navList .nav .open>a:focus,
.headerPc .head-navList .nav .open>a:hover {
	color: #1B5CDE;
	background: none;
}

.nav-product-menu {
	display: none;
	position: fixed;
	left: 0;
	top: 69rem;
	width: 100%;
	margin-top: 0;
	border: 0 none;
	color: #2B2B2B;
	z-index: 999;
}

.nav-product-menu .dropdown-menu {
	width: 100%;
	padding: 20rem 30rem 40rem 165rem;
	background: #F2F5FA;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.nav-product-menu .dropdown-menu li {
	flex: 0 0 25%;
	margin-bottom: 0;
}

.nav-product-menu .dropdown-menu li a {
	padding: 10px 15px;
	color: #333;
	font-size: 18rem;
}

.nav-product-menu .dropdown-menu li a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #1B5CDE;
}

/* 鑱旂郴鐢佃瘽 */
.headerPc .head-right {
	white-space: nowrap;
}

.headerPc .head-right .head-phone {
	display: block;
	line-height: 23rem;
	font-size: 16px;
	color: #2B2B2B;
}

.headerPc .head-right .head-phone .icon-phone-call {
	display: inline-block;
	vertical-align: top;
	width: 25rem;
	height: 23rem;
	margin-right: 14rem;
	background-image: url('../img/newpage/icon_phone_call.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.headerMobile .navbar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10rem 0;
	background-color: #F2F5FA;
}

.headerMobile .navbar-header:before,
.headerMobile .navbar-header:after {
	display: none;
	content: '';
}

.headerMobile .navbar-header .head-logo {
	display: block;
	width: 115rem;
	height: 33rem;
	margin-left: 20rem;
	margin-right: 20rem;
}

.headerMobile .navbar-header .navbar-toggle {
	margin: 0;
	padding: 0 20rem;
}

.headerMobile .navbar-header .navbar-toggle .icon-bar {
	background-color: #1B5CDE;
}

.headerMobile .navbar-collapse {
	border-top: 1px solid #C0C7D5;
	background-color: #f2f5fa;
}

.headerMobile .navbar-collapse>ul>li {
	width: 100%;
}

.headerMobile .navbar-collapse>ul>li>a {
	color: #2B2B2B;
	font-size: 18rem;
}

.headerMobile .navbar-collapse>ul>li.dropdown>a {
	background-color: transparent;
	border-color: transparent;
}

.headerMobile .navbar-nav .open .dropdown-menu>li {
	width: 100%;
}

.headerMobile .navbar-collapse>.navbar-nav {
	margin: 0 -15rem;
}

/** 椤靛熬 */
.footer {
	width: 100%;
}

.footer .copyright {
	display: flex;
	height: 96rem;
	align-items: center;
	justify-content: center;
	font-size: 18rem;
	text-align: center;
	color: #2B2B2B;
	border-top: 1px solid #C0C7D5;
	margin: 0;
}

.footer .copyright a {
	color: #2B2B2B;
}

.footer .copyright span {
	display: inline-block;
	margin: 0 20rem;
}

.footer-company {
	margin: 0;
	padding: 52rem 200rem 40rem;
}

.footer-company .footer-title {
	margin-bottom: 10rem;
	line-height: 40rem;
	font-size: 22rem;
	color: #2B2B2B;
	font-weight: bold;
}

.footer-company .footer-list {
	display: flex;
	flex-wrap: wrap;
}

.footer-company .footer-list li {
	flex: 0 0 100%;
	height: 44rem;
	line-height: 22rem;
	font-size: 18rem;
	color: #2B2B2B;
	display: flex;
	align-items: center;
}

.footer-company .footer-list li a {
	display: inline-block;
	line-height: 22rem;
	font-size: 18rem;
	color: #2B2B2B;
}

.footer-company .footer-list.footer-list-menus li {
	flex: 0 0 50%;
}

.footer-company .footer-logo {
	display: flex;
	align-items: center;
	height: 40rem;
	margin-bottom: 10rem;
}

.footer-company .footer-logo .logo {
	width: 115rem;
	height: 33rem;
}

.footer-company .footer-logo .title {
	height: 33rem;
	font-size: 18rem;
	display: flex;
	align-items: center;
}

.footer-company .footer-logo .title::before {
	width: 1px;
	height: 18rem;
	background-color: #C0C7D5;
	content: '';
	display: inline-block;
	margin: 0 14rem;
}

.footer-company .footer-contact {
	line-height: 22rem;
	font-size: 18rem;
	color: #2B2B2B;
	margin-bottom: 10rem;
}

.footer-company .footer-contact p {
	padding: 11rem 0;
	margin-bottom: 0;
}

.footer-company .footer-contact a {
	color: #2B2B2B;
}

.footer-company .footer-contact a.foot-phone {
	margin-right: 38rem;
}

.footer-company .footer-contact a.foot-phone:last-child {
	margin-right: 0;
}

.footer-company .footer-QR-code {
	display: flex;
	align-items: center;
}

.footer-company .footer-QR-code>.qr-code {
	margin-right: 109rem;
}

.footer-company .footer-QR-code>.qr-code p {
	font-size: 14rem;
	text-align: center;
	margin-top: 5rem;
}

.footer-company .footer-QR-code>.qr-code img {
	width: 104rem;
	height: 104rem;
}

.footer-company .footer-QR-code img:last-child {
	margin-right: 0;
}

/** 渚ц竟 */
.sidebar {
	position: fixed;
	z-index: 19;
	right: 30rem;
	top: 50%;
	margin-top: 30rem;
}

.side-menus,
.side-gotop {
	margin-bottom: 20rem;
	border-radius: 25rem;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: 0 0 27rem rgba(0, 0, 0, 0.03);
}

.side-menus a,
.side-gotop a {
	width: 50rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 20rem;
	font-size: 14rem;
	color: #2B2B2B;
	text-align: center;
	border-radius: 25rem;
}

.side-menus a {
	height: 101rem;
}

.side-gotop a {
	height: 50rem;
}

.side-menus a:hover,
.side-gotop a:hover {
	color: #FFF;
	background-color: #1B5CDE;
}

.side-menus a.active {
	color: #FFF;
	background-color: #1B5CDE;
}

.side-menus a i,
.side-gotop a i {
	display: block;
	width: 20rem;
	height: 20rem;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.side-menus a i {
	margin-bottom: 6rem;
}

.side-gotop a i.side-icon-top {
	background-image: url('../img/newpage/icon_top.png');
}

.side-menus a i.side-icon-yanshi {
	background-image: url('../img/newpage/icon_yanshi.png');
}

.side-menus a i.side-icon-kefu {
	background-image: url('../img/newpage/icon_kefu.png');
}

.side-menus a:hover i.side-icon-yanshi {
	background-image: url('../img/newpage/icon_yanshi_on.png');
}

.side-menus a:hover i.side-icon-kefu,
.side-menus a.active i.side-icon-kefu{
	background-image: url('../img/newpage/icon_kefu_on.png');
}

.side-gotop a:hover i.side-icon-top {
	background-image: url('../img/newpage/icon_top_on.png');
}

/** qq瀹㈡湇寮圭獥 */
#sidebarBox_qqCustomer iframe {
	position: absolute !important;
	right: calc(100% + 20rem) !important;
	bottom: calc(20rem + 148px) !important;
	top: auto !important;
}

/** wx瀹㈡湇寮圭獥 */
#sidebarBox_wxCustomer {
	width: 106px;
	position: absolute !important;
	right: calc(100% + 20rem) !important;
	bottom: 20rem !important;
	top: auto !important;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}
#sidebarBox_wxCustomer a {
	display: block;
	width: 100%;
	height: 100%;
}
#sidebarBox_wxCustomer a >img {
	margin: 10px;
}
#sidebarBox_wxCustomer a >p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	padding: 5px 0;
	background-color: #1B5CDE;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sidebarBox_wxCustomer a >p >img {
	margin-right: 5px;
}

@media screen and (max-width: 1199px) and (min-width: 480px) {
	.headerPc {
		padding: 0 30rem;
	}

	.headerPc .head-navList .dropdown-menu {
		padding: 20rem 30rem 40rem 165rem;
	}

	.footer-company {
		padding-left: 30rem;
		padding-right: 30rem;
	}

	.inner {
		padding: 0 30rem;
	}

	.headerPc .head-navList .nav-tabs {
		font-size: 14px;
	}

	.headerPc .head-right .head-phone {
		font-size: 12px;
	}
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
	.headerPc {
		padding: 0 50rem;
	}

	.headerPc .head-navList .dropdown-menu {
		padding: 20rem 50rem 40rem 185rem;
	}

	.footer-company {
		padding-left: 50rem;
		padding-right: 50rem;
	}

	.inner {
		padding: 0 50rem;
	}

	.headerPc .head-navList .nav-tabs {
		font-size: 16px;
	}

	.headerPc .head-right .head-phone {
		font-size: 14px;
	}
}

@media screen and (min-width: 1600px) {
	.inner {
		padding: 0 200rem;
	}
}

@media screen and (max-width: 480px) {

	.row,
	.form-group {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
	.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
	.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12,
	.col-md-2, .col-md-3, .col-md-4, .col-md-5,
	.col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
	.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
	.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 0;
		padding-right: 0;
	}*/
	.footer .copyright {
		font-size: 16rem;
	}

	.footer-company {
		padding: 30rem 20rem 20rem;
	}

	.footer-company .footer-list.footer-list-menus li {
		flex: 0 0 50%;
	}

	.footer-product {
		margin-bottom: 20rem;
		padding: 0;
	}

	.footer-product>div {
		padding: 0;
	}

	.footer-company .footer-title {
		font-size: 20rem;
		margin-bottom: 0;
	}

	.footer-company .footer-list li a {
		font-size: 18rem;
	}

	.footer-company .footer-contact p {
		padding: 5rem 0;
		font-size: 18rem;
	}

	.footer-company .footer-QR-code>.qr-code {
		margin-right: 0;
		width: 50%;
		text-align: center;
	}

	.copyright span {
		display: block;
		line-height: 32rem;
	}
}

@media screen and (max-width: 992px) and (min-width: 480px) {
	.footer-company {
		margin: 0;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-company .footer-list.footer-list-menus li {
		flex: 0 0 25%;
	}

	.footer-product {
		margin-bottom: 20rem;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.footer-company .footer-list.footer-list-menus li {
		flex: 0 0 25%;
	}

	.footer-product {
		margin-bottom: 20rem;
		padding: 0;
	}

	.footer-product [class^='col-'] {
		padding: 0;
	}
}
