@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
	word-wrap: break-word;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important;
	color: #222;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

li {
	list-style-type: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

input {
	outline: 0;
}

.bigzm {
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #999999;
	caret-color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.w {
	width: 1200px;
	margin: 0 auto;
}


/* PAGE-MENU */
.fullnavr {
	width: 45px;
	display: block;
	position: fixed;
	top: 50%;
	left: 40px;
	z-index: 1;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	/* background: url(../images/s_tb12.png) left center repeat-y; */
	/* background-size: 2px 5px ; */
}

#pagemenu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1005;
}

#pagemenu li {
	position: relative;
	width: 100%;
	float: left;
}

#pagemenu li::after {
	content: "";
	position: absolute;
	left: 17%;
	bottom: -19%;
	width: 2px;
	height: 22px;
	background-color: #cecfd1;
}

#pagemenu li:first-child::after {
	background-color: unset;
}

#pagemenu li:nth-child(6)::after {
	background-color: unset;
}

#pagemenu li:last-child::after {
	background-color: unset;
}

#pagemenu li a {
	width: 100%;
	background: url(../images/dian.png) 5.2px center no-repeat;
	padding: 20px 0px 20px 0px;
	display: inline-block;

	/* float: left; */
	font-size: 15px;
}

#pagemenu li a .s1 {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

#pagemenu li.active a {
	background: url(../images/gy_bz.png) left center no-repeat;
}

#pagemenu li.active a .s1 {
	background-color: #28d223;
	-moz-border-radius: 12px;
	/* Gecko browsers */
	-webkit-border-radius: 12px;
	/* Webkit browsers */
	border-radius: 12px;
	/* W3C syntax */
}

#pagemenu li a.disnone {
	display: none;
}

/* .header_div {
    width: 1200px !important;
    margin: 0 auto !important;
} */

/* ---------------------------------------- */


/* ---------------------------------------- */

section .y6 {
	height: auto !important;
}



/*shade*/
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

/* 首页 banner  start*/

.section .sec-scale {
	width: 100%;
	height: 100%;
}

.i_picchange {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}



.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	position: relative;
}

/*.home-swiper .swiper-slide .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
.home-swiper .swiper-slide img{ display:none;}*/
.home-swiper .swiper-slide .text_c {
	width: 80%;
	color: #fff;
	line-height: 1.8;
	/* text-align: center; */
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translate(0%, -40%);
	-moz-transform: translate(0%, -40%);
	transform: translate(0%, -40%);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.home-swiper .swiper-slide .text_c img {
	/* font-size: 60px; */
	margin-bottom: 10px;
	display: block;
	width: 6%;
}

.home-swiper .swiper-slide .text_c img:first-child {
	width: 450px;
}

.home-swiper .swiper-slide .text_c img:nth-child(2) {
	width: 30%;
}

.home-swiper .swiper-slide .text_c span {
	display: block;
	text-align: initial;
	font-size: 15px;
	line-height: 10px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 20px 0;
}

.home-swiper .swiper-slide .text_c img:last-child {
	width: 7%;
}

.home-swiper .swiper-slide.swiper-slide-active .text_c {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}


.home-swiper .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: none;
}

.home-swiper .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: none;
}

.home-swiper .home_next {
	width: 46px;
	height: 42px;
	background: url(../images/jiantou4.png) no-repeat center;
	background-size: 46px;
	right: 11%;
	-webkit-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	margin-top: 0;
	top: inherit;
	bottom: 105px;
}

.home-swiper .home-pagination .swiper-pagination-bullet {
	width: 14% !important;
	border: 2px solid #ffffff;
	/* background-color: transparent; */
	background-color: #ffffff;
	-moz-border-radius: 0px;
	/* Gecko browsers */
	-webkit-border-radius: 0px;
	/* Webkit browsers */
	border-radius: 0px;
	margin: 0 0 !important;
	/* W3C syntax */
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	/* margin: 0px 8px !important; */
	opacity: .7 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0;
}

.home-swiper .home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 14% !important;
	background-color: #1b5ba9;
	border: 2px solid #1b5ba9;
}

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

/* ------------------ */

/* 内容 stars */

section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

section .sec-scale {
	width: 100%;
	height: 100%;
	/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

/* ------------------------- */

/*Index*/
.section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.slide {
	background-size: cover;
	position: relative;
}

.section .sec-scale {
	width: 100%;
	height: 100%;
	/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

/*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-size: 100% 100%;
}
.y6 .bg {
	background-size: 100% !important;
}
.bgs {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: none;
}

/* ------------------------- */


body[aos-delay='5000'] [aos],
[aos][aos][aos-delay='5000'] {
	transition-delay: 5000ms;
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
	display: block;
	margin: 0;
	padding: 0
}

time {
	display: inline
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 15px;
	color: #999
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border-width: 0;
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.i_con {
	width: 80%;
	margin: 0px auto !important;
}

.i_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_content_c {
	width: 100%;
	height: 100%;
	padding-left: 10%;
}

.i_conLeft {
	width: 35%;
	float: left;
}
.i_conRigt{
	width: 65%;
	float: right;
	height: 100%;
	position: relative;
}
.i_conLeft h2{
	font-size: 42px;
	line-height: 80px;
	margin: 150px 0 0 0;
}
.i_conLeft p{
	width: 20px;
	height: 3px;
	background-color: #5bb647;
	margin: 50px 0;
}
.i_conLeft h3{font-size: 28px;color: #333333;margin: 0;}
.i_conLeft  div{
	font-size: 17px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 0px;
	margin: 30px 0;
}
.iconh4{
	width: 200px;
	height: 52px;
	background-color: #5bb647;
	border-radius: 2px;
	margin-top: 100px;
}
.iconh4 a{
	color: white;
	font-size: 16px;
	line-height: 52px;
	display: block;
	box-sizing: border-box;
	padding-left: 26px;
	position: relative;
}
.iconh4 a img{
	margin-left: 45px;
	margin-top: -1px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.iconh4 a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.3);
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	width: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.iconh4 a:hover:after{
	width:110%;
}
.i_conRigt img{
	width: 100%;
	height: 100%;
}
.iconh4 a:hover img{
	margin-left: 50px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.iconters{
	position: absolute;
	left: 20%;
	bottom: 5%;
	overflow: hidden;
}
.iconters div{
	float: right;
	margin-right: 100px;
	color: #ffffff;
}
.iconters div p{
	font-size: 50px;
	font-weight: bold;
}
.iconters div p span{
	font-size: 22px;
	margin-left: 10px;
}
.iconters div h4{
	font-size: 18px;
	margin-top: 15px;
}

/* 产品中心 stars */
.i_condth{
	width: 80%;
	margin: 0 10%;
}
.chan_ping {
	width: 100%;
	margin-right: 10%;
	margin-top: 130px;
	overflow: hidden;
	margin-bottom: 40px;
}

.chan_ping .chan_h4 {
	float: left;
	margin-top: 0;
}
.chan_ping .chan_h4 p:nth-child(1){
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: bold;
}

.chan_ping .gongying {
	float: right;
	align-items: start;
}

.chan_ping .gongying a{
	font-size: 16px;
	letter-spacing: 0px;
	color: #999999;
	display: block;
	margin-top: 45px;
}
.chanxian{
	height: 1px;
	background-color: #e6e6e6;
	margin: 50px 0;
}
.xwzxper .swiper-slide{
	overflow: hidden;
	opacity: 0 !important;
}
.xwzxper .swiper-slide-active{
	opacity: 1 !important;
}
.xwLeft{
	float: left;
	width: calc(100% - 410px);
}
.xwRight{
	float: right;
	width: 380px;
}
.xwRight img{
	width:100%;
	height:auto;
}
.xwzxper .xwations{
	right: 410px;
	top: 175px;
	height: 22px;
	line-height: 22px;
}
.xwzxper .xwations .swiper-pagination-bullet{
	margin-left: 45px;
	position: relative;
	opacity: 1;
	width: 6px;
	height: 6px !important;
	background-color: #b0b0b0;
	display: inline-block;
	vertical-align: middle;
}
.xwzxper .xwations .swiper-pagination-bullet::before{
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 1;
	width: 12px;
	background-color: #cecfd1;
	height: 1px;
}
.xwzxper .xwations .swiper-pagination-bullet:last-child::before{
	width: 0;
	height: 0;
}
.xwzxper .xwations .swiper-pagination-bullet-active{
	width: 18px;
	height: 18px !important;
	background: url(../images/gy_bz.png) left center no-repeat;
}
.xwLeft p{
	color: #999999;
	font-size: 18px;
	opacity: 0.8;
}
.xwLeft h2{
	color: #1a1a1a;
	font-size: 24px;
	line-height: 50px;
	margin: 20px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwLeft h2 a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwLeft div{
	color: #999999;
	line-height: 25px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xwlabels{
	overflow: hidden;
}
.xwtles{
	float: left;
	width: 12%;
}
.xwtles li{
	color: #999999;
	font-size: 24px;
	margin-bottom: 30px;
	cursor: pointer;
}
.xwtlsnrs{
	float: left;
	width: 88%;
}
.xwtlsnrs li{
	width: 46%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}
.xwtlsnrs li:nth-child(even){
	float: right;
}
.xwtlsnrs li a{
	float: left;
	width: calc(100% - 140px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 30px;
}
.xwtlsnrs li span{
	color: #333333;
	margin-bottom: 30px;
	margin-top: 30px;
	float: right;
	font-size: 18px;
}
.xwtlsnrs li:nth-child(1) a,.xwtlsnrs li:nth-child(2) a{
	margin-top: 0;
}
.xwtlsnrs li:nth-child(1) span,.xwtlsnrs li:nth-child(2) span{
	margin-top: 0;
}
.xwtles .xwactive{
	color: #5bb647;
	position: relative;
}
.xwtles .xwactive::before{
	content: "";
	position: absolute;
	left: 110px;
	top: 11px;
	width: 7px;
	height: 11px;
	background: url(../images/ljt.png) no-repeat;
}
.xwtlsnrs li a:hover{
	color:#5bb647;
}
.xwtlsnrs{
	display:none;
}
/* --------------- table 切换 */
.tab_list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}

.tab_list ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.tab_list ul li {
	height: 44px;
	float: left;
	background-color: #efefef;
	border-radius: 22px;
	text-align: center;
	padding: 0 35px;
	margin: 10px 1.3%;
	position: relative;
	cursor: pointer;
}

.tab_list ul .current {
	display: block;
}

.tab_list ul .current span {
	font-weight: bold;
	color: #3a3d3e;
}

.tab_list ul .current::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: -18px;
	top: -2px;
	background: url(../images/chan_ptb.png) no-repeat center;
	background-size: 42px;
}

.tab_list ul li span {
	line-height: 44px;
	letter-spacing: 0px;
	color: #989898;
	font-size: 18px;
}

.tab_list ul li:hover span::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: -18px;
	top: -2px;
	background: url(../images/chan_ptb.png) no-repeat center;
	background-size: 42px;
}

.tab_list ul li:hover span {
	font-weight: bold;
	color: #3a3d3e;
}


/* ---------- */

.tab_list .kan_quan {
	width: 7%;
	float: right;
	text-align: right;
	margin-top: 22px;
}

.tab_list .kan_quan span {
	font-size: 16px;
	letter-spacing: 0px;
	color: #3e4851;
	margin-right: 10px;
}

.tab_list .kan_quan img {
	width: 6px;
	height: 11px;
	transform: translateY(-2px);
}

.tab_list .kan_quan:hover span {
	color: #5bb647;
}

.box_l2 .i_box4_c .list_1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* --------------- table 切换 end */


/* ---------进度条 start */

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 46% !important;
	height: 4px !important;
	left: 28% !important;
	top: unset !important;
	bottom: 124px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3497ce !important;
}

.swiper-pagination-progressbar {
	background: #ffffff !important;
}

/* ---------进度条 end */


.i_box4_c {
	width: 100%;
	position: relative;
	height: 450px;
	overflow: hidden;
}

.ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px !important;
}

.ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_wmscy_con31 .swiper-slide .div {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	color: #666666;
	font-size: 15px;
	/* border: 2px solid #e5e5e5; */
	box-shadow: 2px 4px 4px 0px rgba(22, 90, 128, 0.15);
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	padding: 10px 10px 15px 10px;
	margin: 6px;
}

.ny_wmscy_con31 .swiper-slide .div:hover {
	text-decoration: none;
	color: #666;
	/* border: 2px solid #1c4aa0; */
	box-shadow: 10px 10px 5px 5px rgba(22, 90, 128, 0.15);
}

.ny_wmscy_con31 .swiper-slide .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 220px;
	position: relative;
}

.ny_wmscy_con31 .swiper-slide .div .a_img img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ny_wmscy_con31 .swiper-slide .div .a_text {
	width: 100%;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_wmscy_con31 .swiper-slide .div .dld_x {
	width: 120px !important;
	margin: 5px 0 !important;
}

.ny_wmscy_con31 .swiper-slide .div .dld_x img {
	width: 100%;
	height: 100%;
}

.ny_wmscy_con31 .swiper-slide .div .a_text .dld_x {
	width: 153px;
	height: 2px;
	background: url(../images/chan_xian.png) no-repeat center;
	background-size: cover;
	margin: 8px 0;
}

.ny_wmscy_con31 .swiper-slide .div:hover .a_text {
	color: #1c4aa0;
}

.ny_wmscy_con31 .swiper-slide .div .a_text1 {
	font-size: 13px;
}

.ny_wmscy_con31 .swiper-slide .div .a_text2 {
	text-align: center;
}

.ny_wmscy_con31 .swiper-slide .div .a_text2 .s1 {
	color: #1c4aa0;
	font-size: 16px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-align: right;
	float: right;
}
.ny_wmscy_con31 .swiper-slide .div .a_text2 .s1 a{
	color: #3497ce;
}
.wmscy-pagination31 .swiper-pagination-bullet {
	width: 12%;
	height: 12px;
	/* background-color: transparent; */
	background-color: #3497ce;
	opacity: 1;
	/* border: 1px solid #a5a5a5; */
	position: relative;
	border-radius: unset !important;
	margin: unset !important;
}

/* .wmscy-pagination31 .swiper-pagination-bullet-active{} */
.wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 100% !important;
	height: 2px;
	/* background-color: #a5a5a5; */
	position: absolute;
	left: 50%;
	top: 50%;
	/* -moz-border-radius: 100%; */
	/* Gecko browsers */
	/* -webkit-border-radius: 100%; */
	/* Webkit browsers */
	/* border-radius: 100%; */
	/* W3C syntax */
	margin-left: -74px;
	margin-top: -1px;
	content: "";
	background-color: #5bb647;
}

.i_box4_c .wmscy_next31 {
	width: 50px;
	height: 54px;
	background: url(../images/you_jt.png) no-repeat;
	position: absolute;
	left: auto;
	right: 2%;
	margin-top: 179px;
	background-size: 100%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

/* .i_box4_c .wmscy_next31:hover {
    background: url(../images/tb_18s.png) no-repeat;
    background-size: 100%;
} */

.i_box4_c .wmscy_prev31 {
	width: 50px;
	height: 54px;
	background: url(../images/zuo_jt.png) no-repeat;
	position: absolute;
	right: 7.3%;
	background-size: 100%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	bottom: 0;
	margin-top: 179px;
	left: inherit;
}

/* .i_box4_c .wmscy_prev31:hover {
    background: url(../images/tb_019s.png) no-repeat;
    background-size: 100%;
} */

/* 产品中心 end */


.wmscy-pagination3 .swiper-pagination-bullet {
	width: 7px !important;
	height: 7px !important;
	background-color: white;
	opacity: 0.5;
	position: relative;
}

.wx_top {
	width: 213px;
	height: 41px;
	display: block;
	position: fixed;
	right: 0;
	top: 65%;
	z-index: 111;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.wx_top img {
	width: 100%;
}

.wmscy_scrollbar,.home_scrollbar{
	width: 65% !important;
	left: 15% !important;
	bottom: 20px !important;
	height: 2px !important;
	background-color: #5bb647 !important;
}
.wmscy-pagination31{
	width: 150px !important;
	left: 0 !important;
	bottom: 0px !important;
	font-size: 20px !important;
}

.wmscy-pagination31 span{
	color: #3497ce !important;
	opacity: 0.6 !important;
}
.wmscy-pagination31 .dangqian{
	font-size: 36px !important;
	color: #3497ce !important;
	opacity: 1 !important;
}
.wmscy-pagination3{
	width: 150px !important;
	left: inherit !important;
	right: 25px !important;
	bottom: 40px !important;
	display: flex;
	justify-content: space-between;
}
.wmscy-pagination3 .swiper-pagination-bullet-active{
	opacity: 1;
}
.wmscy-pagination3 .swiper-pagination-bullet::before{
	content: ""; 
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 1;
	width: 12px;
	background-color: #ffffff;
	height: 1px;
}
.asrfs{width: 30% !important;}
.asrfsscsa{width: 43% !important;}
.homeAtion{padding: 0 10%;bottom: 8% !important;text-align: left;}
.homeAtion .swiper-pagination-bullet{
	height: 60px !important;
	width: 60px;
	line-height: 60px;
	background: none;
	border: 1px dashed #fff;
	margin-right: 30px !important;
	color: white;
	font-size: 24px;
	opacity: 1;
	text-align: center;
}
.homeAtion .swiper-pagination-bullet-active{
	border: 1px solid #fff;
}
.hidensfc{
	overflow: hidden;
	background: url(../images/kjcxbjt.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 0 10%;
	height: 100%;
}
.nological{
	float: left;
	width: 60%;
	height: 100%;
}
.nologtext{
	float: right;
	width: 30%;
}
.nological ul{
	margin-top: 150px;
}
.nological li{
	float: left;
	width: 29%;
	background: rgba(255,255,255,0.3);
	position: relative;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.nological li:nth-child(1){
	margin-left: 29%;
	background: rgba(255,255,255,0.2);
}
.nological li:nth-child(3){
	background: rgba(255,255,255,0.2);
}
.nological li a{
	color: white;
	display: block;
	padding: 50px 30px 40px 30px;
}
.nological li p img{
	width: 50px;
	height: 50px;
}
.nological li h2{
	font-size: 26px;
	margin-top: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nological li div{
	font-size: 14px;
	opacity: 0.6;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kjjt{
	position: absolute;
	right: 7%;
	bottom: 62px;
	display: none;
}
.nological .nologactive{
	background-image: linear-gradient(0deg, #3497ce 0%, #5bb647 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%) !important;
}
.nological .nologactive .kjjt{
	display: block;
}
.nologtext{
	margin-top: 12%;
}
.txtles{
	display: none;
}
.txtles h2{
	line-height: 63px;
	font-size: 48px;
}
.txtles p{
	font-size: 16px;
	line-height: 36px;
}
.txtles div{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
	letter-spacing: 0px;
	color: #333333;
	opacity: 0.8;
}