@font-face {
	font-family: 'FuturaStd-Bold';
	src: url('../font/FuturaStd-Bold.eot');
	src: url('../font/FuturaStd-Bold.woff') format('woff'), url('../font/FuturaStd-Bold.ttf') format('truetype'), url('../font/FuturaStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


header {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

.main {
	width: 100%;
	overflow-x: hidden;
	padding-top: 90px;
}

.block {
	padding: 90px 0;
	color: #444444;
}

.block-gray {
	background: #f2f2f2;
}

h3.block-title {
	font-size: 36px;
	color: #0a2d5f;
	font-family: "Microsoft YaHei", sans-serif;
	margin-bottom: 40px;
	font-weight: bold;
}
h3.manage_team{
	font-weight: bold;
	font-size: 34px;
	color: #0a2d5f;
}
.block-img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.relative {
	position: relative;
}


/* index */
.index .company-profile {
	position: relative;
	overflow: hidden;
}

.index .company-profile .text {
	font-size: 28px;
	line-height: 50px;
	position: relative;
	color: #4ebebe;
}

.index .company-profile .icon {
	color: #4ebebe;
	display: inline-block;
	position: absolute;
}

.index .company-profile .icon.icon-quote-left {
	top: 10px;
	left: 50%;
	margin-left: -320px;
}

.index .company-profile .icon.icon-quote-right {
	bottom: 0;
	left: 50%;
	margin-left: 300px;
}

.index .business-model .text {
	margin-bottom: 80px;
}

#dashuLoan{
	min-height: 710px;
}

.index .business-model .text .t1 {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: bold
}

.index .business-model .text .t2 {
	font-size: 16px;
	line-height: 40px;
}

.index .business-model img {
	width: 800px;
}

.index .dssd .apply-btn {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -100px;
	display: block;
	width: 200px;
	height: 50px;
	background: #ffffff;
	color: #10a1c7;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}

.management-team .more-btn {
	width: 240px;
	height: 50px;
	background: #4ebebe;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	.management-team img{
		width: 100%;
	}
}

.index .know-us .panels {
	position: relative;
}

.index .know-us .panels img {
	width: 100%;
	height: 180px;
}

.index .know-us .panels .text {
	width: 100%;
	background: #ffffff;
	top: 55px;
	color: #ffffff;
	padding: 20px;
}

.index .know-us .panels b {
	font-size: 16px;
	margin-bottom: 8px;
	color: #000000;
	display: block;
}

.index .know-us .panels p {
	font-size: 14px;
	color: #888888;
}

.index .index_banner_bg {
	position: absolute;
	top: 0;
	z-index: -1;
	object-fit: cover;
    width: 1920px;
    height: 500px;
	left: 50%;
	transform: translate(-50%, 0);
}
.index .carousel-inner.index_banner .item.active .place_name {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 116px;
}

.index .carousel-inner.index_banner .item.active .place_name .title {
	font-weight: bold;
	font-size: 42px;
	line-height: 52px;
	background: linear-gradient(to right, #E9E6E2 0%, #9A959A 10%, #E9E6E2 15%, #9A959A 30%, #E9E6E2 40%, #9A959A 100%);
	color: #fff;
	margin-bottom: 10px;
	-webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.index .carousel-inner.index_banner .item.active .place_name .en_title {
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	margin-top: 25px;
	background: linear-gradient(90deg, #445b7d 0%, #01b195 20%);
	color: transparent;
	margin-bottom: 10px;
	-webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.index .carousel-inner.index_banner .item.active .place_name .tips {
	margin-top: 26px;
	font-size: 14px;
	color: #fff;
}

.index .business img#businessImg {
	width: 1920px;
    max-width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.index .business .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 122px;
	position: relative;
	z-index: 2;
	height: 531px;
}

.index .business .content h3 {
	text-align: center;
	font-size: 34px;
	color: #0a2d5f;
	font-weight: bold;
	margin-bottom: 80px;
}

.index .business .content .list {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-left: 40px; */
}

.index .business .content .list .item {
	text-align: center;
	margin: 0 20px;
}

.index .business .content .list .logo {
	position: relative;
	left: -30px;
	width: 269px;
	align-self: end; /* align-self属性允许单个项目有与其他项目不一样的对齐方式，可覆盖align-items属性。默认值为auto，表示继承父元素的align-items属性，如果没有父元素，则等同于stretch。 */
}

.index .business .content .list .logo .logo_top {
	display: flex;
    align-items: flex-end;
	margin-bottom: 30px;
}

.index .business .content .list .logo img {
	/* float: left; */
	width: 168px;
	height: 84px;
}

.index .business .content .list .logo .name_list {
	/* float: left; */
	/* margin: 20px 0 20px 5px; */
	display: flex;
	margin-left: 5px;
}

.index .business .content .list .logo .name_list span {
	/* width: 13px; */
	/* text-align: justify; */
	/* writing-mode: vertical-lr; */
	font-size: 12px;
	padding: 6px 2px;
	background: #0A2D5F;
	color: #fff;
	margin-left: 2px;
	text-align: center;
	line-height: 12px;
}
.index .business .content .list .logo .name_list span:first-child {
	margin-left: 0;
}

.index .business .content .list .item p {
	width: 100%;
	float: left;
	text-align: center;
	background: linear-gradient(90deg, #25457c, #159D9D, #25457c);
    color: #fff;
    text-align: center;
}

.index .business .content .list .arrow {
	position: relative;
	width: 87px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.index .business .content .list .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 87px;
    height: 2px;
    background: linear-gradient(90deg, #3E327E, #02A48E);
}

.index .business .content .list .arrow::after {
	content: "";
    position: absolute;
    right: 0px;
    bottom: 3px;
    height: 2px;
    width: 10px;
    background: linear-gradient(75deg, #14A192, #02A48E);
    transform: rotate(40deg);
}

.index .business .content .list .arrow.wechat {
	width: 117px;
}

.index .business .content .list .arrow.wechat::before {
	width: 117px;
    background: linear-gradient(90deg, #21B19B, #3F4082);
}

.index .business .content .list .arrow.wechat::after {
    background: linear-gradient(75deg, #232873, #3F4082);
}

.index .business .content .list .item.mechanism div, .index .business .content .list .item.finance div {
	font-size: 28px;
	color: #0A2D5F;
	margin-bottom: 30px;
	font-weight: bold;
}

.index .business .content .list .item.mechanism img, .index .business .content .list .item.finance img {
	margin-bottom: 25px;
}

/* 核心技术 */
.index .core {
	padding-top: 111px;
	color: #0A2D5F;
	height: 840px;
	position: relative;
	background: linear-gradient(to bottom, #fff 60%, #EBEBEB 100%);
	/* width: 1200px; */
	/* margin: 0 auto; */
}

.index .core .title {
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}

.index .core .title_tips {
	margin-bottom: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.index .core .content_text {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 890px;
	margin: 0 auto;
}

.index .core img {
	position: absolute;
	bottom: 0;
	z-index: 0;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: auto;
}

.media-coverage .media-btn {
	width: 100%;
	display: block;
}

.media-coverage .media-btn img {
	width: 204px;
	height: 84px;
}

.media-coverage .panels {
	margin: 0 14px 30px;
	float: left;
}

.media-coverage .media-btn.rmw {
	background: url("../images/media/hover/01.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.qyj {
	background: url("../images/media/hover/02.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.jjw {
	background: url("../images/media/hover/03.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.xcf {
	background: url("../images/media/hover/04.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.afx {
	background: url("../images/media/hover/05.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.nfds {
	background: url("../images/media/hover/06.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.sstq {
	background: url("../images/media/hover/07.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.hx {
	background: url("../images/media/hover/08.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.kr {
	background: url("../images/media/hover/09.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.dycj {
	background: url("../images/media/hover/10.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.cyb {
	background: url("../images/media/hover/11.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.jjgc {
	background: url("../images/media/hover/12.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.rmw:hover {
	background: url("../images/media/hover/01.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.qyj:hover {
	background: url("../images/media/hover/02.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.jjw:hover {
	background: url("../images/media/hover/03.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.xcf:hover {
	background: url("../images/media/hover/04.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.afx:hover {
	background: url("../images/media/hover/05.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.nfds:hover {
	background: url("../images/media/hover/06.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.sstq:hover {
	background: url("../images/media/hover/07.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.hx:hover {
	background: url("../images/media/hover/08.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.kr:hover {
	background: url("../images/media/hover/09.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.dycj:hover {
	background: url("../images/media/hover/10.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.cyb:hover {
	background: url("../images/media/hover/11.png");
	background-size: 100% 100%;
}

.media-coverage .media-btn.jjgc:hover {
	background: url("../images/media/hover/12.png");
	background-size: 100% 100%;
}


/* end index */


/* aboutUs */

.about-us .management-team .text {
	font-size: 18px;
	color: #444444;
	margin-bottom: 40px;
}

.about-us .management-team .text p {
	margin-bottom: 30px;
}

.management-team .more-btn {
	margin-bottom: 40px;
	background: url("../images/btn.png") no-repeat;
}

.about-us .company-profile .text {
	font-size: 18px;
	line-height: 40px;
}

.about-us .company-profile .text p {
	margin-bottom: 20px;
}

.about-us .development-history {
	position: relative;
}

.index .business {
	position: relative;
}

.about-us .development-history .bg,
.product .loan .bg,
.advantage .xhfn .bg,
.index .company-profile .bg,
.map-block .bg {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
	top: 0;
}

.about-us .development-history .block-title {
	color: #ffffff;
}

.about-us .development-history .line {
	width: 100%;
	height: 30px;
	background: url("../images/about/zhou.png") no-repeat;
	position: absolute;
	top: 345px;
}

.about-us .development-history .point {
	color: #ffffff;
	position: absolute;
	left: 50%;
	width: 300px;
}

.about-us .development-history .point p {
	font-size: 44px;
	margin-bottom: 10px;
}

.about-us .development-history .point span {
	font-size: 16px;
	color: rgba(255, 255, 255, .8)
}

.about-us .development-history .point1 {
	margin-left: -536px;
	top: 210px;
}

.about-us .development-history .point2 {
	margin-left: -343px;
	top: 400px;
}

.about-us .development-history .point3 {
	margin-left: -150px;
	top: 210px;
}

.about-us .development-history .point4 {
	margin-left: 43px;
	top: 400px;
}

.about-us .development-history .point5 {
	margin-left: 236px;
	top: 210px;
}

.about-us .brother-company .panels {
	padding: 60px 40px;
}

.about-us .brother-company .panels img {
	margin-bottom: 40px;
	width: 230px;
}

.about-us .brother-company .panels .text {
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
}

.about-us .cooperative-organization img {
	margin-bottom: 30px;
}

#carousel-example-generic {
	position: relative;
	/* background: url("../images/about/about_us_banner.png") no-repeat;
	background-position: 50% 50%; */
}
.about-us #carousel-example-generic img {
	position: absolute;
	left: 50%;
	width: 100%;
	top: 0;
	z-index: -1;
	object-fit: cover;
    width: 1920px;
    height: 500px;
	transform: translate(-50%, 0);
}
#carousel-example-generic .carousel-inner{
	width: 1000px;
	margin: 0 auto;
  }
  #carousel-example-generic .carousel-inner svg {
	  margin-top: 100px;
	height: 180px;
    width: 400px;
  }
  #carousel-example-generic .carousel-inner .text {
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	fill: url(#gradient);
  }
  #carousel-example-generic .carousel-inner .tips {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	background: linear-gradient(to right, #465B7D, #2F7985 10%, #1E8E8B 20%, #00B496);
	color: transparent;
	margin-bottom: 10px;
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
  }

#brother {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
  }
  #brother h3.animate-box {
	text-align: center;
	margin-bottom: 70px;
  }
  #brother .content .item {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
  }
  #brother .content .item .image {
	height: 80px;
	flex: 0 0 180px;
	margin-right: 20px;
	/* border: 1px dashed #ccc; */
  }
  #brother .content .item .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
  }
  #brother .content .item .content_text {
	border-left: 3px solid #DEDEDE;
	padding: 10px 0 10px 40px;
  }
  #brother .content .item .content_text .cotnent_text_title {
	font-size: 20px;
	color: #0A2D5F;
	margin-bottom: 16px;
	font-weight: bold;
  }
  #brother .content .item .content_text .content_text_section {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  
/* end aboutUs */


/* product */

.product .slide .apply-btn {
	width: 270px;
	height: 60px;
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	color: #ffffff;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	top: 500px;
	left: 50%;
	margin-left: -135px;
	background: none;
	z-index: 9;
}

.product .select-product .text {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 40px;
}

.product .select-product .product-list .panels {
	width: 270px;
	height: 310px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.product .select-product .product-list .list-item {
	width: 100%;
	height: 100%;
	background: #ffffff;
	padding: 50px 0;
}

.product .select-product .product-list .list-item img {
	margin-bottom: 25px;
}

.product .select-product .product-list .list-item h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product .select-product .product-list .list-item p {
	margin-bottom: 5px;
	font-size: 16px;
	color: #888888;
}

.product .select-product .product-list .list-hover {
	width: 100%;
	height: 100%;
	background: #2d8189;
	padding: 30px;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	top: 310px;
}

.product .select-product .product-list .list-hover h4 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.product .select-product .product-list .list-hover li {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	padding-left: 15px;
}

.product .select-product .product-list .list-hover li span {
	display: inline-block;
	position: absolute;
	left: 0;
}

.product .containers .r .t {
	padding-top: 50px;
	margin-bottom: 55px;
}

.product .containers .r h4 {
	font-size: 32px;
	color: #000000;
	margin-bottom: 20px;
}

.product .containers .r p {
	font-size: 18px;
	margin-bottom: 10px;
	color: #888888;
}

.product .containers .r img {
	margin-bottom: 20px;
}

.product .question-panel {
	padding: 30px 90px 30px 30px;
	background: #ffffff;
	margin-bottom: 30px;
	text-align: left;
}

.product .question-panel .q {
	width: 100%;
	font-size: 16px;
	color: #000000;
	position: relative;
}

.product .question-panel .btn-icon,
.manage-team .team-panel .t .btn-icon {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: -5px;
}

.manage-team .team-panel .t .l img {
	width: 150px;
}

.product .question-panel .btn-icon.down,
.manage-team .team-panel .t .btn-icon.down {
	background: url("../images/icon-down.png") no-repeat;
	background-size: 100% 100%;
}

.product .question-panel .btn-icon.up,
.manage-team .team-panel .t .btn-icon.up {
	background: url("../images/icon-up.png") no-repeat;
	background-size: 100% 100%;
}

.product .question-panel .a {
	font-size: 14px;
	line-height: 2em;
	color: #444444;
	display: none;
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.product .loan {
	position: relative;
	height: 757px;
	width: 100%;
	overflow: hidden;
}

.product .loan .block-title {
	color: #ffffff;
	margin-bottom: 55px;
	margin-top: -15px;
}

.product .loan .loan-box {
	padding: 50px;
	width: 570px;
	margin: 0 auto;
	background: #ffffff;
}

.product .loan .loan-box li {
	width: 470px;
	margin-bottom: 28px;
	position: relative;
	font-size: 16px;
}

.product .loan .loan-box li input {
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 10px 10px 10px 50px;
}

.product .loan .loan-box li img.icons {
	position: absolute;
	left: 13px;
	top: 13px;
}

.product .loan .loan-box li .loan-btn {
	width: 240px;
	height: 50px;
	background: url("../images/btn.png") no-repeat;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	border: none;
}

.product .loan .loan-box li span {
	display: inline-block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d7d7d7;
	float: left;
}
.product .loan .loan-box li span:last-of-type{
	border-left: none;
}

.product .loan .loan-box li span:hover {
	background: #f0f0f0;
}

.product .loan .loan-box li span.active {
	background: #4ebebe;
	color: #ffffff;
	border: none;
}

.product .loan .loan-box li:last-child {
	margin-bottom: 0;
}

.notice-success {
	display: none;
	width: 530px;
	height: 484px;
	background: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -265px;
	margin-top: -243px;
	z-index: 100;
	text-align: center;
	padding: 55px 0 40px;
}

.notice-success h4 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	margin: 20px;
}

.notice-success p {
	color: #444444;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 20px;
}

.notice-success span {
	color: #888888;
	display: block;
	margin-bottom: 20px;
}

.notice-success button {
	width: 240px;
	height: 50px;
	background: #4ebebe;
	border: none;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
}

.product .loan .notice {
	position: absolute;
	width: 160px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #ffffff;
	padding: 10px;
	border-radius: 6px;
	top: 340px;
	left: 50%;
	margin-left: -80px;
	display: none;
}

/*新加的 城市列表*/
.img-arrow{
	cursor: pointer;
	transform: rotateX(180deg);
	position: absolute;
	top: 14px;
	right: 18px;
}
.user-city{
	cursor: pointer !important;
	background-color: #FFF;
}
.hidden-city-block{
	min-height: 99px;
	display: none;
	z-index: 9;
	position: absolute;
	top: 49px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-top: none;
}
.hidden-city-block div{
	margin: 15px 20px;
	flex-wrap : wrap;
}
.hidden-city-block div p{
	cursor: pointer;
	float: left;
	padding: 0 5px;
	margin: 0 5px 5px;
}
.hidden-city-block div p.active{
	background-color: #43B7CA;
	color: #FFFFFF;
}
.img-arrow.active{
	transform: rotateY(180deg);
	transition: .5s all;
}
.hidden-city-block .cityList{
	display: none;
}
/* end product */


/* team */

.manage-team .main {
	padding-top: 180px;
}

.manage-team .text {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 60px;
	color: #444444;
}

.manage-team .team-panel {
	padding: 20px 50px;
	background: #ffffff;
	text-align: left;
	margin-bottom: 30px;
	box-shadow: 2px 3px 2px #CCCCCC;
}

.manage-team .team-panel .t {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.manage-team .team-panel .t .l {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
}

.manage-team .team-panel .t .r {
	margin-left: 190px;
}

.manage-team .team-panel .t .r .t1 {
	padding: 25px 0;
	position: relative;
}

.manage-team .team-panel .t .r .name {
	font-size: 28px;
	color: #4ebebe;
	display: inline-block;
	margin-right: 30px;
}

.manage-team .team-panel .t .r .duty {
	font-size: 18px;
	color: #000000;
}

.manage-team .team-panel .t .r p {
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	word-break: break-all;
	line-height: 2em;
	max-width: 800px;
	font-size: 14px;
	color: #444444;
	margin-bottom: 5px;
}

.manage-team .team-panel .t .btn-icon {
	width: 48px;
	height: 48px;
	right: 50px;
	top: 50px;
}

.manage-team .team-panel .b {
	margin-left: 190px;
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 10px;
	font-size: 14px;
	/* display: none; */
}

.manage-team .team-panel .b li {
	margin-bottom: 10px;
}

.manage-team .team-panel .b span {
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 4px;
}

.manage-team .team-panel .b p {
	margin-left: 50px;
	line-height: 2em;
}


/* end team */

/* counselor */
.counselor-card{
	display: flex;
	padding: 20px 50px;
	background-color: #FFF;
	margin-bottom: 30px;
	box-shadow: 2px 3px 2px #CCCCCC;
}
.counselor-card img{
	width: 150px;
	height: 150px;
	margin-right: 40px;
}
.counselor-card-content{
	width: 100%;
}
.counselor-card-title{
	font-size: 28px;
    color: #4ebebe;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.counselor-introduction{
	padding-left: 46px;
	padding-top: 20px;
	text-indent: -46px;
	font-size: 14px;
	color: #444444;
	line-height: 28px;
	text-align: left;
}
.counselor-introduction:before{
	content:"简介：";
	font-weight: bold;
}
.counselor-card-title span{
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
}
/* end counselor */


/* advance */

.advantage .advance .text {
	font-size: 18px;
	line-height: 2em;
	color: #444444;
	margin-bottom: 40px;
}

.advantage .advance .panels {
	background: #ffffff;
	width: 100%;
	height: 205px;
	padding: 30px;
	text-align: left;
}

.advantage .advance .panels .l {
	float: left;
}

.advantage .advance .panels .l img {
	width: 56px;
	height: 56px;
}

.advantage .advance .panels .r {
	margin-left: 76px;
}

.advantage .advance .panels .r h4 {
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.advantage .advance .panels .r p {
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
}

.advantage .xwjs {
	margin-top: 110px;
}

.advantage .xwjs li {
	padding: 25px 0;
	font-size: 18px;
}

.advantage .xwjs li b {
	margin-bottom: 5px;
	display: inline-block;
}

.advantage .xwjs .l {
	width: 310px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	float: left;
}

.advantage .xwjs .l li {
	border-bottom: 1px solid #e5e5e5;
	color: #444444;
	font-weight: bold;
}

.advantage .xwjs .m {
	width: 430px;
	background: #4ebebe;
	color: #ffffff;
	float: left;
	position: relative;
}

.advantage .xwjs .m li {
	border-bottom: 1px solid #6ca6ab;
}

.advantage .xwjs .m .bar {
	display: block;
	width: 100%;
	height: 31px;
	background: #4ebebe;
	position: absolute;
}

.advantage .xwjs .m .bar.bar1 {
	top: -30px;
}

.advantage .xwjs .m .bar.bar2 {
	bottom: -30px;
}

.advantage .xwjs .r {
	width: 430px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float: left;
}

.advantage .xwjs .r li {
	border-bottom: 1px solid #e5e5e5;
	color: #444444;
}

.advantage .xhfn {
	position: relative;
	height: 610px;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
}

.advantage .xhfn h3.block-title {
	color: #ffffff;
	margin-bottom: 34px;
	margin-top: -10px;
}

.advantage .xhfn .text {
	font-size: 24px;
	margin-bottom: 60px;
}

.advantage .xhfn .panels img {
	margin-bottom: 30px;
}

.advantage .xhfn .panels h4 {
	font-size: 22px;
	margin-bottom: 12px;
}

.advantage .xhfn .panels p {
	font-size: 16px;
	line-height: 1.8em;
}


/* end advance */


/* report */

.banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.banner img {
	position: relative;
	z-index: 1;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.crumbs-wrapper .crumbs span {
	display: inline-block;
	font-size: 16px;
	margin: 25px 0 14px;
}

.crumbs-wrapper .curmbs-active,
.control-panel .hidden-content p:hover {
	color: #3fb7c0;
}

.infor-control{
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 25px;
}

.infor-control .title {
	float: left;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid grey;
}

.control-panel {
	z-index: 99;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	color: #3fb7c0;
}

.control-panel>div {
	position: relative;
	margin-left: 30px;
}

.control-panel img {
	transform: rotate(90deg);
	margin-left: 5px;
	margin-top: -5px;
}

.control-panel:hover img {
	transform: rotate(-5deg);
	transition: all 0.5s;
}

.control-panel:hover .hidden-content {
	display: block;
}

.control-panel .hidden-content {
	z-index: 999;
	display: none;
	border-radius: 5px;
	position: absolute;
	right: 0;
	width: 120px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000000;
	font-size: 13px;
	text-align: center;
}

.control-panel .hidden-content p {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}




.report {
	position: relative;
}

.report .report-list {
	width: 100%;
	margin-top: 30px;
}

.report .report-list li {
	margin-bottom: 30px;
	height: 300px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	padding: 20px;
}

.report .report-list li .l {
	width: 430px;
	height: 260px;
	float: left;
}

.report .report-list li .l img {
	width: 100%;
	height: 100%;
}

.report .report-list li .r {
	float: left;
	width: 490px;
	height: 300px;
	padding: 20px 0 0 30px;
	box-sizing: border-box;
}

.report .report-list li .r h4 {
	font-size: 22px;
	margin-bottom: 25px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.report .report-list li .r .text {
	width: 100%;
	height: 120px;
	line-height: 2em;
	font-size: 14px;
	color: #444444;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.report .report-list li .r .time {
	font-size: 12px;
	color: #888;
	margin-bottom: 30px;
}

.report .code {
	position: fixed;
	top: 50%;
	right: 0;
}

.report .code .small-code {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 10px;
	background: #ffffff;
}

.report .code .small-code a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/report/code-Nor.png) no-repeat center;
	background-size: 40px 40px;
}

.report .code .small-code:hover {
	background: #4ebebe;
}

.report .code .small-code a:hover {
	background: url(../images/report/code-Hover.png) no-repeat center;
}

.report .code .large-code {
	background: #ffffff;
	padding: 15px;
	position: absolute;
	right: 80px;
	top: -60px;
	display: none;
}

.report .code .large-code img {
	margin-bottom: 12px;
}

.report-detail .detail-box {
	width: 100%;
	background: #ffffff;
	padding: 60px 70px;
	margin: 50px 0;
}

.report-detail .content h4 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.report-detail .content .sub-title {
	font-size: 16px;
	text-indent: 2em;
	color: #999999;
	margin-bottom: 10px;
}

.report-detail .content .time {
	font-size: 12px;
	color: #bbbbbb;
	margin-bottom: 10px;
	margin-top: 10px;
}

.report-detail .content p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
}

.report-detail .content img {
	width: 500px;
}

.report-detail .share {
	float: right;
	margin-top: 80px;
}

.report-detail .share li {
	float: left;
	margin-left: 20px;
	width: 24px;
	height: 24px;
}

.report-detail .share li a {
	display: block;
	width: 100%;
	height: 100%;
}

.report-detail .share li a.wx {
	background: url("../images/detail/wx.png");
	background-size: 100% 100%;
}

.report-detail .share li a.wb {
	background: url("../images/detail/wb.png");
	background-size: 100% 100%;
}

.report-detail .share li a.qq {
	background: url("../images/detail/qq.png");
	background-size: 100% 100%;
}

.report-detail .share li a.wx:hover {
	background: url("../images/detail/wx1.png");
	background-size: 100% 100%;
}

.report-detail .share li a.wb:hover {
	background: url("../images/detail/wb1.png");
	background-size: 100% 100%;
}

.report-detail .share li a.qq:hover {
	background: url("../images/detail/qq1.png");
	background-size: 100% 100%;
}

.report .pagination>li>a {
	border: none;
	background: none;
	color: #666666;
}

.report .pagination>li>a:hover {
	background: none;
	cursor: pointer;
}

.report .pagination>.active>a {
	color: #337ab7;
}


/* end report */


/* join-us */

.join-us .inner-job {
	width: 100%;
	background: #ffffff;
	padding: 50px 0;
}

.join-us .inner-job .panels {
	width: 20%;
	float: left;
}

.join-us .inner-job .panels img {
	margin-bottom: 10px;
}

.join-us .inner-job .panels h4 {
	margin-bottom: 15px;
	color: #444444;
	font-size: 22px;
	font-weight: bold;
}

.join-us .inner-job .panels p {
	margin-bottom: 15px;
}

.join-us .inner-job .panels p a {
	color: #444444;
	font-size: 16px;
}

.join-us .inner-job .panels p a:hover {
	color: #4ebebe;
}

.join-us .benefits .benefits-list {
	margin-bottom: 30px;
}

.join-us .benefits .benefits-list div.list {
	margin-bottom: 15px;
}

.join-us .benefits .benefits-list img {
	margin-right: 10px;
}

.join-us .benefits .benefits-list span {
	font-size: 18px;
}

.join-us .Culture{
	text-align: center;
	padding: 90px 0;
	background: #f2f2f2;
}
.join-us .Culture .block-title{
	margin-bottom: 50px;
}
.join-us .Culture .content p{
	margin-bottom: 30px;
}
.join-us .Culture .content p:last-child{
	margin-bottom: 0;
}
.join-us .Culture .content p a{
	position: relative;
	font-size: 16px;
	color: #0B2D5F;
	letter-spacing: 0.57px;
	line-height: 22px;
	z-index: 2;
}
.join-us .Culture .content p a:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 60px;
	height: 5px;
	transform: translateX(-50%);
	z-index: -1;
	background-image: linear-gradient(90deg, #DEBC8F 0%, #D4975C 100%);
}
.join-us .Culture .content p span{
	display: block;
	color:#4d4d4d;
	font-size: 16px;
	letter-spacing: 0.57px;
	line-height: 22px;
	margin-top: 15px;
}
.join-us .joinUs_qr{
	text-align: center;
	padding: 70px 0;
	background: #f2f2f2;
}
.join-us .joinUs_qr .block-title{
	text-align: center;
	margin-bottom: 70px;
}
.join-us .joinUs_qr p img{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.join-us .joinUs_qr p{
	font-size: 14px;
	color:#4d4d4d;
	line-height: 20px;
}
.branch-office-area {
	background: url(../images/joinUs/bg.png);
	background-repeat-x: repeat;
	height: 875px;
	position: relative;
}


.branch-office-area .branch-office-map {
	position: absolute;
	left: -150px;
	top: 0;
}

.spot-block {
	position: absolute;
	left: 0;
	height: 100%;
	width: 900px;
	/*background-color: rgba(0, 0, 0, 0.3);*/
}

.spot-block>span {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	/*background-color: rgba(0,0,0,0.7);*/
	background: url(../images/joinUs/circle.png);
	background-size: cover;
	opacity: 1;
}

.spot-block>span:hover {
	animation: twinkling 1.5s infinite ease-in-out;
	background-size: 100% 100%;
}

.spot-block>p {
	color: #000000;
	/*background-color: rgba(255,255,255,0.5);*/
	font-size: 16px;
	/*font-weight: bold;*/
	cursor: pointer;
	position: absolute;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
		transform: scale(2, 2);
	}
	25% {
		opacity: 0.5;
		transform: scale(3, 3);
	}
	50% {
		opacity: 1;
		transform: scale(4, 4);
	}
	75% {
		opacity: 0.5;
		transform: scale(3, 3);
	}
	100% {
		opacity: 0;
		transform: scale(2, 2);
	}
}

.spot-block span.chongqing {
	right: 565px;
	top: 485px;
}

.spot-block p.chongqing {
	right: 554px;
	top: 450px;
}

.spot-block span.chengdu {
	right: 650px;
	top: 445px;
}

.spot-block p.chengdu {
	right: 638px;
	top: 410px;
}

.spot-block span.yichang {
	right: 394px;
	top: 455px;
}

.spot-block p.yichang {
	right: 333px;
	top: 391px;
}

.spot-block span.wuhang {
	right: 301px;
	top: 446px;
}

.spot-block p.wuhang {
	right: 290px;
	top: 414px;
}

.spot-block span.changsha {
	right: 328px;
	top: 540px;
}

.spot-block p.changsha {
	right: 316px;
	top: 510px;
}

.spot-block span.guangzhou {
	right: 316px;
	bottom: 126px;
}

.spot-block p.guangzhou {
	bottom: 140px;
	right: 305px;
}

.spot-block span.foshan {
	right: 324px;
	bottom: 111px;
}

.spot-block p.foshan {
	bottom: 112px;
	right: 337px;
}

.spot-block span.dongguan {
	right: 305px;
	bottom: 105px;
}

.spot-block p.dongguan {
	bottom: 75px;
	right: 400px;
}

.spot-block span.zhongshan {
	right: 312px;
	bottom: 90px;
}

.spot-block p.zhongshan {
	bottom: 83px;
	right: 325px;
}

.spot-block span.zhuhai {
	right: 307px;
	bottom: 77px;
}

.spot-block p.zhuhai {
	bottom: 58px;
	right: 310px;
}

.spot-block span.shenzhen {
	right: 294px;
	bottom: 94px;
}

.spot-block p.shenzhen {
	bottom: 70px;
	right: 268px;
}

.spot-block span.huizhou {
	right: 268px;
	bottom: 117px;
}

.spot-block p.huizhou {
	bottom: 110px;
	right: 233px;
}

.spot-block span.xiamen {
	right: 150px;
	bottom: 184px;
}

.spot-block p.xiamen {
	bottom: 197px;
	right: 138px;
}

.spot-block span.nanchang {
	right: 210px;
	bottom: 348px;
}

.spot-block p.nanchang {
	bottom: 360px;
	right: 200px;
}

.spot-block span.nanjing {
	right: 123px;
	top: 387px;
}

.spot-block p.nanjing {
	top: 360px;
	right: 110px;
}

.spot-block span.suzhou {
	right: 75px;
	top: 406px;
}

.spot-block p.suzhou {
	top: 380px;
	right: 60px;
}

.spot-block span.hangzhou {
	right: 71px;
	top: 455px;
}

.spot-block p.hangzhou {
	top: 430px;
	right: 60px;
}

.spot-block span.shanghai {
	right: 25px;
	top: 428px;
}

.spot-block p.shanghai {
	top: 400px;
	right: 15px;
}

.spot-block span.zhengzhou {
	right: 303px;
	top: 265px;
}

.spot-block p.zhengzhou {
	top: 240px;
	right: 290px;
}

.spot-block span.tianjin {
	right: 173px;
	top: 76px;
}

.spot-block p.tianjin {
	top: 50px;
	right: 160px;
}

.spot-block span.beijing {
	right: 185px;
	top: 35px;
}

.spot-block p.beijing {
	right: 175px;
	top: 8px;
}

.company-address-block div.company-address {
	position: absolute;
	left: 900px;
	top: 200px;
	background-color: #3EBCCA;
	padding: 20px 20px 0;
	width: 480px;
}


@media screen and (max-width: 1200px) {
	.block{width: 100%;}
	.branch-office-area {
		margin-left: -160px;
		background-size:80% ;
		height: 800px;
	}

	.branch-office-area .branch-office-map{
		width: 1600px;
		height: 800px;
	}

	.spot-block{
		width: 740px;
		height: 800px;
	}
	.company-address-block div.company-address {
		position: absolute;
		left: 780px;
		top: 200px;
		background-color: #3EBCCA;
		padding: 20px 20px 0;
		width: 340px;
	}

	.spot-block span.chongqing {
		right: 485px;
		top: 442px;
	}

	.spot-block p.chongqing {
		right: 475px;
		top: 408px;
	}

	.spot-block span.chengdu {
		right: 556px;
		top: 408px;
	}

	.spot-block p.chengdu {
		right: 546px;
		top: 380px;
	}

	.spot-block span.yichang {
		right: 344px;
		top: 415px;
	}

	.spot-block p.yichang {
		right: 333px;
		top: 392px;
	}

	.spot-block span.wuhang {
		right: 264px;
		top: 408px;
	}

	.spot-block p.wuhang {
		right: 252px;
		top: 380px;
	}

	.spot-block span.changsha {
		right: 286px;
		top: 493px;
	}

	.spot-block p.changsha {
		right: 276px;
		top: 467px;
	}

	.spot-block span.guangzhou {
		right: 279px;
		bottom: 116px;
	}

	.spot-block p.guangzhou {
		bottom: 134px;
		right: 271px;
	}

	.spot-block span.foshan {
		right: 285px;
		bottom: 103px;
	}

	.spot-block p.foshan {
		bottom: 112px;
		right: 309px;
	}

	.spot-block span.dongguan {
		right: 268px;
		bottom: 97px;
	}

	.spot-block p.dongguan {
		bottom: 66px;
		right: 355px;
	}

	.spot-block span.zhongshan {
		right: 274px;
		bottom: 80px;
	}

	.spot-block p.zhongshan {
		bottom: 72px;
		right: 290px;
	}

	.spot-block span.zhuhai {
		right: 272px;
		bottom: 70px;
	}

	.spot-block p.zhuhai {
		bottom: 45px;
		right: 263px;
	}

	.spot-block span.shenzhen {
		right: 258px;
		bottom: 86px;
	}

	.spot-block p.shenzhen {
		bottom: 72px;
		right: 213px;
	}

	.spot-block span.huizhou {
		right: 238px;
		bottom: 106px
	}

	.spot-block p.huizhou {
		bottom: 105px;
		right: 198px;
	}

	.spot-block span.xiamen {
		right: 140px;
		bottom: 169px;
	}

	.spot-block p.xiamen {
		bottom: 187px;
		right: 128px;
	}

	.spot-block span.nanchang {
		right: 191px;
		bottom: 318px;
	}

	.spot-block p.nanchang {
		bottom: 336px;
		right: 177px;
	}

	.spot-block span.nanjing {
		right: 118px;
		top: 354px;
	}

	.spot-block p.nanjing {
		top: 325px;
		right: 105px;
	}

	.spot-block span.suzhou {
		right: 77px;
		top: 371px;
	}

	.spot-block p.suzhou {
		top: 343px;
		right: 60px;
	}

	.spot-block span.hangzhou {
		right: 74px;
		top: 417px;
	}

	.spot-block p.hangzhou {
		top: 388px;
		right: 60px;
	}

	.spot-block span.shanghai {
		right: 36px;
		top: 391px;
	}

	.spot-block p.shanghai {
		top: 381px;
		right: 0;
	}

	.spot-block span.zhengzhou {
		right: 268px;
		top: 243px;
	}

	.spot-block p.zhengzhou {
		top: 216px;
		right: 255px;
	}

	.spot-block span.tianjin {
		right: 160px;
		top: 70px;
	}

	.spot-block p.tianjin {
		top: 44px;
		right: 143px;
	}

	.spot-block span.beijing {
		right: 184px;
		top: 35px;
	}

	.spot-block p.beijing {
		right: 174px;
		top: 10px;
	}
}

.company-address-block .panel1{
	margin-bottom: 20px;
}

.company-address-block div.company-address h4 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.company-address-block div.company-address p {
	margin-bottom: 8px;
	font-size: 14px;
	color: #ffffff;
}


/*.join-us .map .map-bg .branch-office:after{
    position: absolute;
    display: inline-block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    left: 49%;
    bottom: -16px;
    content: '';
}*/

.join-us .act-img {
	height: 230px;
	width: 1170px;
	position: relative;
	overflow: hidden;
}

.join-us .act-img li p{
	font-size: 16px;
	color: #444444;
	background-color: #F2F2F2;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 270px;
}

.join-us .act-img li {
	position: absolute;
}

.join-us .act-img li img {
	width: 270px;
	height: 200px;
}


/* end join-us */


/* news-letter */

.news-letter {
	padding-top: 70px;
}

.news-letter .content {
	background: #ffffff;
	padding: 60px 70px;
}

.news-letter .content .notice {
	width: 100%;
	height: 60px;
	background: #d2f5f4;
	color: #4ebebe;
	padding: 0 20px;
	padding: 20px;
	position: relative;
}

.news-letter .content .notice i {
	display: block;
	width: 26px;
	height: 26px;
	background: url("../images/newsletter/broad.png");
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 20px;
	float: left;
}

.news-letter .content .notice ul.broad-list {
	margin-left: 50px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

.news-letter .content .notice ul.broad-list li {
	padding-bottom: 5px;
	position: absolute;
	left: 0;
}

.news-letter .content .year {
	padding: 40px 0 35px;
	border-top: 1px solid #dddddd;
}

.news-letter .content .year:first-child {
	border-top: none;
}

.news-letter .content .year .t {
	font-size: 44px;
	color: #4ebebe;
	margin-bottom: 20px;
}

.news-letter .content .year ul li {
	padding: 6px 0;
	overflow: hidden;
	line-height: 2em;
}

.news-letter .content .year ul li span {
	display: block;
	float: left;
}

.news-letter .content .year ul li .text {
	margin-left: 90px;
}

.news-letter .content .year ul li img {
	margin: 20px 0;
	width: 800px;
}

.news-letter .content .more {
	padding-top: 20px;
	color: #999999;
}

/* end  news-letter */

.carousel-control.my-carousel .icon-prev,
.carousel-control.my-carousel .icon-next {
	width: 50px !important;
	height: 50px !important;
	margin-top: -40px !important;
	font-size: 70px !important;
}

.test {
	color: #002A80 !important;
}

.award {
	margin-top: 80pt !important;
	margin-bottom: 65pt !important;
	text-align: center;
}

.award .title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 65pt;
	padding: 0 30px;
	line-height: 1.5;
	color: rgb(10, 45, 95);
}
.award-container {
	height: 300px;
}

.award-container .swiper-box {
	width: 1100px;
	margin: 0 auto;
}

.award-container .content-wrap {
	font-size: 0;
}

.award-container .content-wrap img {
	float: left;
	width: 620px;
	height: 300px;
}

.award-container .content-wrap .content-text {
	width: 480px;
	height: 300px;
	margin-left: 620px;
	/* display: table-cell; */
	/* vertical-align: middle; */
}

.award-container .content-wrap p:first-child {
	font-size: 20px;
    text-align: left;
    margin-left: 50px;
	padding-top: 30px;
	color: #0a2d5f;
}
.award-container .content-wrap p:last-child {
	font-size: 14px;
    text-align: left;
    margin-left: 50px;
    padding-top: 15px;
}

.award-container .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 60px;
	top: 140px;
	width: 17px;
	height: 30px;
	cursor: pointer;
	z-index: 99;
}

.award-container .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 65px;
	top: 140px;
	width: 17px;
	height: 30px;
	cursor: pointer;
	z-index: 99;
}

.technology .section, .solution .section {
	position: relative;
	padding-top: 140px;
	background: rgb(242, 242, 242);
	color: #203962;
}

.solution .section .trait, .solution .section .case {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

.solution .section .case {
	margin-top: 80px;
	padding-bottom: 110px;
}

.solution .section .trait ul, .solution .section .case ul {
	margin-left: 172px;
}

.solution .section .case ul {
	padding: 20px 50px;
	border-radius: 8px;
	box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
	background: #f2f2f2;
}

.solution .section .trait li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #e8d7c1;
}

.solution .section .case li {
	padding: 30px 0;
	border-bottom: 1px dashed #e8d7c1;
}

.solution .section .case li:last-child {
	border-bottom: none;
}

.solution .section .trait li:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-image: linear-gradient(to right, #ddba8d 0%, #a56323 100%);
}

.solution .section .trait h6, .solution .section .case h6 {
	font-size: 18px;
	font-weight: bold;
	color: #00b496;
}

.solution .section .trait p, .solution .section .case p {
	font-size: 14px;
	color: #6e6e6e;
	margin-top: 10px;
}

.solution .section .trait .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 172px;
	background: url(../images/solution_trait.png) no-repeat;
}

.solution .section .case .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 142px;
	height: 172px;
	background: url(../images/solution_case.png) no-repeat;
}

 .solution .section img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.technology .section .con, .solution .section .con {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.technology .section .con{
  padding-bottom: 120px;
}
.technology .section .con .content{
  width: 850px;
  margin: 0 auto;
}
.technology .section .con .content2{
  width: 1024px;
  margin: 0 auto;
}
.technology .content2 .tit-box {
  position: relative;
}
.technology .content2 .tit-box .orderprodesc-title{
  position: absolute;
  margin: 0;
  top: 56px;
  left: 395px;
  width: 228px;
}
.technology .content2 .orderprodesc-cont {
  width: 84%;
  margin: 0 auto;
}
.solution .section .con {
	/* width: 850px; */
	margin-bottom: 75px;
}

.technology .section h3, .solution .section h3 {
	font-weight: bold;
	font-size: 34px;
}

.technology .section h5, .solution .section h5 {
	font-family: "FuturaStd-Bold", "Microsoft YaHei" , sans-serif;
	font-size: 16px;
	margin-top: 10px;
}

.technology .section p, .solution .section p {
	font-size: 16px;
	margin-top: 25px;
	line-height: 1.8;
	text-align: left;
}

.technology .digitalRisk, .technology .productPlatform, .solution .loanUnite, .solution .sceneLoan {
	background: #0a2d5f;
	color: #fff;
}

.solution .loanUnite .trait .tit, .solution .sceneLoan .trait .tit {
	background-image: url(../images/solution_trait2.png);
}

.solution .loanUnite .case .tit, .solution .sceneLoan .case .tit {
	background-image: url(../images/solution_case2.png);
}

.solution .loanUnite .trait p, .solution .sceneLoan .trait p {
	color: #fff
}

#introduce {
	padding: 62px 130px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#introduce h3 {
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	color: #0a2d5f;
}
#introduce p {
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
	margin-top: 30px;
	line-height: 2.14;
}

#mediaReport h3 {
	font-size: 34px;
	font-weight: bold;
	color: #203962;
}
.technology .fun-list1 {
  margin-top: 80px;
  text-align: left;
}
.technology .fun-list2 {
  width: 47%;
  margin-top: 80px;
  text-align: left;
}
.technology .fun-list2:nth-child(odd) {
  margin-right: 6%;
}
.technology .funpoint-list {
  display: flex;
  align-items: center;
}
.technology .fun-title{
  font-size: 18px;
  font-weight: bold;
  color: #203962;
}
.technology .fun-list1 .fun-title{
  margin: 0 0 10px 134px;
}
.technology .digitalRisk .fun-title{
  color: #C89C65;
}
.technology .imgsrc{
  margin-top: 30px;
}
.smartOperation .content{
 display: flex;
 flex-wrap: wrap;
}
.fun-list1 .title-line {
  width: 215px;
  height: 8px;
  margin-left: 134px;
  margin-bottom: 15px;
}
.technology .title-line3 {
  width: 395px;
  height: 8px;
}
.technology .section .funponint-title {
  margin:25px 0 13px 0;
  font-size: 18px;
  font-weight: bold;
  color: #00B496;
}
.technology .funponit-box{
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #6E6E6E;
}
.technology .digitalRisk .funponit-box{
  color: #fff;
}
.technology .funpoint-imgbox {
  margin-right: 55px;
}
.technology .funpoint-img {
  display: block;
  width: 80px;
  height: 80px;
}
.technology .funpoint-list:not(:last-child) .funponint-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #dcb386;
}
.technology .prodesc-cont {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}
.technology .prodesc-list {
  width: 230px;
}
.technology .prodesc-list .list-item{
  display: flex;
  margin-bottom: 25px;
}
.technology .prodesc-cont .dot {
  display: inline-block;
  margin: 7px 7px 0 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #D9A874;
}
.technology .text {
  flex: 1;
}
.technology .prodesc-text {
  width: 220px;
  color: #CC925C;
  font-size: 15px;
  line-height: 22px;
}
.technology .productPlatform .orderprodesc-cont .text{
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.technology .orderprodesc-title{
  margin: 50px auto 25px;
  width: 210px;
  height: 70px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 5px;
  font-size: 20px;
  color: #D4975C;
  border-top: 1px solid #D4975C;
  border-bottom: 1px solid #D4975C;
}

.technologyBanner .banner_text {
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
	left: 0;
	padding-bottom: 140px;
  }
  .technologyBanner .banner_text .title {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 50px;
  }
  .technologyBanner .banner_text .subtitle {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 30px;
	width: 440px;
  }
  .technologyBanner .banner_text .line {
	width: 440px;
	height: 2px;
	background: radial-gradient(50% 70%, #1294B2 20%, transparent);
	margin-bottom: 30px;
  }
  .technologyBanner .banner_text ul {
	width: 440px;
  }
  .technologyBanner .banner_text ul li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
	list-style: disc;
  }
  .technologyBanner img.block-img {
	position: absolute;
	z-index: -1;
  }
  
  

  #solutionBanner {
	padding-bottom: 76px;
  }
  #solutionBanner .solution_content {
	width: 1000px;
	margin: 0 auto;
	left: 0;
  }
  #solutionBanner .solution_content .title {
	padding-top: 120px;
	margin-bottom: 40px;
  }
  #solutionBanner .solution_content .title p {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
	font-weight: bold;
  }
  #solutionBanner .solution_content .subtitle {
	width: 500px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 60px;
  }
  #solutionBanner .solution_content .cooperation .cooperation_title {
	font-size: 20px;
	color: #07FEF0;
	font-weight: bold;
	margin-bottom: 15px;
  }
  #solutionBanner .solution_content .cooperation .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  #solutionBanner .solution_content .cooperation .list .item {
	width: 497px;
	height: 177px;
	background: url(/files/images/solution/frame.png) no-repeat;
	background-size: cover;
	margin-bottom: 30px;
  }
  #solutionBanner .solution_content .cooperation .list .item .item_title {
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
  }
  #solutionBanner .solution_content .cooperation .list .item .item_content {
	padding: 20px 40px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
  }
  #solutionBanner img.block-img {
	position: absolute;
	z-index: -1;
  }
  

  #cooperation {
	background: linear-gradient(to bottom, #FFFFFF 60%, #EBEBEB);
  }
  #cooperation .main_1200 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 110px;

  }
  #cooperation .main_1200 h3.title {
	padding-top: 100px;
	text-align: center;
	margin-bottom: 80px;
  }
  #cooperation .main_1200 .cooperation_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  #cooperation .main_1200 .cooperation_list .item {
	width: 20%;
	margin-bottom: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
  }
  #cooperation .main_1200 .cooperation_list .item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
  }
  #cooperation .main_1200 .moreImage {
	font-size: 40px;
	letter-spacing: 1.1px;
	color: #828282;
	text-align: center;
  }
  
  
  
  
  .arrow-left.swiper-button-prev, .arrow-right.swiper-button-next {
	background: none;
	top: 50%;
	transform: translateY(-50%);
  }

  .swiper-pagination {
	position: absolute;
	bottom: -5px;
	width: 100%;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
  }
  .index_banner .swiper-slide {
	position: relative;
  }
  .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .7;
	margin: 0 5px;
}
.swiper-active-switch {
    opacity: 1;
    background: #fff;
}