ul,li {list-style: none;padding-left: 0;margin: 0;}
html{margin: 0 !important;}
body{font-size: 14px;font-family: Arial,sans-serif;color: #5a5a5a;letter-spacing: .2px;}
a{text-decoration: none;color: #333;}
input:focus,textarea:focus {outline: none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input {border: none;background: none;outline: none;box-shadow: none !important;}
input,textarea {border: none;background: none;outline: none;}
/* 表格样式 */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}
thead th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
tbody td {
    padding: 10px;
    border: 1px solid #ddd;
}
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
tbody tr:hover {
    background-color: #f1f1f1;
}
table {
    border: 1px solid #ddd;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
.container-fluid{
	padding: 0;
}
.up-and-down{
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
/* 轮播超出隐藏 */
.rotation {
	position: relative;
	overflow: hidden;
}
.rotationBox{
	position: relative;
}
.swiper-pagination-bullet-active{
	background: #182d82;
}
.focusCenter {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.focusCenter span{
	width: 35px;
	height: 5px;
	border-radius: 0;
}
.mobile{
	border-top: 3px solid #0033cc;
    position: relative;
    background: #182d82;
    padding: 15px 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    display: none;
}
.mobile>div{
    padding: 0 15px;
    float: left;
    width: 50%;
}
.mobile>div>a{
    float: right;
    color: #fff;
    font-size: 16px;
}
.lang {
	padding-left: 50px !important;
	margin-top: 6px;
	height: 47px;
	float: right;
	position: relative;
	margin-left: 15px;
}
.lang img{
	float: left;
	margin-top: 5px;
}
.trp_language_switcher_shortcode{
	margin-top: 6px;
}
.form-control{
	border-radius:0;
}
.trp-ls-shortcode-current-language{
    width: auto !important;
}
.trp-language-switcher{
    height: auto;
}
.trp-language-switcher > div{
    padding: 0;
    border: none;
    background: none;
}
.trp-language-switcher > div > a{
    padding: 0;
    color: #333;
	margin-left: 10px;
}

.trp-language-switcher .trp-ls-shortcode-language{
    z-index: 2000;
    width: 120px !important;
    border: none;
    background: #fff;
}
.trp-language-switcher .trp-ls-shortcode-language a{
    color: #333 !important;
}
.language .trp-flag-image{
    float: left;
    margin-top: 5px;
}
.language .trp-ls-shortcode-current-language>a{
    color: #fff;
}

.lang .trp-flag-image{
  margin-top: 2px !important;
}
.lang .trp-language-switcher{
    width: 100%;
}
/* =========导航============= */
.top-company p{
	margin: 0;
}
.head-middle{
	padding: 2% 0;
}
.top-connect{
	float: left;
	margin-left: 25px;
	text-align: center;
	border-left: 1px solid #ddd;
}
.top-connect>a{
	float: left;
	margin:0 25px;
	padding-top: 5px;
}
.top-connect a:hover{
	color: #182d82;
}
.find-dealer{
	line-height: 32px;
	cursor: pointer;
	float: right;
	
}
.find-dealer img{
	float: left;
	width: 20px;
	margin-right: 10px;
	margin-top: 5px;
}
.find-dealer a{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.top-right{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-transform: capitalize;
}
.search_hover{
	padding: 16px 0 16px 40px;
	cursor: pointer;
}

.search-form{
	position: absolute;
	top: 60px;
	right: 5px;
	z-index: 100;
	background: #fff;
	border-radius: 3px;
	display: none;
	border: 1px solid #ddd;
}
.top-right:hover .search-form{
	display: block !important;
}
.search-form .search{
	height: 41px;
	background: #182d82;
	float: right;
}
.search-input {
	width: 225px;
}
.search-form .search img{
	padding: 5px;
	height: 28px;
	width: 28px;
}
.search-form input{
	padding: 10px 5px;
}
/* 导航菜单 */
.navbar-box{
	background: #182d82;
	border-top: 6px solid #0033cc;
}
.logo img{
	width: 200px;
}
.navbar-nav {
    justify-content: space-between;
	margin-right: 6% !important;
}
.navbar{
	padding: 0.8rem 1rem;
}
.ny_banner{
	background: #f1f1f1;
	overflow: hidden;
}
.ny_text{
	color: #333;
	font-size: 24px;
	width: 72%;
	margin-top: 8%;
	line-height: 52px;
	float: right;
}
.navbar-nav>.nav-item {
	position: relative;
	padding: 6px 0;
}
.navbar-nav>.nav-item>a {
    font-size: 18px;
    color: #f1f1f1;
}
.navbar-nav>.active>a{
	color: #fff !important;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}
.navbar li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu{
	left: 0;
	right: 0;
	top: 35px;
    padding: 10px 0;
    border-radius: 0;
    border: none;
}
.dropdown-menu li{
	padding: 0 15px;
	line-height: 28px;
}
.dropdown-menu li>a{
	color: #333;
}
.dropdown-menu li:hover>a{
	color: #1a2f83;
}
.dropdown-menu2{
	padding: 15px;
	position: absolute;
	top: -10px;
	left: 160px;
	min-width: 220px;
	background: #fff;
    display: none;
}
.dropdown-menu>li:hover .dropdown-menu2{
	display: block;
}


/* 标题*/
.title {
	text-align: center;
	padding-bottom: 2%;
}
.title i{
	display: block;
	width: 7%;
	height: 4px;
	background: #f76700;
	margin: 0 auto;
}
.title h1 {
	text-transform: uppercase;
	font-size: 46px;
	color: #0033cc;
	font-weight: 600;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.title p {
	font-size: 16px;
	color: #777777;
	width: 60%;
    margin: 0 auto;
}
.breadcrumbs{
	padding: 15px 0;
    background: #cdcdcd;
	text-transform: uppercase;
}
.breadcrumb li::after{
	display: none;
}
.breadcrumbs a{
	color: #333;
}
.breadcrumbs span{
	color: #333;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #333;
}
.breadcrumb {
    margin: 0;
}
.pagination{margin: 0 auto;display: flex;justify-content: end;}
.page-numbers{padding: 4px 10px;border: 1px solid #ccc;margin: 0 4px;color:#000;}
.pagination span{background: #182d82;color:#fff;border: 1px solid #182d82;}
/* 尾部css */
.footBox {
	padding: 3% 0;
	position: relative;
	background: #182d82;
	border-top: 8px solid #0033cc;
}
.pro-btm-category{
	width: 100%;
	margin: 20px auto;
}
.pro-btm-category li{
	margin-bottom: 8px;
}
.foot-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 26px;
}
.foot-title a{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px !important;
	font-weight: 600;
	margin-bottom: 26px;
	text-decoration: none !important;
}
.pro-btm-category a{
	color: #fff;
	font-size: 16px;
}
.pro-btm-category a:hover{
	text-decoration: underline;
}
.contact-details a:hover{
	text-decoration: underline;
}
.foot2{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.service{
	width: 75%;
	margin: 20px auto;
}
.social-media{
	margin-top: 20%;
	overflow: hidden;
}
.social-media li{
	float: left;
	padding: 0 10px;
}
.contact-details li{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.contact-details li a{
	font-size: 16px;
	color: #fff;
}
.WeChat img{
	display: block;
	margin: 20px auto;
	width: 200px;
}
.WeChat span{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}
.foot-menu{
	height: 60px;
	z-index: 1000;
	background: #fff;
	position: fixed;
	bottom: 0;
	display: none;
}
.foot-menu a{
	float: left;
	width: 100%;
	height: 100%;
}
.foot-menu .col{
	height: 60px;
}
.foot-menu i{
	padding-top: 5px;
	display: block;
	width: 100%;
}
.foot-menu i img{
	width: 26px;
	margin: 0 auto;
	display: block;
}
.float{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 1000;
	background: #fff;
	padding: 15px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.float a{
	display: block;
	text-align: center;
	padding: 8px  0;
}
.float a i{
	display: block;
}
.float a img{
	display: block;
	width: 35px;
	margin: 0 auto;
}
.communication{
	position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 100;
}
.communication img{
	width: 40px;
	height: 40px;
}
.communication a{
	margin-bottom: 20px;
	display: block;
	padding: 8px;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1730px) {
	/* 导航菜单 */
	
	.navbar-nav>.nav-item>a{
		font-size: 18px;
	}
	.top-right>div{
		font-size: 18px;
		line-height: 30px;
	}
	.navbar-nav{
		padding-right: 0 !important;
	}
	.banner_title{
		width: 60% !important;
	}
	.banner_title_box p{
		width: 47% !important;
	}
}
@media screen and (max-width: 1600px) {
	/* 导航菜单 */

	.navbar-nav>.nav-item>a{
		font-size: 18px;
	}
	.top-right>div{
		font-size: 18px;
		line-height: 30px;
	}
	.proListBox>.row > * {
	    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
	    padding-left: calc(var(--bs-gutter-x)* 0.8) !important;
	}
	.service{
		width: 80%;
	}
	
}
@media screen and (max-width: 1450px) {
	/* 导航菜单 */

	.logo img{
		width: 220px;
	}
	.navbar-nav>.nav-item>a{
		font-size: 16px;
	}
	.top-right>div{
		font-size: 16px;
		line-height: 30px;
	}
	.banner_title{
		width: 70% !important;
	}
	.banner_title_box p{
		width: 47% !important;
	}
	.proListBox>.row > * {
	    padding-right: calc(var(--bs-gutter-x)* 0.6) !important;
	    padding-left: calc(var(--bs-gutter-x)* 0.6) !important;
	}
	.container {
		max-width: 1230px;
	}
}
@media screen and (max-width: 1300px) {
	/* 导航菜单 */

	.logo img{
		width: 200px;
		height: 56px;
	}
	.navbar-nav>.nav-item>a{
		font-size: 14px;
	}
	.top-right>div{
		font-size: 14px;
		line-height: 30px;
	}
	.banner_title{
		color: #fff;
		font-size: 32px;
	}
	.banner_title_box p{
		width: 50% !important;
		line-height: 26px !important;
		font-size: 16px;
	}
}
@media screen and (max-width: 1150px) {
	.social-media li img{
		width: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.navbar-box{
		border-top: none;
	}
    .mobile{
        display: flex;
    }
	.foot1,.foot3{
		display: none;
	}
	.proListBox>.row > * {
	    padding-right: calc(var(--bs-gutter-x)* 0.3) !important;
	    padding-left: calc(var(--bs-gutter-x)* 0.3) !important;
	}

	.top-right{
		display: none;
	}
	.navbar{
		background: none;
		padding: 15px 0;
	}
	.offcanvas-header{
		background: #182d82;
		color: #fff;
	}
	.btn-close{
		color: #fff !important;
	}
	.navbar-nav>.nav-item{
		width: 100%;
		text-align: left;
		line-height: 32px;
		padding: 0;
	}
	.navbar-nav>.nav-item>a{
		color: #333;
		border: none;
	}
	.dropdown-menu{
		display: block;
	}
	.banner_title{
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	.banner_title_box p{
		display: none;
	}
	.social-media{
		margin-top: 12%;
		overflow: hidden;
	}
	.dropdown-menu2{
        position: static;
        display: block;
		padding: 0 15px
    }
}
@media screen and (max-width: 750px) {
	.title {
		padding: 4% 0 1% 0;
	}
	.title h1 {
		font-size: 24px;
	}
	.pro-btm-category{
		width: 95%;
	}
	.service{
		width: 95%;
	}
	.foot2{
		border: none;
		margin-top: 20px;
	}
	.navbar-nav>.nav-item>a{
	    font-size: 16px;
	    font-weight: 600;
	}
	.ny_banner img{
	    object-fit: cover;
        height: 220px;
	}
	.navbar-nav>.active>a{
		color: #182d82 !important;
		padding-bottom: 3px;
		border-bottom: 2px solid #182d82;
	}
}

.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);
}
