/*banner*/
.bann{overflow:hidden;}
.slider {width:100%;}
.slick-slide{height:auto;}
.slick-slide img {width:100%;}
.slick-prev {left:38px;z-index:99;}
.slick-next {right:40px;}
.bann>button{display:none!important;}
.ban_bc{width:100%;position:relative;}
.slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{font-size:30px;color:#fff;display:block;z-index:999;cursor:pointer;width:60px;height:90px;background:rgba(0,0,0,0.5);text-align:center;line-height:90px;}
.bann_num>.ban_prev{position:absolute;top:50%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:50%;right:40px;}
.ban_dot{position:absolute;bottom:32px;left:50%;display:flex;margin-left:-33px;}
.ban_dot li{width:12px;height:12px;border-radius:100%;background:#fff;}
.ban_dot li+li{margin-left:12px;}
.ban_dot li button{display:none;}
.ban_dot li.slick-active{background:#151948;}
.gy {max-width: 1400px !IMPORTANT}

/* 公共部分 */
.mod_tab {
    position: relative;
    margin-top: -35px;
    margin-bottom: 30px;
    z-index: 2;
}
.mod_tab_crumbs {}
.mod_tab_list {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
}
.mod_tab_item {
    width: 33.33333%;
}
.mod_tab_item a{font-size: 18px;}
.mod_tab_item_cont {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    transition: color 0.36s;
    border-right: 1px solid #EFEFEF;
    position: relative;
font-weight:500;
}
.mod_tab_item:last-child {
    border: none
}
.mod_tab_item_cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 0%;
    height: 3px;
    background-color: #151948;
    transition: all 0.36s;
}
.mod_tab_item.active .mod_tab_item_cont {
    color: #151948;
}
.mod_tab_item:last-child .mod_tab_item_cont {
    border-right: none;
}
.mod_tab_item.active .mod_tab_item_cont::after {
    width: 100%;
    transition: all 0.36s;
}
.mod_tab_item.actives .mod_tab_item_cont::after {
    width: 100%;
    transition: none;
}
.mod_tab_item:hover .mod_tab_item_cont::after {
    width: 100%;
}
.mod_tab_crumbs {
    position: absolute;
    width: 100%;
    bottom: calc(100% + 30px);
}
.mod_tab_crumbs .c_smnav1_a {
    opacity: 0.7;
    color: #fff;
}
.mod_tab_crumbs .c_smnav1_icon .iconfont {
    opacity: 0.7;
    color: #fff;
}
/*内页自定义幻灯片*/
.ban {
	position: relative;
	z-index: 1;
}

.ban:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	text-align: ;
	top: 0;
	z-index: -1;
}

.banner_title {
	font-size: 42px !important;
}

#banner_com {
	width: 100%;
	position: relative;
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204129_2089321619.jpg) top center no-repeat;
	height: 400px;
background-attachment: fixed;
}

#banner_news {
	width: 100%;
	position: relative;
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204129_1662555510.jpg) top center no-repeat;
	height: 400px;
}

#banner_con {
	width: 100%;
	position: relative;
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204129_83854252.jpg) top center no-repeat;
	height:400px;
}

#banner_feed {
	width: 100%;
	position: relative;
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204129_1717747125.jpg) top center no-repeat;
	height: 400px;
}

/*面包屑导航*/
.mianbxContent {
	width: 100% !important;
	text-align: left !important;
	height: 62px !important;
	line-height: 62px !important;
	padding-left: 28px;
	margin-bottom: 0px !important;
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px !important;
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204248_783129796.png) left no-repeat;
}
.mianbxContent,
.mianbxContent a {
	color: #666;
	font-size: 16px;
}

.strong_title {
	display: none;
}

/*内页产品分类*/
.pro_all_class {
	height: 60px !important;
	border: none !important;
	font-size: 0;
	text-align: left !important;
	margin:10px auto 20px !important;
	width: 100% !important;
}

.pro_all_class a {
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0px;
	text-align: center !important;
	font-weight: 100;
	width: 13.8%;
	background: #fff;
	margin: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
border-radius: 30px;
    border: 2px #eee solid;
}

.pro_all_class a.pro_cur {
	position: relative;
}

.pro_all_class a.pro_cur strong {
	color: #fff;
}

.pro_all_class>div {
	display: flex;
	flex-wrap: wrap;
}

.pro_all_class a:hover {
	background: #151948 !important;
	color: #fff !important;
}

.pro_all_class a strong {
	line-height: 50px;
    background: #151948;
    display: block;color: #fff !important;
}


/*新闻分类*/
.strong_title {
	display: none;
}

.nswsfenlei_2019 {
	margin-bottom: 30px;
}

.nswsfenlei_2019 ul {
	font-size: 0;
}

.nswsfenlei_2019 li {
	display: inline-block;
	vertical-align: top;
	width: 32.7%;
	height: 52px;
	border: 1px solid #e0e0e0;
}

.nswsfenlei_2019 li+li {
	margin-left: 12px;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
	background: #151948 !important;
	border-color: #151948 !important;
}

.nswsfenlei_2019 li a {
	display: block;
	line-height: 50px;
	font-size: 17px;
	font-weight: 100;
text-align: center;
}
.ny_newslist:hover .ny_newsday {color:#151948 !important;}
.ny_newslist:hover .ny_newsmy{color:#151948 !important;}
.ny_newslist:hover .ny_newstil a{color:#151948 !important;}


/*新闻详情*/
.nyxqnews_left {
	width: 880px !important;
}

.nyxqnews_leftpage {
	width: 880px !important;
}

.nyxqnews_leftup {
	width: 50% !important;
	line-height: 70px;
}

.nyxqnews_leftdown {
	line-height: 70px;
	background-position: 329px 29px !important;
}

.nyxqnews_rightcont a {
	line-height: 36px;
}

.nyxqnews_righttit strong {
	font-size: 18px;
	color: #000 !important;
}

.nyxqnews_righttit:before {
	background: #000 !important;
}

.nynews-list:hover .nynews-more {
	background: #151948 !important;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}

/*留言*/
.fee_box {
	padding: 15px;
	border: 1px solid #d7d7d7;
}

.fee_box #form1 {
	padding: 0 30px;
}

.fee_box #tianxieone,
.fee_box #tfour,
.fee_box #liuyanshenming,
.fee_box #lytijiao {
	width: 1120px !important;
	border: none !important;
}

.fee_box #tianxieone .clear {
	display: block;
}

.fee_box #tfour {
	padding-bottom: 10px;
}

.fee_box #tianxiethree,
.fee_box #tfive {
	width: 1000px !important;
	border: 1px solid #d7d7d7;
}

.fee_box .tianXoImg {
	border: none !important;
}

.fee_box .tianXoImg input+input {
	height: 26px;
	border: 1px solid #d7d7d7;
}

.fee_box .bodycon_box {
	width: 100%;
	background: #f7f7f7;
}

.fee_box #lytijiao input {
	width: 120px;
	height: 36px;
	cursor: pointer;
}

.fee_box #lytijiao input:hover {
	background: #00924a;
	color: #fff;
}

.fee_box #chakantwo {
	width: 1300px !important;
	height: 65px !important;
	padding-left: 30px;
	text-align: left;
	font-size: 0;
}

.fee_box #chakantwo a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #2b0103;
	text-align: center;
}

.fee_box #chakantwo a+a {
	margin-left: 2px;
}

/*分页*/
.pages_info {
	width: 900px !important;
	clear: both;
	margin-top: 20px !important;margin-bottom: 30px !important;
}

.page_total,
.pages_box a,
.page_jump {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	background: #eee;
	line-height: 36px;
	border: 1px solid #eee;
	font-size: 13px;
	cursor: pointer;
}

.pages_box a {
	margin-left: 10px;
	color: #666;
}

.pages_box a.page_curr,
.pages_box a:hover {
	background: #151948;
	color: #fff;
	font-size: 13px;
}

.page_jump {
	margin-left: 10px;
}

/*内页产品样式*/
.dwtwo li {
	width: 30.3% !important;
	margin: 0 1% 2% 1.7% !important;
}

.dwtwo li .dw_pic img {
	height: 338px !important;
}

.ny_protil {
	background: #f7f7f7 !important;
}

.nynews_time {
	background: rgba(25, 142, 62, 80%) !important;
}

.ny_prolist {
	border: 1px #eee solid;
	padding: 0.5% !important;
	width: 18% !important;
}

.ny_prolist:hover .ny_protil a {
	top: 0 !important;
	left: 0 !important;
	border-top: 1px solid #fc0001 !important;
	border-right: 1px solid #fc0001 !important;
	border-bottom: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
}

.ny_propic img {
	width: 100% !important;
	transition: all 0.5s !important;
	height: 100% !important;
}

.propic_show_right .cpbz a {
	display: block;
	height: 38px;
	width: 100%;
	margin-top: 40px;
}

.ny_protil:before {
	background: #151948 !important;
}

.propic_show_left_20170301 img {
	width: 600px;
	height: 450px;
	border: 1px solid;
	color: #eee;
}

.propic_show_right_20170301 {
	width:50% !important;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-left: 6% !important;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 0 !important;
}

.propic_show_right_item_20170301 img:nth-child(6) {
	margin-right: 0px !important;
}

.pro_detail_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	display: block;
	padding-bottom: 10px;
}

.pshangxia_box {
	margin: 50px auto !important;
}

.pshangxia {
	padding: 10px 40px;
	background: #f5f5f5;
	border: 1px #eee solid;
}

.pcontent_title_h4 {
	display: none;
}

.detail_title {
	display: none;
}

.propic_show_right_20170301>br {
	display: none;
}

.pro_show_ewm {
	display: flex;
}

/*详情*/
.big_x {
	width: 100%;
}

.box_1 .txt_img {
	display: flex;
}

.box_1 .txt_img span {
	width: 50px;
	height: 50px;
	background: #151948;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_1 .txt_img p {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: #ddd;
	width: 96%;
	padding-left: 14px;
}

.box_1 .txt_ps {
	margin: 20px 0;
	font-size: 16px;
	line-height: 30px;
}

.box_1 .txt_ps p {
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}

.box_1 .txt_ps table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.box_1 .txt_ps td {
	line-height: 30px;
	font-size: 16px;
}

.bo_img {
	text-align: center;
}

.big_x img {
	display: flex;
	margin: 8px auto;
}

.big_x .txt_img img {
	width: 32px;
}

/*相关产品*/
.pro_detail_rel_hd {
	height: 52px;
	line-height: 42px;
	padding-left: 20px;
	margin-top: 0px;
	background: #151948;
}

.pro_detail_rel_hd strong,
.detail_title strong {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.pro_detail_rel_box {
	padding: 0 20px 20px 20px !IMPORTANT;
	margin-top: 50px !important;
	color: #fff;
}

.pro_detail_rel_item {
	width: 100% !important;
	overflow: hidden;
	padding: 15px 50px;
}

.pro_detail_rel_item div {
	border: 1px solid #eee;
	width: 419px;
	display: flex;
	flex-direction: column;
}

.pro_detail_rel_item div img {
	width: 401px;
	border: 0px !important;
}

.pro_detail_rel_item div+div {
	margin-left: 20px;
}

.pro_detail_list {
	width: 32% !important;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
}

.pro_detail_list+.pro_detail_list {
	margin-left: 2%;
}

.pro_detail_list img {
	width: 100% !important;
	height: auto !important;
}

.pro_detail_rel_item div a {
	line-height: 42px;
	font-size: 18px;
}

.pro_detail_rel_item div br {
	display: none;
}

/*内页适应*/
#bodycon #center,
#bodycon #left {
	float: none !important;
	height: auto !important;
}

#bodycon #right,
#right {
	display: none !important;
}

#bodycontent {
	width: 100% !important;
	min-width: 1200px;
	max-width: 1400px;
	height: auto !important;
	margin: 0 auto;
	float: none !important;
}

#bodycon #center {
	width: 100% !important;
	min-width: 1200px;
	max-width: 1400px;
	margin: 0 auto;
}

#bodycon {
	width: 100% !important;
	min-width: 1200px;
	padding-bottom: 0%;
	position: relative;
	z-index: 99;
}

.pro_show_ewm {
	display: flex;
}

.pcontent_title_h4 {
	width: 100% !important;
}

#bodycon:first-child table {
	min-width: 1200px;
}

#center>table {
	width: 100% !important;
	min-width: 1200px;
}

#bodycontent>#bodycontent {
	width: 100% !important;
}

.propic_show_left_20170301 {
	width:40% !important;
	padding-top: 0 !important;
}

.propic_show_left_20170301 img {
	width: 100%;
	height: 100%;
}

.divproduct_new_div_item_body {
	line-height: 1.8vw;
}

.product_content {width: 100% !important; min-width: 1200px;box-sizing: border-box; max-width: 1400px; display: flex;flex-direction: column;align-items: center;margin-bottom: 3% !important; padding:0% !important;border: none !important;margin-top: 3% !important;}

.detail_title {
	width: 100% !important;
}

.propic_show_right_item_20170301 {
	margin-top: 30px;
}

.propic_show_right_item_20170301 img {
	width: 24% !important;
}

.pro_detail_rel_item div {
	width:32% !important;
	height: 100% !important;
}

.pro_detail_rel_item div img {
	width: 100% !important;
	height: auto !important;
}

.pro_detail_rel_item div+div {
	margin-left: 2%;
}

.news_box_lbm {
	width: 100% !important;
}

.bodyContentString8 {
	width: 100% !important;
	min-width: 1200px;
}

.psupdown {margin-bottom:5px !important;margin-top: 40px !important;}

/*内页产品第六*/
.protemptwo ul {
	display: flex;
	flex-wrap: wrap;
}

.protemptwo li {
	width: 31.33% !important;
	margin-left: 26px !important;
	margin-top: 26px !important;
	margin: 0 1% 2% 1% !important;padding:1%;
}
.protemptwo li:hover .protemppic img{ transform:none !important;;}
.protemptitl:before {
	background: #151948 !important;
}

.protemptwo li {
	border: 1px #eee solid;
	box-shadow: none !important;
}

.protemppic img {
	height: auto;
}

.protemppic {
	border: none !important;
}


/*内页产品右边样式*/
.propic_show_right_20170301 p {
	font-size: 14px;
	line-height:20px;
	font-weight: lighter;
}

/*内页产品二维码*/
.pro_show_ewm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
}

.pro_ewm_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.propic_show_con_box {
	width: 100%;
	padding: 2% 5%;
	height: auto;
	border: 1px #e5e5e5 solid;
	margin-top:2%;
}

.pro_ewm_m {
	width: 20.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pro_ewm_m img {
	width: 100%;
}

.pro_ewm_m span {}

.pro_ewm_left p {
	font-size: 18px;
	line-height: 24px;
}

.pro_ewm_left b {
	font-size: 18px;
	line-height: 30px;
	font-family: Arial;
}



/*自定义第七样式*/
.nylist li {
	width: 23% !important;
}

.nylist-title:before {
	width: 100%;
	height: 0;
	content: '';
	background: #151948;
	transition: 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.nylist li:hover .nylist-title:before {
	height: 100%;
	transition: 0.5s;
}
.nylist li:hover .nylist-title{ color:#fff !important;}
.nylist-title {
	position: relative;
	z-index: 5;
}



.nylist-photo img {
	height: 100%;
}

/*自定义图片*/
.content_image{
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    padding: 4%;
    background: #fff;}
.content_image img {
	width: 60% !important;
	height: auto !important;
}

.dgcontent_title_h5 {
    font-size: 24px;
    background: #fff;
    padding: 0.11% 1% 1% 1%;
    text-align: center;
}
.nylist li .nylist_tit:before {
	background: #151948 !important;
}

.ban_page {
	width: 1380px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 55%;
}

/*新闻*/
.in_new p {
	font-size: 15px;
	line-height: 32px;
}

.pro_detail_cppp {
	line-height: 30px;
}

/*内页幻灯片文字*/
h3 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
h5 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
.banLeft {
	float: left;
}

.banLeft .banLine {
	width: 50px;
	height: 4px;
	background: #151948;
}

.banLeft h3 {
	color: #fff;
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	padding: 18px 0 8px 0;
	text-transform: uppercase;
}

.banLeft h5 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 0 0 28px 0;
}
@media screen and (max-width:1429px) {
	.banLeft .banLine {
		width: 42px;
		height: 3px;
	}

	.banLeft h1 {
		font-size: 34px;
		padding: 22px 0 12px 0;
	}

	.banLeft h2 {
		font-size: 21px;
		padding: 0 0 24px 0;
	}
}

@media screen and (max-width:1229px) {
	.banLeft .banLine {
		width: 34px;
		height: 2px;
	}

	.banLeft h1 {
		font-size: 27px;
		padding: 15px 0 9px 0;
	}

	.banLeft h2 {
		font-size: 17px;
		padding: 0 0 18px 0;
	}
}

@media screen and (max-width:991px) {
	.joinBanBox {
		bottom: auto;
		top: 50%;
		margin-top: -33px;
	}

	.joinBanBox .banLeft {
		width: 100%;
		text-align: center;
	}

	.joinBanBox .banLeft .banLine {
		display: inline-block;
		vertical-align: top;
	}

	.joinBanBox .banLeft h3 {
		font-size: 23px;
	}

	.joinBanBox .banLeft h3 {
		padding: 0;
	}

}

/*自定义栏目导航*/
.pz_SideLayer {
	float: right;
	margin-top: 103px;
	display: none;
}

.pz_SideLayer .l1 {
	float: left;
	padding-left: 1px;
	list-style: none;
}

.pz_SideLayer .l1 a {
	float: left;
	width: 180px;
	background: #474747;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
}

.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover {
	background: #151948;
}

@media screen and (max-width:1429px) {
	.pz_SideLayer {
		float: right;
		margin-top: 72px;
	}

	.pz_SideLayer .l1 {
		padding-left: 1px;
	}

	.pz_SideLayer .l1 a {
		width: 154px;
		font-size: 14px;
		line-height: 44px;
	}
}

@media screen and (max-width:1229px) {
	.pz_SideLayer {
		float: right;
		margin-top: 53px;
	}

	.pz_SideLayer .l1 a {
		width: 123px;
		line-height: 35px;
	}
}

@media screen and (max-width:991px) {
	.pz_SideLayer {
		display: none;
	}
}


div#tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
	border-top: 1px solid !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
}

#center #bodycontent:nth-child(8)>a {}

.xw p {
	line-height: 30px;
}



/**/
.protempone li:hover .protemp_title a{ color:#0086e2 !important;}
.protemp_title a:hover{ color:#151948 !important;}
.protemp_title:hover a{ color:#151948 !important;}
.protemp_title a {font-size: 21px !important;}
.protemp_title a:hover:{color: #000000 !important;}
.protempone li:hover .protemp_title a {
	color: #000000 !important;
	background-image: #151948;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.protempone li:hover .protemp_more a {
background: #151948 !important;
}

.protempone li {
	width: 100% !important;
	padding: 3% !important;
box-shadow:none !important;
border: 1px #eee solid;
}

.protempwa {padding: 5% 0 0;width: 32% !important;}

.protemp_body {
	margin-top: 28px !important;
	font-size: 16px !important;
	color: #666;
	font-weight: normal;
}

.protemp_more a {
	margin-top: 36px !important;
}


.nyproduct-photo img {
	height: auto;
}

.nyproduct li {
	width: 31.33% !important;
}

.nyproduct_image p {line-height: 65px !important;height: 65px !important;background: #eee;}
.nyproduct li:hover .nyproduct_image p{background: linear-gradient(to bottom, #1f78c7 0%, #11ccee 100%);color:#fff;}

.nyproduct-title {
	color: #333 !important;
}

.nyproduct-more {
	background: #151948 !important;
	box-shadow: 0px 1px 20px 0px rgba(0,124,194,0.7) !important;
	inset 0px -1px 0px 0px #151948 !important;
}

.nyproduct li:hover .nyproduct-content {background: linear-gradient(to bottom, #1f78c7 0%, #11ccee 100%) !important;opacity: 0.5; }
.nyproduct-content .cpnycs p{line-height: 20px;}

.nyproduct li:hover .nyproduct-title {
	color: #fff !important;
}

.nynews-list:hover .nynews-title {
	color: #151948 !important;
}

.nynews-list:hover .nynews-more {
	background: #151948 !important;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
	background: #151948 !important;
}

/**/
.dwone li {width: 23% !important;}
.dwone li:hover .dwwa_more a {background: #032d7a !important;}

.dwone li:hover .dwwa_a a {
	color: #032d7a !important;
}
.dwone li img {
	height: auto;
}

.dwone li:hover .dwwa_more a{ background:#032d7a !important;}
.dwone li:hover .dwwa_a a{ color:#032d7a !important;}

/**/
.nynewslist:hover {
	border: 3px solid #032d7a !important;
}

.nynewslist:hover .nynewslist_time {
	background: url(//memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204317_1971304437.png) center 28px no-repeat #032d7a !important;
}


.nyproduct_photo:before{height: 0px;top: 0;z-index: 3;background:rgba(0,124,194,0.7) !important;}
.nyproduct-title:after{background:#151948 !important;}
.nyproduct-more{background: #151948 !important;}
.nyproduct li:hover .nyproduct-more{background: #0194e7 !important;}
.nyproduct ul li:hover .nyproduct-text{color:#fff;}

.nyproduct-content .cpnycs{color: #fff;}


.yyfw {
    line-height: 30px;
    font-size: 16px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    padding: 4%;
    background: #fff;
}
.yyfw img{display: block;
    margin: 0 auto;
    width: auto;
    height: auto;}