﻿@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-color:;
	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;
background-color:;
	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
}
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,.swiper-zt {
	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-zt h3{
	font-size:18px;
	padding:30px;
	color:#000;
}
.swiper-zt .swiper-pagination{
	position:absolute;
	bottom:120px;
}
.swiper-zt .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
	width:4px;
	height:4px;
}
.swiper-zt .swiper-pagination-bullet-active {
    width:20px!important;
	height:4px;
	border-radius:8px;
}
.swiper-zt .swiper-button-prev{
	width:42px;
	height:42px;
	background-size:42px 42px;
	background-image:url(../img/prev.png)!important;
	top:45%;
}
.swiper-zt .swiper-button-next{
	width:42px;
	height:42px;
	background-size:42px 42px;
	background-image:url(../img/next.png)!important;
		top:45%;
}

.swiper-container {/* Specify Swiper's Size: *//*width:200px;height: 100px;*/
	max-width:1040px;
}
.swiper-zt{
	max-width:1140px;
}
.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;
	color:#005dae;
}
.h2 h2 {
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: 500;
}
.h2 h2 span {
	position: relative;
}

.h2 p {
	line-height: 1.4;
	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(../img/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;
	padding: 80px 0 76px 0;
}
.expert h2,.example h2{
	font-size: 35px;
    font-weight: bold;
	color:#005dae;
	text-align:center;
	margin-bottom:20px;
}
.expert p,.example p{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#4a4a4a;
}
.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;
}
.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: bold;
	font-size:15px;
}
.swiper2 figcaption p {
	line-height: 1.6;
	font-weight: 500;
	color: #000000;
	font-size: 12px;
}
.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(../img/icon-play.png) no-repeat center / auto;
	opacity: 0;
	transition: all 0.5s ease;
}
.learn-more{
	text-align:center;
	margin:30px auto;
}
.learn-more a{
	border:1px solid black;
	padding:5px 30px;
	color:#000;
}
.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-top:40px;
}
.why .right {
	margin-top:40px;
	/*padding-top: 161px;*/
}
.why .left p {
	font-size: 13px;
	line-height: 24px;
	font-weight:500;
}
.why .left h1 {
	font-size: 1.83em;
	margin-top: 20px;
}
.data {
	text-align: center;
	color: #FFFFFF;
	background-image: url(../img/bg10.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0;
}
.data .d-one {
	margin-top: 100px;
}
.data h2 {
	font-size: 10.5rem;
	font-weight: 600;
}
.data h3 {
	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 .p-c p{
	margin:5px auto;
	text-align:left;
}
.data .p-c span{
	display:inline-block;
	width:70px;
	margin: 0 20px 0 0;
	background-color:#fff;
	color: #005dae;
	border-radius: 18px;
	border: 1px solid #fff;
	font-weight: 1000;
	text-align:center;
}
.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: 70px;
}
.advantage .fr img {
	padding-left: 25px;
}
#footer {
	background-image: url(../img/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 {
    background: url(../img/bg2.jpg) no-repeat top center;
    height: auto;
    background-size: 100% auto;
    padding: 90px 0px 110px 0px;
    box-sizing: border-box;
}
.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 {
    background: url(../img/bg1.jpg) no-repeat center center;
    height: auto;
    background-size: cover;
    padding: 126px 0px 135px 0px;
    box-sizing: border-box;
}
.yzh {
	padding: 80px 0 76px 0;
	background: url(../img/bg3.jpg) no-repeat;
	height: auto;
    background-size: cover;
}
.yzh2 {
	padding: 80px 0 76px 0;
	background: url(../img/bg4.jpg) no-repeat;
	height: auto;
    background-size: cover;
}
.yzh3{
	padding: 80px 0 76px 0;
	background: url(../img/bg5.jpg) no-repeat;
	height: auto;
    background-size: cover;
}
.yzh3_i{
	width:190px;
	height:35px;
	margin:40px auto 20px;
}
.yzh4{
	padding: 80px 0 76px 0;
	background: url(../img/bg6.jpg) no-repeat;
	height: auto;
    background-size: cover;
}
.yzh4 .zj{
	margin:15px 5px;
}
.yzh4 .rw{
	margin:40px 0 20px 0;
	max-height:670px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.yzh4 .rw::-webkit-scrollbar {
  width: 10px;
  height:10px!important;
}
.yzh4 .rw::-webkit-scrollbar-thumb {
  background-color: #727a80;
  border-radius: 5px;
  margin-top:100px;
}
/* 滚动条的外层滑轨背景颜色 */
.yzh4 .rw::-webkit-scrollbar-track {
  background-color: #dcdad5;
    border-radius: 5px;
}
.yzh4 .rw::-webkit-scrollbar-button:start  {
    background: #224a90;
    height: 45px;
}
.yzh4 .rw::-webkit-scrollbar-button:end  {
    background: #224a90;
    height: 10px;
}
.yzh4 .tx{
	padding-left:50px;
}
.yzh4 .tx img{
	width: 130px; 
	height: 130px;
	border-radius:50%;
	border: 10px solid #e7e7e7;
}
.yzh4 .js{
	width: 100%;
	height:120px;
	border-radius: 10px;
	margin-top: -100px;
	padding: 5% 0 5% 40%;
	background-color:#fff;
}
.yzh4 .js h2{
	font-size:20px;
	font-weight:bold;
}
.yzh4 .js p{
	font-size:15px;
	color:#4a4a4a;
	padding:8px;
}
.yzh5{
	padding: 80px 0 76px 0;
}
.yzh5 .kc{
	margin-top:50px;
}
.yzh5 .js{
	position:relative;
}
.yzh5 .wz{
	position:absolute;
    top: 20px;
    left: 40px;
    color: #fff;
}
.yzh5 .wz h2{
	font-size:20px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
}
.yzh5 .wz p{
	padding-left:10px;
	font-size:15px;
}
.yzh6{
	padding: 80px 0 76px 0;
	background: url(../img/bg7.jpg) no-repeat;
	height: auto;
    background-size: cover;
}
.yzh6 .zh{
	max-width:1100px;
	margin:40px auto;
}
.yzh7{
	padding: 80px 0 76px 0;
	background: url(../img/bg8.jpg) repeat-y;
	height: auto;
    background-size: cover;
}
.yzh7{
	text-align:center;
	color:#005dae;
}
.yzh7 .t1 h2{
	font-size:42px;
	font-weight:bold;
	margin-bottom:50px;
}
.yzh7 .t2{
	margin:30px auto;
}
.yzh7 .t2 h2{
	font-size:36px;
	font-weight:bold;
	padding:30px 0 20px 0;
}
.yzh7 .t2 p{
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
}
.yzh7 .t2 a{
	font-size:18px;
	font-weight:bold;
	color:#005dae;
	float:right;
}
.fang{
	background-color:#fff;
	box-shadow: 0 0 10px #ccc;
	margin:5px;
	padding:40px 0;
	height: auto;
	position: relative;
	font-size:15px;
	font-weight:bold;
	color:#282828;
	display:flex;
	align-items: center;
    justify-content: start;
}
.fang img{
	margin:0 20px;
}
.fang span{
    text-align: left;
	padding-right:20px;
}

.yzh8{
	padding: 80px 0 76px 0;
	background: url(../img/bg9.jpg) repeat-y;
	height: auto;
    background-size: 100% 100%;
}

.swiper-button-next-c,.swiper-button-prev-c{
	top:18%!important;
}
.p-0{
	padding:0!important;
}
.yzh_t{
	position: relative;
}
.yzh_h{
	margin-top:50px;
}
.yzh_m{
	display:none;
}
.yzh_h img{
	/*max-width:1000px;*/
}
.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: -30px;
	height: auto;
	/*position: relative;*/
	padding:3%;
	padding-top: 70px;
	background-color:rgba(255,255,255,0.6);
}
.sending_unit2{
	width: 100%;
	border-radius: 10px;
	/*box-shadow: 0 0 10px #ccc;*/
	margin-top: -30px;
	height: auto;
	/*position: relative;*/
	padding:3%;
	padding-top: 70px;
	background-color:rgba(85,115,166,0.5);
}
.sending_unit2 p{
	color:#fff!important;
}
.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;
	text-align:center;
}
.send_li p{
	margin-top:10px;
	padding-left:30px;
	color:#005dae;
	font-size:18px;
	font-weight:600;
	text-align:left;
}
.send_li img{
	width: 80%;
	margin-top: 40px;
}
.send_li img + p{
	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 {
	/*box-shadow: 0 0 10px #ccc;
	border-radius: 20px;*/
	padding: 2%;
	margin-top: -20px;
}
.zj_img {
	margin-bottom:50px;
}

.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 {
	margin-top:90px;
	font-size: 41px;
	color: #005dae;
	font-weight: bold;
}
.why .p1 span {
	font-weight: 500;
	display: block;
	font-size: 18px;
}
.why .d1 {
	font-size: 22px;
	color: #000;
	padding: 30px 0 80px;
}
.why .d1 a {
	color: #016eed;
	font-weight: bold;
}
.advantage .ht{
	text-align:center;
	color:#005dae;
	font-size:32px;
	font-weight:bold;
}
.advantage .dt {
	color:#005dae;
	display: block;
	text-align: left;
	font-size: 20px;
	line-height:20px;
	font-weight:bold;
	margin: 60px 0 20px 0;
	border-left:#1d3d76 5px solid;
	padding-left:10px;
}
.advantage .dt a {
	color: #4a4a4a;
	font-weight: bold;
	float:right;
}

.nbox_img1{
	position: relative;
}
.nbox_img2{
	/*margin:100px auto;*/
	margin-top:140px;
}
.ntext{
	text-align:center;
    color: #005dae;
    font-weight: bold;
    text-align: center;
}
.f32{
	font-size:3.2rem;
}
.f36{
	font-size:3.6rem;
}
.f42{
	font-size:4.2rem;
}

.nbox_img1 .fimg{
	position: absolute;
	/*bottom: 50px;*/
	left: 50%;
	transform: translate(-50%,0);
}
.cimg{
	/*padding:50px;*/
}
.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;
}
.swiper2 figure img{
	border-radius: 50%;
}



 @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;
}
.swiperTab {
	margin: 20px 0;
}
.swiperTab li {
	margin: 0 10px;
	padding: 0px 15px;
	font-size: 14px;
}
.swiper2 figcaption h3 {
	margin: 10px 0;
}
.swiper-zt .swiper-button-prev,.swiper-zt .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: 30%;
}
.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) {
	.bjs_1,.bjs_2,.yzh2,.yzh3,.yzh4,.yzh5,.yzh6,.yzh7{
		padding:30px 0;
	}
	.nbox_img2{
		margin-top:50px;
	}
	.send_li p{
		padding-left:10px;
	}
	
	.send_li_m img{
		margin-top:0px;
	}
	.yzh4 .tx{
		padding-left:10px;
	}
	.yzh4 .js{
		padding-right:5px;
		padding-left:43%;
	}
	.yzh4 .js h2{
		font-size:18px;
	}
	.yzh5 .wz{
		top:5px;
		left:20px;
	}
	.yzh5 .wz p:not(:first-of-type){
		display:none;
	}
	.yzh5 .wz h2{
		font-size:18px;
		margin-bottom:0;
	}
	.yzh5 .wz p{
		padding:0 10px;
	}
	.f32{
		font-size:2rem;
	}
	.f42{
		font-size:3rem;
	}
	.f36{
		font-size:2.4rem;
	}
	.cimg{
		margin:20px auto;
	}
	.yzh_h{
		display:none;
	}
	.yzh_m{
		display: block;
		margin: 30px auto;
		padding-left: 20px;
		color:#005dae;
	}
	.yzh_m h2{
		font-size:2rem;
		font-weight:800;
	}
	.yzh_m small{
		font-size:1.5rem;
	}
	.light{
		color:#fff!important;
	}
	.sending_unit,.sending_unit2{
		margin-top:0px;
		padding-top:0px;
	}
	.p-c{
		padding-left:25%;
	}
	.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;
	}
	.why .d1{
		padding-bottom:30px;
	}
	.why .right{
		margin:20px auto;
	}
 	.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
}

.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;
}


