/* 首页和头尾公共样式 */
.header .top-box {
	background: rgb(245, 245, 245);
}

.header .top-box p {
	font-size: 12px;
	color: rgb(102, 102, 102);
	line-height: 40px;
}

.header-logo {
	padding: 20px 0 40px;
}

.header-logo .logo-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo .logo-left {
	display: flex;
	align-items: center;
}

.header-logo .logo-left .company-name {
	margin-left: 20px;
}

.header-logo .logo-left .company-name p.cn {
	font-size: 28px;
	color: rgb(24, 24, 26);
}

.header-logo .logo-left .company-name p.en {
	font-size: 12px;
	color: rgb(144, 147, 153);
	letter-spacing: 1px;
}

.header-logo .logo-right .phone {
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: right;
	margin-bottom: 10px;
}

.header-logo .logo-right .phone-num {
	font-size: 30px;
	color: rgb(52, 96, 171);
	display: flex;
	align-items: center;
	line-height: 1;
}

.header-logo .logo-right .phone-num img {
	margin-right: 15px;
}

.header-nav {
	width: 100%;
	background: rgb(52, 96, 171);
}

.header-nav .one-nav {
	display: flex;
	justify-content: space-between;
	height: 60px;
}

.header-nav .one-nav>li {
	width: calc(100% / 7);
	text-align: center;
	transition: 0.4s;
}

.header-nav .one-nav>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	position: relative;
}

.header-nav .one-nav>li>a::after {
	content: '';
	width: 1px;
	height: 24px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav .one-nav>li{
	position: relative;
}
.header-nav .one-nav .two-nav{
	position: absolute;
	width: 100%;
	background: rgb(52, 96, 171);
	z-index: 10;
	display: none;
}
.header-nav .one-nav .two-nav.animated{
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.header-nav .one-nav .two-nav li a{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 10px;
}
.header-nav .one-nav .two-nav li a:hover{
	background-color: rgb(66, 137, 221);
}
.header-nav .one-nav>li:first-child>a::after {
	display: none;
}

.header-nav .one-nav>li.on a,
.header-nav .one-nav>li a:hover {
	background-color: rgb(66, 137, 221);
}

.header-nav .one-nav>li.on>a::after,
.header-nav .one-nav>li:hover>a::after {
	display: none;
}

.header-nav .one-nav>li.on+li>a::after,
.header-nav .one-nav>li:hover+li>a::after {
	display: none;
}
.header-nav .one-nav>li:hover>.two-nav{
	display: block;
}
.mobile-nav{
	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: 2;
}
.mindh{
	display: none;
}

.footer-box {
	border-top: 8px solid rgb(52, 96, 171);
	border-bottom: 23px solid rgb(52, 96, 171);
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: rgb(237, 238, 242);
}

.footer-box .footer-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 21px;
	border-bottom: 1px solid rgb(200, 200, 204);
}

.footer-box .footer-nav .nav ul {
	display: flex;
}

.footer-box .footer-nav .nav ul li {
	margin-right: 50px;
}
.footer-box .footer-nav .nav ul li:hover a{
	color: rgb(52, 96, 171);
}
.footer-box .footer-nav .nav ul li a {
	font-size: 16px;
}

.footer-information {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.footer-information .left .tel {
	font-size: 20px;
	color: rgb(52, 96, 171);
	font-style: italic;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.footer-information .left .tel img {
	margin-right: 20px;
}

.footer-information .left .other p {
	font-size: 14px;
	color: rgb(94, 94, 102);
	margin-bottom: 15px;
}

.footer-information .right {
	display: flex;
}

.footer-information .right .item {
	position: relative;
	width: 33px;
	height: 33px;
}

.footer-information .right .item .ico {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(200, 200, 200);
	border-radius: 50%;
	cursor: pointer;
	transition: 0.4s;
}

.footer-information .right .item:first-child {
	margin-right: 20px;
}

.footer-information .right .item .pop-box {
	width: 110px;
	height: 116px;
	background: url('../images/pop-bg.png');
	position: absolute;
	bottom: -120px;
	left: -6px;
	padding: 15px 8px 7px;
	display: none;
}

.footer-information .right .item:hover .ico {
	background-color: rgb(52, 96, 171);
}

.footer-information .right .item:hover .pop-box {
	display: block;
}


.honor-img-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.honor-img-box span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10%;
	right: 5%;
	cursor: pointer;
}

.honor-img-box>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.5);
}

.beian-box {
	background: rgb(245, 245, 245);
}

.beian-box p {
	font-size: 12px;
	color: rgb(164, 164, 179);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0;
}

.beian-box p a {
	font-size: 12px;
	color: rgb(164, 164, 179);
	margin-left: 5px;
	transition: 0.4s;
}

.beian-box p a:hover {
	color: rgb(52, 96, 171);
}




.content .banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.content .banner .swiper-pagination-bullet-active{
	background: rgb(52, 96, 171);
}
.content .banner ul li img {
	width: 100%;
}
.hot-text{
	display: flex;
}
.search-list{
	font-size: 26px;
	font-weight: 500;
}
.searchHot input{
	width: 0;
	height: 0;
}
.searchHot button{
	background: none;
	border:none
}
.content .hot-search {
	height: 50px;
	background-color: rgb(245, 245, 245);
}

.content .hot-search .search-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .hot-search .left {
	display: flex;
	line-height: 50px;
}

.content .hot-search .left p {
	margin-right: 15px;
}

.content .hot-search .left a {
	margin-right: 5px;
	transition: 0.4s;
}

.content .hot-search .left p,
.content .hot-search .left a {
	font-size: 14px;
}

.content .hot-search .left a:hover {
	color: rgb(52, 96, 171);
}

.content .hot-search .right {
	position: relative;
}

.content .hot-search .right input {
	width: 250px;
	height: 30px;
	border: 1px solid rgb(52, 96, 171);
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 55px;
	font-size: 14px;
}

.content .hot-search .right .search-ico {
	position: absolute;
	right: 0;
	width: 50px;
	height: 30px;
	background: rgb(52, 96, 171);
	border: none;
	border-radius: 0px 20px 20px 0;
}

.content .info .title {
	position: relative;
	padding-bottom: 35px;
}

.content .page01 .li-info h3 {
	color: rgb(51, 51, 51);
}

.content .page01 .li-info ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.content .page01 .li-info ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.content .page01 .li-info ul li:nth-child(3n) {
	margin-right: 0;
}

.content .page01 .li-info ul li:nth-child(n+4) {
	margin-bottom: 0;
}

.content .page01 .li-info ul li a {
	width: 100%;
	height: 176px;
	padding: 30px;
	transition: 0.4s;
}

.content .page01 .li-info ul li:hover {
	background: rgb(52, 96, 171);
}

.content .page01 .li-info ul li a .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.content .page01 .li-info ul li a .top .top-ico {
	position: relative;
}

.content .page01 .li-info ul li a .top .top-ico img {
	transition: 0.4s;
}

.content .page01 .li-info ul li a .top .on {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
}

.content .page01 .li-info ul li:hover a .top .on {
	opacity: 1;
	transform: rotateY(360deg);
}

.content .page01 .li-info ul li:hover a .top .show {
	opacity: 0;
	transform: rotateY(360deg);
}

.content .page01 .li-info ul li a .top p {
	font-size: 36px;
	line-height: 1;
	opacity: 0.2;
	color: rgb(150, 150, 153);
	transition: 0.4s;
}

.content .page01 .li-info ul li {
	background-color: rgb(245, 245, 245);
}

.content .page01 .li-info ul li a .bottom {
	text-align: right;
}

.content .page01 .li-info ul li a .bottom p {
	font-size: 24px;
	color: rgb(24, 24, 26);
	transition: 0.4s;
}

.content .page01 .li-info ul li a .bottom span {
	font-size: 14px;
	color: rgb(153, 153, 153);
	transition: 0.4s;
}

.content .page01 .li-info ul li:hover .top p {
	color: rgb(255, 255, 255);
	opacity: 0.2;
}

.content .page01 .li-info ul li:hover .bottom p,
.content .page01 .li-info ul li:hover .bottom span {
	color: #fff;
}

.content .page02 {
	background: rgb(245, 245, 245);
}

.content .page02 .info-box {

	display: flex;
}

.content .page02 .info-box .left {
	width: 638px;
	height: 480px;
}
.content .page02 .info-box .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .page02 .info-box .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content .page02 .info-box .right .top {
	padding-left: 60px;
}

.content .page02 .info-box .right .top h3 {
	color: rgb(24, 24, 26);
	font-weight: 500;
}

.content .page02 .info-box .right .top p {
	font-size: 16px;
	color: rgb(97, 97, 102);
	line-height: 1.875;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	margin-top: 25px;
}

.content .page02 .info-box .right .top a {
	margin-top: 30px;
	background: rgb(52, 96, 171);
}



.content .page02 .info-box .right ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 120px;
	background: rgb(52, 96, 171);
	padding: 27px 50px;
	
}

.content .page02 .info-box .right ul li {
	text-align: center;
}

.content .page02 .info-box .right ul li .ico {
	height: 33px;
}

.content .page02 .info-box .right ul li p {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	margin-top: 15px;
}

.content .page03 .info-box {
	height: 450px;
	display: flex;
}

.content .page03 .info-box .left {
	width: 160px;
	background: url(../images/page03-bg.jpg);
	padding: 65px;
	box-sizing: border-box;
}

.content .page03 .info-box .left p {
	font-size: 30px;
	line-height: 1;
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}

.content .page03 .info-box .left p:last-child {
	margin-bottom: 0;
}

.content .page03 .info-box .center {
	position: relative;
	width: 800px;
}

.content .page03 .info-box .center img.on {
	opacity: 1;
	z-index: 2;
}

.content .page03 .info-box .center img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.content .page03 .info-box .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 7px 0px rgb(0, 0, 0, 0.1);
}

.content .page03 .info-box .right li {
	height: calc(100% / 3);
	position: relative;
	transition: 0.3s;
}

.content .page03 .info-box .right li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0 33px;
	box-sizing: border-box;
	transition: 0.4s;
	height: 100%;
}
.content .page03 .info-box .right li a img{
	display: none;
}
.content .page03 .info-box .right li.on a img{
	display: block;
}

.content .page03 .info-box .right li a p {
	font-size: 20px;
	color: rgb(24, 24, 26);
	margin-bottom: 25px;
}

.content .page03 .info-box .right li.on {
	background-color: rgb(66, 137, 221);
}

.content .page03 .info-box .right li.on a p {
	color: #fff;
}

.content .page03 .info-box .right li.on::after {
	opacity: 0;
}

.content .page03 .info-box .right li.on+li::after {
	opacity: 0;
}

.content .page03 .info-box .right li:nth-child(n+2)::after {
	content: '';
	width: 160px;
	height: 1px;
	background-color: rgb(223, 223, 230);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content .page04 .info-box ul li a {
	position: relative;
}

.content .page04 .info-box ul li .bg-img {
	overflow: hidden;
}

.content .page04 .info-box ul li .bg-img img {
	transition: 0.4s;
	width: 100%;
}

.content .page04 .info-box ul li:hover .bg-img img {
	transform: scale(1.05);
}

.content .page04 .info-box ul li a .bg-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, rgb(25, 39, 63, 0.8) 0%, rgb(25, 39, 63, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(25, 39, 63, 0.8) 0%, rgb(25, 39, 63, 0) 100%);
	transition: 0.4s;
	overflow: hidden;
}

.content .page04 .info-box ul li a .bg-text::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: -moz-linear-gradient(90deg, rgb(25, 39, 63, 0.8) 0%, rgb(25, 39, 63, 0.8) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(25, 39, 63, 0.8) 0%, rgb(25, 39, 63, 0.8) 100%);
	left: 0;
	top: 100%;
	bottom: auto;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
}

.content .page04 .info-box ul li:hover a .bg-text::after {
	top: 0%;
	bottom: 100%;
	opacity: 1;
}


.content .page04 .info-box ul li a .bg-text .text {
	position: absolute;
	left: 50%;
	bottom: -47px;
	transform: translateX(-50%);
	text-align: center;
	z-index: 3;
	transition: 0.4s;
}

.content .page04 .info-box ul li:hover a .bg-text .text {
	bottom: 50%;
	transform: translate(-50%, 50%);
}

.content .page04 .info-box ul li a .bg-text .text p {
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.content .page04 .info-box ul li a .bg-text .text span {
	font-size: 14px;
	color: rgb(255, 255, 255);
	opacity: 0.502;
	display: block;
	white-space: nowrap;
}


.content .page04 .info-box ul li a .bg-text .text img {
	margin-top: 60px;
	opacity: 0;
	transition: 0.4s;
}

.content .page04 .info-box ul li:hover a .bg-text .text img {
	opacity: 1;
}

.content .page04 .more-btn {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(198, 198, 204);
	color: rgb(24, 24, 26);
	margin: 0 auto;
	transition: 0.4s;
}

.content .page04 .more-btn:hover {
	background: rgb(52, 96, 171);
	border: 1px solid rgb(52, 96, 171);
	color: #fff;
}
.content .page05{
	overflow: hidden;
}
.content .page05 .info-box ul.news-nav {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(198, 198, 204);

}
.content .page05 .info-box ul.news-nav .more{
	border: 1px solid rgb(198, 198, 204);
}
.content .page05 .info-box ul.news-nav .more>a{
	font-size: 14px;
	color: rgb(24, 24, 26);
	width: 120px;
	height: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.content .page05 .info-box ul.news-nav .more>a.on{
	display: flex;
}

.content .page05 .info-box ul.news-nav li {
	margin-right: 20px;
}

.content .page05 .info-box ul.news-nav li:last-child {
	margin-right: 0;
}


.content .page05 .info-box ul.news-nav li{
	border: 1px solid rgb(198, 198, 204);
	font-size: 14px;
	color: rgb(24, 24, 26);
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.content .page05 .info-box ul.news-nav li.on,
.content .page05 .info-box ul.news-nav .more>a:hover{
	background-color: rgb(66, 137, 221);
	color: #fff;
	border: 1px solid rgb(66, 137, 221);
}
.content .page05 .info-box .item-list{
	margin-top: 30px;
	display: none;
	opacity: 0;
}
.content .page05 .info-box .item-list.active{
	display: flex;
	opacity: 1;
	transition: 0.4s;
}
.content .page05 .info-box .news-box .item-list .news-top {
	width: 33.33333%;
	margin-right: 30px;
}
.content .page05 .info-box .news-box .item-list .news-top:nth-child(2){
	margin-right: 20px;
}
.content .page05 .info-box .news-box .item-list .news-top .news-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.content .page05 .info-box .news-box .item-list .news-top .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .page05 .info-box .news-box .item-list .news-top .news-detail h3 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	margin-top: 30px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
	transition: 0.4s;
}
.content .page05 .info-box .news-box .item-list .news-top:hover .news-detail h3{
	color: rgb(52, 96, 171);
	font-weight: bold;
}

.content .page05 .info-box .news-box .item-list .news-top .news-detail p {
	font-size: 16px;
	color: rgb(153, 153, 153);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
}

.content .page05 .info-box .news-box .item-list .news-top .news-detail span {
	display: block;
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin-top: 25px;
}
.content .page05 .info-box .news-box .item-list .news-hot{
	width: 28.333%;
	padding: 28px 19px 40px;
	background-color: rgb( 245, 245, 245 );
}
.content .page05 .info-box .news-box .item-list .news-hot ul li{
	margin-bottom: 30px;
}
.content .page05 .info-box .news-box .item-list .news-hot ul li:last-child{
	margin-bottom: 0;
}
.content .page05 .info-box .news-box .item-list .news-hot ul li a p{
	font-size: 16px;
	color: rgb( 48, 48, 51 );
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	margin-bottom: 10px;
	line-height: 1;
	transition: 0.4s;
}
.content .page05 .info-box .news-box .item-list .news-hot ul li:hover a p{
	color: rgb(52, 96, 171);
}

.content .page05 .info-box .news-box .item-list .news-hot ul li a span{
	font-size: 14px;
	color: rgb( 153, 153, 153 );
	line-height: 1;
}
