@charset "UTF-8";
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.flag-icon-background {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}
.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}
.flag-icon:before {
	content: "\00a0"
}
.dropdown-menu .flag-icon {
	margin-right: 5px
}
.pull-right {
	float: right
}
@charset "UTF-8";
.slick-loading .slick-list {
	background: #fff
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: 0;
	background: transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: '←'
}
[dir='rtl'] .slick-prev:before {
	content: '→'
}
.slick-next {
	right: -25px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: '→'
}
[dir='rtl'] .slick-next:before {
	content: '←'
}
.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: 0
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: #1d3d76;
	border-radius: 10px;
	color: transparent;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	opacity: 1
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
	background-color: #1d3d76;
	border: 1px solid #1d3d76;
	border: 1px solid;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, #footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
article, aside, details, figcaption, figure, #footer, header, hgroup, menu, nav, section {
	display: block;
	clear: both
}
html {
	font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", "Segoe UI", Tahoma, SimSun, sans-serif !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	line-height: 1.5
}
body {
	font-size: 13px;
	background: #fff;
	overflow-x: hidden;
	font-family: HarmonyOS Sans;
	font-weight: 500;
    font-style: normal;
}
a {
	text-decoration: none;
	color: #fff
}
a:link, a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	color: #dd0000;
	outline: 0;
	color: #fff;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
svg:not(:root) {
	overflow: hidden
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 10px
}
mark {
	background: #ff0;
	color: #1a1a1a
}
dfn {
	font-style: italic
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
ul, ol, li {
	list-style: none outside none
}
h1, h2, h3 {
	font-weight: normal
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
	overflow: auto;
	resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#ccc
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#ccc
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#ccc
}
a, img, button, input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	outline: none;
	border: none;
}
.border_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.fl {
	float: left
}
.fr {
	float: right
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.visib {
	visibility: hidden;
}
.text_cut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.break {
	word-break: break-all;
	word-wrap: break-word
}
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both
}
.clearBoth{
	clear: both
}
.clearfix {
*zoom:1
}
.container {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container {/* Specify Swiper's Size: *//*width:200px;height: 100px;*/
}
.swiper-slide {/* Specify Slides's Size: *//*width: 100%;height: 100%;*/
}
.swiper-slide-active {/* Specific active slide styling: */
}
.swiper-slide-visible {/* Specific visible slide styling: */
}
.swiper-pagination-switch {/* Stylize pagination button: */
}
.swiper-active-switch {/* Specific active button style: */
}
.swiper-visible-switch {/* Specific visible button style: */
}
.nav a, .nav a:link, .nav a:hover {
	color: #333
}
.delay-0-4s {
	animation-delay: 1s;
	-webkit-animation-delay: 0.4s;
}
.delay-0-6s {
	animation-delay: 1s;
	-webkit-animation-delay: 0.6s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-1-2s {
	animation-delay: 1s;
	-webkit-animation-delay: 1.2s;
}
.delay-1-4s {
	animation-delay: 1s;
	-webkit-animation-delay: 1.4s;
}
.delay-1-6s {
	animation-delay: 1s;
	-webkit-animation-delay: 1.6s;
}
img {
	max-width: 100%;
	vertical-align: top;
}
#navbar {
	height: 120px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 0;
	border-bottom: #245269;
}
#navbar .nav-list {
	float: right;
}
#navbar .nav-top {
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	height: 23px;
	line-height: 23px;
	color: #FFFFFF;
}
#navbar .nav-top li {
	float: left;
	border: 1px solid #005871;
	border-radius: 5px;
}
#navbar .nav-top li:last-of-type {
	margin-left: 20px;
}
#navbar .nav-top .tel-logo {
	background: #005871;
	display: inline-block;
	padding: 0 11px;
	height: 23px;
	border-radius: 5px 0 0 5px;
	margin-left: -1px;
}
#navbar .nav-top .tel-logo img {
	vertical-align: -2px;
}
#navbar .nav-top .tel-num {
	padding: 0 5px;
	color: #1e2d6c;
}
#navbar .nav-bottom {
	margin-top: 55px;
}
#navbar .logo-link {
	width: 400px;
	margin-top: 15px;
}
.navbar-inverse .navbar-nav>li {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav>li>a {
	position: relative;
	padding: 0 0 5px 0;
}
.navbar-inverse .navbar-nav>li.cur>a {
	border-bottom: 2px solid #3c6eb8;
	bottom: 0;
	left: 0;
	width: 100%;
}
.navbar-inverse .navbar-nav>li a:active, .navbar-inverse .navbar-nav>li a:hover {
	text-decoration: none;
	color: #9d9d9d;
	border-bottom: 2px solid #3c6eb8;
}
.navbar-inverse .navbar-nav>li a:visited {
	color: #9d9d9d;
}
.banner {
	position: relative;
}
.h2 {
	text-align: center;
}
.h2 h2 {
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: 500;
}
.h2 h2 span {
	position: relative;
}
.h2 h2 span:after {
	content: '';
	display: block;
	width: 50%;
	position: absolute;
	left: 25%;
	height: 2px;
	background: #0048a9;
	bottom: -15px;
}
.h2 p {
	line-height: 1.8;
	font-size: 15px;
	font-weight: 300;
}
.casptial {
	padding: 50px 0;
	background: #fff;
}
.casptial-box {
	margin: 0 -12px;
}
.casptial-box .item {
	float: left;
	padding: 12px;
	box-sizing: border-box;
	width: 20%;
}
.casptial-box .item img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 2px 3px 10px 0px rgba(0,0,0,.08)
}
.service {
	padding: 40px 0;
	background: #fff url(../Images/service.png) no-repeat center / 100% auto;
}
.service h4 {
	color: #fff;
	margin-bottom: 35px;
}
.service .fr {
	padding-right: 2.8rem;
	background: url(../Images/icon-play1.png) no-repeat right center / auto 100%;
}
.service h4 span {
	border-left: 3px solid #fff;
	padding-left: 3px;
}
.world {
	background: #fff;
	padding: 50px 0;
}
.world-box .item {
	box-shadow: 2px 3px 12px rgba(0,0,0,.08);
	border-radius: 14px;
	background: #F9F9F9 url(../Images/vbg1.png) no-repeat right bottom / auto 100%;
	padding: 1px 60px 60px;
	margin-top: 90px;
}
.world-box .item:nth-child(2) {
	background-image: url(../Images/vbg2.png);
}
.world-box .item:nth-child(3) {
	background-image: url(../Images/vbg3.png);
}
.world-box .item:nth-child(4) {
	background-image: url(../Images/vbg4.png);
}
.world-box .title {
	text-align: center;
	margin-top: -40px;
}
.world-box .title span {
	font-size: 1.4rem;
	display: inline-block;
	padding: 8px 25px;
	background: #3F8AEF;
	color: #fff;
	border-radius: 50px;
}
.world-box .title span b {
	font-size: 2rem;
}
.world-box h3 span {
	margin: 3rem 0 0.7rem;
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 30px;
	background: #7CAFF1;
}
.world-box p {
	line-height: 1.8;
	font-size: 1.4rem;
	padding-right: 300px;
	margin: 2rem 0;
}
.world-box .twoparts {
	width: 50%;
	float: left;
	line-height: 2;
	font-size: 1.4rem;
}
.world-box p img {
	display: inline-block;
	height: 4rem;
	margin-right: 0.6rem;
}
.world-box .dot {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 0.6rem;
	border-radius: 50%;
	background: #7CAFF1;
}
.single {
	height: 22vw;
	background: url(../Images/single.png) no-repeat center / auto 100%;
}
.view {
	padding: 50px 0;
	background: #fff;
}
.view img {
	display: block;
	width: 100%;
	margin: 2rem 0;
	border-radius: 14px;
	box-shadow: 2px 3px 9px rgba(0,0,0,.09);
}
.expert {
	margin-bottom: 5%;
	background: #fff;
}
.swiper2 {
	padding: 0 50px 30px;
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev{
	/*background: url(../Images/icon-left.png) no-repeat center / 100% auto;
	width: 50px*/
	color:#d3d1d1;
}
.investment_swiper .swiper-button-prev ,.investment_swiper .swiper-button-next{
	background: url(../Images/leftArrow.png) no-repeat center / 100% auto;
	width: 50px;
}
.swiper-button-next {
	/*transform: rotate(-180deg);*/
}
.swiperTab {
	margin-bottom: 5%;
	text-align: center;
}
.swiperTab li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	padding: 5px 50px;
	color: #1d3d76;
	border-radius: 18px;
	border: 1px solid #1d3d76;
	font-weight: 1000;
	cursor: pointer;
}
.swiperTab li.active {
	background: #1d3d76;
	color: #fff;
}
.swiper2, .swiper5,.investment_swiper {
	padding-bottom: 30px;
}
.swiper2 .swiper-pagination, .swiper5 .swiper-pagination {
	bottom: 0px;
}
.swiper2 .swiper-pagination-bullet, .swiper5 .swiper-pagination-bullet,.investment_swiper .swiper-pagination-bullet {
	background: none;
	border: 1px solid #00429c;
	opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active, .swiper5 .swiper-pagination-bullet-active,.investment_swiper .swiper-pagination-bullet-active{
	background: #00429c;
}
.swiper2 figcaption {
	text-align: center;
}
.swiper2 figcaption h3 {
	margin: 30px 0 40px;
	font-weight: 500;
}
.swiper2 figcaption p {
	line-height: 1.6;
	font-weight: 300;
	color: #787878;
	font-size: 14px;
}
.resource {
	padding: 10px 0;
	background: #fff;
}
.resourceBox {
	padding: 40px 0 20px;
}
.resource figure {
	width: 17%;
	margin-right: 3.75%;
	margin-bottom: 10px;
	float: left;
	clear: none;
}
.resource figcaption {
	text-align: center;
	font-weight: 300;
	line-height: 2;
}
.resource figure:nth-child(5n) {
	margin-right: 0;
}
.example {
	background: #f9f9f9;
	padding: 50px 0;
}
.exampleBox {
	margin-top: 30px;
}
.exampleBox figure {
	width: 23.8%;
	margin-right: 1.6%;
	float: left;
	margin-top: 30px;
	clear: none;
}
.exampleBox figure:nth-child(4n) {
	margin-right: 0;
}
.exampleBox figure a {
	display: block;
	position: relative;
}
.exampleBox figure a img {
	height: 160px;
}
.exampleBox figure a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5) url(../Images/icon-play.png) no-repeat center / auto;
	opacity: 0;
	transition: all 0.5s ease;
}
.exampleBox figure a:hover:after {
	opacity: 1;
}
.exampleBox figcaption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
	font-size: 15px;
}
.why {
	background-color: #fff;
	color: #000;
	text-align: left;
}
.why .container {
	position: relative;
}
.why .left {
	padding-top: 161px;
	padding-bottom: 133px;
	padding-right: 100px;
}
.why .right {
	padding-top: 161px;
	padding-left:100px;
}
.why .left p {
	font-size: 1.17em;
	line-height: 30px;
	margin-top: 40px;
}
.why .left h1 {
	font-size: 1.83em;
	margin-top: 20px;
}
.data {
	text-align: center;
	color: #FFFFFF;
	background-image: url(../Images/data_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0;
}
.data .d-one {
	margin-top: 100px;
}
.data h1 {
	font-size: 10.5rem;
	font-weight: 600;
}
.data h2 {
	font-size: 1.66667rem;
	font-weight: 600;
	padding: 30px 0 25px;
}
.data p {
	font-size: 1.16667rem;
}
.data .top, .data .bottom {
	position: relative;
	padding: 10px;
	width: 100%;
}
.data .top:before, .data .bottom:before {
	content: "";
	position: absolute;
	border-left: 1px solid rgba(255, 255, 255, .3);
	left: 0;
	height: 90%;
	top: 5%;
}
.data .top:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	bottom: 0;
	width: 90%;
	left: 5%;
}
.data .p-l {
	height: 45px;
}
.data .col-sm-5 {
	padding: 0;
}
.advantage {
	text-align: center;
	padding: 72px 0 40px;
}
.advantage .fl li {
	float: left;
	width: 20%;
}
.advantage .fl li img {
	padding: 1px;
}
.advantage .advantage-box {
	margin-top: 40px;
}
.advantage .fr img {
	padding-left: 25px;
}
#footer {
	background-image: url(../Images/footer_bg.jpg);
	background-size: contain;
	color: #ffffff;
	position: relative;
	bottom: 0;
	padding-top: 60px;
}
#footer .footer-top {
	text-align: center;
	padding-bottom: 80px;
}
#footer .footer-top .tel {
	font-weight: 800;
	font-size: 4.66667rem;
	margin-top: 82px;
}
#footer .footer-top .change-btn {
	margin-top: 16px;
	display: inline-block;
	height: 32px;
	width: 204px;
	border-radius: 16px;
	background: #FFFFFF;
	color: #074695;
	text-align: center;
	line-height: 32px;
	font-size: 1.33333rem;
	font-weight: 600;
}
#footer .footer-info {
	left: 0;
	width: 100%
}
#footer .widget .title {
	margin-top: 0;
	padding-bottom: 17px;
	margin-bottom: 21px;
	position: relative;
	font-size: 1.67em;
}
#footer .widget .title:after {
	content: "";
	width: 90px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -1px;
}
#footer .widget a {
	color: #ffffff;
	margin-right: 32px;
	display: inline-block;
	font-size: 1.33em;
	line-height: 30px
}
#footer .widget a:link {
	text-decoration: none;
}
#footer .bottom-links {
	background-color: rgba(0,0,0,.3);
}
#footer .bottom-inner-links {
	background-color: rgba(0, 0, 0, .1);
}
#footer .bottom-inner-links .widget {
	padding: 34px 0 30px;
}
#footer .bottom-inner-links img {
	width: auto;
}
#footer .bottom-info {
	font-size: 1.19em;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	padding: 30px 0;
	line-height: 2rem;
}
#footer .bottom-info p:last-of-type {
	color: rgba(255, 255, 255, .3);
}
#footer .col-sm-1 {
	padding: 0;
}
body .layui-layer-video {
	background: none;
	width: 100vw;
}
body .layui-layer-video video {
	display: block;
	width: 100%;
}
body .layui-layer-video .layui-layer-close {
	background: url(../Images/icon-close.png) no-repeat center / auto 100%;
	top: -54px;
	right: -13px;
}
body .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display{
    display: none;            
}

video::-webkit-media-controls-time-remaining-display {
    display: none;            
}

video::-webkit-media-controls-mute-button {
    display: none;            
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;            
}

video::-webkit-media-controls-volume-slider {
    display: none;            
}
.nbox_video video {
	display: block;
	width: 70%;
	max-height: 500px;
	margin: 0 auto;
	object-fit: cover;
}
.nbox_text .d1 {
	padding: 15px 0
}
.nbox_text .d1 span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #111
}
.nbox_text .d2 span {
	padding: 15px;
	border-radius: 30px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #1b61af;
	/* background: -webkit-linear-gradient(top, #44d8ff 0, #415ded 100%);
	background: -moz-linear-gradient(top, #44d8ff 0, #415ded 100%);
	background: -o-linear-gradient(top, #44d8ff 0, #415ded 100%);
	background: linear-gradient(top, #44d8ff 0, #415ded 100%); */
}
.nbox_text .d2 span a {
	display: inline-block;
	background: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	color: #3f6af4;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 20px;
}
.bjs_2 {
	position: relative;
	margin-top: 0px;
	padding-bottom: 30px;
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #ffffff 0, #efefef 100%);
	background: -moz-linear-gradient(top, #ffffff 0, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0, #efefef 100%);
	background: linear-gradient(top, #ffffff 0, #efefef 100%);
}
.nbox_video {
	position: relative;
	max-height: 641px;
	margin-top: 100px;
	max-width: 822px;
	margin: 0 auto;
	margin-top: 60px;
}
.nbox_text{
	max-width: 1042px;
	margin: 0 auto;
}
.bjs_1 {
	padding: 50px 0 100px 0;
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #ffffff 0, #eef7fe 100%);
	background: -moz-linear-gradient(top, #ffffff 0, #eef7fe 100%);
	background: -o-linear-gradient(top, #ffffff 0, #eef7fe 100%);
	background: linear-gradient(top, #ffffff 0, #eef7fe 100%);
	border-radius: 0 0 40% 40%;
}
.yzh {
	padding: 40px 0
}
.yzh_t{
	position: relative;
}
.sanjiao{
	position: absolute;
	left: 110px;
	width:0;
	height:0;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
	border-top:15px solid #efefef;
	top: -40px;
}
.yzh_t_img img {
	width: auto;
	height: 60px;
}
.yzh_t_img {
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.yzh_t_w {
	display: inline-block;
}
.yzh_t_w .s1 {
	font-size: 4rem;
	font-weight: bold;
	color: #222;
	display: block;
}
.yzh_t_w .s2 {
	font-size: 1.6rem;
	color: #666;
	display: block;
	max-width: 405px;
}
.sending_unit{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	margin-top: 40px;
	height: auto;
	position: relative;
	padding:3%;
	padding-top: 2%;
}
.center_title{
	padding: 40px 0px;
	text-align: center;
}
.center_title img{
	max-width: 440px;
	width: 90%;
}
.success_font{
	margin-top: 20px;
	color: #4d4c4c;
	font-size: 16px;
	word-break: break-all;
	text-align: center;
	height: 60px;
}
.success_more{
	display: block;
	width: 150px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #3782e6;
	line-height: 30px;
}
.success_item{
	margin-top: 20px;
	text-align: center;
}
.seaOut{
	overflow: hidden;
	background: url(../Picture/sea_bg.jpg) no-repeat center center;
	height: auto;
	background-size:100% 100%;
	padding: 40px 0px;
	box-sizing: border-box;
}
.investment{
	background: url(../Picture/investmentBg.jpg) no-repeat top left;
	background-size:100% auto;
}
.seaOut_item{
	margin: 0 auto;
	height: auto;
	margin-bottom:6%;
}
.seaOut_item .box{
	background: #21378a;
	padding: 3% 2%;
	border-radius: 10px;
	height: auto;
	box-sizing: border-box;
	position: relative;
}
.seaOut_item .box:hover{
	background: #5974bc;
}
.img_font{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	margin-top: -2%;
}
.seaOut_list{
	margin-top: 20px;
}
.seaOut_item .img_box{
	display: flex;
	align-items: center;
	padding: 0px 3%;
	width: 100%;
	left: 0px;
	justify-content: space-between;
	box-sizing: border-box;
}
.seaOut_item .img_box img{
	width:47%;
	height:auto;
	transform: translateY(-24%);
}
.seaOut_title{
	font-size: 2.5rem;
    font-weight: bold;
	color: #fff;
}
.seaOut_content{
	width: 100%;
	border-radius: 20px;
	padding: 4%;
	background: #fff;
	position: relative;
	margin-top: 40px;
	box-sizing: border-box;
}
.seaOut_sub_title{
	padding: 20px 0px;
	color: #fff;
	font-size: 2.4rem;
}
.seaOut_content img.xxhidden{
	position: absolute;
	width: 40%;
	height: auto;
	top: -20%;
	right: 4%;
}
.brand_content{
	margin-top: 40px;
	background: #f2f2f2;
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 4%;
	position: relative;
}
.brand_content img{
	position: absolute;
	top: 0;
	transform: translateY(-20%);
	width: 32%;
	height: auto;
	right: 1%;
}
.brand_list{
	margin-top: 20px;

}

.brand_item_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #21378a;
	padding-bottom: 16px;
}
.brand_item_title_right{
	display: flex;
	align-items: center;
	color: #ff7800;
	font-size: 2rem;
	font-weight: bold;
}
.brand_item_title_right img{
	width: 3rem;
	height: auto;
	display: block;
}
.brand_item_title_left{
	font-size: 2rem;
	color: #21378a;
	font-weight: bold;
}
.brand_item_content{
	margin-top: 50px;
}
.brand_item_content_title{
	font-size: 1.6rem;
	color: #21378a;
	font-weight: bold;
	margin-top: 10px;
}
.brand_item_content_desc{
	font-size: 1.6rem;
	color: #21378a;
	margin-top: 10px;
}
.brand_item_content_desc img{
	width: 1.6rem;
	height: auto;
}
.brand_item_content_desc span{
	margin-left: 10px;
}
.brand_item{
	min-height: 330px;
	height: auto;
	background: #ededed;
	border-radius: 10px;
	padding: 3%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.brand_sub_title{
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: bold;
}
.brand_content_title{
	font-size: 3rem;
	color: #344e9a;
}
.brand_content_desc{
	color: #344e9a;
	font-size: 1.6rem;
	margin-top: 20px;
}
.brand_content_desc span{
	font-weight: bold;
	font-size: 1.8rem;
}
.content_item{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: #344e9a;
}
.content_item:first-child{
	margin-top: 0px;
}
.content_item span{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 10px;
	background: -webkit-linear-gradient(top, #4c69ff 0, #21c9ff 100%);
	background: -moz-linear-gradient(top, #4c69ff 0, #21c9ff 100%);
	background: -o-linear-gradient(top, #4c69ff 0, #21c9ff 100%);
	background: linear-gradient(top, #4c69ff 0, #21c9ff 100%);
}
.seaOut_title p:last-child{
	font-size: 1.6rem;
    font-weight: 400;
}
.investment_content{
	background: #f2f2f2;
}

.investment_content_item{
	font-size: 3.2rem;
	color: #56a1eb;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.investment_content_item div{
	display: inline-block;
}
.investment_content_item_line{
	height: 40px;
	background: #56a1eb;
	width: 1px;
}
.investment_content_item div:first-child{
	width: 100px;
	flex-shrink: 0;
}
.investment_content_item div:last-child{
	font-size: 1.9rem;
	font-weight: bold;
	color: #56a1eb;
	margin-left: 10px;
	line-height: 150%;
}
.investment_content .img2{
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 4%;
}
.send_li{
	color: #4d4c4c;
}
.send_li p{
	margin-top: 12px;
	padding-left:10px;
}
.send_li:first-child p{
	margin-top: 15px;
}
.send_li img{
	width: 80%;
	margin-top: 20px;
}
.yzh_b {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 3% 5%;
	margin: 50px 0;
	position: relative;
}
.yzh_b1_1 p {
	font-size: 2.5rem;
	color: #55aeef;
	font-weight: 600
}
.yzh_b1_1 p span {
	font-weight: bold;
	font-size: 8rem;
	display: inline-block;
	padding-right: 5px;
}
.yzh_b1_2 p span {
	display: block;
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	line-height: 180%
}
.yzh_b2 img {
	position: relative;
	margin-top: -20%
}
.yzh_b2 span{
	text-align: right;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #dadada
}
.yzh_zimg{
	margin-top: 40px;
}
.yzh_zimg img {
	display: block;
	margin: 0 auto;
	z-index:22;
}
.swiper_b {
	padding-top: 5%;
}
.zj_img img {
	display: block;
	margin: 0 auto;
	margin-bottom: -20px;
}
.resource {
	margin-top: -60px;
	padding: 0 0 5px 0;
}
.case_left_1 {
	position: relative;
}
.case_left_1 p {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	font-size: 1.6rem;
	z-index: 9
}
.case_left_1 p .s1 {
	display: block;
}
.case_left_1 p .s2 {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 4px;
}
.case {
	background: #efefef;
	padding: 30px 0
}
.case_r2_1 {
	width: 140px;
	display: inline-block;
	float: left;
}
.case_r2_2 {
	display: grid;
}
.case_r2_1 span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 130px;
	background: url(../Images/icon2.png) no-repeat;
	background-size: 100%100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.case_r2_2 {
	font-size: 1.6rem;
	color: #333
}
.case_r2_2 p {
	line-height: 180%
}
.case_r1 {
	margin-bottom: 20px
}
.case_r2 {
	margin-bottom: 20px
}
.case_left_1 img {
	position: relative;
	margin-top: -50px
}
.yun {
	background: url(../Images/img_bbj.png) no-repeat;
	background-size: 100%100%;
	padding: 4% 0
}
.yzh_bli {
	padding: 5px 0
}
.yzh_bli img {
	width: 10px;
	margin-top: 10px;
	height: 10px;
	margin-right: 7px;
	display: inline-block;
}
.yzh_bli a {
	font-size: 2rem;
	color: #2f4ba7;
	font-weight: 600
}
.yzh_bli a:hover {
	color: #000
}
.yzh_b22 img {
	margin: -25% 0
}
.yun .yzh_b {
	margin: 8% 0 20px 0
}
.yun .yzh_t_w .s1 {
	color: #fff
}
.yun .yzh_t_w .s2 {
	color: #fff
}
.hyxs{
	text-align: center;
	padding: 20px 0;
	margin-top: 20px
}
.hyxs span{
	background: url(../Images/tp60.png) no-repeat;
	background-size: 100%100%;
	font-size: 2.7rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
}
.yun_1 {
	color: #7082b8;
	font-weight: 600;
	font-size: 1.7rem
}
.yun_11{
	color: #f5f5f5;
	position: absolute;
	bottom: -30px
}
.yun_kjy_t {
	text-align: center;
	padding-top: 7%;
	position: relative;
}
.yun_kjy_t span {
	display: inline-block;
	background: url(../Images/icon2.png) no-repeat;
	background-size: 100%100%;
	color: #fff;
	font-size: 2.5rem;
	padding: 10px 30px;
	font-weight: bold;
	text-align: center;
}
.yun_kjy_img img {
	display: block;
	margin: 0 auto;
	margin-top: -20px
}
.yun_four {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: -80px;
}
.yun_fli a img {
	display: block;
	margin: 0 auto;
	width: 200px;
	border-radius: 50%;
	border: 8px solid #3657d9;
}
.yun .case_ul {
	background: #fff;
	margin-top: 8%;
	border-radius: 20px 0 20px 0;
	padding: 0 10px 30px 10px
}
.yun .case_r2_1 {
	width: 130px;
	margin-right: 10px
}
.yun .case_r2_1 span {
	background: #888888;
	border-radius: 15px 0 15px 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 130px;
}
.case_rw {
	font-size: 2.6rem;
	font-weight: bold;
	color: #289cff;
	padding: 20px 0
}
.ylt {
	padding: 4% 0
}
.hot_ylt_t span {
	display: inline-block;
	background: url(../Images/icon2.png) no-repeat;
	background-size: 100%100%;
	color: #fff;
	font-size: 2.3rem;
	padding: 12px 30px;
	font-weight: bold;
	text-align: center;
}
.hot_ylt_ul {
	margin: 30px 0
}
.hot_ylt_li {
	position: relative;
}
.hot_ylt_li a span {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 80%;
	padding: 8px 10px;
	text-align: center;
	background: #0956c4;
	border-radius: 20px 0 20px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.hot_ylt_li:hover a img {
	transform: scale(1.05);
	transition: 0.5s
}
.news {
	background: #f5f5f5;
	padding: 4% 0;
}
.news_t {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.news_ul {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}
.news_li {
	padding: 0
}
.news_li a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 10px 0
}
.news_li a:hover {
	color: #0956c4
}
.news_li a img {
	width: 16px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.ypx {
	padding: 4% 0
}
.ykt {
	background: url(../Images/y_bj.png) no-repeat;
	background-size: 100%100%;
	padding: 4% 0;
	margin-top: 20px
}
.ykt_d_img img {
	width: 100px;
}
.ykt_d_img {
	float: left;
	display: inline-block;
}
.ykt_d_wz {
	font-size: 3rem;
	font-weight: 600;
	color: #f37609;
	display: inline-block;

}
.ykt_d_wz span {
	display: block;
	margin-left: 10px;
	line-height: 100%
}
.ykt_d_p {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 20px 0
}
.ykt_d_p .p1 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #f37609
}
.ykt_d_p .p2 {
	font-size: 2rem;
	font-weight: 600;
	color: #f37609
}
.ykt_d_wz1 span {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 40px;
	background: #187dd9;
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem;
	max-width: 450px;
}
.ykt_box_img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.ykt_box_wz {
	padding-top: 20px
}
.ykt_box_wz p {
	font-size: 2.3rem;
	font-weight: bold;
	color: #187dd9;
	margin-top: 20px
}
.ykt_box_wz p span {
	display: block;
	font-size: 1.7rem;
	font-weight: 500
}
.ykt_box {
	padding-top: 4%;
}
.ykt_box_right ul li a {
	display: block;
	background: #26a0ff;
	background: -webkit-linear-gradient(top, #0cd4ff 0, #4067ff 100%);
	background: -moz-linear-gradient(top, #0cd4ff 0, #4067ff 100%);
	background: -o-linear-gradient(top, #0cd4ff 0, #4067ff 100%);
	background: linear-gradient(top, #0cd4ff 0, #4067ff 100%);
	border-radius: 30px;
	padding: 15px 0 15px 30px;
	text-align: left;
	margin: 10px 0;
	font-size: 2.2rem;

}
.ykt_box_right ul li a:hover {
	opacity: 0.8
}
.ykt {
	position: relative;
}
.ykt .hot_ylt_t {
	position: absolute;
	top: -13px;
}
.service_box{
	margin-top: 100px;
}
.service_li{
	border-right: 1px solid #d4e3f6;
}
.service_box .service_li:nth-child(3){
	border: none;
}
.service_title{
	font-size: 24px;
	color: #2971d2;
	font-weight: bold;
	text-align: center;
}
.service_desc{
	font-size: 18px;
	margin-top: 20px;
	color: #000;
	text-align: center;
}
.service_li{
	text-align: center;
}
.jyzs {
	padding: 4% 0
}
.jyzs_img {
	clear: both;
	overflow: hidden;
	padding: 30px 0
}
.jyzs_img img {
	width: 100%;
	height: 200px;
	display: block;
	margin: 5px
}
.jyzs_ul {
	padding: 30px 0
}
.jyzs_ul_t a {
	display: inline-block;
	width: 18%;
	float: left;
	margin: 1%;
	position: relative;
}
.jyzs_ul_t a img {
	position: absolute;
	top: -16px;
	width: 25px;
	left: 50%;
	transform: translate(-50%, 0);
}
.jyzs_ul_t a span {
	display: inline-block;
	background: #ebebeb;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 20px;
}
.jyzs_ul_img a {
	display: inline-block;
	width: 18%;
	float: left;
	margin: 1%;
	position: relative;
}
.jyzs_ul_img a span{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	margin-top: 10px;
}
.jyzs_ul_img a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 70px;
}
.jyzs_ul_img a img:hover {
	transform: scale(1.05);
	transition: 0.5s
}
.jyzs_ul {
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	clear: both;
	overflow: hidden;
	margin: 30px 0
}
/*.jyzs_ul_t a:hover span{
	background: #187dd9;
	color: #fff
}	*/

.yun_kc_li_img {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 130px;
}
.yun_kc_li_img img {
	width: 130px;
	display: block;
}
.yun_kc_li_wz .d1 span {
	display: inline-block;
	background: url(../Images/tp27.png) no-repeat;
	background-size: 100%100%;
	color: #fff;
	font-size: 1.9rem;
	padding: 20px;
	min-width: 300px;
	font-weight: bold;
	text-align: center;
}
.yun_kc_li_wz .d2 {
	font-size: 14px;
	color: #666;
	padding: 10px;
	max-width: 450px
}
.yun_kc_ul {
	clear: both;
	overflow: hidden;
	padding: 20px 0
}
.yun_kc_li {
	margin: 10px 0
}
.ppch {
	background: url(../Images/bj.png) no-repeat;
	background-size: 100%100%;
	padding: 4% 0
}
.ppch_wz_p p {
	line-height: 180%;
	font-size: 18px;
	color: #344e9a;
	padding-bottom: 10px;
}
.ppch_wz_p p span {
	font-size: 2.3rem;
	font-weight: bold;
}
.ppch_wz_p p.p span{
	font-size: 2rem
}
.yzh_b22 img {
	max-height: 80%;
	display: block;
}
.ppch_hul {
	clear: both;
	overflow: hidden;
	border: 2px solid #4960a4;
	border-radius: 5px;
	padding: 3% 1%
}
.ppch_hli {
	width: 18%;
	margin: 1%;
	display: inline-block;
	float: left;
	position: relative;
}
.ppch_hli a img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: -30px;
}
.ppch_hli a span {
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 50px 20px 20px 20px;
	text-align: center;
	color: #289cff;
	font-weight: bold;
	font-size: 17px;
}
.ppch_hx {
	margin-top: 80px
}
.ppch_hx .hot_ylt_t {
	text-align: center;
	margin-bottom: -20px;
}
.ppch_hx .hot_ylt_t span {
	min-width: 50%
}
.ppch_four_w {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px 0
}
.ppch_four {
	padding: 30px 0
}
.ppch_four .hot_ylt_t {
	text-align: center;
}
.ppch_four_li a {
	background: url(../Images/tp32.png) no-repeat;
	background-size: 100%100%;
	display: block;
	height: 350px;
	padding: 20px 25px 20px 20px;
}
.ppch_four_li:last-child a {
	background: url(../Images/tp34.png) no-repeat;
	background-size: 100%100%;
}
.ppch_four_li a .d1 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 15px;
}
.ppch_four_li a .d1 span {
	display: block;
	color: #5fceff;
	font-size: 16px;
}
.ppch_four_li a .d2 {
	height: 80px;
	border-bottom: 2px solid #fff;
	width: 80%;
	margin-bottom: 15px
}
.ppch_four_li a .d2 span {
	display: block;
	color: #fff;
	font-size: 16px;
}
.ppch_four_li a .d3 {
	width: 80%;
	line-height: 160%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ppch_four_ul {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
}
.ppch_quan_lis {
	display: inline-block;
	float: left;
	width: 20%;
}
.ppch_quan_li {
	width: 180px;
	height: 180px;
	padding: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	margin: 10px;
}
.ppch_quan_li:hover {
	background: rgba(0,0,0,0.5);
}
.ppch_quan_li a {
	background: #fff;
	display: block;
	border-radius: 50%;
	width: 160px;
	height: 160px;
}
.ppch_quan_li a img {
	display: block;
	margin: 0 auto;
	height: 100px;
	padding: 30px 0 20px 0
}
.ppch_quan_li a span {
	display: block;
	text-align: center;
	color: #000;
	padding-top: 5px;
	font-size: 16px;
}
.ppch_quan_ul {
	padding-top: 30px
}
.why p.p1 {
	font-size: 50px;
	line-height: 50px;
	color: #005dae;
	font-weight: bold;
}
.why .p1 span {
	font-weight: 500;
	display: block;
	font-size: 21px;
}
.why .d1 {
	font-size: 22px;
	color: #000;
	padding-top: 20px
}
.why .d1 a {
	color: #016eed;
	font-weight: bold;
}
.advantage .dt {
	display: block;
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-top: 20px;
}
.advantage .dt span {
	color: #ededed;
	font-weight: bold;
	display: block;
}

.nbox_img1{
	position: relative;
}
.nbox_img1 .fimg{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
}

.investment_swiper{
	margin-top:40px;
}
.investment_expertBox{
	height: 300px;
}
.advantage-box{
	/* display: flex;
	justify-content: center; */
	flex-wrap: wrap;
}
.advantage-box .qa{
	height: auto;
}
.qa_box{
	position: relative;
	overflow: hidden;
}
.qa_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% + 20px);
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.6rem;
	overflow: auto;
}
.qa_left{
 display: flex;
 align-items:flex-start;
 padding:0px 10%;
 margin-top: 10px;
}
.qa_right{
	display: flex;
	align-items:flex-start;
	flex-direction: row-reverse;
	margin-top: 10px;
	padding:0px 10%;
	margin-right: 20px;
}
.qa_photo{
	width: 2.4rem;
	height: auto;
}
.qa_desc{
	background: #fff;
	padding: 10px;
	margin: 0px 10px;
	max-width: 70%;
	border-radius: 5px;
	text-align: left;
}
.qa_left .qa_desc{
	font-weight: bold;
}

/*250331 start*/
.heading_title{
	font-size: 42px;
	line-height: 42px;
	color: #005dae;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    font-weight: bold;
}
.heading_title::after {
	margin-top: 25px;
	content: "";
	display: block;
	width: 73px; /* 固定宽度 */
	height: 5px; /* 短横线的高度 */
	background-color: #005dae; /* 短横线的颜色 */
}
.heading_title_white{
	color: #ffffff!important;
}
.heading_title_white::after{
	display: none;
}
.heading_title_no_line::after{
	display: none;
}
.heading_description{
	font-size:26px;
	line-height: 26px;
	text-align: center;
	font-weight: 300;
}
.box_1 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 60px;
}
.list_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* 两端对齐 */
	margin-top:70px;
	padding-bottom:227px;
	background: url("../Picture/bg_list1.jpg") bottom right no-repeat;
}

.list_1 .item {
	width: 702px;
	height: 106px;
	background-color: #f3f9ff;
	border-radius: 53px; /* 圆形边角 */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 下右阴影 */
	display: flex;
	align-items: center;
	padding-left: 30px; /* 图标左边距 */
	box-sizing: border-box;
	margin-bottom:34px;
}
.list_1 .item-full {
	width: 702px;
	margin: 0 auto; /* 居中对齐 */
}
.list_1 .icon {
	width: 58px;
	height: 58px;
}

.list_1 .text-list {
	margin-left: 15px; /* 图标和文字列表水平间距 */
}

.list_1 .text-list .title {
	font-size: 30px;
	color: #005dae;
	margin-bottom:15px;
	line-height: 30px;
	font-weight: bold;
}

.list_1 .text-list .subtitle {
	font-size: 22px;
	line-height: 22px;
	color: #5d5d5d;
}

.box_2{
	padding-bottom: 107px;
}
.list_2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin-top:40px;
}

.list_2_row {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.list_2 .item {
	width: 680px;
	height: 85px;
	border-radius: 42px;
	background: linear-gradient(to right, #1e3c72, #2a5298);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 8px 20px rgba(31, 63, 119, 0.3);
}

.list_2 .item .text {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.list_2 .icon {
	width: 50px;
	height: 50px;
	background-color: #ccc;
	border-radius: 50%;
}

.list_2 .left-icon {
	position: absolute;
	top: -14px;
	left: 15px;
	width: 76px;
	height: 76px;
	background-color: #ccc;
	border-radius: 50%;
}

.box_3{
	background: url("../Picture/bg_list3.jpg");
	padding-top:60px;
	padding-bottom:66px;
}
.list_3 {
	display: flex;
	justify-content: space-between; /* 平分宽度 */
	align-items: center;
	width: 100%;
	margin-top:60px;
}

.list_3 .column {
	flex: 1; /* 平分宽度 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 34px 0;
	box-sizing: border-box;
	position: relative;
}

.list_3 .column:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #0484c7; /* 分割线颜色 */
}

.list_3 .column .text-large {
	font-size: 38px;
	line-height: 38px;
	color: white;
	text-align: center;
}

.list_3 .column .text-small {
	font-size: 24px;
	line-height: 24px;
	color: #00ccff;
	text-align: center;
	margin-top: 40px; /* 调整上下两行文字间距 */
}
.list_3 .column .text-small p{
	margin-bottom:15px;
}

.box_4{
	background: url("../Picture/bg_list4.jpg") no-repeat;
	padding-top:130px;
}
.list_4 {
	display: flex;
	flex-wrap: wrap; /* 使元素换行 */
	gap: 14px; /* 行间距14px */
	justify-content: space-between; /* 列两端对齐 */
}

.list_4 .item {
	width: 726px;
	height: 482px;
	background-size: cover; /* 背景图片覆盖 */
	background-position: center; /* 背景图片居中 */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 90px;
	box-sizing: border-box;
}

.list_4 .item-content {
	display: flex;
	align-items: center; /* 行内容垂直居中对齐 */
}

.list_4 .item-content img {
	width: 100px;
	height: 92px;
	margin-right: 30px; /* 图形右侧间距30px */
}

.list_4 .item-content .text-large {
	font-size: 30px;
	color: white;
}

.list_4 .item-details {
	margin-top: 50px; /* 距离上方文字垂直间距70px */
}

.list_4 .item-details .text {
	font-size: 20px; /* 文字大小 */
	color: white;
	margin-bottom: 40px; /* 行内文字垂直间距40px */
	line-height: 1.5; /* 行距 */
}
.description_4{
	margin-top:38px;
	margin-bottom:63px;
}
.description_4 p{
	margin-bottom:15px;
}

.box_5 {
	width: 100%;
	margin: 0 auto;
	padding-top: 170px;
}


/* 行容器 - 现在需要扩展到页面边缘 */
.box_5 .box_5_row {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

/* 第一行内容容器 - 从主体左到页面右 */
.box_5 .row-content.first-row {
	width: calc(100vw - (100vw - 1466px)/2);
	margin-left: calc((100vw - 1466px)/2);
	overflow: hidden;
	/*padding-right: calc((100vw - 1466px)/2);*/
}

/* 第二行内容容器 - 从页面左到主体右 */
.box_5 .row-content.second-row {
	width: calc(100vw - (100vw - 1466px)/2);
	/*padding-left: calc((100vw - 1466px)/2);*/
	margin-right: calc((100vw - 1466px)/2);
	overflow: hidden;
}

/* 滚动容器 */
.box_5 .scroller {
	display: flex;
	width: max-content; /* 使宽度由内容决定 */
	height: 420px; /* 图片高度307px + 文字区域90px + 间距 */
}

/* 第一行 - 从右向左滚动 */
.box_5 .scroller.first-row {
	animation: scrollLeft 40s linear infinite;
}

/* 第二行 - 从左向右滚动 */
.box_5 .scroller.second-row {
	animation: scrollRight 40s linear infinite;
}


.box_5 .card {
	width: 314px;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-right: 20px;
}

.box_5 .card-image {
	width: 314px;
	height: 307px;
	background-color: #f0f0f0;
	overflow: hidden;
}

.box_5 .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box_5 .card-text {
	width: 314px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 40px;
	font-weight:bold;
}
/* 鼠标悬停暂停动画 */
.box_5 .scroller:hover {
	animation-play-state: paused;
}

/* 从右向左滚动动画 */
@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-100% + 100vw));
	}
}

/* 从左向右滚动动画 */
@keyframes scrollRight {
	0% {
		transform: translateX(calc(-100% + 100vw));
	}
	100% {
		transform: translateX(0);
	}
}

.box_6 {
	width: 100%;
	margin: 0 auto;
	padding-top: 130px;
}
.box_6 .top-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.box_6 .top-row .column {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.box_6 .top-row .column h3 {
	font-size: 32px;
    font-weight: 500;
}

.box_6 .top-row .column .line {
	width: 320px;
	height: 2px;
	background-color: #026cc8;
	margin: 20px auto 0;
	display: none;
}
.box_6 .top-row .column.active h3 {
	color: #026cc8;
}
.box_6 .top-row .column.active .line,
.box_6 .top-row .column:hover .line {
	display: block;
}
.box_6 .list_6{
	background: url("../Picture/bg_list6.jpg");
	padding:80px 120px 99px 120px;
}
.box_6 .bottom-row {
	display: none;
	justify-content: space-between;
}
.swiper666{
	width:100%;
}
.swiper666 .slider{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.box_6 .bottom-row.active {
	display: flex;
}

.box_6 .card {
	width: 386px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.box_6 .card img {
	width: 386px;
	height: 241px;
	object-fit: cover;
}

.box_6 .card-content {
	width: 386px;
	height: 170px;
	padding: 27px 47px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	background: #fff;
}

.box_6 .card-content h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	word-wrap: break-word;
	text-align: center;
	font-weight:bold;
}

.box_6 .card-content .button-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.box_6 .card-content .button-container .button {
	padding: 6px 52px;
	font-size: 16px;
	color: #026cc8;
	border: 1px solid #026cc8;
	background-color: transparent;
	cursor: pointer;
}

.box_6 .card-content .button-container button:hover {
	background-color: #026cc8;
	color: #fff;
}
.description_6 p{
	font-size:18px;
	text-align: center;
	color:#fff;
	margin-bottom:70px;
}

.box_7{
	padding-top:140px;
	background: url("../Picture/bg_list7.jpg") center 250px no-repeat;
}
.box_7 .swiper2 .swiper-slide{
	display:flex;
	justify-content:center;
	overflow:hidden;
}
.description_7{
	margin-top:35px;
}
.description_7 p{
	font-size:18px;
}
.box_7 figure{
	text-align: center;
}
.box_7 figure .circle{
	width: 240px;
	height: 240px;
	background:#e7e7e7;
	border-radius: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_7 figure .circle img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.box_7 figure .circle-mg img{
	width: 230px;
	height: 230px;
	border-radius: 50%;
}
.box_8{

}
.box_8 .swiper_b{
	padding-bottom:70px;
}
.box_8 .resource{
	display: none;
}
.box_8 .r_active{
	display: block;
}
.box_8 .logo-row {
	display: flex;
	justify-content: space-between;
	width:1100px;
	margin:0 auto;
	flex-wrap: wrap;
}
.box_8 .logo-row:first-child{
	/*margin-bottom:50px;*/
}
.box_8 .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	text-align: center;
	width: 18%;
}
.box_8 .logo img {
	height: auto;
	max-height: 100px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.box_8 .logo-text {
	font-size: 18px;
	margin-top: 10px;
}
.box_8 .logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 110px;
	justify-content: center;
}
.box_8 .logo-text-wrapper {
	display: flex;
	justify-content: space-between;
}
.exampleNew {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin:50px auto 0px auto;
}
.exampleNew figure a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5) url(../Images/icon-play.png) no-repeat left bottom / auto;
	opacity: 1;
	transition: all 0.5s ease;
}
.exampleNew figure {
	width: calc(33.333% - 25px); /* Three columns with space between */
	margin:0 auto 20px auto!important;
}
.exampleNew img {
	width: 100%;
	height: 235px!important;
}
.exampleNew figcaption {
	text-align: center;
	margin-top: 10px;
}
/*250331 end*/

@media (min-width: 1600px) {
    .container {
        width: 1466px;
		padding:0;
    }
}
@media (max-width: 1599px) {
    .list_1 .item{
        width:563px;
    }
    .list_1 .text-list .title{
        font-size:24px;
    }
    .list_1 .text-list .subtitle{
        font-size:18px;
    }
    .list_2 .left-icon{
        width:52px;
        height:52px;
    }
	.box_6 .card{
		width:260px;
	}
	.box_6 .card img{
		width:260px;
		height:162px;
	}
	.box_6 .card-content{
		width:260px;
	}
	.list_4 .item{
	    width:563px;
	    height:374px;
	    padding:20px 30px;
	}
	.list_4 .item-details .text{
	    margin-bottom:30px;
	}
}
@media (max-width: 1024px) {
#navbar {
	height: 92px;
}
#navbar .logo-link {
	width: 300px;
	margin-top: 15px;
}
.navbar-inverse .navbar-nav>li {
	padding: 10px 12px;
}
#navbar .nav-top, #navbar .nav-bottom {
	margin-top: 10px;
}
}
 @media screen and (max-width: 1000px) {
.h2 h2 {
	font-weight: 500;
	font-size: 20px;
}
.h2 p {
	font-size: 12px;
}
.casptial {
	padding: 20px 0;
}
.casptial-box .item {
	width: 50%;
}
.service {
	padding: 30px 0;
	background: #fff url(../Images/service.png) no-repeat center / auto 100%;
}
.world {
	padding: 20px 0;
}
.world-box .item {
	padding: 1px 12px 20px;
	margin-top: 50px;
	background-size: auto 40%;
}
.world-box .title {
	margin-top: -30px;
}
.world-box .title span {
	font-size: 1rem;
}
.world-box .title span b {
	font-size: 1.4rem;
}
.world-box h3 span {
	font-size: 1.4rem;
	line-height: 1.5;
}
.world-box p {
	padding: 0;
	margin: 1rem 0;
}
.world-box p img {
	margin: 0 0.4rem 0.6rem 0;
	height: 3rem;
}
.world-box .twoparts {
	width: 100%
}
.single {
	height: 32vw;
}
.view {
	padding: 20px 0;
}
.expert {
	padding: 20px 0;
}
.swiperTab {
	margin: 20px 0;
}
.swiperTab li {
	margin: 0 2px;
	padding: 0px 8px;
	font-size: 14px;
}
.swiper2 figcaption h3 {
	margin: 10px 0;
}
.resource {
	margin: 20px 0;
}
.resource figure {
	width: 32%;
	margin-right: 2%;
}
.resource figure img {
	height: 50px;
	margin: 0 auto;
}
.resource figure:nth-child(5n) {
	margin-right: 2%;
}
.resource figure:nth-child(3n) {
	margin-right: 0%;
}
.resource figcaption {
	font-size: 12px;
}
.example {
	padding: 20px 0;
}
.exampleBox {
	margin-top: 0;
}
.exampleBox figure {
	width: 48%;
	margin: 1%;
}
.exampleBox figure a img {
	height: 100px;
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev {
	display: none;
}
}
 @media (max-width: 768px) {
	 /*250402*/

	 .box_1{
		 padding-top:60px;
		 padding-bottom:10px;
	 }

	 .heading_title{
		 font-size:32px;
	 }

	 .heading_title::after{
		 margin-top:15px;
		 height: 3px;
	 }

	 .list_1{
		 margin-top:40px;
		 padding-bottom: 347px;
	 }
	 .list_1 .item{
		 width:90vw;
		 height:auto;
		 padding:10px 20px;
	 }
	 .list_1 .text-list .title{
		 font-size: 24px;
		 line-height: 24px;
		 margin-bottom: 5px;
	 }
	 .list_1 .text-list .subtitle{
		 font-size:16px;
		 line-height: 20px;
	 }

	 .box_2{margin-top:-30px;}
	 .list_2 .item {
		 width: 45%;
		 height: auto;
		 padding:10px 25px 10px 40px;
	 }

	 .list_2_row .item:nth-child(3) {
		 padding: 10px 20px;
	 }

	 .list_2 .left-icon{
		 width: 32px;
		 height: 32px;
		 left:5px;
	 }
	 .list_2 .icon{
		 width:30px;
		 height: 30px;
	 }
	 .list_2 .item .text{
		 font-size:15px;
		 display: -webkit-box;
		 -webkit-box-orient: vertical;
		 -webkit-line-clamp: 2;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 white-space: normal;
	 }

	 .box_3{
		 background-position: center center;
		 background-size: cover;
		 background-repeat: no-repeat;
	 }
	 .list_3{
		 flex-direction: column;
	 }
	 .list_3 .column{
		 padding:20px 0;
	 }
	 .list_3 .column:not(:last-child)::after{
		 display: none;
	 }
	 .list_3 .column .text-large{
		 font-size:32px;
		 line-height: 32px;
	 }
	 .list_3 .column .text-small{
		 font-size:18px;
		 line-height: 18px;
		 margin-top:22px;
	 }

	 .box_4{
		 background-size:contain;
		 padding-top:70px;
	 }
	 .description_4{
		 font-size:20px;
	 }
	 .list_4 .item{
		 width: 100%;
		 height: auto;
		 padding:20px;
	 }
	 .list_4 .item-content{
		 justify-content: center;
	 }
	 .list_4 .item-content img{
		 width: 60px;
		 height: 52px;
		 margin-right: 30px;
	 }
	 .list_4 .item-details{
		 margin-top:20px;
	 }
	 .list_4 .item-details .text{
		 font-size:16px;
		 margin-bottom:10px;
	 }

	 .box_5{
		 padding-top:70px;
	 }

	 .box_6{
		 padding-top:70px;
	 }
	 .box_6 .list_6{
		 padding:80px 20px;
		 background-size: cover;
	 }
	 .box_6 .top-row .column h3{
		 font-size:16px;
	 }
	 .box_6 .top-row .column .line{
		 width:100%;
	 }
	 .box_6 .card{
		 width: 100%;
	 }
	 .box_6 .card img{
		 width: 100%;
	 }
	 .box_6 .card-content{
		 width:100%;
	 }
	 .box_6 .card-content h4{
		 font-size:22px;
	 }

	 .box_7{
		 padding-top:70px!important;
	 }
	 .box_7 figure{
		 display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	 }
	 .box_7 .expertBox{
		 margin-top:20px;
	 }
	 .description_7{
		 font-size:20px;
	 }

	 .box_8 .logo-row{
		 width:100%;
	 }
	 .box_8 .swiper_b{
		 padding-bottom:20px;
	 }
	 .box_8 .resource{
		 margin:10px 0;
	 }
	 .box_8 .logo-wrapper{
		 height:50px;
	 }
	 .box_8 .logo-text{
		 font-size:13px;
	 }
	 .box_8 .logo-row:first-child{
		 margin-bottom:10px;
	 }
	 .exampleNew{
		 width:100%;
		 flex-direction: column;
		 margin-top: 50px;
	 }
	 .exampleBox figure{
		 width: 100%;
	 }
	 .exampleBox figure a img{
		 height:auto!important;
	 }
	 .example {
		 padding-top: 70px;
	 }
	 .swiper2{
		 padding:0 0 30px 0;
	 }
	 /*250402*/


















	.qa_content{
		font-size: 1.2rem;
	}
	.qa_left,.qa_right{
		padding: 0px;
	}
	.advantage-box .fl li{
		width: 50%;
	}
	.investment_content_item{
		font-size: 2rem;
	}
	.investment_content_item div:first-child{
		flex-shrink: 0;
		width: 60px;
	}
	
	.investment_content_item div:last-child{
		font-size: 1.6rem;
		font-weight: bold;
		color: #56a1eb;
		margin-left: 10px;
		line-height: 150%;
	}
	.service_box .service_li{
		border: none;
	}
	.sanjiao{
		position: absolute;
		left: 70px;
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-top:12px solid #efefef;
		top: -40px;
	}
	.nbox_video{
		margin-top: 20px;
	}
 	.why .left p{
 		margin-top: 20px;
 	}
 	.why .left {
    padding: 20px 10px;
}
 	.yzh_b{
 		margin: 20px 0
 	}
 	.ykt_d_wz{
 		font-size: 2.5rem
 	}
 	.ykt_d_img img{
 		width: 90px;
 	}
 	.jyzs_ul_img a span{
 		overflow: hidden;
 		white-space: nowrap;
 		text-overflow: ellipsis;
 	}
 	.case_r2_1{
 		display: block;
 		width: 100%;
 	}
 	.yun_kc_li_wz .d1 span{
 		padding: 15px;
 	}
 	.ppch_wz_p p.p span{
 		font-size: 1.6rem
 	}
 	.ppch_hli a span{
 		font-size: 15px;
 		padding: 40px 10px 10px 10px;
 	}
 	.ppch_hli a img{
 		width: 70px;
 		height: 70px;
 	}
 	.case_r{
 		padding: 10px;
 	}
 	.yun_kjy_t span{
 		font-size: 1.8rem
 	}
 	.nbox_text .d2 span{
 		font-size: 1.8rem
 	}
 	.nbox_text .d2 span a{
 		font-size: 1.6rem
 	}
 	.hyxs span{
 		font-size: 1.3rem;
 		padding: 10px
 	}
 	.case_r2_2 p{
 		line-height: 150%;
 		font-size: 1.5rem
 	}
 	.yun .case_r2_1{
 		width: 100%;
 		margin-bottom: 10px;
 		display: block;
 	}
 	.case_r2_2{
 		display: block;
 	}
#navbar .nav-top {
	display: none;
}
.navbar-inverse .navbar-collapse {
	left: 15px;
	border: 0;
	position: absolute;
	width: 100%;
	background: #ffffff;
	top: 92px;
	-webkit-box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
	-moz-box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
	box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
}
.navbar-toggle {
	top: 50%;
	margin-top: -17px;
}
.data .col-sm-2 {
	width: 100%;
}
.data .col-sm-5 {
	width: 50%;
}
.data .d-two .top:before, .data .d-two .bottom:before {
	border: none;
}
.advantage .fr img {
	padding-left: 0px;
	padding-top: 12px;
}
.yzh_t_w .s1 {
	font-size: 20px;
}
.yzh_t_w .s2 {
	font-size: 12px;
}
.yzh_t_w {
	display: inline;
}
.yzh_b1_1 p span {
	font-size: 40px;
}
.yzh_b1_1 p {
	font-size: 16px
}
.yzh_b1_2 p span {
	font-size: 14px;
}
.yzh_b2 img {
	margin: 0
}
.resource {
	margin-bottom: 0
}
.expert {
	padding-top: 0
}
.case_left_1 p {
	position: relative;
	padding: 10px 0;
	background: #2b8ffa;
	border-radius: 40px;
	margin-bottom: 10px
}
.case_left_1 p span.s1 {
	display: none
}
.case_left_1 p span.s2 {
	font-size: 16px;
}
.case_left_1 img {
	display: none;
}
.yun_four {
	margin-top: -20px;
}
.yun_fli {
	margin-bottom: 10px
}
.yun .case_ul {
	padding: 20px;
	margin: 0
}
.case_rw {
	font-size: 18px
}
.case_right {
	padding: 0
}
.case_left {
	padding: 0
}
.case_r2 {
	padding: 0
}
.yzh_bli a {
	font-size: 15px
}
.hot_ylt_li {
	padding-bottom: 15px
}
.hot_ylt_li a span {
	font-size: 14px;
}
.news_li a {
	font-size: 14px;
}
.news_ul {
	margin-top: 10px
}
.ykt .hot_ylt_t {
	position: relative;
	top: 0
}
.hot_ylt_t span {
	font-size: 16px
}
.ykt {
	padding: 20px 0
}
.ykt_d_p .p1 {
	font-size: 22px;
}
.ykt_d_p .p2 {
	font-size: 16px;
}
.ykt_d_wz1 span {
	font-size: 14px;
}
.ykt_box_img {
	max-width: 50%
}
.ykt_box_wz p {
	font-size: 16px;
	margin-top: 0
}
.ykt_box_wz {
	padding-top: 0
}
.ykt_box_wz p span {
	font-size: 14px
}
.ykt_box_right ul li a {
	font-size: 15px;
}
.jyzs_img img {
	height: auto;
}
.jyzs_ul_t a {
	width: 48%;
	margin-bottom: 20px
}
.jyzs_ul_img {
	clear: both;
	overflow: hidden;
}
.jyzs_ul_img a {
	width: 31.3%
}
.yun_kc_li_img {
	width: 28%;
	margin-right: 2%
}
.yun_kc_li_img img {
	width: 100px;
}
.yun_kc_li_wz {
	display: inline-block;
	float: left;
	width: 70%;
}
.yun_kc_li_wz .d1 span {
	min-width: 150px;
	font-size: 14px
}
.yun_kc_li_wz .d2 {
	max-width: 100%
}
.ppch_wz_p p {
	font-size: 14px
}
.ppch_wz_p p span {
	font-size: 16px;
}
.ppch_hli {
	width: 48%
}
.ppch_hul {
	padding: 30px 10px
}
.ppch_four_li a {
	margin-bottom: 20px
}
.ppch_quan_lis {
	width: 50%
}
.ppch_quan_li {
	width: 150px;
	height: 150px
}
.ppch_quan_li a {
	height: 130px;
	width: 130px
}
.ppch_quan_li a img {
	height: 80px;
	padding: 20px 0 10px 0
}
.ppch_quan_li a span {
	font-size: 14px;
}
.why p.p1 {
	font-size: 22px;
	margin-top: 20px
}
}
 @media (max-width:414px) {
#navbar .nav-top {
	display: none;
}
.navbar-inverse .navbar-collapse {
	border: 0;
	position: absolute;
	width: 100%;
	background: #ffffff;
	top: 92px;
	-webkit-box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
	-moz-box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
	box-shadow: -2px 0 5px #fff, 0 -2px 5px #fff, 0 2px 5px #3c6eb8, 2px 0 5px #3c6eb8;
}
.why .left {
	padding: 30px 10px;
}
.why .right {
	padding-top: 0;
}
.data {
	padding: 50px 0;
}
.data .d-one {
	margin-top: 0;
}
.data .col-sm-5 {
	width: 100%;
}
.data h1 {
	font-size: 9.5rem;
}
#footer .bottom-inner-links .col-sm-3, #footer .bottom-inner-links .col-sm-2 {
	width: 50%;
	float: left;
}
#footer .bottom-inner-links .col-sm-2.col-sm-second {
	height: 244px;
}
#footer .bottom-inner-links .col-sm-2.col-sm-third {
	height: 184px;
}
.item06 .turntable-news .right-btns {
	bottom: 35px
}
#footer .links {
	display: none;
}
}
#containerfeea6ea9e21d84098acb5d0a76ec6c81_f{
	min-height: 200px;
}


