@font-face {
	font-family: 'iconfont';
	/* Project id 497016 */
	src: url('//at.alicdn.com/t/font_497016_61ys13u3uh4.woff2?t=1632805500837') format('woff2'),
		url('//at.alicdn.com/t/font_497016_61ys13u3uh4.woff?t=1632805500837') format('woff'),
		url('//at.alicdn.com/t/font_497016_61ys13u3uh4.ttf?t=1632805500837') format('truetype');
}

@font-face {
	font-family: 'iconfont';
	/* Project id 497016 */
	src: url('./font/iconfont.woff2') format('woff2'),
		url('./font/iconfont.woff') format('woff'),
		url('./font/iconfont.ttf') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

body {
	font-family: 'Microsoft YaHei';
	color: #666;
	background: #fff
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #C81623;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #C81623 !important;
}

body {
	position: relative;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: calc(100% - 88px);
	height: 60px;
	z-index: 9;
	padding: 0 44px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .4)!important;
	transition: all 1s;
}

.header:hover {
	height: 125px;
}

.header a {
	color: #FFFFFF;
}

.header a:hover {
	color: #D8242D;
}

.header .logo {
	height: 50px;
	/* width: 50px; */
	margin-right: 68px;
	margin-top: 5px;
}

.header .menu {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
}

.header .menu li {
	margin-right: 68px;
	position: relative;
}

.header .menu li.myactive::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.header .menu li:hover::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #D8242D;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.header .search {
	display: flex;
	align-items: center;
	position: absolute;
	right: 44px;
}

.header .search:hover .search-input {
	opacity: 1;
	transition: all 2s;
}

.header .search .search-input {
	margin-right: 10px;
	opacity: 0;
}

.header .search .search-input input {
	border-radius: 30px;
	padding-left: 10px;
	height: 35px;
	opacity: .8;
	width: 200px;
}

.header .search img {
	width: 20px;
	height: 20px;
}

.swiper-slide .banner {
	width: 100%;
	/* height: 976px; */
	height: 100%;
}

.content .swiper-pagination.banner {
	bottom: 200px;
	left: 255px;
	width: auto;
}

.content .swiper-pagination.banner .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}

.content .swiper-pagination.banner .swiper-pagination-bullet-active {
	background: #C1061C;
	opacity: 1;
	position: relative;
}

.content .swiper-pagination.banner .swiper-pagination-bullet-active::after {
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	border: 2px solid red;
	border-radius: 100%;
	position: absolute;
	top: -12px;
	left: -12px;
}

.content.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: 9;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .2);
}
footer.nothome .footer-left{
	width: 100%;
} 
.inside-content+footer.nothome{
	position: static;
} 
.inside-content+footer.nothome .footer-left{
	padding: 36px 45px 17px 64px;
}
footer .footer-left {
	width: 1109px;
	padding: 36px 45px 36px 64px;
	display: flex;
	justify-content: flex-start;
}

footer .footer-left .icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 11px;
}

footer .footer-left .icons img {
	display: block;
	/* margin-left: 20px; */
	width: 23px;
	height: 23px;
}

/* footer .footer-left .icons .wechaticon {
	width: 25px;
	height: 20px;
} */

footer .footer-left .icons .emailicon {
	width: 23px;
	height: 17px;
}

footer .footer-left .inc-rnr02 a {
	margin-right: 0;
}

footer .footer-left .add-info {
	color: #F9F7F6;
	opacity: .8;
	line-height: 20px;
	text-align: left;
}
footer.nothome .footer-left .add-info {
	text-align: center;
}
footer.nothome .footer-left {
	justify-content: center;
}
footer.nothome .footer-left .icons{
	justify-content: center;
}
footer .footer-right {
	height: 100%;
	display: flex;
}

footer .footer-right .index-swiper-count {
	width: 454px;
	height: 100%;
	background: #FFFFFF;
	position: relative;
}

footer .footer-right .index-swiper-count .swiper-button-prev {
	position: absolute;
	transform: rotate(90deg);
	left: 65px;
	top: 45%;
	height: 20px;
}

footer .footer-right .index-swiper-count .swiper-button-next {
	position: absolute;
	transform: rotate(90deg);
	left: 65px;
	top: 70%;
	height: 20px;
}

footer .footer-right .index-swiper-count .swiper-pagination-fraction {
	bottom: 30%;
}

footer .footer-right .index-swiper-count .swiper-pagination .swiper-pagination-current {
	color: #C60404;
	font-size: 38px;
}

footer .footer-right .index-swiper-count .swiper-pagination .swiper-pagination-total {
	color: #A6AAB7;
	font-size: 16px;
}

footer .footer-right .index-swiper-count .swiper-num {
	position: absolute;
	width: 165px;
	left: 50%;
	top: 40%;
	z-index: 2;
}

footer .footer-right .index-swiper-count .swiper-num .active {
	display: inline-block;
	color: #C60404;
	font-size: 38px;
}

footer .footer-right .index-swiper-count .swiper-num span {
	font-size: 32px;
}

footer .footer-right .index-swiper-count .swiper-num .total {
	display: inline-block;
	color: #A6AAB7;
	font-size: 16px;
}

footer .footer-right .index-swiper-next {
	width: 356px;
	height: 100%;
	background: #BE1E2B;
	position: relative;
	transition: all 1s;
	border-left: 1px solid #BE1E2B;
}

footer .footer-right .index-swiper-next .swiper-button-next {
	background-image: unset;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	top: 0;
	position: relative;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-right .index-swiper-next .swiper-button-next img {
	width: 24px;
	height: 33px;
	margin-left: 52px;
}

footer .footer-right .index-swiper-next:hover {
	background-color: #ffffff;
	border-left: 1px solid #BE1E2B;
}

footer .footer-right .index-swiper-next:hover .swiper-button-next {
	color: #BE1E2B;
}

footer .footer-right .index-swiper-next img.hovered {
	display: none;
}

footer .footer-right .index-swiper-next:hover img.nothover {
	display: none;
}

footer .footer-right .index-swiper-next:hover img.hovered {
	display: block;
}

/* 轮播图第一桢 */
.content .swiper-slide .banner01 .text {
	position: absolute;
	top: 20%;
	left: 10%;
	opacity: 0;
	cursor: default;
	transition: all 1s;
}

.content .swiper-slide .banner01 .text h1 {
	color: #FBFBFB;
	font-size: 52px;
	margin: 30px 0;
	font-weight: bold;
}

.content .swiper-slide .banner01 .text h2 {
	color: #FBFBFB;
	font-size: 52px;
	font-weight: bold;
	margin: 50px 0;
}

.content .swiper-slide .banner01 .text p {
	font-size: 16px;
	font-weight: 400;
	color: #FBFBFB;
	width: 26%;
	min-width: 500px;
	line-height: 28px;
}

.content .swiper-pagination.banner01-pagination {
	bottom: 20%;
	width: unset;
	left: 20%;
	position: relative;
	text-align: left;
}

.content .swiper-pagination.banner01-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
	margin: 0 20px;
}

.content .swiper-pagination.banner01-pagination .swiper-pagination-bullet-active {
	background: #C1061C;
	opacity: 1;
	position: relative;
}

.content .swiper-pagination.banner01-pagination .swiper-pagination-bullet-active::after {
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	border: 2px solid red;
	border-radius: 100%;
	position: absolute;
	top: -12px;
	left: -12px;
}

/* 轮播图第二桢 */

.content .swiper-wrapper .news .news-left.leftanimation {
	animation: shareani 1s linear;
	-webkit-animation: shareani 1s linear;
	-moz-animation: shareani 1s linear;
	-ms-animation: shareani 1s linear;
	opacity: 1;
	position: relative;
}

.content .swiper-wrapper .news .news-left {
	width: 1109px;
	/* height: 976px;
	max-height: 976px; */
	height: 100%;
	background-image: url(../img/banner02-leftbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
}

@keyframes shareani {
	0% {
		left: -1109px;
	}

	100% {
		left: 0;
	}
}

@keyframes shareani2 {
	0% {
		right: -813px;
	}

	100% {
		right: 0;
	}
}

.zs{
	position: fixed;
	right: 0;
	bottom: 20%;
}
.content .swiper-wrapper .news .news-left .banner02-pagination {
	left: 12%;
	top: 240px;
	bottom: unset;
	display: flex;
	flex-direction: column;
}

.content .swiper-wrapper .news .news-left .swiper-slide {
	background: transparent;
	position: relative;
	left: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	margin-top: -65px;
	text-align: left;
}

.content .swiper-wrapper .news .news-left .swiper-slide .img {
	display: block;
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-title {
	width: 678px;
	margin-top: 30px;
	color: #f4f4f4;
	font-size: 34px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-title .date{
	border: 1px solid #fff;
	padding:10px 5px;
	font-size: 24px;
	border-radius: 3px;
	text-align: center;
	margin-right: 10px;
}
.content .swiper-wrapper .news .news-left .swiper-slide .news-title .date .date-month{
	font-size: 14px;
	margin-top: 5px;
}
.content .swiper-wrapper .news .news-left .swiper-slide .title{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 25px;
  line-height: 33px;
}
.content .swiper-wrapper .news .news-left .swiper-slide .news-actives {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 678px;
	margin-top: 10px;
	padding-bottom: 25px;
	color: #f4f4f4;
	font-size: 16px;
	border-bottom: 1px solid rgba(251, 251, 251, .3)
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-actives .date {
	opacity: .3;
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-actives-icon {
	display: block;
	width: 32px;
	cursor: pointer;
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-actives-icon:hover img {
	transform: scale(1.3);
}

.content .swiper-wrapper .news .news-left .swiper-slide .news-actives-icon img {
	transition: all 1s;
}

.content .swiper-wrapper .news .news-left .banner02-pagination .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
	margin: 12px 0;
}

.content .swiper-wrapper .news .news-left .banner02-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #C11F24;
}

.content .swiper-wrapper .news .news-left .img {
	width: 690px;
	height: 360px;
}

.content .swiper-wrapper .news .news-right {
	width: 616px;
	height: 776px;
	max-height: 776px;
	padding: 200px 86px 0 111px;
	background-image: url(../img/banner02-rightbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	opacity: 0;
}

.content .swiper-wrapper .news .news-right.rightanimation {
	position: relative;
	animation: shareani2 1s linear;
	-webkit-animation: shareani2 1s linear;
	-moz-animation: shareani2 1s linear;
	-ms-animation: shareani2 1s linear;
	opacity: 1;
}

.content .swiper-wrapper .news .news-right .newstab {
	display: flex;
	color: #A1A1A3;
	font-size: 32px;
	position: relative;
	border-bottom: 3px solid #E9EAEC;
	padding-bottom: 38px;
}

.content .swiper-wrapper .news .news-right .newstab .newstab-item {
	margin-right: 94px;
	cursor: pointer;
	position: relative;
	transition: all 1s;
}

.content .swiper-wrapper .news .news-right .newstab .newstab-item.active2 {
	color: #1F1F23;
}

.content .swiper-wrapper .news .news-right .newstab .more {
	cursor: pointer;
}

.content .swiper-wrapper .news .news-right .newstab .more::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 3px;
	right: 0;
	top: 8px;
	background-color: #A1A1A3;
}

.content .swiper-wrapper .news .news-right .newstab .more::after {
	position: absolute;
	content: '';
	height: 20px;
	width: 3px;
	background-color: #A1A1A3;
	right: 8px;
}

.content .swiper-wrapper .news .news-right .news-content {
	margin-top: 40px;
	line-height: 26px;
  font-size: 16px;
	text-align: left;
}

/* .content .swiper-wrapper .news .news-right .news-content .news-content-list:last-child {
	display: none;
} */

.content .swiper-wrapper .news .news-right .news-content .news-content-list-li {
	display: flex;
	padding-bottom: 15px;
	margin-top: 22px;
	border-bottom: 1px solid #DBDBE2;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-date {
	width: 96px;
	text-align: left;
	position: relative;
	top: 8px;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-date::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 47px;
	right: 0;
	top: -7px;
	background: #E8E8EC;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-day {
	color: #969A9F;
	font-size: 35px;
	margin-bottom: 8px;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-month {
	color: #969A9F;
	font-size: 12px;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-text {
	padding-left: 39px;
	text-align: left;
	width: 65%;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-text .news-list-text-title {
	font-size: 18px;
	line-height: 20px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .swiper-wrapper .news .news-right .news-content .news-list-text .news-list-more {
	margin-top: 14px;
	font-size: 12px;
	color: #555555;
}

.content .swiper-wrapper .news .news-right .news-content .news-content-botNav {
	margin-top: 30px;
	text-align: left;
	color: #999999;
	font-size: 16px;
}

.content .swiper-wrapper .news .news-right .news-content .news-content-botNav .home {
	font-size: 20px;
}

.content .swiper-wrapper .news .news-right .news-content .news-content-botNav .toright {
	font-size: 14px;
}

/* 首页第三帧 */
.content .swiper-wrapper .industrial {
	width: 100%;
	height: 100%;
	/* min-height: 796px; */
	background-image: url(../img/banner03.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/* top: 180px; */
	/* padding: 180px  0 0 0; */
	display: flex;
}

.content .swiper-wrapper .industrial .title {
	color: #fff;
	margin-top: 20px;
	position: relative;
	left: 108px;
	top: 180px;
	min-width: 140px;
}

.content .swiper-wrapper .industrial .en-title {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.content .swiper-wrapper .industrial .title .en-subtitle {
	line-height: 50px;
	font-size: 42px;
	margin-top: 10px;
}

.content .swiper-wrapper .industrial .title .zh-title {
	font-size: 47px;
	margin-top: 30px;
}

.content .swiper-wrapper .industrial .block-list {
	display: flex;
	position: relative;
	/* left: 400px; */
	left: -2000px;
	top: 310px;
	transition: all 1s
}

.content .swiper-wrapper .industrial .block-list .block {
	width: 400px;
	height: 426px;
	margin-right: 64px;
	cursor: pointer;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-top img {
	box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.5);
}

.content .swiper-wrapper .industrial .block-list .block-top {
	height: 228px;
	width: 100%;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-top img {
	transform: scale(1.1);
}

.content .swiper-wrapper .industrial .block-list .block .block-top img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.content .swiper-wrapper .industrial .block-list .block-bottom {
	height: 64px;
	width: calc(100% - 60px);
	background-color: #FFFFFF;
	padding: 56px 30px 70px 30px;
	color: #222222;
	font-size: 18px;
	box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
}

.content .swiper-wrapper .industrial .block-list .block-bottom .icon {
	border: 1px solid #222222;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	position: relative;
	margin-right: 9px;
}

.content .swiper-wrapper .industrial .block-list .block-bottom .icon .iconfont {
	font-size: 25px;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
}

.content .swiper-wrapper .industrial .block-list .block-bottom .block-bottom1 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(34, 34, 34, .2);
	padding-bottom: 20px;
	cursor: pointer;
}

.content .swiper-wrapper .industrial .block-list .block-bottom .block-bottom2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #CDCDCD;
	margin-top: 26px;
}

.content .swiper-wrapper .industrial .block-list .block-bottom .block-bottom2 .iconfont {
	color: #222222;
	font-size: 24px;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom {
	background-color: #BE1E2B;
	color: #FFFFFF;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom1 {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom1 .icon {
	border: 1px solid #FFFFFF;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom1 .icon .iconfont {
	color: #FFFFFF;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom2 a {
	color: #CDCDCD;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom2 a:hover {
	color: #FFFFFF;
}

.content .swiper-wrapper .industrial .block-list .block:hover .block-bottom .block-bottom2 .iconfont {
	color: #FFFFFF;
}

/* 轮播图第四桢 */
.content .swiper-slide .banner04 .text {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 33%;
	background-color: rgba(49, 49, 49, .3);
	padding: 20px;
	cursor: default;
	opacity: 0;
	transition: all 2s;
	cursor: pointer;
}

.content .swiper-slide .banner04 .text h1 {
	color: #FBFBFB;
	font-size: 58px;
	margin: 30px 0;
	font-weight: 300;
}

.content .swiper-slide .banner04 .text h2 {
	color: #FBFBFB;
	font-size: 58px;
	font-weight: bold;
	margin: 70px 0;
}

.content .swiper-slide .banner04 .text ul li {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
}

.content .swiper-slide .banner04 .text ul li img {
	margin-right: 10px;
	width: 15px;
}

.content .swiper-pagination.banner04-pagination {
	bottom: 20%;
	width: unset;
	left: 20%;
	position: relative;
	text-align: left;
}

.content .swiper-pagination.banner04-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
	margin: 0 20px;
}

.content .swiper-pagination.banner04-pagination .swiper-pagination-bullet-active {
	background: #C1061C;
	opacity: 1;
	position: relative;
}

.content .swiper-pagination.banner04-pagination .swiper-pagination-bullet-active::after {
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	border: 2px solid red;
	border-radius: 100%;
	position: absolute;
	top: -12px;
	left: -12px;
}

/* 轮播图第五桢 */
.joinus{
	position: relative;
}
.joinus img{
	width: 100%;
}
.joinus .container{
	height: 100%;
}
.joinus .container .bringinbg{
	height: 100%;
}
.joinus .click{
	position: absolute;
	top: 34%;
	right: 34%;
	width: 100px;
	height: auto;
	cursor: pointer;
}
.content .swiper-wrapper .news .news-left.leftanimation {
	animation: shareani 1s linear;
	-webkit-animation: shareani 1s linear;
	-moz-animation: shareani 1s linear;
	-ms-animation: shareani 1s linear;
	opacity: 1;
	position: relative;
}

.content .swiper-wrapper .news .news-left {
	width: 1108px;
	/* height: 976px;
	max-height: 976px; */
	height: 100%;
	background-image: url(../img/banner02-leftbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
}
.content .swiper-wrapper .news .news-left .news-left-links{
	position: absolute;
	top: 75%;
	left: 270px;
	display: flex;
	justify-content: space-between;
	width: 690px;
	z-index: 9;
}
.content .swiper-wrapper .news .news-left .news-left-links .breadcrumb{
	opacity: .9;
}
.content .swiper-wrapper .news .news-left .news-left-links a{
	color: #fff;
	font-size: 13px;
}
.content .swiper-wrapper .news .news-left .news-left-links .iconfont{
	color: #fff;
}
.content .swiper-wrapper .news .news-left .news-left-links .homeicon{
	margin-right: 10px;
}
.content .swiper-wrapper .news .news-left .news-left-links .more{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 19px;
	cursor: pointer;
	transition: all 1s;
}
.content .swiper-wrapper .news .news-left .news-left-links .more:hover{
	background-color: #fff;
}
.content .swiper-wrapper .news .news-left .news-left-links .more:hover a{
	color: #333;
}
@keyframes shareani {
	0% {
		left: -1109px;
	}

	100% {
		left: 0;
	}
}

@keyframes shareani2 {
	0% {
		right: -813px;
	}

	100% {
		right: 0;
	}
}

.content .groups {
	display: flex;
}

.content .groups .news-left {
	width: 1109px;
	background-image: url(../img/banner05-leftbg.png);
	background-size: 100% 100%;
}

.content .groups .news-left {}

.content .groups .news-left .block-lists {
	position: relative;
	top: 250px;
	display: flex;
	justify-content: flex-end;
	/* flex-direction: row-reverse; */
}

.content .groups .news-left .block-lists2 {
	margin-right: 250px;
}

.content .groups .news-left .iconfont.bigfont {
	font-size: 40px !important;
}

.content .groups .news-left .block-lists .block-list {
	width: 176px;
	height: 158px;
	background: rgba(202, 219, 237, .2);
	padding: 46px 34px 46px 40px;
	box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.5);
}

.content .groups .news-left .block-lists .block-list .iconfont {
	font-size: 30px;
	color: #FFFFFF;
}

.content .groups .news-left .block-lists .block-list .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .groups .news-left .block-lists .block-list .text p {
	padding-top: 75px;
	color: #FFFffF;
	font-size: 22px;
}

.content .groups .news-left .block-lists .block-list .en-text {
	padding-top: 13px;
	color: #CDCDCD;
	font-size: 12px;
}

.content .groups .news-right {
	width: 811px;
	background-image: url(../img/banner05-rightbg.png);
	background-size: 100% 100%;
}

.content .groups .news-left .img {
	width: 690px;
	height: 360px;
}

/* 人才引进 */
.bringin .title{
	font-size: 34px;
	text-align: center;
	color: #fff;
}
.bringin .tel{
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content:flex-end
}
.bringin .tel .iconfont{
	font-size: 25px;
	margin-right: 10px;
}
.bringin{
	background: url(../img/bringin-bg.png);
	background-size: 100% 100%;
}
.bringin .container{
	max-width: 1240px;
	margin: 0 auto;
}
.bringin .jobs-list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.bringin .jobs-list .job-block{
	padding: 28px;
	width: 40%;
	background-color: #fff;
	margin-top: 70px;
	position: relative;
	top: 0;
	left: 0;
	transition: all 1s;
	cursor: pointer;
	border-radius: 20px;
}
.bringin .jobs-list .job-block:hover{
	position: relative;
	top: -30px;
	left: -10px;
}
.bringin .jobs-list .job-block .job-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.bringin .jobs-list .job-block .job-info{
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	color: #666;
	font-weight: 400;
	margin: 20px 0;
}
.bringin .jobs-list .job-block .job-info span{
	color: #186CDE;
	font-weight: bold;
}
.bringin .jobs-list .job-block .job-detail{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.bringin .jobs-list .job-block .job-detail a{
	padding: 5px 11px;
	background-color: #999;
	color: #fff;
	font-size: 20px;
}
.bringin .jobs-list .job-block .job-detail a:hover{
	padding: 5px 11px;
	background-color: #fff;
	color: #999;
	font-size: 20px;
	cursor: pointer;
}
/* 大事记 */
.history {
	overflow: hidden;
}

.history .header {
	background-color: rgba(0, 20, 49, .4);
}

/* 项目介绍 */
.projects .container {
	width: 100%;
	height: 100%;
	padding: 0;
}

.projects .container .banner {
	height: 100%;
	width: 100%;
}

.projects .text {
	position: absolute;
	top: 20%;
	left: -50%;
	width: 33%;
	background-color: rgba(49, 49, 49, .3);
	padding: 20px;
	cursor: default;
	transition: all 1s;
}

.projects .text h1 {
	color: #FBFBFB;
	font-size: 58px;
	margin: 30px 0;
	font-weight: 300;
}

.projects .text h2 {
	color: #FBFBFB;
	font-size: 58px;
	font-weight: bold;
	margin: 70px 0;
}

.projects .text ul li {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
}

.projects .text ul li img {
	margin-right: 10px;
	width: 15px;
}

.projects .footer-left {
	width: 100%;
}

/* 新闻列表 */
.breadcrumb{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topactives {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 5% auto 0;
}
.topactives .breadcrumb{
	position: relative;
	font-size: 16px;
}
.topactives .totop{
	background-color: #EAEBF0;
	color: #212121;
	width: 160px;
	height: 48px;
	line-height: 48px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}
.topactives .breadcrumb .iconfont{
	font-size: 16px;
	margin: 0 12px;
}
.news .main-inside{
	padding-top: 0;
}
.main-inside{
	position: relative;
}
.main-inside .newslist-left{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.main-inside .newslist-right{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.news .news-list{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	margin-top: 4%;
}
.news .news-list .news-block{
	display: flex;
}
.news .news-list .news-block .news-block-img{
	width: 253px;
	height: 129px;
	padding-bottom: 32px;
		position: relative;
}
.news .news-list .news-block .news-block-img img{
	position: relative;
	opacity: 0;
	transition: all 1s;
	width: 100%;
	height: 100%;
}
.news .news-list .news-block:hover{
	cursor: pointer;
}
.news .news-list .news-block:hover .news-block-img img{
	position: relative;
	opacity: 1;
}
.news .news-list .news-block:hover .news-block-img .news-block-date{
	position: absolute;
	top:44px;
	left: 37%;
	color: #fff;
	width: 100%;
}
.news .news-list .news-block:hover .news-block-img .news-block-date .date{
	font-size: 30px;
	color: #fff;
}
.news .news-list .news-block:hover .news-block-img .news-block-date .year{
	margin-top: 12px;
	padding-left: 50px;
	font-size: 14px;
	color: #fff;
}
.news .news-list .news-block .news-block-img .news-block-date{
	position: absolute;
	top:44px;
	left: 37%;
	color: #fff;
	width: 100%;
	font-weight: bold;
	transition: all 1s;
}
.news .news-list .news-block .news-block-img .news-block-date .date{
	color: #000000;
	font-size: 15px;
	padding-left: 40px;
	transition: all 1s;
}
.news .news-list .news-block .news-block-img .news-block-date .year{
	color: #7F7F7F;
	font-size: 14px;
	padding-left: 40px;
	transition: all 1s;
}
.news .news-list .news-block .news-block-content{
	padding-top: 15px;
	padding-bottom: 32px;
	padding-left: 84px;
	border-left: 2px solid #555454;
	flex: 1;
}
.news .news-list .news-block .news-block-content-title{
	color: #202020;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.news .news-list .news-block .news-block-content-text{
	color: #888;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
}
.news .news-list .news-block .news-block-content-more a{
	color: #CD121B;
	cursor: pointer;
}
.news .news-list .news-block:nth-child(4n) .news-block-content,.news .news-list .news-block:nth-child(4n) .news-block-img{
	padding-bottom: 0;
}
/**/
.inside_page {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: auto;
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: center;
}

.inside_page .cur {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 34px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	background-color: #0040A9;
	color: #FFF;
}

.inside_page .nodot {
	border: none !important;
}

.inside_page a {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 34px;
	height: 34px;
	margin: 0 6px;
	line-height: 34px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #222;
	background-color: #FFF;

	color: #333;
}

.inside_page a:hover {
	display: inline-block;
	overflow: hidden;
	width: 34px;
	height: 34px;
	margin: 0 6px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #E50012;
	background-color: #E50012;
	color: #FFF;
}

.inside_page span {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 34px;
	height: 34px;
	margin: 0 6px;
	line-height: 34px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #222;
	background-color: #FFF;
	text-align: center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.inside-page-rignt {
	float: left;
	border: 1px solid #222;
	border-radius: 6px;
	margin-left: 20px;
}

.inside_page dd.topage {
	display: inline-block;
	line-height: 34px;
	border: none;
	font-size: 14px;
	width: auto;
	color: #333;
	background: none !important;
	vertical-align: top
}

.inside_page dd.topage input {
	width: 51px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: top;
	outline: none;
}


.confirmpage {
	display: inline-block;
	width: 70px !important;
	text-align: center;
	color: #333;
	border-left: 1px solid #333;
}

.confirmpage button {
	display: inline-block;
	width: 70px;
	background: none;
	height: 34px;
	font-weight: bold;
	color: #333;
	border: none;
	outline: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.header {
		height: 10%;
	}
	
	footer {
		height: 14%;
	}

	footer .footer-left {
		width: 57%;
		height: 100%;
		padding: 0;
		justify-content: space-around;
	}
	footer .footer-left .add-info{
		font-size: 12px;
	}
	footer .footer-left img {
		height: 70%;
		display: block;
		position: relative;
		top: 15%;
	}
	footer .footer-left .code img{
		top: auto
	}
	footer .footer-right {
		width: 43%;
	}

	footer .footer-right .index-swiper-count {
		width: 55%;
	}

	footer .footer-right .index-swiper-next {
		width: 45%;
	}

	.content .swiper-pagination.banner {
		left: 10%;
		bottom: 12%;
	}

	.content .swiper-wrapper .news .news-left {
		width: 57%;
	}

	.content .swiper-wrapper .news .news-right {
		width: calc(43% - 60px);
		height: 100%;
		max-height: unset;
		padding: 0;
		/* padding-top: 15%; */
		padding-left: 30px;
		padding-right: 30px;
	}

	.content .swiper-wrapper .news .news-right .newstab {
		position: relative;
		top: 15%;
	}

	.content .swiper-wrapper .news .news-right .news-content {
		position: relative;
		top: 12%;
	}

	.content .swiper-wrapper .news .news-right .news-content .news-list-date::after {
		right: -20px;
	}

	.content .swiper-wrapper .news .news-left .swiper-slide {
		position: relative;
		left: 0%;
		margin-top: 0;
	}

	.content .swiper-wrapper .news .news-left .img {
		width: 62%;
		height: 250px;
		margin-left: 20%;
	}

	.content .swiper-wrapper .news .news-left .swiper-slide .news-title {
		font-size: 24px;
		width: 62%;
		margin-left: 20%;
	}

	.content .swiper-wrapper .news .news-left .swiper-slide .news-actives {
		width: 62%;
		margin-left: 20%;
		padding-bottom: 10px;
	}
	.content .swiper-wrapper .news .news-left .news-left-links{
		left: 20%;
		width: 62%;
	}
	.content .swiper-wrapper .industrial .title{
		left: 3%;
	}
	.content .swiper-wrapper .industrial .title .zh-title{
		font-size: 26px;
		line-height: 41px;
	}
	.content .swiper-wrapper .industrial .block-list {
		left: 21%;
		top: 27%;
	}

	.content .swiper-wrapper .industrial .block-list .block {
		/* width: 24%; */
	}

	/* .content .swiper-wrapper .industrial .block-list .block-top {
		height: auto;
	} */

	/* 人才引进 */
	.bringin .content .bottom-blocklist .bottom-block {
		width: 27%;
		min-width: 380px;
		height: 300px;
		padding-left: 30px;
		padding-top: 30px;
		position: relative;
	}

	.bringin .content .left-content {
		padding-top: 7%;
		margin-top: 0
	}

	.bringin .content .right-contactus {
		top: 20%;
	}

	.bringin .content .bottom-blocklist .bottom-block .block-count {
		margin-top: 0%
	}

	.bringin .content .bottom-blocklist .bottom-block .block-zhtitle {
		margin-top: 15%;
	}

	.history .top-content {
		width: 50%;
		margin: 7% auto 0;
	}

	.top-content h3 {
		padding-bottom: 3%;
	}

	.history .container {
		width: 90%;
	}
	.content .swiper-wrapper .news .news-left .news-left-links{
		top: 81%;
	}
	.content .swiper-wrapper .news .news-left .news-left-links .more{
		padding: 3px 10px;
	}
	.industrial .imgitem img{
		height: auto;
	}
	.topactives{
		margin: 7% auto 0;
	}
	.bringin .tel{
		padding-right: 30px;
	}
	.inc-rbottom{
		padding-top: 20px;
	}
}
