@charset "utf-8";

/*Css Document*/

/*通用样式
共用标题
*/

.same-title h2 {
	line-height: 1.275;
	text-align: center;
	font-size: 0.208rem;
	color: #1D4F91;
}


/* banner显示高度 */

.homeBannerHeight {
	height: 3.7395rem;
}


/* banner部分 */

.banner {
	width: 100%;
	position: relative;
}

.bannerSwiper {
	width: 100%;
	height: 100%;
}

.bannerSwiper .swiper-slide {
	overflow: hidden;
}

.homebannerPic {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	background-size: cover !important;
}

.swiper-slide-active .homebannerPic {
	animation: bannerscale 12s linear infinite forwards;
}

@keyframes bannerscale {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale(1.15);
	}
}

.banner .swiper-wrapper .swiper-slide:nth-child(2) .bc_text {
	display: none;
}



.bc_text {
	position: absolute;
	left: 5%;
	top: 55%;
	transform: translate(0, -50%);
	height: auto;
}

.bc_text h2 {
	line-height: 1.275;
	margin-bottom: 0.125rem;
}

.bc_text h2 a {
	font-size: 0.208rem;
	font-weight: bold;
	color: #fff;
}

.bc_text p {
	margin-bottom: 0.13rem;
	width: 2rem;
	height: auto;
	line-height: 1.5;
	font-size: 0.104rem;
	color: #fff;
}

.bc_text .button {
	padding: 0.042rem 0 0.036rem;
	width: 0.823rem;
	line-height: 1.27;
}

.bc_text .button a {
	font-size: 0.094rem;
}

.bannerSwiper .swiper-button-prev.swiper-button-disabled,
.bannerSwiper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.bc_next,
.bc_prev {
	width: 0.13rem;
	height: 0.26rem;
}

.bc_next {
	background: url(../images/whitebigr_btn.png) no-repeat center center / cover;
	right: 6.6%;
}

.bc_prev {
	background: url(../images/whitebigl_btn.png) no-repeat center center / cover;
	left: 6.6%;
}

.bc_pagination {
	bottom: 0.349rem !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	position: relative;
}

.bc_pagination .swiper-pagination-bullet {
	width: 0.349rem;
	height: 2px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
	position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet:after {
	display: block;
	content: "";
	width: 100%;
	height: 0.8rem;
	position: absolute;
	top: -0.4rem;
	left: 0;
}

.bc_pagination .swiper-pagination-bullet:after {
	display: block;
	content: "";
	width: 100%;
	height: 4rem;
	position: absolute;
	top: -2rem;
	left: 0;
}

.bc_pagination .swiper-pagination-bullet-active {
	height: 4px;
}

.dark_banner .bc_text h2 a,
.dark_banner .bc_text p {
	color: #1D4F91;
}

.dark_banner .bc_next {
	background: url(../images/darkbigr_btn.png) no-repeat center center / cover;
}

.dark_banner .bc_prev {
	background: url(../images/darkbigl_btn.png) no-repeat center center / cover;
}


/* 关于中化 集团简介 */

.home-about {
	width: 100%;
	height: 2.974rem;
	position: relative;
}

.home-about .w1600 {
	height: 100%;
	position: relative;
}

.about-left {
	width: 3.328rem;
	height: 100%;
	padding: 0 0 0 4%;
	display: flex;
	align-items: center;
	position: absolute;
	left: 1em;
}

.about-title span {
	display: block;
	line-height: 1.26;
	font-size: 0.156rem;
	color: #1D4F91;
	margin-bottom: 0.057rem;
}

.mob-aboutimg {
	display: none;
}

.about-title h2 {
	line-height: 1.275px;
	font-size: 0.208rem;
	color: #1D4F91;
	margin-bottom: 0.234rem;
}

.about-content {
	line-height: 1.635;
	font-size: 0.125rem;
	color: #000;
	margin-bottom: 0.3rem;
}

.about-left-box .button {
	width: 0.823rem;
	padding: 0.042rem 0;
}

.about-left-box .button a {
	font-size: 0.094rem;
	line-height: 1em;
}

.about-right {
	width: 50%;
	height: 100%;
	background: url(../images/home-about.gif) no-repeat center center / cover;
	position: absolute;
	top: 0;
	right: 0;
}


/* 业务与产品 */

.home-pb {
	padding: 0.281rem 0 0.609rem;
	width: 100%;
	background: #f5f5f5;
}

.pb-content {
	padding-top: 0.344rem;
}

.pb-list {
	width: 2.042rem;
	height: 1.344rem;
	overflow: hidden;
	margin: 0 0.053rem 0.053rem 0;
	position: relative;
}

.pb-list:nth-child(4n) {
	margin-right: 0;
}

.pb-image {
	width: 100%;
	height: 100%
}

.pb-image img {
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: .8s;
}

.mediaMask {
	width: 100%;
	height: 0.526rem;
	line-height: 0.526rem;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.pb-hov-bg {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: .8s;
	position: absolute;
	top: 0;
	left: 0;
}

.pb-list1 .pb-hov-bg {
	background: rgba(0, 163, 107, .8);
}

.pb-list2 .pb-hov-bg {
	background: rgba(172, 172, 172, .8);
}

.pb-list3 .pb-hov-bg {
	background: rgba(34, 127, 221, .8);
}

.pb-list4 .pb-hov-bg {
	background: rgba(22, 183, 158, .8);
}

.pb-list7 .pb-hov-bg {
	background: rgba(173, 127, 89, .8);
}

.pb-list8 .pb-hov-bg {
	background: rgba(255, 181, 87, .8);
}

.pb-list5 .pb-hov-bg {
	background: rgba(222, 33, 27, .8);
}

.pb-list6 .pb-hov-bg {
	background: rgba(106, 106, 106, .8);
}

.pb-fixed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 65%;
	z-index: 2;
	transition: all .5s ease-out;
}

.pb-fixed-box {
	margin: 0 auto;
	width: 1.651rem;
}

.pb-fixed-box h3 {
	line-height: 1.26;
	padding-top: 0.167rem;
	margin-bottom: 0.12rem;
	transition-duration: .5s;
}

.pb-fixed-box h3 a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 0.135rem;
	color: #fff;
}

.pb-fixed-box p {
	width: 100%;
	height: 0.427rem;
	line-height: 1.5;
	font-size: 0.094rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 0.146rem;
	margin-top: 0.521rem;
	transition: all .3s .2s ease-out;
}

.pb-fixed-box span {
	display: block;
	padding: 0.03rem 0;
	width: 0.587rem;
	line-height: 1.25;
	box-sizing: border-box;
	border-radius: 16% 16% 16% 16% / 50% 50% 50% 50%;
}

.pb-fixed-box span a {
	line-height: 1em;
	font-size: 0.083333rem;
	/* font-size: 0.063rem;
	transform: scale(0.3); */
}

.pb-list:hover .pb-hov-bg {
	opacity: 1;
}

.pb-list:hover .pb-fixed {
	top: 0;
}

.pb-list:hover .pb-image img {
	transform: scale(1.1);
}

.pb-list:hover .pb-fixed p {
	margin-top: 0;
	transition: all .3s .2s ease-out;
}

.mob-pb-box {
	display: none;
}


/* 科学至上 */

.home-kxzs {
	width: 100%;
	background: url(../images/kxzs.png) no-repeat center center / cover;
	padding: 0.333rem 0 0.409rem;
}

.kxzs-title h2 {
	color: #fff;
}

.kxzs-box {
	height: 740px;
	padding-top: 0.333rem;
	position: relative;
}

#scienceSwiper0 {
	width: 100%;
	height: 100%;
}

#scienceSwiper0 .container {
	height: 100%;
}

.scienceSwiper {
	position: relative;
	width: 86%;
	margin: 0 auto;
}

.scienceSwiper .swiper-container {
	padding-bottom: 0.521rem;
}

.scienceSwiper .swiper-slide {
	width: 946px;
	height: 640px;
	background: #fff;
	box-shadow: 0 8px 30px #000;
}

.scienceSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.scienceSwiper .swiper-slide p {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	text-align: center;
	margin: 0.194rem 0.194rem;
}

.scienceSwiper .swiper-slide p a {
	color: #fff;
	font-size: 0.208rem;
}

.scienceSwiper .swiper-pagination {
	width: 100%;
	bottom: 1px;
}

.scienceSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.333rem;
	margin: 1px 0.047rem;
	border-radius: 0;
	height: 3px;
	background-color: #fff;
	/* opacity: 1; */
}

.scienceSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 5px;
	margin: 0 9px;
}

.scienceSwiper .swiper-slide.swiper-slide-active p {
	display: block;
}

#scienceSwiper0 {
	width: 100%;
}

#scienceSwiper0 .swiper-button-prev0,
#scienceSwiper0 .swiper-button-next0 {
	width: 0.13rem;
	height: 0.26rem;
	top: 42%;
}

#scienceSwiper0 .swiper-button-prev0 {
	left: 100px;
	background: url(../images/whitebigl_btn.png) no-repeat center center / cover;
}

#scienceSwiper0 .swiper-button-prev0:hover {
	opacity: .9;
}

#scienceSwiper0 .swiper-button-next0 {
	right: 100px;
	background: url(../images/whitebigr_btn.png) no-repeat center center / cover;
}

#scienceSwiper0 .swiper-button-next0:hover {
	opacity: .9;
}

.scienceSwiper .swiper-button-prev {
	left: 40px;
	top: 0;
	width: 100px;
	height: 100%;
	color: #fff;
	border: none;
}

.scienceSwiper .swiper-button-prev:hover {
	opacity: .9;
}

.scienceSwiper .swiper-button-next {
	right: 40px;
	top: 0;
	width: 100px;
	height: 100%;
	border: none;
}

.scienceSwiper .swiper-button-next:hover {
	opacity: .9;
}

.scienceSwiper .swiper-button-next,
.scienceSwiper .swiper-button-prev {
	background: none;
}

.scienceSwiper .swiper-slide {
	width: 590px;
	height: 398px;
}

.mob-kxzs-wrap {
	display: none;
}

.swiper-button-prev11 {
	left: -85px !important;
	background: url(../images/whitebigl_btn.png) no-repeat center center !important;
}

.swiper-button-next11 {
	right: -85px !important;
	background: url(../images/whitebigr_btn.png) no-repeat center center !important;
}


/* 新闻中心 */

.home-news {
	width: 100%;
	background: #f5f5f5;
	padding: 0.375rem 0 0.307rem;
	position: relative;
}

.news-tabs-title {
	padding-top: 0.339rem;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #939393;
}

.news-tabs-title h3 {
	width: 10%;
	display: inline-block;
	margin: 0 0.281rem;
	padding-bottom: 0.135rem;
	line-height: 1.25;
	font-size: 0.104rem;
	color: #000;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.news-tabs-title h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #1D4F91;
	position: absolute;
	bottom: -1px;
	opacity: 0
}

.news-tabs-title .active {
	color: #1D4F91;
	font-weight: bold;
}

.news-tabs-title .active:after {
	opacity: 1;
}

.news-tabs-title h3:hover {
	color: #1D4F91;
	font-weight: bold;
}

.news-tabs-title h3:hover:after {
	opacity: 1;
}

.news-box {
	padding-top: 0.328rem;
	position: relative;
}

.news-box .swiper-slide .DnnModule-GTModulesCMS {
	clear: none;
	float: left;
	width: 49%;
}

.news-box .swiper-slide .DnnModule-46252 {
	width: 100%;
}

.news-box .swiper-slide .DnnModule-49391,
.news-box .swiper-slide .DnnModule-49393,
.news-box .swiper-slide .DnnModule-49395 {
	float: right;
}

.news-box .swiper-slide .DnnModule-46252 {
	float: none;
	clear: both;
}

.news-box .swiper-slide .DnnModule-DNN_HTML {
	padding: 0.307rem 0 0;
}

.news-box .swiper-slide .DnnModule-DNN_HTML .button {
	width: 1.24rem;
	line-height: 1.27;
	padding: 0.054rem 0 0.058rem;
	margin: 0 auto;
}

.news-box .swiper-slide .DnnModule-DNN_HTML .button a {
	font-size: 0.135rem;
	line-height: 1em;
}

.news-images-tabs-box,
.news-list-box {
	background: #fff;
	box-sizing: border-box;
}

.news-images-tabs-box,
.news-list-box {
	width: 100%;
	height: 3.5rem;
	padding: 0 0.172rem;
}


/* 重点新闻图片切换 */

.news-biaoji {
	display: block;
	padding: 0.13rem 0 0.12rem;
	line-height: 0.1rem;
	font-size: 0.104rem;
	color: #000;
	font-weight: 600;
}

.news-images-tabs-content,
.news-images-tabs-list-box {
	width: 100%;
}

.news-images-tabs-content {
	margin-bottom: 0.083rem;
}

.news-images-tabs-image {
	width: 100%;
	height: 2.2178rem;
	display: none;
	position: relative;
	margin: 0 auto;
}

.news-images-tabs-image:first-child {
	display: block;
}

.news-images-tabs-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-images-tabs-image-title {
	line-height: 2;
	position: relative;
	top: -0.31rem;
	background: rgba(29, 79, 145, 0.9);
	color: transparent;
	padding-left: 13px;
}

.news-images-tabs-image-title a {
	font-size: 0.156rem;
	color: #fff;
}

.news-images-tabs-list {
	float: left;
	width: 1.052rem;
	height: 0.703rem;
	margin-right: 0.083rem;
}

.news-images-tabs-list:last-child {
	margin-right: 0
}

.news-images-tabs-list img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-images-tabs-list .news-title {
	display: none;
}


/* 新闻列表 */

.news-ul {
	width: 100%;
}

.news-zdxw-list {
	border-bottom: 1px #939393 solid;
	padding-bottom: 0.135rem;
}

.news-zdxw-list h3 {
	height: 0.203rem;
	margin-bottom: 0.078rem;
	line-height: 1.5; 
}

.news-zdxw-list h3 a.news-title {
	font-size: 0.135rem;
	color: #1D4F91;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 2.7rem;
}

.news-zdxw-list p {
	width: 100%;
	height: 0.599rem;
	line-height: 1.9;
	font-size: 0.104rem;
	color: #6A6A6A;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-ssdt-list .news-biaoji {
	display: none;
}

.news-ssdt-list:nth-child(2) .news-biaoji {
	display: block;
	margin-bottom: 0.026rem;
}

.news-ssdt-list-box {
	margin-bottom: 0.171rem;
}

.news-ssdt-list-title {
	width: 2.778rem;
}

.news-ssdt-list-title h3 {
	line-height: 0.11rem;
}

.news-ssdt-list-title h3 a {
	font-size: 0.104rem;
	color: #6A6A6A;
}

.news-ssdt-list-date {
	width: 0.521rem;
	text-align: right;
	font-size: 0.104rem;
	color: #6a6a6a;
}

.news-ssdt-list-box:hover .news-ssdt-list-title h3 a,
.news-ssdt-list-box:hover .news-ssdt-list-date {
	color: #1D4F91;
}


/* 国资热点 */

.news-gzrd-box {
	width: 100%;
	height: 3.5rem;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0.167rem;
}

.news-gzrd-ul {
	width: 100%;
	padding-top: 0.047rem;
	padding-bottom: 0.182rem;
}

.news-gzrd-li {
	width: 100%;
	margin-bottom: 0.156rem;
}

.news-gzrd-li:last-child {
	margin-bottom: 0;
}

.news-gzrd-title {
	width: 80%;
}

.news-gzrd-title h3 {
	line-height: 1.1;
}

.news-gzrd-title h3 a {
	font-size: 0.104rem;
	color: #6a6a6a;
}

.news-gzrd-right span {
	display: inline-block;
	padding: 0 5px;
	line-height: 1.1;
	font-size: 0.104rem;
	color: #6a6a6a;
}

.news-gzrd-right-ly {
	position: relative;
}

.news-gzrd-right-ly:after {
	content: "";
	display: block;
	width: 1px;
	height: 0.104rem;
	background: #6a6a6a;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: -3px;
	bottom: 0;
}

.news-gzrd-li:hover .news-gzrd-title h3 a,
.news-gzrd-li:hover .news-gzrd-right span {
	color: #1D4F91;
}

.news-tabs-prev,
.news-tabs-next {
	width: 0.13rem;
	height: 0.26rem;
}

.news-tabs-next {
	right: 0;
	background: url(../images/darkbigr_btn.png) no-repeat center center / cover;
}

.news-tabs-prev {
	left: 0;
	background: url(../images/darkbigl_btn.png) no-repeat center center / cover;
}


/* 隐藏移动端 */

.DnnModule-49399 .same-title,
.DnnModule-49399 .mob-news-title,
.mob-news-lb,
.mob-news-listbox,
.mobile-news-gzrd {
	display: none;
}

.mob-news {
	display: none
}


/* 全球中化 */

.home-qqzh {
	padding: 0.531rem 0 0.804rem;
	width: 100%;
	background: url(../images/qqzh.png) no-repeat center -0.26rem / cover;
}

.qqzh-content {
	padding-top: 0.653rem;
}

.qqzh-content-top {
	width: 100%;
	margin-bottom: 0.589rem;
}

.qqzh-text {
	width: 4.707rem;
	margin: 0 auto;
	line-height: 1.35;
	text-align: center;
	font-size: 0.104rem;
	color: #1D4F91;
	margin-bottom: 0.409rem;
}

.qqzh-content .button {
	width: 0.823rem;
	line-height: 1.27;
	padding: 0.042rem 0 0.036rem;
	margin: 0 auto;
}

.qqzh-content .button a {
	font-size: 0.094rem;
}

.qqzh-select {
	float: left;
	width: 3.629rem;
	line-height: 1.25;
	padding-bottom: 0.095rem;
	font-size: 0.104rem;
	color: #1D4F91;
	border-bottom: 1px solid #1D4F91;
	position: relative;
}

.qqzh-select01 {
	margin-right: 0.24rem;
}

.qqzh-select-jt {
	width: 0.167rem;
	height: 0.13rem;
	background: url(../images/jt-bot.png) no-repeat left center / 0.111rem 0.054rem;
	float: right;
}

.qqzh-select-jt-hover {
	background: url(../images/jt-top.png) no-repeat left center / 0.111rem 0.054rem;
}

.qqzh-select-content {
	width: 100%;
	height: 1.078rem;
	padding: 0.042rem 0;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	position: absolute;
	top: 0.228rem;
	z-index: 2;
	display: none;
}

.qqzh-select-content p {
	padding: 0.073rem 0 0.063rem;
	line-height: 1.25;
	padding-left: 0.219rem;
}

.qqzh-select-content p a {
	font-size: 0.104rem;
	color: #1D4F91;
}

.qqzh-select-content p:hover {
	background: #f5f5f5;
}

.mob-qqzh-btn {
	display: none;
}


/*pc各版与小屏*/

@media only screen and (min-width: 1680px) and (max-width: 1920px) {

	/* 科学至上 */
	.scienceSwiper .swiper-slide {
		width: 946px;
		height: 640px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1680px) {

	/* 科学至上 */
	.kxzs-box {
		height: 550px;
	}

	.scienceSwiper .swiper-slide {
		width: 710px;
		height: 480px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {

	/* 科学至上 */
	.kxzs-box {
		height: 468px;
	}

	.scienceSwiper .swiper-slide {
		width: 590px;
		height: 398px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {

	/* 科学至上 */
	.kxzs-box {
		height: 468px;
	}

	.scienceSwiper .swiper-slide {
		width: 590px;
		height: 398px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {

	/* 科学至上 */
	.kxzs-box {
		height: 468px;
	}

	.scienceSwiper .swiper-slide {
		width: 590px;
		height: 398px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	/* 科学至上 */
	.kxzs-box {
		height: 468px;
	}

	.scienceSwiper .swiper-slide {
		width: 590px;
		height: 398px;
	}
}

/* 2021/7/23 兼容 Safari 浏览器 */
.scienceSwiper .swiper-pagination .swiper-pagination-bullet {
	/* height: 2px; */
}

/* NewBanner */
@keyframes NewBannerAni {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.NewBanner .item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 37%;
	background: #eee;
}

.NewBanner .bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center / cover;
	animation: NewBannerAni 6s linear infinite;
}

.NewBanner .wp {
	width: 100%;
	margin: 0 auto;
	padding: 0 12.5%;
	position: relative;
	z-index: 1;
	margin-top: 15%;
}

.NewBanner .content h1 {
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .5vw;
}

.NewBanner .content p {
	color: #fff;
	font-size: 1vw;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.NewBanner .content button {
	color: #fff;
	font-size: .9vw;
	line-height: 2vw;
	display: inline-block;
	height: 2.1vw;
	border: 1px solid #fff;
	border-radius: 1.05vw;
	width: 8vw;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.NewBanner .content button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #6C8CC3;
	transition: top .3s;
	z-index: 0;
}

.NewBanner .content button::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #fff;
	transition: top .3s;
	z-index: 0;
}

.NewBanner .content button span {
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	line-height: 1.9vw;
	transition: color .3s;
}

.NewBanner .content button:hover::before {
	top: 0;
}

.NewBanner .content button:hover::after {
	top: 0;
	transition-delay: 0.175s;
}

.NewBanner .content button:hover span {
	color: #1D4F91;
}

.NewBanner .content .button {
	color: #fff;
	font-size: .9vw;
	line-height: 2vw;
	display: inline-block;
	height: 2.1vw;
	border: 1px solid #fff;
	border-radius: 1.05vw;
	width: 8vw;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: normal;
}

.NewBanner .content .button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #6C8CC3;
	transition: top .3s;
	z-index: 0;
}

.NewBanner .content .button::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: #fff;
	transition: top .3s;
	z-index: 0;
}

.NewBanner .content .button span {
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	line-height: 1.9vw;
	transition: color .3s;
}

.NewBanner .content .button:hover::before {
	top: 0;
}

.NewBanner .content .button:hover::after {
	top: 0;
	transition-delay: 0.175s;
}

.NewBanner .content .button:hover span {
	color: #1D4F91;
}

.NewBanner .content .blue h1 {
	color: #1D4F91;
}

.NewBanner .content .blue p {
	color: #1D4F91;
}

.NewBanner .content .blue button {
	border-color: #1D4F91;
}

.NewBanner .content .blue button::after {
	background: #1D4F91;
}

.NewBanner .content .blue button span {
	color: #1D4F91;
}

.NewBanner .content .blue button:hover span {
	color: #fff;
}

.NewBanner .content .blue .button {
	border-color: #1D4F91;
}

.NewBanner .content .blue .button::after {
	background: #1D4F91;
}

.NewBanner .content .blue .button span {
	color: #1D4F91;
}

.NewBanner .content .blue .button:hover span {
	color: #fff;
}

.NewBanner .swiper-pagination {
	margin-bottom: 3vw;
}

.NewBanner .swiper-pagination-bullet {
	width: 3.5vw !important;
	height: 2px !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	opacity: 1 !important;
	transition: height .1s ease-in-out;
}

.NewBanner .swiper-pagination-bullet-active {
	height: 4px !important;
}

.NewBanner .swiper-button-prev,
.NewBanner .swiper-button-next {
	top: 50%;
	margin-top: -1.325vw;
	left: 6.6%;
	background: url(../images/whitebigl_btn.png) no-repeat center / cover;
	width: 1.4vw;
	height: 2.65vw;
	transition: background-image .3s;
}

.NewBanner .swiper-button-next {
	right: 6.6%;
	left: auto;
	background-image: url(../images/whitebigr_btn.png);
}

.NewBanner .swiper-button-prev.blue {
	background-image: url(../images/darkbigl_btn.png);
}

.NewBanner .swiper-button-next.blue {
	background-image: url(../images/darkbigr_btn.png);
}

@media (max-width: 1024px) {

	.NewBanner .item {
		padding-bottom: 59%;
	}

	/*.NewBanner .swiper-slide:nth-of-type(2) .bg {
		background-image: url(../images/638488746124251363.png) !important;
	}

	.NewBanner .swiper-slide:nth-of-type(3) .bg {
		background-image: url(../images/638207345033532172.png) !important;
		;
	}*/

	.NewBanner .wp {
		display: none;
	}

	.NewBanner .swiper-pagination-bullet {
		width: 6vw !important;
		height: 1px !important;
	}

	.NewBanner .swiper-pagination-bullet-active {
		height: 2px !important;
	}

	.NewBanner .swiper-button-prev,
	.NewBanner .swiper-button-next {
		margin-top: -2.65vw;
		width: 2.8vw;
		height: 5.3vw;
	}
}
@media screen and (min-width: 1021px) and (max-width: 3000px){
/*body {
   background: url(../images/638022944565717505.png) no-repeat top center !important;
      
    background-size: 100% auto !important;}

body div.sinochem_body {position: relative; width:90%; margin:0 auto; margin-top: 1.8rem;}*/
body .sinochem-header {position: relative !important; left: 0 !important; top: 0 !important; padding-top:.1rem;}
body .header-nav {display: block !important;}

body .sec_box .sec_cont {margin-left: 1rem;}
body .sinochem-height {height:auto !important;}

body .w1600 {position: static;}
body .sec_box {position: absolute;}

body .bc_prev {left: 1.6%;}
body .bc_next {right: 1.6%;}

.sinochem-footer {width: 100%;}
}
