* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	/*font-family: 'Open Sans', sans-serif;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 'Noto Sans SC';
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #666666;
}

html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', 'Noto Sans SC';
	letter-spacing: 0;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
}

h5,
h5 {
	margin-bottom: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}

a img,
iframe {
	border: none;
}

p {
	color: #666666;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #002359;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: #002359;
}

a:hover {
	color: #002359;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Poppins', 'Noto Sans SC';
}

b,
strong {
	font-weight: 900;
}

.btn.active,
.btn:active {
	background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}


/* Default CSS */

.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.bg-gray {
	background-color: #f5f5ff;
}

.bg-theme-small {
	background-color: #edf5ff;
}

.bg-light {
	background-color: #ffffff;
}

.bg-theme {
	background-color: #ff4450;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
	color: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
}

.shadow.dark::after {
	background: #002359 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #002359 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #ff4450 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #ff4450 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.default-padding-top {
	padding-top: 120px;
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

.default-padding-bottom {
	padding-bottom: 120px;
}

.default-padding-bottom.bottom-less {
	padding-bottom: 90px;
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

.default-padding.bottom-30 {
	padding-top: 120px;
	padding-bottom: 30px;
}

.default-padding.bottom-20 {
	padding-top: 120px;
	padding-bottom: 20px;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
	position: relative;
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}

.btn {
	display: inline-block;
	font-family: 'Poppins', 'Noto Sans SC';
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	letter-spacing: 1px;
	overflow: hidden;
}

.btn-md {
	padding: 10px 40px 10px;
}

.btn-sm {
	padding: 10px 35px;
	font-size: 12px;
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}

.btn-border-light {
	border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #002359;
	border: 2px solid #ffffff;
}

.btn-dark {
	background-color: #002359;
	color: #ffffff;
	border: 2px solid #002359;
}

.btn-dark.border {
	background-color: transparent;
	color: #002359;
	border: 2px solid #002359;
}

.btn-dark.border:hover {
	background-color: #002359;
	color: #ffffff !important;
	border: 2px solid #002359;
}

.btn-gray.border {
	background-color: transparent;
	color: #ff4450;
	border: 2px solid #e7e7e7;
}

.btn-gray.border:hover {
	background-color: #ff4450;
	color: #ffffff !important;
	border: 2px solid #ff4450;
}

.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #002359;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
	background-color: #ff4450;
	color: #ffffff !important;
	border: 2px solid #ff4450;
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #002359 !important;
}

.btn-dark:hover,
.btn-dark:focus {
	color: #002359 !important;
	background: transparent;
}

.bg-dark {
	background: #002359 none repeat scroll 0 0;
}

.btn-theme {
	background-color: #ff4450;
	color: #ffffff !important;
	border: 2px solid #ff4450;
}

.btn-theme.border {
	background-color: transparent;
	color: #ff4450 !important;
	border: 2px solid #ff4450;
}

.btn-theme.border:hover {
	background-color: #ff4450;
	color: #ffffff !important;
	border: 2px solid #ff4450;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #ff4450 none repeat scroll 0 0;
	border: 2px solid #ff4450;
	color: #ffffff;
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.container-full {
	width: 100%;
}

.container-medium {
	padding: 0 15px;
	width: 80%;
	margin: auto;
}

.oh {
	overflow: hidden;
}

.less-margin {
	margin: 0;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}


/* SVG */

.svg-shape svg {
	margin-bottom: -10px;
}

.svg-shape svg.gray {
	fill: #f5f5ff;
}

.svg-shape svg.light {
	fill: #ffffff;
}

.svg-shape svg.theme {
	fill: #ff4450;
}

.svg-shape svg.dark {
	fill: #111d30;
}

.svg-shape svg.absolute {
	position: absolute;
}

.svg-shape svg.absolute.top {
	top: 0;
	left: 0;
}

.svg-shape svg.absolute.bottom {
	bottom: 0;
	left: 0;
}

.top-border {
	border-top: 1px solid #e7e7e7;
}

header {
	position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}

.attr-nav .social.right li {
	margin-left: 20px;
}

.attr-nav .social li a {
	font-size: 16px;
}


/* Animated Shape */

.shape-animated {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: infiUpDown;
	animation-name: infiUpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.shape-layout {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.shape-layout .shape {
	position: absolute;
	right: -250px;
	top: 280px;
	transform: rotate(-30deg);
}


/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}

.navbar-brand {
	padding: 15px 0;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
	background: #ff4450 none repeat scroll 0 0;
	border: 2px solid #ff4450;
	color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ff4450;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.site-heading h2::before {
	background: #002359 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.bg-dark .site-heading h2::before,
.bg-theme .site-heading h2::before {
	background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 strong {
	color: #FF4452;
	font-weight: 700;
}

.site-heading h4 {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-weight: 600;
	margin-bottom: 20px;
	color: #666666;
}

.bg-dark .site-heading h4 {
	color: #cccccc;
}

.bg-theme .site-heading h4 {
	color: #ffffff;
}

.site-heading h2 span {
	color: #FF4452;
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 20px;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}


/* Shpae */

.bottom-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* ==============================================================
     # Banner
=================================================================== */

.top-banner {
	background: url(../img/bannerbg.png) no-repeat left bottom;
	background-size: 110%;
}

.banner-area {
	background-color: #05142b;
	position: relative;
}

.banner-ad {
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, .4);
	color: #FFFFFF;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 13px;
}

.ad-text {
	padding-top: 10px;
}

.banner-ad-list {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	border-right: 1px solid #454E5B;
}

.banner-ad-list:last-child {
	border-right: 0 solid #454E5B;
}

.banner-ad-list img {
	width: 38px;
}

body {
	height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto;
}

.banner-area .content {
	position: relative;
	z-index: 9;
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}


/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
	animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
	animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}

.banner-area .item p {
	animation-delay: .5s;
}

.banner-area .item ul {
	animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
	animation-delay: .7s;
}


/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}


/* Slider Zoom Effect */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}
	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}
	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner .item>.slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.theme {
	color: #bad0f7;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area .carousel-control.left {
	left: -50px;
}

.banner-area:hover .carousel-control.left {
	left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}

.banner-area .carousel-control.right {
	right: -50px;
}

.banner-area:hover .carousel-control.right {
	right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicators {
	position: absolute;
	right: 40px;
	left: auto;
	width: auto;
	height: auto;
	top: 50%;
	transform: translate(10px, -50%);
	-webkit-transform: translate(10px, -50%);
	-moz-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	-o-transform: translate(10px, -50%);
	bottom: auto;
	margin: 0;
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 0;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
	z-index: 1 !important;
}


/* Content */

.banner-area.auto-height .double-items,
.banner-area.auto-height .content-box {
	overflow: hidden;
	padding-top: 180px;
}

.banner-area .top-padding .double-items {
	padding-top: 90px;
}

.banner-area .double-items {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.banner-area .double-items div {
	height: auto;
}

.banner-area .double-items .info {
	padding-right: 35px;
}

.banner-area .double-items .info h2 {
	color: #FFFFFF;
	/*  text-align: center;*/
}

.banner-area .double-items .thumb img {
	max-width: 120%;
}

.banner-area .light-bg h5 {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 5px;
	margin-bottom: 30px;
	color: #ff4450;
	font-size: 20px;
}

.banner-area .light-bg h2 {
	font-weight: 600;
	font-size: 60px;
	margin-bottom: 15px;
}

.banner-area .light-bg h2 strong {
	font-weight: 700;
}

.banner-area ul {
	margin-bottom: 15px;
	overflow: hidden;
}

.banner-area ul li {
	float: left;
	width: 80%;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.banner-area ul li:nth-child(2n) {
	padding-right: 0;
}

.banner-area ul li:first-child,
.banner-area ul li:nth-child(2) {
	margin-top: 0;
}

.banner-area.shape {
	position: relative;
	z-index: 1;
}

.banner-area.shape::before {
	position: absolute;
	left: 50%;
	bottom: -285%;
	content: "";
	height: 200%;
	width: 200%;
	background: #ffffff;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.banner-area.text-normal .content h2 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: capitalize;
}

.banner-area.text-normal .content span {
	color: #ff5a6e;
}

.banner-area.text-normal .content a {
	margin-top: 15px;
}

.banner-area .content-box.video-popup .banner {
	position: relative;
	margin-top: 50px;
	margin-bottom: -30px;
}

.banner-area .video-play-button.video-inline {
	bottom: inherit;
	display: inline-block;
	font-size: 20px;
	left: 0;
	margin-bottom: 0 !important;
	margin-left: 20px;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0;
	position: relative;
	top: 0;
	transform: inherit;
	height: 60px;
	width: 60px;
	line-height: 60px;
}

.banner-area .content-box.video-popup .content a {
	margin-top: 30px !important;
}

.banner-area .video-play-button.video-inline i {
	position: relative;
	text-align: center;
	top: 20px;
	width: 100%;
	padding-left: 3px;
}

.banner-area .video-play-button.video-inline::before,
.banner-area .video-play-button.video-inline::after {
	height: 60px;
	width: 60px;
}

.banner-area .banner-carousel .item {
	border-bottom: 2px solid #e7e7e7;
}

.banner-area .banner-carousel .owl-nav {
	position: absolute;
	left: 50%;
	bottom: -25px;
	background: #ffffff;
	padding: 10px 60px;
	transform: translate(-50%, 0);
	border-radius: 50px;
	border: 2px solid #e7e7e7;
}

.banner-area .content-box.video-popup .banner .owl-stage-outer {
	margin-bottom: 55px;
}

.banner-area .banner-carousel .owl-nav .owl-prev,
.banner-area .banner-carousel .owl-nav .owl-next {
	background: transparent;
	padding: 5px;
	margin: 0 5px;
	position: relative;
	bottom: -2px;
}

.banner-area .banner-carousel .owl-nav .owl-prev i,
.banner-area .banner-carousel .owl-nav .owl-next i {
	color: #ff5a6e;
	font-size: 20px;
}


/* ==============================================================
     # 公用
=================================================================== */

.heading {
	text-align: center;
	padding-bottom: 15px;
}

.heading h2 {
	font-weight: 600;
	line-height: 1.3;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #2b3f60;
	text-align: center;
}

.heading .heading-des {
	font-size: 15px;
	color: #798697;
}


/* ==============================================================
     # 产品
=================================================================== */

#product {
	background-color: #f5f7fa;
}

.product-area {
	position: relative;
	z-index: 1;
}

.product-area .bg-icon i {
	position: absolute;
	left: 30px;
	top: 120px;
	font-size: 150px;
	transform: rotate(-45deg);
	opacity: 0.2;
}

.acd-items .panel-heading .panel-title a {
	display: block;
	font-weight: 400;
	position: relative;
}

.bg-gray .acd-items .panel-heading .panel-title a {
	background: #ffffff;
}

.acd-items .panel-heading {
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #e8eff3;
}

.acd-items .panel-body {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}

.acd-items .panel.panel-default {
	border: none;
	border-radius: inherit;
	box-shadow: inherit;
}

.acd-items .panel.panel-default:last-child .panel-heading {
	border-bottom: 0 solid #e8eff3;
}

.acd-items .panel-group .panel-default .panel-heading .panel-title a img {
	width: 28px;
}

.acd-items .panel-group .panel-default {
	background: none;
}

.acd-items .panel-group .panel-default .panel-heading {
	padding: 15px 0;
}

.acd-items .panel.panel-default .panel-body .panel-body-item {
	padding: 5px 0;
}

.acd-items .panel-group .panel+.panel {
	margin-top: 0;
}

.acd-items .panel.panel-default .panel-body {
	background: #FFFFFF !important;
	border-radius: 6px !important;
	padding: 10px 10px 15px 10px;
	border-top: 0 solid #ddd;
}

.acd-items .panel.panel-default .productpanel-title {
	font-size: 15px;
	color: #2b3f60;
	font-weight: bold;
	padding: 5px 0;
}

.acd-items .panel.panel-default:first-child .productpanel-title {
	padding-top: 5px;
}

.acd-items .panel-body p {
	margin: 0;
	color: #657fa3;
	line-height: 20px;
}

.faq-items .panel-body {
	padding: 30px;
}

.faq-items .acd-items .panel .panel-body {
	border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
	content: "\e71e";
	font-size: 20px;
	position: absolute;
	right: 10px;
	font-family: "iconfont";
	/*font-weight: 900;*/
	line-height: 30px;
	color: #93a1b5;
}

.product-area .product-name {
	color: #5e708c;
	padding-left: 5px;
	line-height: 30px;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
	content: "\e71f";
	font-family: "iconfont";
	/*font-weight: 900;*/
}

.fa-bars:before {
	content: "\e61e";
	font-family: "iconfont";
	font-weight: 100;
}

.fa-times:before {
	content: "\e613";
	font-family: "iconfont";
	font-weight: 100;
}


/* ==============================================================
     # 优势
=================================================================== */

.advantage-area .advantage-items .advantage-list {
	text-align: center;
	padding: 15px 0;
}

.advantage-area .advantage-items .advantage-list .advantage-icon img {
	width: 70px;
}

.advantage-area .advantage-items .advantage-list .advantage-test {
	font-size: 16px;
	font-weight: bold;
	color: #576b8c;
}

.advantage-area .advantage-items .advantage-list .advantage-test div {
	font-size: 12px;
	line-height: 14px;
}


/* ==============================================================
     # 广告
=================================================================== */

.advert {
	background: url(../img/ad-bg1.jpg) no-repeat;
	background-size: cover;
	min-height: 120px;
	text-align: center;
	padding-top: 15px;
}

.advert .advert-content {
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #0077B5;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.advert .advert-content em {
	color: #F6BA18;
	font-size: 24px;
}

.mybutton {
	padding: 2px 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	width: 40%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	color: #1e64bb;
}


/* ==============================================================
     # 新闻资讯
=================================================================== */

.news-time {
	text-align: center;
	width: 56px;
	color: #1688d1;
}

.news-date1 {
	font-size: 50px;
	line-height: 40px;
}

.news-date2 {
	line-height: 20px;
}

.news-test {
	width: calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	padding: 0 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #2b3f60;
}

.newslist {
	height: 100px;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #f5f7fa;
	padding: 20px 0;
}

.newslist:last-child {
	border-bottom: 0 solid #f5f7fa;
}

.middle-jian {
	color: #93a1b5;
}

.more-btn {
	text-align: center;
	color: #1688D1;
}

.more-text {
	font-size: 15px;
}


/* ==============================================================
     # 合作伙伴
=================================================================== */

.partner-list {
	border: 1px solid #f5f7fa;
	margin-bottom: 15px;
}

.partner-list img {
	width: 100%;
}

#partner {
	background-color: #f5f7fa;
}

.more-partner {
	padding: 20px;
	padding-bottom: 0;
}

.more-partner i {
	padding: 10px;
}


/* ==============================================================
     # Footer
=================================================================== */


/* Footer Bottom */

footer {
	background: #05142b;
	background-image: url(../img/footerbg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

footer .footer-bottom .link li {
	display: inline-block;
	margin-left: 15px;
}

footer .f-items .equal-height .link {
	border-bottom: 1px solid #3f4a5c;
	padding: 20px 0;
}

footer .f-items .equal-height:last-child .link {
	border-bottom: 0 solid #e7e7e7;
}

footer .f-items .equal-height ul li .link-a {
	padding-right: 10px;
}

footer .footer-bottom p {
	margin: 0;
}

footer .footer-bottom .container>.row {
	display: flex;
	align-items: center;
}

footer .footer-bottom {
	padding: 15px 0;
}

.footer-bottom.bg-light {
	border-top: 1px solid #e7e7e7;
}

footer .default-padding .link li a {
	color: #FFFFFF;
}

footer .footer-bottom .link li a {
	display: inline-block;
	font-weight: 500;
}

footer .f-item img {
	margin-bottom: 25px;
}

footer .f-item h4 {
	text-transform: capitalize;
	font-weight: 700;
	color: #7f9bc2;
	clear: both;
	font-size: 16px;
}

footer .f-items .f-item.about h5 {
	text-transform: uppercase;
	margin-top: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

footer .f-items .f-item.link li {
	margin-bottom: 15px;
}

footer .f-items .f-item.link li:last-child {
	margin-bottom: 0;
}

.pad-top {
	padding-top: 30px;
}

.pad-bottom {
	padding-bottom: 30px;
}

footer .footer-erweima {
	text-align: center;
}

footer .footer-erweima div {
	color: #DDDDDD;
}

footer .footer-erweima img {
	width: 85%;
}

.advert-footer {
	text-align: left;
	padding: 15px;
	background: url(../img/ad-bg2.jpg) no-repeat;
	background-size: cover;
}

.advert-footer .mybutton {
	margin: initial;
}


/* ==============================================================
     # 404
=================================================================== */

.error-page-area .error-box {
	position: relative;
	z-index: 1;
}

.error-page-area .error-box h1 {
	position: absolute;
	font-size: 300px;
	line-height: 250px;
	text-align: center;
	width: 100%;
	z-index: -1;
	color: #e7e7e7;
	font-weight: 600;
}

.error-page-area .error-box h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.error-box .search {
	margin-top: 30px;
}

.error-page-area .error-box form {
	width: 60%;
	margin: auto;
	position: relative;
}

.error-page-area .error-box form input {
	border-radius: 30px;
	border: none;
	padding: 30px;
	box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.error-page-area .error-box form button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 50px;
	width: 50px;
	background: transparent;
	border: 2px solid #e7e7e7;
	border-radius: 50%;
	color: #ff4450;
}

.error-page-area .error-box a {
	margin-top: 35px;
}


/* ==============================================================
     # Preloader
=================================================================== */

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(assets/img/preloader.gif) center no-repeat #fff;
	text-align: center;
}

.copyright {
	line-height: 20px;
	font-size: 13px;
	color: #8992a0;
	text-align: center;
	padding-top: 20px;
}


/*二级页面*/

.sub-banner {
	padding-top: 70px;
	background: url(../img/sub/subbannerBg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.sub-bannerbtn {
	background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#10d7c3), to(#148cdd));
	/** Chrome Safari **/
	background: -moz-linear-gradient(left, #10d7c3, #148cdd);
	/** FireFox **/
	background: -o-linear-gradient(left, #10d7c3, #148cdd);
	/** Opear **/
	background: -ms-linear-gradient(#10d7c3 0%, #148cdd 100%);
	/** IE9 IE10 **/
	padding: 2px 38px;
	border-radius: 20px;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
}

.top-price .sub-bannerbtn{
	letter-spacing: 1px;
	padding: 2px 28px;
}

.banner-center-con {
	padding: 35px 15px;
	color: #FFFFFF;
	position: relative;
	min-height: 160px;
}

.banner-slogan {
	color: #FFFFFF;
	line-height: 20px;
	width: calc(100% - 130px);
}

.banner-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.banner-title span{
	color: #fea700;
}

.subbanner-img {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 150px;
}

.sub-container .nav>li>a {
	padding: 15px 15px;
	display: inline-block;
}

.sub-container .nav-tabs>li.active>a,
.sub-container .nav-tabs>li.active>a:focus,
.sub-container .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 0 solid #ddd;
	border-bottom: 4px transparent solid;
	border-image: linear-gradient(to right, #10d7c3, #148cdd) 1 10;
	color: #1689d1;
}

.sub-container .nav-tabs>li>a {
	border: 0 solid transparent;
}

.sub-container .nav-tabs {
	border-bottom: 0 solid #ddd;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	padding: 0 15px;
	border-bottom: 1px solid #ececec;
}

.sub-container .nav-tabs li a {
	font-size: 18px;
	font-weight: bold;
	color: #758297;
}

.sub-container .nav-tabs li {
	width: 50%;
	text-align: center;
	letter-spacing: 3px;
}

.sub-content {
	padding: 30px 20px;
	background-color: #FFFFFF;
	border-radius: 6px;
	height: 100%;
	position: relative;
	text-align: center;
}

.sub-content .subtip-icon img {
	width: 60px;
}

.tip-item {
	background: #f5f7fa;
	padding: 20px 0;
}

.sub-content .sub-tip {
	padding-bottom: 30px;
}

.sub-content .sub-tip:last-child {
	padding-bottom: 0;
}

.sub-content .subtip-text {
	position: relative;
	padding-left: 0;
	text-align: left;
}

.sub-content .subtip-font {
	position: absolute;
	left: 12px;
	top: 16px;
	font-size: 16px;
	font-weight: 900;
	color: #2b3f60;
}

.sub-content .subtip-text img {
	width: 90px;
}

.sub-content .tip-right {
	background: url(../img/sub/tip-right.png) no-repeat;
	background-size: 100%;
	height: 300px;
	width: 3.6%;
	position: absolute;
	right: 15px;
	top: 46px;
}


/*产品优势*/

.product-adv {
	background: #FFFFFF;
	text-align: center;
}

.product-adv .advantage-test {
	font-size: 14px;
	font-weight: bold;
	color: #576b8c;
	overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
}

.product-adv .advantage-list {
	text-align: center;
	padding: 10px;
	border-right: 1px solid #f5f7fa;
	border-bottom: 1px solid #f5f7fa;
}

.product-adv .advantage-list:nth-last-of-type(-n+2) {
	border-bottom: 1px solid #FFFFFF;
}

.product-adv .advantage-list .advantage-icon img {
	width: 50%;
}

.product-adv .advantage-detail {
	line-height: 16px;
	color: #657fa3;
	font-size: 13px;
	height: 64px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}

.product-adv  .advantage-detail-for{
	height: 96px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
}

.product-adv .sub-bannerbtn {
	margin-top: 30px;
}

.top-service {
	background-color: #f5f7fa;
	color: #2b3f60;
	font-size: 15px;
	font-weight: bold;
}

.top-service {
	background: url(../img/sub/serviceBg.png) no-repeat;
	background-size: 130%;
/*	background-color: #f5f7fa;*/
	background-position: bottom;
	min-height: 420px;
	position: relative;
}

.top-service .service-item1 {
	background: url(../img/sub/sevice01.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 100px;
	height: 50px;
	left: 10px;
}

.top-service .service-item2 {
	background: url(../img/sub/sevice02.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 90px;
	height: 50px;
	right: 10px;
}

.top-service .service-item3 {
	background: url(../img/sub/sevice03.png) no-repeat;
	background-size: 100%;
	position: absolute;
	height: 48px;
	bottom: 40px;
	left: 30%;
}

.top-service .service-item3 span {
	padding: 15px 10px;
	display: inline-block;
}

.top-service .service-item1 span,
.top-service .service-item2 span {
	padding: 5px 10px;
	display: inline-block;
}

.top-price {
	background: #f5f7fa;
}

.top-price .col-md-6,
.top-price .col-sm-6,
.top-price .col-xs-6 {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
}

.top-price .price-item {
	border-radius: 6px;
	background-color: #FFFFFF;
	padding: 20px 10px;
	text-align: center;
}

.top-price .price-type {
	color: #2b3f60;
	font-size: 17px;
	font-weight: bold;
}

.top-price .price-number {
	padding: 20px 0;
}

.top-price .price-number .price-jg {
	color: #ff8a00;
	font-size: 37px;
	font-weight: bold;
	line-height: 46px;
}

.top-price .price-number .price-dw {
	color: #ff8a00;
	font-size: 16px;
}

.top-price .shop-btn {
  width: 100%;
}

.top-price .price-gg {
  padding-bottom: 15px;
  /* height: 96px; */
}
.top-price .price-gg :first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  text-align: center;
  margin-bottom: 8px;
  color: #7a90af;
}
.top-price .price-gg hr {
  margin: 4px auto;
}
.top-price .price-gg p {
  line-height: 22px;
  margin-bottom: 0;
  color: #666;
  text-align: left;
}


.price-btn {
	border: 1px solid #ff8a00;
	padding: 2px 28px;
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #ff8a00;
	display: inline-block;
	margin-top: 20px;
}


/*关于道普云*/

.about-us {
	background: #f5f7fa;
	text-align: center;
}

.about-us .about-img {
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
}

.about-us .col-xs-3 {
	padding: 5px;
}

.about-us .about-img img {
	width: 100%;
	height: 100%;
}

.about-advert {
	background: url(../img/sub/aboutbg.jpg) no-repeat;
	background-size: cover;
	min-height: 120px;
	padding: 10px;
	padding-top: 13px;
	color: #1b64af;
}

.about-advert .advert-content {
	font-size: 14px;
	/*padding-bottom: 10px;*/
}

.about-advert .advert-content p {
	margin-bottom: 0;
	color: #1b64af;
	font-weight: bold;
	line-height: 18px;
}

.about-advert .advert-content em {
	color: #F6BA18;
	font-size: 24px;
}

.about-intell .col-xs-4 {
	padding: 5px;
}

.about-intell .intell-item {
	margin-bottom: 10px;
	box-shadow: 1px 2px 6px -2px rgba(0, 0, 0, 0.2);
}

.about-intell .intell-item .intell-title {
	text-align: center;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	font-size: 12px;
}

.help-container {
	background: #f5f7fa;
}

.help-items {
	background: #FFFFFF;
	padding: 15px;
	height: 90px;
	border-radius: 6px;
	margin-bottom: 15px;
}

.help-items:last-child {
	margin-bottom: 0;
}

.help-items .help-items-r img {
	width: 60px;
}

.help-items .help-items-l {
	line-height: 60px;
	font-size: 18px;
	color: #2b3f60;
}

.partner-items {
	text-align: center;
}

.subnews-title {
	text-align: center;
	font-size: 18px;
	color: #2b3f60;
}

.subnews-time {
	color: #657fa3;
	font-size: 13px;
	float: right;
	padding-bottom: 15px;
}

.subnews-content {
	clear: both;
}

.subnews-content p {
	text-indent: 2em;
}

.subnews-content img {
	width: 100%;
}

.subnews-link {
	padding-top: 20px;
	font-size: 18px;
	line-height: 36px;
}

.subnews-link .subnews-other {
	height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subnews-link .subnews-other a {
	color: #2b3f60;
	font-weight: bold;
}


/*轮播*/

.selected-solution {
	height: 240px;
}

.selected-solution>div {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.selected-solution .swiper-container {
	height: 240px;
	width: 100%;
}

.selected-solution .layer-title {
	color: #393b40;
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1.09px
}


/*主体列表*/

.selected-solution .solution-cardlist {
	/*max-width: 1200px;*/
}

.swiper-slide,
.swiper-wrapper {

}

.selected-solution .solution-cardlist .col-sm-6 {
	padding: 0 10px;
	top: 0;
	transition: all .15s linear;
	box-sizing: border-box;
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card {
	/*height: 100px;*/
	background: #fff;
	border-radius: 6px;
	text-align: left;
	overflow: hidden;
	transition: all .15s linear;
	margin: 20px 0;
	padding: 15px;
}

.selected-solution .solution-cardlist .col-sm-6:hover {
	position: relative;
	top: -10px;
	transition: all .25s linear
}

.selected-solution .solution-cardlist .col-sm-6:hover .solution-card {
	height: 190px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
	transition: all .2s linear
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card img {
	width: 60px;
	transition: all .2s linear;
	padding-bottom: 8px;
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card h3 {
	font-size: 14px;
	color: #252b3a;
	text-align: left;
	margin-bottom: 0;
	height: 70px;
	padding-top: 2px;
	line-height: 20px;
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card p {
	margin: 0 30px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #666a75;
	letter-spacing: .51px
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card dl {
	margin: 0 30px;
	overflow: visible
}

.cf:after,
.cf:before {
	content: " ";
	display: table;
	line-height: 0
}

.cf:after {
	clear: both
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card dl dt {
	margin-bottom: 10px;
	font-size: 14px;
	color: #252b3a;
	letter-spacing: .51px;
	line-height: 19px;
	position: relative
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card dl dt:before {
	position: absolute;
	display: inline-block;
	left: -8px;
	top: 7px;
	content: '';
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #252b3a
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card dl dd {
	float: left;
	width: 50%;
	margin-bottom: 6px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .44px;
	line-height: 20px
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card>span {
	margin: 20px 30px 0;
	font-size: 14px;
	display: inline-block;
	color: #666a75;
	letter-spacing: .51px;
	line-height: 22px;
	opacity: 0;
	transition: opacity .15s linear
}

.selected-solution .solution-cardlist .col-sm-6:hover .solution-card>span {
	opacity: 1;
	transition: opacity .2s linear 50ms
}


/*了解更多*/

.selected-solution .solution-cardlist .col-sm-6 .solution-card>span a span {
	display: inline-block;
	vertical-align: middle
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card>span a span.arrow-f {
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	transition: .3s ease-out
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card>span a:hover {
	color: #e6c16c
}

.selected-solution .solution-cardlist .col-sm-6 .solution-card>span a:hover span.arrow-f {
	transform: translate(4px, 0);
}


/*重置swiper*/

.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination {
   bottom: 0;
}

.solution-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 100px;
	overflow: hidden;
	background: #dfe1f1;
	border: none;
	cursor: pointer;
	content: '';
	display: inline-block;
	box-sizing: border-box;
	opacity: 1;
	vertical-align: middle
}

.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #13add2;
	box-sizing: border-box
}

.swiper-container-solution .swiper-button-prev {
	left: 0;
	width: 14.5px;
	height: 30px;
	margin-top: 1;
	background-size: cover;
}

.swiper-container-solution .swiper-button-next {
	right: 0;
	width: 14.5px;
	height: 30px;
	margin-top: 1;
}

.swiper-container-solution .swiper-button-next:hover,
.swiper-container-solution .swiper-button-prev:hover {

}


.question-adv{
	background: #f5f7fa;
}

.solution-header{
	font-size: 16px;
	color: #2b3f60;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		right: auto;
		left: 0%;
		width: 600px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

}

.modal-content{
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
}

.modal-dialog{
	margin-top: 20vh;
}

.myzc-modal-content{
	background-color: #f8fcff;
	background-image: url(../img/zcbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.myzc-modal{
	position: relative;
	padding-top: 30px;
}

.myzc-modal input{
	min-height: 32px !important;
}


.myzc-modal  .form-control{
	border: 0 solid #ccc;
	border-radius: 60px;
	-webkit-box-shadow:  2px 2px 3px rgb(0 0 0 / 3%);
	box-shadow:2px 2px 3px rgb(0 0 0 / 3%);
	background-color: #FFFFFF;
}



.myzc-modal .zc-btn{
	border-radius: 80px !important;
	padding: 1px 15px !important;
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #ff9705;
	border: 0 solid transparent;
}

.zc-footer{
	padding: 10px 15px 40px 15px;
}

.zc-footer .btn{
	border-radius: 80px;
	background:#fa6c9f;
	background:-webkit-linear-gradient(left,#1076CF 0%,#10AEC0 80%,#10C9AC 100%);
	background:linear-gradient(to right,#1076CF 0%,#10AEC0 80%,#10C9AC 100%);
	border: 0 solid transparent;
}

.zctitle{
	padding: 30px 15px 20px 15px;
	font-size: 24px;
	color: #10a7c2;
}

.zcclose{
	text-align: center;
}

.zcclose .close {
	float: inherit;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=60);
	opacity: .6;
	padding: 5px;
	border-radius: 50%;
}


.glyphicon-remove:before {
	font-family: 'iconfont';
	content: "\e613";
}

.help-block{
	position: absolute;
	margin-top: 0;
	font-size: 12px;
}

.myzc-modal .form-group {
	margin-bottom: 25px;
}

.glyphicon-ok:before {
	content: "";
}




/*新增css*/

.advert-footer {
	text-align: center;
	background-size: 100% 100%;
}
.advert-btn .btn{
	background: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #1e64bb;
}

.advert-content .zc-btn{
	bottom: 40px;
}

.advert-btn{
	padding: 5px 15px 20px 15px
}

.advert-footer {
	padding-top: 5px;
}

.advert-footer  .form-control{
	font-weight: 400;
}

.register-content{
	background-color: #f8fcff;
	padding: 20px 0;
}

.banner-btn .btn {
	border-radius: 80px;
	background: #fa6c9f;
	background: -webkit-linear-gradient(left,#1076CF 0%,#10AEC0 80%,#10C9AC 100%);
	background: linear-gradient(to right,#1076CF 0%,#10AEC0 80%,#10C9AC 100%);
	border: 0 solid transparent;
	padding: 10px 40px;
	line-height: 16px;
}
