﻿/*主：#004e59   辅：#005487  #00bbb4  #d0cfcd*/

body{
	font-family: "Open Sans",sans-serif !important;
}
a,
a:hover,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #333;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}
.border-bottom {
    border-bottom: 1px solid #e7eaf3 !important;
}
.border-top {
    border-top: .1px solid #e7eaf3 !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-xs{
	max-height: 3.71428571em;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.rounded-lg {
	border-radius: .75rem !important;
}

.bg-img-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hover-element * {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.transition-3d-hover{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.transition-3d-hover:focus, .transition-3d-hover:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	cursor: pointer;
}

.w-lg-80 {
	width: 80%;
}

.w-lg-65 {
	width: 65%;
}

.mx-lg-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mt-60{
	margin-top: 60px !important;
}
.mt-65{
	margin-top: 65px !important;
}
.mt-80{
	margin-top: 80px !important;
}
.mt-100{
	margin-top: 100px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.mb-65{
	margin-bottom: 65px !important;
}
.mb-80{
	margin-bottom: 80px !important;
}
.mb-100{
	margin-bottom: 100px !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.pt-10{
	padding-top: 10px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-50{
	padding-top: 50px;
}
.pt-80{
	padding-top: 80px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-80{
	padding-bottom: 80px;
}

.h-35rem {
	height: 34.5rem;
}
.h-100{
	height: 100% !important;
}

.d-none {
	display: none !important;
}
.btn-soft-secondary {
    color: #71869d !important;
    background-color: rgba(113,134,157,.1);
    border-color: transparent;
}
.btn-soft-secondary:hover {
    color: #fff !important;
    background-color: #71869d;
    box-shadow: 0 4px 11px rgba(113,134,157,.1);
}
.inline-block{
	display: inline-block !important;
}

.go-to{
	padding: 15px 20px;
	border-radius: 30px;
	border: 1px solid #e7eaf3 !important;
}
.go-to > a{
	color: #377dff !important;
}
.go-to > a:hover{
	color: #0052ea !important;
}
.go-to > a > i{
	font-size: 10px;
}

.inner{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.navbar {
	min-height: 60px;
	margin-bottom: 0;
	border: 0px;
}

.navbar-inverse {
	/* background-color: rgba(0, 78, 89, 1); */
	background-color: rgba(0,0,0,.9);
}

.navbar-inverse .navbar-brand {
	height: 60px;
	padding: 10px 15px;
	line-height: normal;
	color: #fff;
}

.navbar-inverse .navbar-brand > img{
	height: 100%;
}

.navbar-inverse .navbar-nav li>a {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
	color: #078b89;
}

.navbar-inverse .navbar-nav>li:before {
	content: '';
	/* border: 1px solid #fff; */
	border:1px solid #078b89;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: rotateY(90deg);
}

.navbar-inverse .navbar-nav>li:hover:before {
	content: '';
	transform: rotateY(30deg);
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-formz {
	border-color: transparent;
}

.navbar-fixed-top {
	border-width: 0px;
}

.layui-carousel {
	position: relative;
	width: 100% !important;
	height: calc(100vh - 60px) !important;
	overflow: hidden;
}

.layui-carousel-ind ul {
	background-color: transparent;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
	background-color: initial;
}

.jumbotron {
	position: relative;
	min-height: 150px;
	padding-top: 0px !important;
	margin-top: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.jumbotron .slogan {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.jumbotron .slogan .layer{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	min-height: 100%;
	min-width: 100%;
	margin: 0;
}

.jumbotron .slogan .layer h1 {
	font-size: 2.5em;
	color: #fff;
	margin-top: 80px;
}

.jumbotron .slogan p {
	margin-top: 24px;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.content {
	/* padding: 50px 0px; */
}

.panel-footer {
	padding: 50px 15px;
   	background-color: #000;
	border-top: 0px;
	color: #fff;
	font-size: 12px;
}

.panel-footer .footer-nav>li {
	line-height: 25px;
}

.panel-footer .footer-nav>li>a {
	color: #fff;
	text-decoration: none;
}

.panel-footer .copyright {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #222;
	text-align: center;
	color: #999;
}
.panel-footer .map{
	border-left: 1px solid #222;
}
.panel-footer #ewm{
	display: none;
}
.b-logo{
	height: 35px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

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

.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* margin-right: -15px;
	margin-left: -15px; */
}

/* 图片动画 */
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/**重写**/
.layui-carousel-ind li {
	width: 30px;
	height: 4px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}

.layui-carousel-ind li.layui-this {
	background-color: rgba(0, 78, 89, 0.8);
}

.layui-carousel>[carousel-item]>* {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6{
	/* font-weight: 300; */
}

/* 分页 */
.layui-laypage a,
.layui-laypage span {
	margin: 0px 4px;
	padding: 0px;
	height: 28px;
	width: 28px;
	border-radius: 100%;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-laypage>a:first-child,
.layui-laypage>a:first-child em,
.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
	border-radius: 100%;
}
.layui-laypage a, .layui-laypage span{
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.layui-laypage a:hover, .layui-laypage span:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
	.jumbotron {
		min-height: 200px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 40px;
	}
	.scale-bg .desc h2{
		font-size: 28px !important;
	}
	.h1, h1{
		font-size: 30px !important;
	}
}
@media (min-width: 768px){
	.jumbotron {
		min-height: 300px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 110px;
	}
}
/* @media (min-width: 768px) and (max-width: 991px){
	.jumbotron {
		min-height: 240px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 90px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.jumbotron {
		min-height:280px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 110px;
	}
}
@media (min-width: 1200px) and (max-width:1365px){
	.jumbotron {
		min-height: 310px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 120px;
	}
}
@media (min-width: 1366px) and (max-width:1599px){
	.jumbotron {
		min-height: 350px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 130px;
	}
}
@media (min-width: 1600px) and (max-width:1919px){
	.jumbotron {
		min-height: 450px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 180px;
	}
}
@media (min-width: 1920px){
	.jumbotron {
		min-height: 450px;
	}
	.jumbotron .slogan .layer h1{
		margin-top: 180px;
	}
} */

@media (min-width: 768px) and (max-width: 991px) {
	.panel-footer .contact{
		text-align: center;
	}
	.panel-footer .map{
		text-align: center;
		border-left: 0;
	}
}
@media (max-width: 767px){
	.panel-footer .contact{
		text-align: center;
	}
	.panel-footer .map{
		display: none;
	}
}