@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
}
.clearfix {
*zoom:1
}
.container {
	margin: 0 auto;
}
.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;
}
.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 40px;
	color: #2b8ffa;
	border-radius: 18px;
	border: 1px solid #2b8ffa;
	font-weight: 300;
	cursor: pointer;
}
.swiperTab li.active {
	background: #2b8ffa;
	color: #fff;
}
.swiper2, .swiper5 {
	padding-bottom: 30px;
}
.swiper2 .swiper-pagination, .swiper5 .swiper-pagination {
	bottom: 0px;
}
.swiper2 .swiper-pagination-bullet, .swiper5 .swiper-pagination-bullet {
	background: none;
	border: 1px solid #00429c;
	opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active, .swiper5 .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;
}
.why .right {
	padding-top: 161px;
}
.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: 78px;
}
.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: #2fa5ff;
	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;
}
.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_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: 3.2rem;
	font-weight: bold;
	color: #222;
	display: block;
}
.yzh_t_w .s2 {
	font-size: 1.5rem;
	color: #666;
	display: block;
	max-width: 405px;
}
.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 img {
	display: block;
	margin: 0 auto
}
.swiper_b {
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
	padding: 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: 2.5rem;
	font-weight: bold;
}
.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;
}
.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: 36px;
	color: #016eed;
	font-weight: bold;
}
.why .p1 span {
	font-weight: 500;
	display: block;
	font-size: 18px;
}
.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;
}
.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);
}







 @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) {
 	.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;
}
}
