
a {
	color: var(--blue);
}

.wrap{
	width:1400px;
	margin: auto;
}

.logo {
	max-width: 100%;
}

.btn-primary {
	background-color: var(--blue);
	border: 0;
}

.btn-primary:hover {
	background-color: var(--darkblue);
}

.bg-nav {
	background-color: var(--blue) !important;
	height: 10px;
}

.border-primary {
	border-color: var(--blue) !important;
}

.border-dotted {
	border-style: dashed;
}

.text-warning {
	color: var(--warning) !important;
}

.list-group-item.active {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--light);
}

.list-group-item.active a {
	color: var(--light);
}

/* 单行省略号 */
.crop-text-1 {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 两行省略号 */
.crop-text-2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.more {
	font-size: 1rem;
	float: right;
}

.hand {
	cursor: pointer;
}

.bg-light-50 {
	background-color: rgba(255, 255, 255, 0.5);
}

.border-light-50 {
	border-color: rgba(255, 255, 255, 0.5);
}

.page-link {
	color: var(--blue);
}

.page-item.active .page-link {
	background-color: var(--darkblue);
	border-color: var(--darkblue);
}

footer {
	border-top: 2px solid #ccc;
}

footer ul,
footer ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

footer ul li,
footer ol li {
	line-height: 200%;
}

select+select {
	margin-top: 0.5em;
}

select+input {
	margin-top: 0.5em;
}

/* 独立页面样式 */
.l-height {
	line-height: 170%;
}


/* 任意页返回头部 */
.toTop {
	background: url('../images/to-top.png') center center no-repeat;
	width: 48px;
	height: 48px;
	border: 0;
}



.content {
	line-height: 170%;
	font-size: 1em;
	font-weight: 500;
}

.content p {
	margin-bottom: 1em;
}

.content table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	display: table;
}

.content table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.content table th {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 5px 10px;
}

.content blockquote {
	margin: 1em 0;
	border: 1px solid #efefef;
	background: #fcfcfc;
	padding: 0.5em 1em;
}

/* 管理员回复评论信息 */
fieldset.admin-reply {
	border: 1px solid #ccc;
	padding: 0.5em;
}

fieldset.admin-reply legend {
	width: auto;
	padding: 0 0.5em;
	font-size: 1em;
}

fieldset.admin-reply+fieldset.admin-reply {
	margin-top: 1em;
}


/* 产品属性 */
div.attr {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	line-height: 26px;
	padding: 3px 10px;
	cursor: pointer;
}

div.attr.selected {
	border: 1px solid var(--orange);
	background-color: var(--orange);
	color: var(--white);
}

ul.radio li label {
	padding: 0.25em 1em;
}

ul.radio li label input[type=radio] {
	margin-left: -1em;
	margin-top: 0.1em;
}

header .topnav {
	line-height: 40px;
	border-bottom: 1px solid #eee;
	background: #FEFEFE;
	color: var(--dark);
}

header .topnav a {
	color: var(--dark);
}

header .menu a {
	font-size: 1.2rem;
	color: var(--dark);
}

.headnav {
	background: #fff;
	background: relative;
	width: 100%;
	margin: 0 auto;
}

.index-search {
	background: var(--primary);
	padding: 1em 0;
	color: var(--white);
}

.index-search a {
	color: var(--white);
}

.index-search .bg-orange {
	background-color: var(--orange);
	border-color: var(--orange);
}

.index-search .bg-orange:hover,
.index-search .bg-orange:active {
	background-color: var(--orange);
	border-color: var(--orange);
}

.tab-pane img {
	max-width: 100%;
	height: auto !important;
}

.Servicecentre{
	background: url(../images/fw_bg.jpg) no-repeat;
	background-position: left bottom;
	margin: 100px auto 0 auto;
	padding-bottom: 100px;
	background-size: 100%
}

.Servicecentre .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.Servicecentre .introduce {
	width: 40%;
	height: auto;
}

.Servicecentre .list {
	width: 60%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.Servicecentre .introduce .title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
}

.Servicecentre .introduce .hr {
	width: 1.875rem;
	height: .1875rem;
	background-color: #cfcfd9;
	margin-top: 30px;
}

.Servicecentre .introduce .content {
	width: 75%;
	height: auto;
	color: #646464;
	font-size: 15px;
	display: -webkit-box;
	/*值必须为-webkit-box或者-webkit-inline-box*/
	-webkit-box-orient: vertical;
	/*值必须为vertical*/
	-webkit-line-clamp: 4;
	/*值为数字，表示一共显示几行*/
	overflow: hidden;
	margin-top: 30px;
}

.Servicecentre .introduce .btn {
	width: 220px;
	height: 60px;
	background-color: #3b4d95;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #FFF;
	margin-top: 100px;
	text-indent: 10px

}

.Servicecentre .introduce .btn:hover {
	background-color: red;
}

.Servicecentre .introduce .btn div img {
	width: 32px;
	border-radius: 50%;
	background-color: #e94647;
	padding: 3px;
	
}

.xiaoright{
	transform: scale(.8);
	position: relative;
	right: 6px;
}

.Servicecentre .list .box {
	width: 49%;
	margin: 10px 0;
	background-color: #f6f7fb;
	padding-bottom: 20px;
	border-bottom: 5px solid #f6f7fb;
}

.Servicecentre .list .box:nth-of-type(2n){
	float: right;
	margin-left: auto;
}



.Servicecentre .list .box:hover {
	background-color: #3b4d95;
	cursor: pointer;
	color: #FFF;
	border-color: #e94647;
}

.Servicecentre .list .box .title {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	margin: 0 auto;
}

.Servicecentre .list .box:hover .title .ctitle{
	color: #fff;
}

.Servicecentre .list .box:hover .content{
	color: #fff;
}

.Servicecentre .list .box .title .ctitle {
	color: #3b4d95;
	font-size: 25px;
	font-weight: bold;
}

.Servicecentre .list .box .inco {
	width: 30px;
}

.Servicecentre .list .box .inco img {
	width: 100%;
}

.Servicecentre .list .box .content {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	/*值必须为-webkit-box或者-webkit-inline-box*/
	-webkit-box-orient: vertical;
	/*值必须为vertical*/
	-webkit-line-clamp: 4;
	/*值为数字，表示一共显示几行*/
	overflow: hidden;
	color: #808183;
	font-size: 15px;
}

.Entrust {
	width: 100%;
	height: 750px;
	background: url(../images/Entrust.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Entrust .getBtn {
	width: 100%;
}

.Entrust .getBtn .title {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}

.Entrust .getBtn .subheading {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-weight: 300;
}

.Entrust .getBtn .list {
	margin-top: 100px;
	 display: flex; 
	/* justify-content: space-evenly; */
	/* width: 100%; */
}

.Entrust .getBtn .list .Banks {
	width: 100%;
	height: 270px;
	background-color: #ffffff31;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 25px
}

.Entrust .getBtn .list .Banks:last-of-type{
	margin-right: 0
}

.Entrust .getBtn .list .Banks .Bank {
	width: 232px;
	height: 247px;
	background-color: #FFF;
	padding: 1.875rem;
}

.Entrust .getBtn .list .Banks .Bank .icon {
	width: 40px;
}

.Entrust .getBtn .list .Banks .Bank .icon img {
	width: 100%;
	height: 100%;
}

.Entrust .getBtn .list .Banks .Bank .quantity {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-top: 55px;
	letter-spacing: 1px
}

.Entrust .getBtn .list .Banks .Bank .class {
	color: #7f7f7f;
	margin-top: 10px;
	font-size: 17px;
}

.Productcenter {
	width: 100%;
	margin: 90px auto;
	overflow: hidden;
}

.Productcenter .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 1700px; */
}

.Box {
	position: relative;
}

.Box .content {
	margin: 0 auto;
	/* width: 1600px; */
}

@media (max-width:1680px) {
	.wrap{
		width:1400px;
	}
	 /* .Productcenter .wrap{
		width: 1600px;
	}
	.Productcenter .Box .content{
		width: 1500px;
	} */
}

.Productcenter .Box h1 {
	text-align: center;
	color: #000;
	font-size: 50px;
}

.Box .Box_con {
	position: relative;
	margin-top: 80px;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 55px;
	height: 40px;
	position: absolute;
	top: 200px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../images/lbleft.png) no-repeat center;
	left: -100px;
	background-size: 100% 100%;
}

.Box .Box_con .btnr {
	background: url(../images/lbright.png) no-repeat center;
	right: -100px;
	background-size: 100% 100%;
}

.Box .Box_con .btnl:hover {
	background: url(../images/lbleft.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 0.5;
}

.Box .Box_con .btnr:hover {
	background: url(../images/lbright.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 0.5;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 300px;
	height: 450px;
	margin-left: 20px;
	/* background-color: #0093dd; */
	overflow: hidden;
	cursor: pointer;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 100%;
	/* height: 200px; */
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	/* transform: scale(1.1); */
	background-color: #3b4d95;
}

.Box .Box_con .conbox ul li .title {
	font-size: 22px;
	margin-top: 10px;
	text-align: center;
	color: #000;
}

.Box .Box_con .conbox ul li .navs {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	color: #7e7e7e;
}

.Box .Box_con .conbox ul li:hover .navs {
	/* transform: scale(1.1); */
	color: #304391;
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #d8dbea;
	margin: 0 5px;
	border-radius: 12px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	border: red 1px solid;
	background-color: #FFF;
}


.Wisdompay{
	margin-bottom: 100px;
}

.Wisdompay .wrap{
	background: url(../images/Wisdompay2.png?01) no-repeat;
	background-size: 100%;
	background-position: center;
	display: flex;
	justify-content: center;
	height: 650px;
}

.Wisdompay .Banks {
	width: 100%;
}

.Wisdompay .Banks .title {
	font-size: 42px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 7%;
}

.Wisdompay .Banks .subhead {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin-top: 12px;
	font-weight: 300;
	line-height: 35px
}

.Wisdompay .Banks .btn {
	width: 110px;
	height: 38px;
	border: 1px solid #FFF;
	border-radius: 40px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 30px;
}

.Wisdompay .Banks .btn:hover {
	background-color: #fff;
	color: red;
}

.base {
	width: 100%;
	height: 451px;
}

.base .Colornavigationbar {
	width: 100%;
	height: .625rem;
	display: flex;
}



