/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */
body .animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.header{
	background: #fbfbfb;
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 4px 4px rgb(0,0,0,0.1)
}
.header-search{
	background: #000;
	height: 52px;
	overflow: hidden;
	transition: 0.4s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-search .search{
	width: 400px;
	position: relative;
	z-index: 5;
	transition: 0.4s;
	border-radius: 6px;
	margin: 0 0 0 auto;
	
}
.header-search .search input{
	background: #000;
	color: #fff;
	width: 400px;
	height: 32px;
	border: 2px solid #333;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 150px;
	font-size: 14px;
	transition: 0.4s;
}
.header-search .search button{
	width: 90px;
	height: 32px;
	font-size: 14px;
	border-radius: 0px 6px 6px 0px;
	border: none;
	background: #3051c8;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	
}
.header-search .search button:hover{
	background: #D42C2D;
}
.header-search .search button img{
	margin-right: 12px;
	transition: 0.4s;
}
.header-search .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 4px;
}

.header .header-logo{
	width: 180px;
}
.header .header-logo img{
	width: 100%;
}
.header .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header-box .header-nav-box {
	display: flex;
	align-items: center;
}

.header .header-box .header-nav-box>ul,
.header .header-box .header-nav-box .lang-nav {
	display: flex;
}

.header .header-box .header-nav-box>ul {
	/* padding-right: 40px;
	margin-right: 40px; */
	align-items: center;
}

.header .header-box .header-nav-box>ul>li.line {
	display: block;
	width: 1px;
	height: 26px;
	background-color: #d8d8d8;
}
.header .header-box .header-nav-box>ul>li{
	margin-right: 63px;
}

.header .header-box .header-nav-box>ul>li>a {
	font-size: 14px;
	color: #161616;
	line-height: 100px;
}
.header .header-box .header-nav-box>ul>li.second-btn>a img{
	display: none;
}
.header .header-box .header-nav-box>ul>li:nth-last-child(-n+2){
	margin-right: 44px;
}


.header .header-box .header-nav-box>ul>li.active>a,
.header .header-box .header-nav-box>ul>li:hover>a {
	color: #D42C2D;
}

.header .header-box .header-nav-box .lang-nav>a {
	font-size: 14px;
	font-weight: normal;
	color: #161616;
}

.header .header-box .header-nav-box .lang-nav>a {
	margin-right: 30px;
}

.header .header-box .header-nav-box .lang-nav>a:last-child {
	margin-right: 0;
}
.header .second-nav-box{
	position: absolute;
	left: 0;
	top: 99%;
	width: 100%;
	/* max-height: 0px; */
	height: 0px;
	transition: 0.4s;
	overflow: hidden;
}
.header .mobile{
	display: none;
}
.header .second-nav-box.on{
	height: 300px;
}
.header .second-nav {
	display: flex;
	height: 100%;
}

.header .second-nav .left-box {
	width: 30%;
	padding-top: 37px;
	background: #F7F7F7;
}

.header .second-nav .left-box .left {
	width: 190px;
	margin: 0 35px 0 auto;
}

.header .second-nav .left-box .left li {
	margin-bottom: 15px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.header .second-nav .left-box .left li p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	transition: 0.4s;
	line-height: 47px;
}

.header .second-nav .left-box .left li:last-child {
	margin-bottom: 0;
}

.ico {
	width: 20px;
	height: 20px;
	position: relative;
}

.ico img {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s;
}

.ico img.show {
	opacity: 1;
}

.ico img.on {
	opacity: 0;
}

.header .second-nav .left-box .left li.active p,
.header .second-nav .left-box .left li:hover p {
	color: #D42C2D;
}

.header .second-nav .left-box .left li.active .ico img.show,
.header .second-nav .left-box .left li:hover .ico img.show {
	opacity: 0;
}

.header .second-nav .left-box .left li.active .ico img.on,
.header .second-nav .left-box .left li:hover .ico img.on {
	opacity: 1;
}

.header .second-nav .right-box {
	padding-top: 25px;
	padding-left: 53px;
	width: 70%;
	background: #FFFFFF;
}


.header .second-nav .right-box .right-nav li a p {
	font-size: 16px;
	color: #333333;
	transition: 0.4s;
}

.header .second-nav .right-box .right-nav li:hover a p {
	color: #D42C2D;
}

.header .second-nav .right-box .right-nav {
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 255px;
	display: none;
}

.header .second-nav .right-box .right-nav.active {
	display: flex;
}

.header .second-nav .right-box .right-nav li {
	margin-right: 125px;
	margin-bottom: 15px;
}

.header .second-nav .right-box .right-nav li a {
	padding-right: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header .second-nav .right-box .right-nav li .ico {
	margin-left: 10px;
	transition: 0.4s;
}

.header .second-nav .right-box .right-nav li:hover .ico {
	transform: translateX(10px);
}

.header .second-nav .right-box .right-nav li:hover .ico img.show {
	opacity: 0;
}

.header .second-nav .right-box .right-nav li:hover .ico img.on {
	opacity: 1;
}

.header .second-nav .right-box .more-btn a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	background: #3A509E;
	display: none;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
	transition: 0.4s;
}

.header .second-nav .right-box .more-btn a.active {
	display: block;
}

.header .second-nav .right-box .more-btn a:hover{
	box-shadow: -2px 4px 4px 2px rgb(212, 44, 45 , 0.1);
	transform: translate(3px,-3px);
	background: #D42C2D;
}
.mindh{
	display: none;
}
.nav-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}


/* 底部 */
.footer{
	position: relative;
	z-index: 5;
	padding-top: 75px;
	background: #fff;
}
.footer .footer-box01{
	
}
.footer .footer-box01 .footer-item{
	display: flex;
	justify-content: space-between;
}

.footer .footer-box01 .left {

	/* margin-right: 218px; */
}
.footer .footer-box01{
	position: relative;
	padding-bottom: 40px;
}
/* .footer-box01::after{
	content: '';
	width: 40.5%;
	height: 135px;
	border-radius: 0px 10px 10px 0px;
	position: absolute;
	background: #161616;
	top: 0;
	left: 0;
	background: #B92422;
	z-index: -1;
} */
/* .footer-box01::before{
	content: '';
	width:calc(59.5% - 10px);
	height: 135px;
	border-radius: 10px 0px 0px 10px;
	position: absolute;
	background: #161616;
	top: 0;
	right: 0;
	background: #294287;
	z-index: -1;
} */
.footer .footer-box01 .left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer .footer-box01 .left p {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.footer .footer-box01 .left p img {
	margin-right: 20px;
}
.footer .footer-box01 .left p:first-child{
	font-size: 20px;
	margin-bottom: 15px;
}
.footer .footer-box01 .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 67%;
}

.footer .footer-box01 .right ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	height: 84px;
	width: 74%;
}
.footer.footer_index .footer-box01 .right ul{
	width: 50%;
}
.footer .footer-box01 .right ul li {
	width: 112px;
}

.footer .footer-box01 .right ul li:nth-child(3n) {
	margin-right: 0;
}

.footer .footer-box01 .right ul li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	color: #333;
	position: relative;
	white-space: nowrap;
}
.footer .footer-box01 .right ul li a:hover{
	color: #D42C2D;
}
.footer .footer-box01 .right ul li a::after{
	content:"";
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
}
.footer .footer-box01 .right ul li:hover a::after{
	width: 100%;
}
.get_info{
	width: 25%;
}
.get_info p{
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.get_info .info_email{
	position: relative;
	width: 100%;
}
.get_info .info_email button{
	position: absolute;
	right: 0;
	top: 0;
	background: #3051c8;
	color: #fff;
	border: none;
	width: 60px;
	height: 40px;
	border-radius: 0 20px 20px 0 ;
}
.get_info p img{
	width: 25px;
	margin-right: 10px;
}
.get_info .info_email input{
	width: 100%;
	height: 40px;
	border:1px solid #3051c8;
	border-radius: 20px; 
	padding: 0 70px 0  20px;
}

.footer .footer-box01 .right .wx-code-box {
	position: relative;
	width: 115.43px;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.footer .footer-box01 .right .wx-code-box .wx-code {
	display: none;
	width: 115.43px;
	position: absolute;
	bottom: calc(50% - 57.5px);
	left: -100%;
	background: #fff;
	z-index: 9;
}
.footer .footer-box01 .right .wx-code-box .wx-code img{
	width:100%;
}

.footer .footer-box01 .right .wx-code-box p {
	font-size: 18px;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer .footer-box01 .right .wx-code-box p img{
	margin-bottom: 10px;
}
.footer .footer-box02 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 35px;
	background: #F7F7F7;
}

.footer .footer-box02 .footer-logo {
	width: 130px;
	margin-right: 38px;
}

.footer .footer-box02 .footer-logo img {
	width: 100%;
}

.footer .footer-box02 p {
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.footer .footer-box02 p a {
	display: inline-block;
	color: #333333;
}

/* 首页样式 */
.content{
	background: #fff;
	overflow: hidden;
}
.content .banner-box{
	width: 100%;
	height: auto;
	position: fixed;
	top: 132px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s all;
}
.banner-box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .info-bg{
	position: relative;
	z-index: 5;
	background: #fff;
	transition: 0s all;
}
.banner-box .search{
	position: absolute;
	bottom: 66px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	transition: 0.4s;
	border-radius: 6px;
}
.banner-box .search input{
	background: rgba(255, 255, 255, 0.7);
	width: 843px;
	height: 48px;
	border: 1px solid #3A509E;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 150px;
	font-size: 16px;
	transition: 0.4s;
}
.banner-box .search button{
	width: 129px;
	height: 48px;
	font-size: 16px;
	border-radius: 0px 6px 6px 0px;
	border: none;
	background: #3051c8;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	
}
.banner-box .search button:hover{
	background: #D42C2D;
}
.banner-box .search button img{
	margin-right: 12px;
	transition: 0.4s;
}
.banner-box .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 4px;
}

.search input:-moz-placeholder {
	display: block;
	color: #fff;
	
}
.search input:-ms-input-placeholder {
	color: #fff;
}
.search input::-ms-input-placeholder {
	color: #fff;
}
.search input::-webkit-input-placeholder {
	color: #fff;
}
.search input::-moz-placeholder {
	color: #fff;
}

.content .info-box{
	padding-top: 40px;
	display: grid;
	grid-gap: 30px 30px;
	grid-template-columns: repeat(5, minmax(100px, 1fr));
	padding-bottom: 10px;
}
.content .info-box .product-box{
	width: 100%;
	/* height: 490px; */
	background: #F7F7F7;
	border-radius:0 0 4px 4px;
	transition: 0.4s;
	padding-bottom: 20px;
}
.content .info-box .product-box:hover{
	box-shadow: 0 0 8px 5px rgb(0 0 0 / 10%);
}
.content .info-box .product-box p a{
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("../images/product-title-bg.png") no-repeat;
	background-size: 100% 100%;
	padding-left: 20px;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .info-box .product-box ul{
	padding: 10px 20px 0px 20px;
	max-height: 290px;
	min-height: 150px;
	overflow: hidden;
}

.content .info-box .product-box ul li a{
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	line-height: 28px;
	transition: 0.4s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.content .info-box .product-box ul li:hover a{
	color: #D42C2D;
	letter-spacing: 1px;
	font-weight: bold;
}
.content .info-box .product-box ul li a::after{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	background: #1D3DAF;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.content .info-box .product-box ul li:hover a::after{
	background: #D42C2D;
}
.content .info-box .product-box>a{
	margin-left: 36px;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	display: flex;
	align-items: center;
	transition: 0.4s;
	margin-top: 10px;
}
.content .info-box .product-box>a span{
	line-height: 36px;
}
.content .info-box .product-box>a .jt-ico{
	width: 7px;
	height: 36px;
	position: relative;
	margin-left: 10px;
}
.content .info-box .product-box>a .jt-ico img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-35%);
	opacity: 0;
	transition: 0.4s;
}
.content .info-box .product-box>a .jt-ico img.show{
	opacity: 1;
}
.content .info-box .product-box>a:hover{
	color: #1D3DAF;
}
.content .info-box .product-box>a:hover .jt-ico img.show{
	opacity: 0;
	transform: translateY(-35%) translateX(10px);
}

.content .info-box .product-box>a:hover .jt-ico img.on{
	opacity: 1;
	transform: translateY(-35%) translateX(10px);
}