ul,
li {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #5a5a5a;
	letter-spacing: .2px;
}

input:focus,
textarea:focus {
	outline: none;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

button,
input {
	border: none;
	background: none;
	appearance: none;
	outline: none;
	box-shadow: none !important;
}

.zIndex {
	position: relative;
	z-index: 10;
	background: #fff;
}

input,
textarea {
	border: none;
	background: none;
	appearance: none;
	outline: none;
}

/* 轮播超出隐藏 */
.rotation {
	position: relative;
	overflow: hidden;
}

.focusCenter {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.form-control {
	border-radius: 0;
}

.lang {
	margin-left: 15px;
	width: 50px;
	float: right;
}

.lang-nr {
	width: 26px;
}

.lang .lang-nr {
	width: 58px;
	font-size: 16px;
	line-height: 22px;
}

.lang .lang-nr img {
	margin-right: 5px;
	float: left;
	width: 20px;
	height: 20px;
	background: #ffa400;
	border-radius: 100%;
}
.more-down {
	position: absolute;
	width: 135px;
	top: 30px;
	right: 0;
	z-index: 2;
	background: rgb(16 29 46 / 40%);
	padding: 0;
	transition: all 500ms ease;
	opacity: 1;
	border-radius: inherit;
	min-width: inherit;
	overflow: hidden;
	border-radius: inherit;
	display: block;
	transition: all 500ms ease;
	opacity: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}
.more-down a {
	display: block;
	line-height: 36px;
	color: #fff !important;
	font-size: 14px;
	padding: 5px 15px;
}

.more-down a:hover {
	background: #4551ca;
	color: #fff !important;
}

.more-down a img {
	margin-right: 10px;
}

.langs:hover .more-down {
	display: block;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.lang:hover .more-down {
	display: block;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.showMore-down {
	display: block;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 1000;
}
/* =========导航============= */
.topBox {
	width: 100%;
	background: #101c4a;
}
.fixed-nav .TopTip{
	display: none;
}
.TopTip {
	padding-bottom: 5px;
	border-bottom: 1px solid #c9c5c52e;
	background: #101c4a;
	padding: 8px 0;
	color: #fff;
}

.company {
	line-height: 22px;
	color: #fbdf05;
	text-align: center;
}

.topContact img {
	width: 20px;
	float: left;
	margin: 0 5px;
}

.topContact a {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}
.socialMedia{
	position: relative;
}
.socialMedia>a {
	margin-right: 20px;
	float: right;
}
.socialMedia img {
	width: 20px;
}

.fixed-nav {
	position: fixed !important;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

.navbar {
	padding-bottom: 0;
	position: relative;
}

.navbar-nav .nav-item {
    padding: 0.2rem 4rem 0.5rem 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 20px;
	padding: 2px 0;
	color: #fff;
	font-weight: 400;
    line-height: 36px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #fff !important;
}

.active {
	color: #fff !important;
	border-bottom: 2px solid #101d2e;
}

.nav-item:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	border: none;
}

.d-flex {
	float: left;
	width: 58%;
	margin-left: 80px;

}

.d-flex .btn {
	background: #51b8d7;
}
.btn img {
	width: 20px;
}
.dropdown-item {
	font-size: 16px;
	line-height: 30px;
}
.logo {
	float: left;
}


.logoBox {
	overflow: hidden;
	padding: 15px 0;
	background: #101c4a;
}
.logoBox span{
	color: #fff;
    padding: 2px 0 2px 25px;
    float: right;
    line-height: 32px;
	cursor: pointer;
}
.menu2Box{
	width: 100%;
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow:0px 10px 10px 1px rgba(62,66,66,0.23);
	-moz-box-shadow: 0px 10px 10px 1px rgba(62,66,66,0.23);
	box-shadow: 0px 10px 10px 1px rgba(62,66,66,0.23);
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.menu-2{
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.menu-pro{
	padding: 20px;
}
.show{
	display: block;
}
.menu-pro-box .menuProList{
	display: none;
}
.menu-pro-box .show{
	display: block;
}
.menu-pro .inProList .item-list{
	border: none;
}
.navbar-nav .nav-item a>img{
	float: left;
	width: 32px;
	margin-right: 2px;
}
.navbar-nav li:hover .menu2Box{
	display: block !important;
}
/* 标题*/
.title {
	text-align: center;
	padding: 1% 0 2% 0;
}

.title h1 {
	text-transform: uppercase;
	font-size: 46px;
	color: #28303b;
	font-weight: 600;
}

.title i {
	display: block;
	width: 110px;
	height: 3px;
	background: #28303b;
	margin: 0 auto;
}

.title p {
	font-size: 16px;
	color: #777777;
}

/* 尾部css */
.footBox {
	position: relative;
	background: #28303b;
}

.footList {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 5% 0;
}
.logoText{
	margin-top: 5px;
	color: #b9bbbd;
	font-size: 14px;
}
.foot1 {
	width: 22%;
	padding-right: 3%;
	border-right: 1px dashed #dedede;
}

.foot1 {
	width: 40%;
}
.foot1 .information {
	width: 100%;
	float: left;
	line-height: 26px;
	font-size: 14px;
	color: #b9bbbd;
}
.foot1 .information span {
	margin-bottom: 10px;
	font-size: 14px;
	color: #b9bbbd;
}

.foot1 .information a {
	color: #b9bbbd;
	font-size: 14px;
}
.foot2{
	width: 26%;
    border-right: 1px dashed #dedede;
}
.proBtm{
	float: left;
	width: 100%;
    padding: 0 10%;
}
.proBtm h1{
	font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.foot2 a{
	line-height: 33px;
	display: block;
	color: #b9bbbd;
}
.auoutBom{
	width: 50%;
	float: left;
	padding-left: 24px;
}
.auoutBom h1{
	font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.foot3 {
	width: 34%;
    padding-left: 4%;
}

.footFormList li {
	width: 50%;
	padding: 0 10px;
	float: left;
	margin-bottom: 15px;
}

.footFormList li input {
	width: 100%;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	font-size: 14px;
	color: #b9bbbd;
	background: rgba(255, 255, 255, .16);
}
.footFormList li textarea {
	display: block;
	width: 100%;
	height: 70px;
	padding: 10px;
	font-size: 14px;
	color: #b9bbbd;
	background: rgba(255, 255, 255, .16);
}
.footFormList input::-webkit-input-placeholder {
	color: #b9bbbd;
}

.footFormList input:-moz-placeholder {
	color: #b9bbbd;
}

.footFormList input::-moz-placeholder {
	color: #b9bbbd;
}

.footFormList input::-ms-input-placeholder {
	color: #b9bbbd;
}

.footFormList textarea::-webkit-input-placeholder {
	color: #b9bbbd;
}

.footFormList textarea:-moz-placeholder {
	color: #f2f2f2;
}

.footFormList textarea::-moz-placeholder {
	color: #f2f2f2;
}

.footFormList textarea::-ms-input-placeholder {
	color: #f2f2f2;
}

.footFormList .submit {
	float: left;
    padding: 10px 35px;
    color: #FFF;
    margin-left: 10px;
    background: #51b8d7;
}

.footNav {
	display: none;
	width: 100%;
	height: 55px;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 1000;
}

.footNav li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.footNav li img {
	display: block;
	margin: 0 auto;
}

.whatsapp {
	position: fixed;
	right: 1%;
	bottom: 20%;
	z-index: 1000;
    border-radius: 50px;
    background: #004fd1;
    line-height: 32px;
    padding: 10px  27px;
    color: #fff;
}
.whatsapp img{
	margin-left: 10px;
	float: right;
}
.email {
	position: fixed;
    right: 1%;
    bottom: 35%;
    z-index: 1000;
    border-radius: 50px;
    background: #fe8853;
    line-height: 32px;
    padding: 10px  27px;
    color: #fff;
}
.email img{
	margin-left: 10px;
	float: right;
}
.footImg{
	width: 83px;
    margin-right: 10px;
    float: right;
}
.usForm li {
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.usForm li input {
    padding: 10px 10px;
    width: 100%;
}
.usForm li textarea {
    padding: 5px 10px;
    width: 100%;
}
.usForm .submit {
    padding: 10px 35px;
    background: #51b8d7;
    color: #fff;
}
@media screen and (max-width:1920px) {

}

@media screen and (max-width:1320px) {
	.d-flex{
		width: 55%;
	}
}

@media screen and (max-width:1225px) {
	.d-flex{
		width: 50%;
	}
	.socialMedia>a{
		margin-right: 12px;
	}
}

@media screen and (max-width:1100px) {
	.d-flex{
		width: 48%;
	}
}

@media screen and (max-width: 1000px) {
	.d-flex{
		width: 45%;
	}
}
.he-img {
	position: relative;
	overflow: hidden;
}

.he-img img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.he-nr::before,
.he-nr::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.he:hover .he-nr::before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-nr::after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hov5 {
	position: relative;
	overflow: hidden;
}

.hov5::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hov5:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.imgHover img {
	transition: .6s;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY (0deg);
	-o-transform: rotateY(0deg);
}

.imgHover:hover img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}