@charset "utf-8";

* {
	font-family: Arial, Helvetica, Arial, sans-serif;
	white-space: normal;
	padding: 0px;
	margin: 0px
}

body {
	font-size: 14px;
	background-color: white;
	overflow-x: hidden;
	max-width: 2600px;
	visibility: hidden;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}

ul,
li {
	list-style: none
}

p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
em{
	font-style: normal!important;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none
}

a:hover {}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: white;
}
input, button, textarea, select {
    outline: none;
    border-style: none;
}
hr {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8
}

:focus {
	outline: none
}

::-moz-focus-inner {
	border: 0
}

.clearfix {
	_zoom: 1
}

.font12 {
	font-size: 12px
}

.font14 {
	font-size: 14px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font20 {
	font-size: 20px
}

.center {
	text-align: center
}

.font-weight {
	font-weight: bold
}

.no_weight {
	font-weight: 500
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.txt-cut2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.txt-cut3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.txt-cut4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.txt-cut5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.txt-cut6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-scrollbar {
	display: none
}

.container {
	width: 100%;
	margin: auto;
	padding: 0;
}

.container-m {
	width: 100%;
	margin: auto;
	display: none;
}

.container-m .banner {
	width: 100%;
	height: auto;
	margin-top: 70px;
	min-height:110px;
}

img {
	vertical-align: middle;
}

/* 首页头部 */
.container .header-index {
	width: 100%;
	height: 106px;
	background-color: transparent;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16;
}

.top-search {
	width: 100%;
	height: 0;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 27;
	overflow: hidden;
}
.search:hover{
	cursor: pointer;
}
.top-search .top-search-show {
	width: 100%;
	max-width: 1600px;
	height: 50px;
	margin: auto;
	/* border-bottom: 1px solid #e1e1e1; */
	display: flex;align-items: center;
}

.hide-close {
	width: 20px;
	height: 50px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.hide-close::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000;
    transform: rotate(45deg);
}
.hide-close::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000;
    transform: rotate(-45deg);
}
.top-search-show .form {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-search-show .form .search-input {
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    line-height: 50px;
}
.form .search-btn {
    cursor: pointer;
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url("../img/search.png") no-repeat center/60% auto;
}
.container .banner {
	width: 100%;
	height: auto;
}
.container .banner .mySwiper{
	width: 100%;
}
.container .banner .mySwiper .swiper-wrapper .swiper-slide{
	width: 100%;height: auto;
}
.container .banner img {
	width: 100%;
	min-height: 180px;object-fit: cover;
}

.container .header-bg {
	background-color: white;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
}

.container .header-index .top_header {
	width: 100%;
	max-width: 1680px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #000000;
}

.container .header-index .top_header .logo {
	width: 434px;
	height: auto;
}

.container .header-index .top_header .meun-nav {
	width: 49%;
	height: 106px;
	margin-left: 10%;
}

.container .header-index .top_header .meun-nav ul {
	width: 100%;
	height: 106px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container .header-index .top_header .meun-nav ul a {
	color: #000000;
	/* width: 20%; */
}

.container .header-index .top_header .meun-nav ul li {
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
}

.container .header-index .top_header .meun-nav ul a:hover {
	font-weight: bold;
}

.container .header-index .top_header .meun-nav ul li .underline {
	display: none;
}

.container .header-index .top_header .language {
	width: 12.5%;
	height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: "ArialMT";
}

.container .header-index .top_header .language .search {
	width: 21px;
	height: 21px;
}
.container .header-index .top_header .language span a:hover{
	color: #000;cursor: pointer;
}
.container .header-index .top_header .meun-nav ul .active .underline {
	/* width: 38px; */
	height: 3px;
	display: inline-block;
	background-color: #20509C;
	position: absolute;
	margin-top: 104px;
	border-radius: 10px;
}

.container .header-index .top_header .meun-nav ul .active2 .underline {
	/* width: 38px; */
	height: 3px;
	display: inline-block;
	background-color: #20509C;
	position: absolute;
	margin-top: 104px;
	border-radius: 10px;

}
.sild-float {
	position: fixed;
	z-index:6;
	right: 0;
	top: 288px;
	width: 46px;
}

.sild-float .list {
	margin-bottom: 2px
}

.sild-float .list>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	background: rgba(0, 0, 0, 0.5) no-repeat center center;
	transition: all 0.5s ease
}

.sild-float .list a.a1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sild-float .list:hover>a {
	background-color: #0762d5;
	transition: all 0.5s ease
}

.sild-float .list .rolme {
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	position: absolute;
	right: 46px;
	top: 0;
	padding: 10px;
	line-height: 26px;
	width: 184px;
	background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
	font-size: 20px;
	color: #fff;
	text-align: center;
	word-break: break-all;
}

.sild-float .list .rolme .emv img {
	border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
	border-top-left-radius: 5px;
	overflow: hidden
}

.sild-float .list:last-child>a {
	border-bottom-left-radius: 5px;
	overflow: hidden
}

.sild-float .bpmaeb {
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease
}

.sild-float .fplae {
	display: flex;
	align-items: center;
	line-height: 46px;
	height: 46px;
	width: 226px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease
}

.sild-float .fplae:hover {
	transform: translateX(-180px);
	transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
	background-color: #0762d5;
	transition: all 0.5s ease
}

.sild-float .fplae .ltt {
	width: 180px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	word-break: break-all;
}

.sild-float .email .fplae .ltt {
	font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
	font-size: 14px;
}

.sild-float .friends .fplae .ltt {
	font-size: 14px;
}

/* 移动端 */
.header_mobile {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: white;
	display: none;
	align-items: center;
	justify-content: space-between;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	transition: all .5s;
	transition-delay: 0s;

}

.m-menu-btn {
	display: block;
	width: 60px;
	height: 70px;
	cursor: pointer;
	position: relative;
	z-index: 11;
	transition: all .3s ease-out .3s;
}

.m-menu-btn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: calc(35px / 2);
	width: 25px;
	height: 1px;
	transform: translateY(4px) rotate(0);
	background: #222;
	transition: all .3s ease-out .3s;
}

.m-menu-btn::after {
	position: absolute;
	content: '';
	top: 50%;
	left: calc(35px / 2);
	width: 25px;
	height: 1px;
	transform: translateY(-4px) rotate(0);
	background: #222;
	transition: all .3s ease-out .3s;
}

.m_logo {
	width: 60%;
	margin-right: 10%;
}
.m_search{
	width:20px;height: auto;margin-right: 5%;
}
.m-nav-meniu {
	width: 100%;
	background-color: white;
	position: fixed;
	z-index: 6;
	top: 70px;
	left: 0;
	height: 0;
	display: block;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	transition: all .5s;
	transition-delay: 0s;
	height: 0;
}
.m-nav-meniu span{
	color: black;
}
.m-nav-meniu .active{
	color:#1e57c7 !important
}
.m-nav-meniu .meun_li {
	width: 86%;
	margin: auto;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	color: black;
}

.m-nav-meniu .meun_li:nth-of-type(4) {
	border-bottom: 0;
}

.m-nav-meniu .meun_li img {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	margin-left: 5px;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: 2;
	display: none;
}

.active {
	color: #1e57c7 !important;
}

.header_mobile .hide {
	display: block !important;
	transition: all .2s ease-out .2s;
	transform: rotate(90deg)
}

.header_mobile .show {
	display: block !important;
	transition: all .2s ease-out .2s;
	transform: rotate(0)
}

.m-footer{
	width: 100%;
	height: auto;
	background-color: #19438D;font-size: 16px;color: white;
	margin-top: 50px;overflow: hidden;
}
.m-footer p{
	width: 92%;
	margin: auto;font-size:14px;line-height:25px;
}
.m-footer p:nth-of-type(1){
	margin-top: 20px;
}
.m-footer .erm{
	width:30%;margin-left:35%;margin-top: 20px;margin-bottom: 20px;
}
.m-footer .copy-bz{
	width: 100%;
	margin: auto;
	height:35px;line-height: 35px;color: white;font-size: 12px;
	background-color: rgba(0, 0, 0, 0.3);text-align: center;
}
:-webkit-full-screen video {
width: 100%;
height: 100%;
}
:-moz-full-screen video{
width: 100%;
height: 100%;
}

.position-About-word{
	width:75%;max-width: 1601px;
	display: none!important; 
	position: absolute;left: 0;right: 0;margin: auto;
	
}
.position-About-word{
	
}
.position-About-word .bigWord{
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #000000;
	line-height: 65px;
}
.position-About-word .smallWord{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #000000;
}
@media screen and (max-width:1200px) {
	.container .header-index .top_header{
		max-width: 96%;margin: auto;margin-left: 2%;
	}
	.container .company-message{
		height: 650px;
	}
}
@media  screen and (max-width:1122px) {
	.container .header-index .top_header .logo{
		width: 380px;
	}
	.container .header-index .top_header .meun-nav ul li{
		font-size: 17px;
	}
}

/* 移动端 屏幕1024及其以下 */
@media screen and (max-width:1050px) {

	.container .header-index{
		display: none;
	}
	.header_mobile {
		display: flex;
	}
	.container .banner{
		margin-top: 70px;
	}
	.top-search-show .form .search-input {
		width: calc(100% - 50px);
	}
	.hide-close{
		margin-left:10px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 0;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right:0;
	}
	.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next, .swiper-rtl .swiper-button-prev:after{
		color: #fff;
	}
	.company-children-chind-bigerImg{
		width: 80%;
	}
	.company-content-top-introduce-child .company_button{
		width:150px;height:50px;line-height:50px;
	}
	.position-About-word .bigWord{
		font-size:18px;
		font-family: PingFang SC;
		font-weight: 800;
		color: #000000;
		line-height:35px;
	}
	.position-About-word .smallWord{
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 800;
		color: #000000;
	}
	.sild-float{
		display: none;
	}
	.m_logo{
		width: 50%;margin-right: 13px;
	}
}

@media screen and (max-width:750px) {
	
	.container .header-index{
		display: none;
	}
	.header_mobile {
		display: flex;
	}
	.m_logo{
		width: 60%;margin-right: 10%;
	}
	.container .banner{
		margin-top: 70px;
	}
	.top-search-show .form .search-input {
		width: calc(100% - 50px);
	}
	.hide-close{
		margin-left:10px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 0;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right:0;
	}
	.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-next, .swiper-rtl .swiper-button-prev:after{
		color: #fff;
	}
	.company-children-chind-bigerImg{
		width: 80%;
	}
	.company-content-top-introduce-child .company_button{
		width: 2rem;height: 0.6rem;line-height: 0.6rem;
	}
	.position-About-word .bigWord{
		font-size:0.31rem;
		font-family: PingFang SC;
		font-weight: 800;
		color: #000000;
		line-height:35px;
	}
	.position-About-word .smallWord{
		font-size: 0.25rem;
		font-family: PingFang SC;
		font-weight: 800;
		color: #000000;
	}
	.sild-float{
		display: none;
	}
}

.cover{
	position: fixed;z-index: 30;width: 100%;height:100%;left:0;top:0;bottom: 0;right: 0;margin: auto;
	background-color: rgba(0, 0, 0,0.7);
}
.cover2{
	position: fixed;z-index: 30;width: 100%;height:100%;left:0;top:0;bottom: 0;right: 0;margin: auto;
	background-color: rgba(0, 0, 0,0.7);display: none;
}
.company-children-chind-bigerImg{
	position: fixed;z-index: 31;width:33%;height:auto;left:0;top:0;bottom: 0;right: 0;margin: auto;display: none;
}

.llianxiwomTable{
		width: 100%;
		max-width: 1400px;
		margin-bottom: 50px;
	}
	.table_one{
		width: 100%;height: 71px;line-height: 71px;background-color: #1E509C;font-size: 19px;font-weight: bold;color: white;text-align: center;
	}
	.table_one2{
		width: 100%;height: 71px;line-height: 71px;font-size: 16px;text-align: center;color: #000000;
	}
	.table_one2:nth-child(odd){
		background-color: #EFF3F8;
	}
	.children_one{
		width: 10%;height: 71px;float: left;
	}
	.children_one2,.children_one3{
		width: 20%;height: 71px;float: left;
	}
	.children_one4{
		width: 50%;height: 71px;float: left;text-align: left;
		display: flex;
		    align-items: center;
		    line-height: 30px;
	}
	.about_word_tm{
		width: 100%;max-width: 1400px;height: 166px;margin-top: 10px;
		background: url("/public/img/lxwm_banne2r.png")no-repeat right center;
		background-size: auto 100%;
		margin: auto;
		font-size: 40px;line-height: 166px;
		font-weight: 800;
		color: #000000;
	}
	@media screen and (max-width:1400px){
		.llianxiwomTable,.about_word_tm{width: 96%;}
	}
	@media screen and (max-width:1024px){
		.table_one,.table_one2{
			font-size:10px
		}
		.llianxiwomTable{
			width: 100%;
			overflow-x: auto;
		}
		.table_one, .table_one2{
			width: 150%;height: 40px;line-height: 40px;
			display: flex;
		}
		.children_one{
			width: 20%;height: 40px;float: left;
		}
		.children_one2,.children_one3{
			width: 30%;height: 40px;float: left;
		}
		.children_one4{
			width: 68%;height:40px;float: left;text-align: left;
			display: flex;
			    align-items: center;
			    line-height: 17px;
				margin-left: 2%;
		}
		.about_word_tm{
			font-size: 18px;height: 60px;line-height: 60px;
		}
		.children_one4{
			
		}
	}