@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%;
	padding: 0px 3%;
	color: #fff;
	line-height: 1.8;
	/* text-align: center; */
	position: absolute;
	left: 12%;
	top: 36.5%;
	-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: 20%;
}

.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_next:hover {
	width: 62px;
	background: url(../images/jiantou3.png) no-repeat center;
	background-size: contain;
	transform: translateX(17.5008px)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: unset !important;
}

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

.home-swiper .home_prev:hover {
	width: 62px;
	background: url(../images/jiantou1.png) no-repeat center;
	background-size: contain;
	/* transition: all 0.4s; */

}

.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;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/

/* 首页 banner  end*/

.section .sec-scale .xiahua {
	position: absolute;
	width: 43px;
	height: 42px;
	bottom: 30px;
	left: 50%;
	background: url(../images/sy-q.png) no-repeat center;
	z-index: 100;
}

.section .sec-scale .xiahua .xhjt {
	width: 10px;
	height: 14px;
	position: absolute;
	left: 40%;
	top: 30%;
}

.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}


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

/* .swiper-btn {
    position: absolute;
    right: 60px;
    bottom: 17px;
}

.swiper-btn .swiper-button {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(230, 0, 16, 1);
}

.swiper-btn .swiper-button .iconfont {
    font-size: 16px;
    color: #fff
}

.swiper-button-disabled {
    opacity: 1;
    background: rgba(255, 255, 255, 1) !important;
}

.swiper-button-disabled.iconfont {
    color: #000 !important;
}


.next1 {
    margin-left: 30px;
}

.swiper-pagination1 {
    font-size: 16px;
    color: #fff;
    text-align: right;
    font-weight: bold;
    padding-right: 26px;
    position: absolute;
    right: 0px;
    bottom: 17px;
} */

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

/* 内容 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_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_content_c {
	width: 100%;
	height: 100%;
	margin: 0 auto !important;
	/* display: table-cell; */
	vertical-align: middle;
}

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

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

.i_content_c {
	width: 100%;
	height: 100%;
	/* display: table-cell; */
	vertical-align: middle;
}

.i_box1 {
	width: 100%;
	margin: 0px auto !important;
}

/* 第二屏 stars */

.i_box1 .box_l1 {
	width: 100%;
	height: 100%;
	/* padding-left: 10%; */
}

.i_box1 .box_l1 .sh_zhiyao {
	width: 46%;
	margin: 170px 3% 0 2%;
	float: left;
}

.i_box1 .box_l1 .sh_zhiyao .lin_1s {
	font-size: 22px;
	letter-spacing: 0px;
	color: #95a5b4;
	margin-bottom: 14px;
}

.i_box1 .box_l1 .sh_zhiyao .lin_2s {
	font-size: 42px;
	letter-spacing: 0px;
	color: #3497ce;
	margin-bottom: 45px;
	font-weight: bold;
}

.i_box1 .box_l1 .sh_zhiyao .lin_2s .sapns {
	color: #5bb647;
}

.i_box1 .box_l1 .sh_zhiyao .zqdm {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e4851;
	display: block;
	margin-bottom: 40px;
}

.i_box1 .box_l1 .sh_zhiyao .geng_d {
	width: 170px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 27px;
	display: inline-block;
	margin-bottom: 50px;
	padding: 4px 4px;
	overflow: hidden;
	box-shadow: 2px 4px 4px 0px rgba(22, 90, 128, 0.15);
	border-radius: 27px;
}

.i_box1 .box_l1 .sh_zhiyao .geng_d:hover {
	box-shadow: 4px 10px 5px 0px rgba(22, 90, 128, 0.15);
}

.i_box1 .box_l1 .sh_zhiyao .geng_d .jia_s {
	width: 60px;
	height: 43px;
	float: left;
	border-radius: 25px 0 0 25px;
	background-color: #e8edf0;
	text-align: center;
	line-height: 43px;
}

.i_box1 .box_l1 .sh_zhiyao .geng_d .jia_s img {
	width: 18px;
	height: 18px;
}

.i_box1 .box_l1 .sh_zhiyao .geng_d .gen_ss {
	width: 98px;
	height: 43px;
	background-color: #3497ce;
	border-radius: 0 25px 25px 0;
	float: right;
	text-align: center;
	line-height: 43px;
}

.i_box1 .box_l1 .sh_zhiyao .geng_d .gen_ss span {
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js {
	width: 100%;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s {
	width: 143px;
	/* height: 179px; */
	/* display: inline-block; */
	text-align: center;
	z-index: 99;
	margin-right: 9%;
	float: left;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s .bj_xz {
	width: 100%;
	height: 143px;
	margin-bottom: 15px;
	/* background: url(../images/qy_yuan.png) no-repeat center; */
	text-align: center;
	line-height: 143px;
	position: relative;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s .bj_xz .hover_xz {
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 2s;
	background: url(../images/qy_yuanss.png) no-repeat center;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s:hover .bj_xz .hover_xz {
	transform: rotate(180deg);
}


.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s .bj_xz img {
	width: 45px;
	height: 45px;
	z-index: 5;
}

.i_box1 .box_l1 .sh_zhiyao .qy_js .qy_1s span {
	font-size: 16px;
	letter-spacing: 0px;
	color: #3e3e3e;
}

.i_box1 .box_l1 .shou {
	width: 43%;
	float: right;
	/* height: 620px; */
	/* background: url(../images/bj_tu.png)no-repeat center; */
	background-size: cover;
	position: absolute;
	right: 0;
	top: -10.1%;
}

.i_box1 .box_l1 .shou .shou_bi {
	width: 100%;
	height: 96%;
	overflow: hidden;
}

.i_box1 .box_l1 .shou .shou_bi img {
	width: 100%;
	height: 100%;
}

/* 第二屏 end */

/* 产品中心 stars */

.i_box1 .box_l2 {
	width: 100%;
	height: 100%;
	padding-left: 2%;
}


.i_box1 .box_l2 .chan_ping {
	width: 100%;
	margin-right: 10%;
	margin-top: 108px;
	overflow: hidden;

}
.y4 .i_box1 .box_l2 .chan_ping{
	margin-bottom: 100px;
}

.i_box1 .box_l2 .chan_ping .chan_h4 {
	font-size: 36px;
	letter-spacing: 0px;
	color: #3497ce;
	margin-bottom: 35px;
	font-weight: bold;
	float: left;
	margin-top: 0;
}

.i_box1 .box_l2 .chan_ping .chan_h4 span {
	color: #5bb647;
}

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

.i_box1 .box_l2 .chan_ping .gongying span:first-child {
	font-size: 22px;
	letter-spacing: 0px;
	color: #95a5b4;
	display: block;
	text-align: right;
}

.i_box1 .box_l2 .chan_ping .gongying span:last-child {
	font-size: 16px;
	letter-spacing: 0px;
	color: #95a5b4;
	opacity: 0.5;
	text-align: right;
}

/* --------------- table 切换 */
.i_box1 .box_l2 .tab_list {
	width: 100%;
	overflow: hidden;
	/* margin: 50px 0; */
}

.i_box1 .box_l2 .tab_list ul {
	width: 90%;
	float: left;
	overflow: hidden;
}

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

.i_box1 .box_l2 .tab_list ul .current {
	display: block;
}

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

.i_box1 .box_l2 .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;
}

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

.i_box1 .box_l2 .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;
}

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


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

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

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

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

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

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

/* --------------- 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%;
	overflow: hidden;
	color: #222222;
	margin-top: 20px;
	font-size: 16px;
}

.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 {
	width: 58%;
	font-size: 13px;
}

.ny_wmscy_con31 .swiper-slide .div .a_text2 {
	width: 35%;
	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;
}

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


/* 产品中心轮播结束 */

/* 产品中心 end */


/* 投资者关系 stars */
.i_box1 .box_l3 {
	width: 100%;
	height: 100%;
	background: unset;
}

.i_box1 .box_l3 .caibao {
	width: 100%;
	overflow: hidden;
}

.i_box1 .box_l3 .caibao .gp_xx {
	width: 40%;
	float: left;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd {
	width: 100%;
	margin-bottom: 25px;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd .gu_xx {
	font-size: 32px;
	letter-spacing: 0px;
	color: #3e4851;
	margin-right: 8px;
	font-weight: bold;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd .xian_d {
	font-size: 17px;
	letter-spacing: 0px;
	color: #3e4851;
	text-align: end;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd .time_s {
	float: right;
	margin-top: 17px;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd .time_s img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: -5px;
}

.i_box1 .box_l3 .caibao .gp_xx .gy_xd .time_s span {
	font-size: 16px;
	letter-spacing: 0px;
	color: #3e4851;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 25px 30px;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh {
	float: left;
	width: 40%;
	height: 170px;
	background-color: transparent;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	padding: 25px 0 0 0px;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .ss_h {
	margin: 0 auto;
	margin-bottom: 2px;
	text-align: center;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .ss_h span:first-child {
	font-size: 15px;
	letter-spacing: 0px;
	color: #3e4851;
	text-align: end;
	margin-right: 8px;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .ss_h span:last-child {
	font-size: 54px;
	letter-spacing: 0px;
	color: #3e4851;
	font-weight: bold;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .zhi_su {
	margin: 0 auto;
	text-align: center;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .zhi_su img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	vertical-align: top;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .sh .zhi_su span {
	font-size: 17px;
	letter-spacing: 0px;
	color: #ff3e00;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .chen_jiao {
	float: right;
	width: 42%;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .chen_jiao .jiao_yi {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .chen_jiao .jiao_yi span:first-child {
	font-size: 17px;
	letter-spacing: 0px;
	color: #3e4851;
	opacity: 0.6;
	text-align: left;
}

.i_box1 .box_l3 .caibao .gp_xx .jy_s .chen_jiao .jiao_yi span:last-child {
	font-size: 17px;
	letter-spacing: 0px;
	color: #3e4851;
	float: right;
	font-weight: bold;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy {
	width: 100%;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x {
	width: 100%;
	margin-bottom: 10px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 0.6;
	padding: 0 30px 0 30px;
	overflow: hidden;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x .dh_lx {
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #3e4851;
	margin-right: 0;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x .hm {
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #3e4851;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x .tz_lxfs {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	float: right;
	line-height: 48px;
	margin-top: 4px;
	background: url(../images/tz_dh.png) no-repeat center;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x:hover .tz_lxfs {
	background: url(../images/tzlx_dh.png) no-repeat center;
}


.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x .tz_lxfs2 {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	float: right;
	line-height: 48px;
	margin-top: 4px;
	background: url(../images/tzlx_cz.png) no-repeat center;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x:hover .tz_lxfs2 {
	background: url(../images/tz_dy.png) no-repeat center;
}


.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x .tz_lxfs3 {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	float: right;
	line-height: 48px;
	margin-top: 4px;
	background: url(../images/tz_yx.png) no-repeat center;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x:hover .tz_lxfs3 {
	background: url(../images/tzlx_yx.png) no-repeat center;
}

.i_box1 .box_l3 .caibao .gp_xx .dcy .lian_x:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.22);
	cursor: pointer;
}

.i_box1 .box_l3 .caibao .cp_zx {
	float: left;
	width: 1px;
	height: 420px;
	background-color: #3e4851;
	opacity: 0.5;
	margin: 0px 8%;
}

.i_box1 .box_l3 .caibao .nd_ck {
	width: 43.9%;
	float: right;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss {
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .nian_ss {
	float: left;
	font-size: 32px;
	letter-spacing: 0px;
	color: #3e4851;
	font-weight: bold;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time {
	float: right;
	margin-top: 5px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .du_xhx {
	border-bottom: 1px solid #3e4851;
	opacity: 0.5;
	padding: 5px;
	display: inline-block;
	margin-right: 20px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .du_xhx .sp_an {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e4851;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .du_xhx .duoxuan {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e4851;
	border: none;
	box-shadow: none;
	background: none;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .ck_qb {
	height: 30px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .ck_qb span {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e4851;
	margin-right: 5px;
	margin-top: 5px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .ck_qb span:hover {
	color: #5bb647;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_ss .xz_time .ck_qb img {
	width: 6px;
	height: 11px;
	transform: translateY(-2px);
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos {
	width: 100%;
	overflow: hidden;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos .bao_g1 {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos .bao_g1 .nian_bao {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-bottom: 25px;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos .bao_g1 .nian_bao img {
	width: 100%;
	height: 100%;
	transition: all 400ms;
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos .bao_g1 .nian_bao:hover img {
	transform: scale(1.12);
}

.i_box1 .box_l3 .caibao .nd_ck .nd_baos .bao_g1 span {
	font-size: 24px;
	letter-spacing: 0px;
	color: #3e4851;
	font-weight: bold;
}

.i_box1 .box_l3 .gengduo_s {
	width: 190px;
	height: 47px;
	background-color: #ffffff;
	box-shadow: 2px 4px 4px 0px rgba(22, 90, 128, 0.15);
	border-radius: 27px;
	display: inline-block;
	margin-top: 32px;
	text-align: center;
	padding: 4px;
	overflow: hidden;
	margin: 50px 0 0 40.7%;
}

.i_box1 .box_l3 .gengduo_s:hover {
	box-shadow: 4px 9px 27px 0px rgba(18, 41, 55, 0.774);
}

.i_box1 .box_l3 .gengduo_s span {
	font-size: 16px;
	width: 181px;
	height: 39.5008px;
	background-color: #3497ce;
	line-height: 39.5008px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	border-radius: 27px;
}

/* 投资者关系 end */


/* 新闻中心 stars */

.i_box1 .box_l4 {
	width: 100%;
	height: 100%;
	background: unset;
}

.i_box1 .box_l4 .gs_xw {
	width: 100%;
	height: 430px;
	background-color: #ffffff;
	box-shadow: 22px 19px 50px 0px rgba(52, 151, 206, 0.1);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 30px 36px 0px;
}

.i_box1 .box_l4 .gs_xw .xw_bt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.i_box1 .box_l4 .gs_xw .xw_bt span {
	float: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #66bb53;
}

.i_box1 .box_l4 .gs_xw .xw_bt img {
	float: right;
	width: 24px;
	height: 24px;
}

.i_box1 .box_l4 .gs_xw .xw_nr {
	width: 100%;
	overflow: hidden;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_lb {
	width: 43%;
	float: left;
	/* height: 330px; */
}

/* 新闻中心 轮播 stars */

.i_box2_c {
	width: 100%;
	height: 100%;
	position: relative;
}

.ny_wmscy_con3 {
	width: 100%;
	overflow: hidden;
	height: 100%;
	/*border-left:1px solid #9dbadb;*/
}

.ny_wmscy_con3 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	/* border-right: 1px solid #9dbadb; */
}

.ny_wmscy_con3 .swiper-slide .div {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	/* padding-top: 29%; */
	height: 100%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

/* .ny_wmscy_con3 .swiper-slide .div:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgb(23, 93, 179, 0.9);
    padding-top: 17%
} */

.ny_wmscy_con3 .swiper-slide .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.ny_wmscy_con3 .swiper-slide .a_img img {
	width: 100%;
	height: 300px !important;
}

.ny_wmscy_con3 .swiper-slide .dsz_jh {
	position: absolute;
	bottom: 33px;
	left: 20px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #fffefe;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_wmscy_con3 .swiper-slide .div .a_text {
	width: 100%;
	padding-bottom: 23px;
	text-align: center;
	position: relative;
	line-height: 1.8;
	font-size: 30px;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .s1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.ny_wmscy_con3 .swiper-slide .div .a_text:after {
	width: 0px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -10px;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.ny_wmscy_con3 .swiper-slide .div .a_text1 {
	width: 100%;
	padding-top: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.ny_wmscy_con3 .swiper-slide .div .a_text1 .s2 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.ny_wmscy_con3 .swiper-slide .div .a_text1 .s2 span {
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.ny_wmscy_con3 .swiper-slide .div .a_text1 .s3 {
	width: 100%;
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	text-align: center;
}

/* .ny_wmscy_con3 .swiper-slide .div .a_text2{width:100%; margin-top:45px; height:48px; background:url(../images/tb_15.png) center no-repeat;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;-webkit-transform: translateY(-300%); -ms-transform: translateY(-300%); -o-transform: translateY(-300%); transform: translateY(-300%);} */

.ny_wmscy_con3 .swiper-slide .div:hover .a_img {
	padding-bottom: 15px;
}

.ny_wmscy_con3 .swiper-slide .div:hover .a_text {
	line-height: 1.5;
}

.ny_wmscy_con3 .swiper-slide .div:hover .a_text:after {
	width: 20px;
}

.ny_wmscy_con3 .swiper-slide .div:hover .a_text1 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

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

/* 新闻中心 轮播 end */

.i_box1 .box_l4 .gs_xw .xw_nr .xw_xux {
	float: left;
	margin: 0 3% 0 6%;
	width: 1px;
	height: 295px;
	border: dashed 1px #eaeaea;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_ll {
	width: 45%;
	float: right;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_ll .xw_lx {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
	display: inline-block;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_ll .xw_lx span:first-child {
	width: 75%;
	float: left;
	font-size: 18px;
	letter-spacing: 0px;
	color: #3a3d3e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_ll .xw_lx span:hover:first-child {
	color: #66bb53;
}

.i_box1 .box_l4 .gs_xw .xw_nr .xw_ll .xw_lx span:last-child {
	width: 16%;
	float: right;
	font-size: 16px;
	letter-spacing: 0px;
	color: #989898;
}

.i_box1 .box_l4 .zgs_s {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 22px 19px 50px 0px rgba(52, 151, 206, 0.1);
	border-radius: 20px;
	overflow: hidden;
	padding: 40px;
}

.i_box1 .box_l4 .zgs_s .zsz {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}

.i_box1 .box_l4 .zgs_s .zsz span {
	float: left;
	font-size: 18px;
	letter-spacing: 0px;
	color: #66bb53;
}

.i_box1 .box_l4 .zgs_s .zsz img {
	float: right;
	width: 24px;
	height: 24px;
}

.i_box1 .box_l4 .zgs_s .zgs_lei {
	width: 100%;
	overflow: hidden;
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 {
	width: 41%;
	float: left;
	/* display: inline-block; */
	overflow: hidden;
	margin-right: 14%;
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1:last-child {
	margin-right: 0;
}


.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 .zgs_tu {
	width: 25%;
	background-color: #c5c5c5;
	border-radius: 10px;
	float: left;
	overflow: hidden;
        max-height:90px
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 .zgs_tu img {
	width: 100%;
	height: 100%;
	transition: all 600ms;
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1:hover .zgs_tu img {
	transform: scale(1.12);
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 .zgs_text {
	width: 70%;
	height: 45px;
	float: right;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 .zgs_text span:first-child {
	font-size: 18px;
	letter-spacing: 0px;
	color: #3a3d3e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	display: block;
}

.i_box1 .box_l4 .zgs_s .zgs_lei .zgs_box1 .zgs_text span:last-child {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #989898;
}


/* 新闻中心 end */

/* 联系我们  stars */

.i_box1 .box_l5 {
	width: 100%;
	height: 100%;
	/* background: url(../images/lx_bjj.jpg) no-repeat center;
    background-position: top; */
}

.i_box1 .box_l5 .lian_xifs {
	width: 100%;
	overflow: hidden;
}

.i_box1 .box_l5 .lian_xifs .fs_1s {
	width: 30%;
	margin-right: 2%;
	height: 75px;
	background-color: #ffffff;
	box-shadow: 1px 7px 27px 0px rgba(22, 90, 128, 0.1);
	border-radius: 10px;
	margin-bottom: 25px;
	overflow: hidden;
	padding-left: 20px;
	display: block;
	float: left;
}

.i_box1 .box_l5 .lian_xifs .bei_jing1s {
	background: url(../images/nao_hua.png) no-repeat center;
	background-position-x: 286px;
	background-position-y: -32px;
}

.i_box1 .box_l5 .lian_xifs .bei_jing3s {
	background: url(../images/sh_pd.png) no-repeat center;
	background-position-x: 270px;
	background-position-y: -50px;
}

.i_box1 .box_l5 .lian_xifs .bei_jing4s {
	background: url(../images/rc_zp.png) no-repeat center;
	background-position-x: 270px;
	background-position-y: -50px;
}

.i_box1 .box_l5 .lian_xifs .fs_1s .lx_bztu {
	width: 61px;
	height: 61px;
	float: left;
	line-height: 61px;
	margin-right: 24px;
	margin-top: 7px;
}

.i_box1 .box_l5 .lian_xifs .fs_1s .lx_bztu img {
	width: 100%;
}

.i_box1 .box_l5 .lian_xifs .fs_1s .lx_hms {
	float: left;
	margin-top: 13px;
}

.i_box1 .box_l5 .lian_xifs .fs_1s .lx_hms span:first-child {
	font-size: 16px;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 5px;
	display: block;
}

.i_box1 .box_l5 .lian_xifs .fs_1s .lx_hms span:last-child {
	font-size: 17px;
	letter-spacing: 0px;
	color: #515151;
	display: block;
font-weight: bold;
}


.i_box1 .box_l5 .lian_xifs .fs_fs1 {
	width: 30%;
	margin-right: 2%;
	height: 75px;
	background-color: #ffffff;
	box-shadow: 1px 7px 27px 0px rgba(22, 90, 128, 0.1);
	border-radius: 10px;
	margin-bottom: 25px;
	overflow: hidden;
	padding-left: 20px;
	display: block;
	float: left;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1:hover {
	box-shadow: 15px 15px 27px 6px rgba(11, 42, 60, 0.1);
}

.i_box1 .box_l5 .lian_xifs .fs_1s:hover {
	box-shadow: 15px 15px 27px 6px rgba(11, 42, 60, 0.1);
	transition: all 400ms;
}


.i_box1 .box_l5 .lian_xifs .fs_fs1 .lx_tt {
	width: 61px;
	height: 61px;
	float: left;
	line-height: 61px;
	margin-right: 24px;
	margin-top: 7px;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1 .lx_tt img {
	width: 100%;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1 .lx_mss {
	text-align: center;
	float: left;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1 .lx_mss span {
	font-size: 18px;
	letter-spacing: 0px;
	color: #515151;
	line-height: 76px;
	display: block;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1 .jian_tz {
	float: right;
	margin: 27px;
	margin-right: 12%;
}

.i_box1 .box_l5 .lian_xifs .fs_fs1 .jian_tz img {
	width: 35px;
	height: 17px;
}

.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: #3497ce !important;
}
.home-swiper .home_scrollbar{
	width: 58% !important;
	left: 23% !important;
	bottom: 120px !important;
	background-color: white !important;
}
.home_scrollbar .swiper-scrollbar-drag{
	background-color: #1b5ba9;
	opacity: 0.8;
}
.wmscy_scrollbar .swiper-scrollbar-drag{
	background-color: #5bb647;
	opacity: 0.8;
}
.wmscy-pagination31{
	width: 150px !important;
	left: 0 !important;
	bottom: 0px !important;
	font-size: 20px !important;
}
.home_pagination01{
	width: 150px !important;
	left: 13% !important;
	bottom: 108px !important;
	font-size: 20px !important;
}
.home_pagination01 span{
	color: white !important;
	opacity: 0.6 !important;
}
.home_pagination01 .badc01{
	font-size: 36px !important;
	opacity: 1 !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;}