ul,
li,
div,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

ul {
	overflow-y: hidden;
}

li {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.amove {
	cursor: hand;
}

/* 首页 */
.index_contain {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.index_head {
	width: 100%;
	/* height: 600px; */
	/* 	background: url(../img/index_head_banner.png) no-repeat center center;
	background-size: cover; */
	/* padding-top: 25px; */
	box-sizing: border-box;
	position: relative;
}

.index_banner {
	width: 100%;
	height: 757px;
	overflow: hidden;
}

.index_banner .swiper-container {
	width: 100%;
	height: 100%;
}

.index_banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_navbar {
	padding: 0 12%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow-y: hidden;
	position: relative;
}

.index_NAV {
	width: 100%;
	min-height: 50px;
	height: auto;
	background: transparent;
	box-shadow: 0px 5px 10px rgba(61, 64, 76, 0.1);
	opacity: 1;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	overflow: hidden;
}

.index_NAVwhite{
	position: absolute;
	background: #fff;
}
.index_NAVwhite .index_head_nav a,.index_NAVwhite p,.index_NAVwhite span{
	color: #000;
}

.fixedTopMenu {
	position: fixed;
	background: #fff !important;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
	top: 0;
	width: 100%;
	animation: smoothScroll 1s forwards;
	z-index: 120;
}

.fixedTopMenu .index_head_nav ul li a {
	color: #000;
}

.fixedTopMenu .index_head_logo div {
	color: #000;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0px);
	}
}

.index_head_logo a{
	float: left;
	/* width: 25px; */
	height: 100%;
	/* margin-left: 20px; */
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_head_logo div {
	color: #fff;
}

.index_head_logo div p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

.index_head_logo div span {
	font-size: 12px;
	letter-spacing: -1px;
	/* word-spacing:-2px; */
}

.index_head_logo img {
	width: 50px;
	height: 50px;
	display: block;
}

.index_head_nav {
	width: 40%;
	margin: 0 auto;
}


.index_head_nav ul {
	display: flex;
	justify-content: space-around;
	/* padding: 10px 0; */
	box-sizing: border-box;
}

.index_head_nav ul li a {
	/* font-family: Source Han Sans CN; */
	font-size: 16px;
	color: #fff;
}

.index_head_nav ul li {
	/* padding-bottom: 8px; */
	box-sizing: border-box;
	transition: 0.5s;
}

.index_head_nav ul li a.active {
	/* color: rgba(120, 131, 228, 1); */
	color: #7883E4;
}

.menu {
	width: 25px;
	height: 20px;
	margin: 10px 0;
	z-index: 120;
}

.menu img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_NAV .dropdown-menu{
	width: 100%;
}
.index_NAV .dropdown-menu>li>a{
	color: #fff;
}
.menulist {
	display: block;
	width: 50%;
	height: 100%;
	padding: 10px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	/* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
	transform: translate(100%,0);
	transition: transform 0.25s ease-out, opacity 0.25s ease-out;
	z-index: 121;
}
.menulist_out{
	text-align: right;
	padding-top: 20px;
	box-sizing: border-box;
}
.menulist_out img{
	width: 20px;
	height: 20px;
}
.menulist_ul li{
	text-align: right;
	margin: 38px 0;
	padding-right: 30px;
}
.menulist_ul li a{
	color: #000;
	font-size: 18px;
}
.menulist_ul li a.active{
	color: #7883E4;
}

/* .menulist.active{
	visibility: visible;
	opacity: 1;
	top: 80px;
} */
.index_head_profile {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 95%);
	z-index: 100;
	/* margin: 0 auto; */
	/* margin-top: -10%; */
	/* 	display: flex;
	justify-content: center;
	align-items: center; */
}

.profile_container {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.profile_container .box {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 30px 0;
	background: #fff;
	box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.profile_container .box .imgBx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}

.profile_container .box .imgBx p {
	color: #262738;
	font-weight: bold;
	margin-top: 15px;
}

.profile_container .box:hover .imgBx {
	transform: translateY(-100%);
}

.profile_container .box .imgBx img {
	max-width: 100px;
	opacity: 0.8;
}

.profile_container .box .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
	background: #7883E4;
	transform: translateY(calc(100% - 5px));
}

.profile_container .box:nth-child(2) .content {
	background: #FFCD78;
}

.profile_container .box:nth-child(3) .content {
	background: #FF7B5C;
}

.profile_container .box:nth-child(4) .content {
	background: #87BFAF;
}

.profile_container .box:hover .content {
	transform: translateY(0);
}

.profile_container .box .content {
	text-align: center;
}

.profile_container .box .content .icon img {
	max-width: 80px;
	filter: invert(1);
}

.profile_container .box .content h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px 0;
}

.profile_container .box .content h4 {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	text-align: justify;
}

.index_middle_Subtitle {
	width: 75%;
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #fff;
	overflow-y: hidden;
}

.Subtitle {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.Subtitle h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.Subtitle span {
	color: #666;
}

/* .index_middle_Subtitle_flex{
	display: flex;
	justify-content: space-between;
} */
.Subtitle_text {
	/* width: 45%; */
	padding-top: 5%;
}

.Subtitle_text h1{
	font-size: 30px;
}

.Subtitle_text p {
	text-align: justify;
	font-size: 14px;
	margin: 35px 0;
	line-height: 28px;
}

.Subtitle_text button {
	border: none;
	width: auto;
	min-width: 120px;
	line-height: 40px;
	border-radius: 5px;
	border-color: #7883E4;
	background-color: #7883E4;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.Subtitle_text button:after,.Subtitle_text button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(255,123,26,0.7);
	z-index:-2;
	border-radius: 4px;
}

.Subtitle_text button:hover{
	z-index:1;
	background:transparent;
}            

.Subtitle_text button:before {
	transition: .3s;
	background: rgba(255,123,26,1);
	z-index:-1;
}          

.Subtitle_text button:hover:after,.Subtitle_text button:hover:before {
	width: 100%;
}

.Subtitle_text button a {
	color: #fff;
	font-size: 14px;
}

.Subtitle_img,
.Subtitle_top_img {
	/* width: 45%; */
	/* height: 450px; */
}

.Subtitle_img img,
.Subtitle_top_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.index_middle_Product {
	width: 100%;
	background: #F9F9F9;
	padding-top: 5%;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.Product_list {
	width: 75%;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	/* 	display: flex;
	justify-content: space-between; */
}

/* .Product_list .owl-wrapper{ */
/* width: 100% !important; */
/* } */
/* .Product_list .owl-item{ */
/* width: 30% !important; */
/* margin-right: 25px; */
/* } */
.Product_list .owl-item:last-child {
	margin-right: 0;
}

.Product_list_item {
	width: 100%;
	background-color: #fff;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.Product_list_item a{
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.Product_list_item a h4{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Product_list_item div:last-child h4:last-child {
	padding-top: 10px;
	border-top: 1px solid #F0F0EF;
}

.Product_list_item h5 {
	margin: 10px 0;
}

.Product_list_item div:last-child {
	padding: 0 30px;
	box-sizing: border-box;
	cursor: pointer;
}

.Product_list_item div:last-child h4 img {
	width: 20px;
	height: 20px;
}

.Product_list_item div:last-child h4 a {
	color: #000;
}

.Product_list_item div:first-child {
	width: 100%;
	height: 195px;
	background: #122B40;
	margin-bottom: 10px;
}

.Product_list_item div:first-child img {
	display: block;
	width: 100%;
	height: 100%;
}

.Mask {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 195px;
	text-align: center;
	color: white;
	background: rgba(0, 0, 0, 0.42);
	transition: all 0.2s;
	z-index: 108;
}

.Mask p.Mask_p {
	position: absolute;
	top: 65px;
	left: -100%;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	opacity: 1;
	transition: all 0.3s 0.2s ease-out;
}

.Mask p::after,
.Mask p::before {
	display: block;
	content: '';
	width: 50%;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	opacity: 1;
	transform: translate(0%, -50%);
}

.Mask p::before {
	margin-bottom: 3%;
}

.Mask p::after {
	margin-top: 3%;
}

.index_middle_news {
	width: 75%;
	margin: 0 auto;
	background: #fff;
	padding-top: 5%;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.NewsBulletin {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.NewsBulletin .owl-item {
	padding: 8px;
	box-sizing: border-box;
}

.NewsBulletin .owl-item:last-child {
	margin-right: 0;
}

.NewsBulletin_item_div {
	/* width: 45%; */
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #F0F0EF;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

@keyframes left-to-right {
	100% {
		left: -50%
	}
}

.NewsBulletin_item_div:hover {
	transform: scale(1);
	box-shadow: 0px 5px 10px rgba(61, 64, 76, 0.1);
	opacity: 1;
	transition: all 1s ease;
}

.NewsBulletin_item_div::before {
	/* display: none; */
	content: "";
	width: 4px;
	height: 100%;
	background: #7883E4;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.NewsBulletin .NewsBulletin_item_div:hover .NewsBulletin_item_div::before {
	display: block;
	transition: all 1s ease-in;
}
.NewsBulletin_item_hover{
	margin-bottom: 15px;
}
.NewsBulletin_item_hover:hover .NewsBulletin_item_div div:first-child p{
	color: rgba(120, 131, 228, 1);
}
/* infinite */
.NewsBulletin_item_hover:hover .gostails {
	animation: right-to-left 1s linear infinite;
}
.newsnotice_list .NewsBulletin_item:hover .gostails {
	animation: right-to-left 1s linear infinite;
}
@keyframes right-to-left{
	0%{
		left: 0%;
	}
	100%{
		left: 10%;
		/* transform: scale(1.5); */
	}
}

.NewsBulletin_item_div div:first-child {
	width: 90px;
	height: 90px;
	background: rgba(120, 131, 228, 0.08);
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.NewsBulletin_item_div div:first-child p:first-child {
	font-size: 20px;
}

.NewsBulletin_item_div div:first-child p:last-child {
	font-size: 12px;
}

.NewsBulletin_item_div div:last-child {
	width: 75%;
	position: relative;
}

.NewsBulletin_item_div div:last-child{
	font-weight: bold;
	color: #000;
}

.NewsBulletin_item_div div:last-child p:first-child {
	font-size: 12px;
}

.NewsBulletin_item_div div:last-child .gostails {
	width: 20px;
	height: 5px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.index_middle_dress {
	margin: 0 auto;
	padding: 5% 0;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/dress.png) no-repeat center center;
	background-size: cover;
}

.index_middle_dress p {
	font-size: 25px;
}

.index_middle_dress p:last-child {
	font-size: 16px;
	color: #999;
}

.index_middle_dress div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}

.index_middle_dress div img {
	width: 40px;
	height: 40px;
	margin-right: 30px;
}

.index_middle_dress div span {
	font-size: 36px;
	color: #1E2A9A;
}

/* 公共底部 */
.footer_common {
	width: 75%;
	margin: 0 auto;
	padding: 5% 0;
	box-sizing: border-box;
	overflow-y: auto;
}
.footer_common hr{
	border-bottom: 1px dashed #CBCBCB;
}
.footer_common_box {
	width: 75%;
	margin: 0 auto;
	border-top: 1px dashed #CBCBCB;
	/* border-bottom: 1px dashed #CBCBCB; */
	padding: 1% 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.footer_common_box div:first-child p {
	text-align: left;
}

.footer_common_box div:first-child p span {
	margin-right: 20px;
}

.footer_common_box div:last-child{
	width: 114px;
	height: 113px;
}
.footer_common div ul li {
	float: left;
	font-size: 20px;
	margin-right: 25px;
}

.footer_common div ul li:last-child {
	margin-right: 0;
}

.footer_common p.address{
	text-align: center;
	margin-top: 15px;
	color: #999;
}
.footer_common .address_dz{
	color: #999;
}
#backTop {
	width: 50px;
	height: 50px;
	background: url(../img/backTop.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 105;
	cursor: pointer;
}

/* 产品展示 */
.productdisplay {
	width: 100%;
	height: 100%;
}

.productdisplay_banner,
.newsnotice_banner {
	/* position: relative; */
	width: 100%;
	height: 410px;
	background: url(../img/productdisplay_banner.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 50px;
	transition: all 1s ease;
	position: relative;
}

.productdisplay_list{
	width: 75%;
	margin: 0 auto;
/* 	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	justify-items: center;
	flex-wrap: wrap; */
}
.newsnotice_list {
	width: 75%;
	margin: 0 auto;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	justify-items: center;
	flex-wrap: wrap;
}

.productdisplay_list .Product_list_item {
	/* width: 30%; */
	margin-bottom: 50px;
}

.productdisplay_list .Product_list_item:hover {
	box-shadow: 0px 5px 10px rgba(61, 64, 76, 0.1);
	opacity: 1;
	transition: all 1s ease;
}

/* 新闻公告 */
.newsnotice .row{
	width: 100%;
}

.newsnotice_banner {
	background: url(../img/newsbanner.png) no-repeat;
}

.newsnotice_list .NewsBulletin_item {
	margin-bottom: 15px;
	/* width: 45%; */
	/* position: relative; */
}

.NewsBulletin_item_div::before {
	display: none;
	content: "";
	width: 4px;
	height: 100%;
	background: #7883E4;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.NewsBulletin_item_hover:hover .NewsBulletin_item_div::before {
	display: block;
	transition: all 1s ease-in;
}
.newsnotice_list .NewsBulletin_item:hover .NewsBulletin_item_div::before {
	display: block;
	transition: all 1s ease-in;
}

.newsnotice_list .NewsBulletin_item:hover .NewsBulletin_item_div div:first-child{
	color: rgba(120, 131, 228, 1);
}

.newspages{
	width: 75%;
	margin: 0 auto;
	height: auto;
}
/* 公司简介 */
.companyprofile,.productdisplay,
.newsnotice,.personnelrecruit,
.contactus {
	color: #262738;
	padding-top: 50px;
	box-sizing: border-box;
}

.companyprofile_banner {
	background: url(../img/gsbanner.jpg) no-repeat center;
	/* background-size: cover; */
	height: 410px;
	transition: all 1s ease;
	position: relative;
}

.company_content {
	padding-top: 70px;
}

.textbox h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
}
.imgbox{
	    padding-top: 20px!important;
}
.textbox p {
	font-size: 15px;
	line-height: 28px;
	font-weight: Regular;
	text-align: justify;
	text-indent: 35px;
}

.imgbox img {
	width: 100%;
	height: 100%;
}

.textbox,
.imgbox {
	padding: 0px 45px;
}

.textbox {
	padding-bottom: 20px;
}

.ideabox {
	background-image: url(../img/linian.png);
	background-size: cover;
	width: 100%;
	height: 250px;
	margin-top: 70px;
}
.ideabox_small{
	width: 100%;
	height: 514px;
	background: url(../img/linian_small.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	/* background-size: cover; */
	padding-top: 25%;
    padding-left: 14%;
	box-sizing: border-box;
	font-weight: 400;
	margin-top: 70px;
}
.ideabox_small h3{
	font-size: 28px;
    font-weight: bold;
	margin-bottom: 60px;
}
.ideabox_small span{
	font-size: 24px;
	line-height: 24px;
}
.ideabox_small p{
	margin-top: 20px;
	font-size: 24px;
	width: 88%;
}
.ideatitle {
	padding: 4% 0;
	text-align: center;
	line-height: 160px;
	font-size: 28px;
	font-weight: bold;
	height: 100%;
}

.ideainfo {
	text-align: center;
}

.ideainfo .infobox {
	position: absolute;
	top: 27%;
	left: 25%;
	text-align: left;
	margin-top: 6%;
	color: #262738;
	width: 360px;
	display: block;
}

.ideainfo .infotitle{
	line-height: 60px;
	font-size: 20px;
	font-weight: 400;
}

.infotext {
	font-size: 16px;
	line-height: 30px;
}

.miniideainfo {
	padding: 20px;
}

.bdr {
	border-right: 1px solid #E1E1E1;
	height: 100%;
	display: block;
}

.footer_common_box {
	width: 100%;
	padding: 15px 0;
}

/* 联系我们 */
.contactus {
	color: #262738;
}

.contactus_banner {
	width: 100%;
	height: 410px;
	background: url(../img/ctbanner.png) no-repeat;
	/* background-size: cover; */
	transition: all 1s ease;
	position: relative;
}

.contactusinfo {
	margin: 30px 0;
}

.contactusinfo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 45px;
	margin-bottom: 5px;
	margin-right: 100px;
}

.contactusinfo dd {
	margin-left: 0;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 35px;
	color: #666666;
}

.addressimg img {
	width: 100%;
}

/* 人才招聘 */
.contactus {
	font-family: "Source Han Sans CN";
	color: #262738;
}

.personnelrecruit_banner {
	background: url(../img/rcbanner.png) no-repeat;
	/* background-size: cover; */
	height: 410px;
	transition: all 1s ease;
	position: relative;
}

.gstextbox {
	width: 100%;
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 25%;
}

.gstextbox em {
	font-size: 16px;
	font-style: normal;
}

.gstextbox h2 {
	font-weight: bold;
	line-height: 75px;
	font-size: 28px;
}

.plitem {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
}

/* .main {
	margin-top: 30px;
} */

.plitem img {
	width: 56px;
	height: 56px;
	margin: 10px;
}

.plitem em {
	display: block;
	font-weight: bold;
	line-height: 36px;
	font-size: 20px;
}

.plitem hr {
	width: 50px;
	border: 2px solid #E1E1E1;
	margin-top: 10px;
	display: inline-block;
}

.zs hr {
	border: 2px solid #7883E4;
}

.hs hr {
	border: 2px solid #FFCD78;
}

.cs hr {
	border: 2px solid #FF7B5C;
}

.ls hr {
	border: 2px solid #87BFAF;
}

.recruitinfo {
	margin-top: 30px;
}

.recruitinfo li {
	border: 1px solid #F5F5F4;
	padding: 15px 20px;
	margin-bottom: 25px;
}

.recruitinfo li p {
	line-height: 30px;
	color: #262738;
	font-size: 15px;
}

.recruitinfo li p:first-child {
	font-weight: bold;
	line-height: 30px;
	color: #262738;
	font-size: 18px;
}

.recruitinfo li p:last-child {
	line-height: 25px;
	color: #666666;
	font-size: 13px;
	margin-top: 10px;
}
/* 分页 */
.page{
	display: flex;
	justify-content: center;
}
.page>li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
.page .pageItem{
    border: solid thin #fbfbfb;
	background-color: #FBFBFB;
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #F4F5FD;
    margin: 5px;
    background-color: #F4F5FD;
    color:rgba(120, 131, 228, 1);
}
.page .pageItem:hover{
    border: solid thin #F4F5FD;
    background-color: #F4F5FD;
    color:rgba(120, 131, 228, 1);
}
.page .pageItemDisable{
    border: solid thin #DDD;
    margin: 5px;
    background-color: #DDD;
}
.hideClass{
	background-color: transparent !important;
	border-color: transparent !important;
	cursor: default;
}
/* 新闻详情 */
.newsdetail{
	padding-top: 100px;
	box-sizing: border-box;
}
.newsdetail_content{
	width: 45%;
	margin: 0 auto;
}
.newsdetail_text{
	text-indent: 35px;
	font-size: 16px;
	line-height: 32px;
}