<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#003e92;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #003e92;
	border-color: #003e92;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #003e92;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #003e92;
	border-color: #003e92;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #003e92;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #003e92;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #003e92;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #003e92;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #003e92;
	box-shadow: 0 0 10px 0 #003e92
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #003e92;
	color: #FFF;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #003e92;
	border-color: #003e92;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}

/*产品样式*/
.left-menu {
    width: 100%;
	margin-top: 30px;
}
.left-menu .item {
    float: left;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding: 0 35px;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #26439c;
    background: #f0f0f0;
}
.left-menu .item:hover, .left-menu .item.hover {
    color: #fff;
    background: #26439c;
    border-color: #26439c;
}

.xwl331 .w331 {
    width: 1200px;
    margin: 0 auto;
}
.xwl331 {
    padding-bottom: 50px;
    min-height: 640px;
}

.xwl331 .al331 {
    margin-top: 40px;
}
.xwl331 .al331 ul {
    width: 105%;
}
.xwl331 .al331 li {
    width: 378px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.xwl331 .al331 li .img {
    overflow: hidden;
    height: 213px;
    display: block;
    border: 1px solid #efefef;
    width: 378px;
    border-bottom: none;
}
.xwl331 .al331 li .img img {
    width: 70%;
    transition: .9s;
	padding: 25px 15%;
}
.xwl331 .imgH li .img {
    height: 284px;
    border: 1px solid #efefef;
    width: 378px;
    border-bottom: none;
}
.xwl331 .imgH li .img img {
    max-height: 284px;
}
.xwl331 .al331 li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.xwl331 .al331 li .p {
    border: 1px solid #efefef;
    display: block;
    width: 380px;
    padding: 0 19px;
    height: 108px;
    border-top: none;
	box-sizing: border-box;
}
.xwl331 .al331 li .p p {
    border-bottom: 1px solid #d6d6d6;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.xwl331 .al331 li .p span {
    color: #666;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.xwl331 .al331 li .p i {
    width: 32px;
    height: 12px;
    background-position: -73px -43px;
}
.xwl331 .al331 li .p .fl {
    font-size: 12px;
    font-family: arial;
}
.xwl331 .al331 li:hover a span {
    color: #05469a;
}
.xwl331 .al331 li:hover a p {
    color: #05469a;
}
.xwl331 .al331 li:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.xwl331 .pgl331 {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
.xwl331 .pgl331 a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    background: #fff;
    border: 1px solid #edebeb;
}
.xwl331 .pgl331 li {
    display: inline-block;
}
.xwl331 .pgl331 a:hover, .xwl331 .pgl331 .active a {
    display: inline-block;
    color: #fff;
    background: #05469a;
    border-color: #05469a;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}

.pro365 .eynews {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.pro365 .eynews h4 {
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #204c97;
    font-weight: normal;
    border-bottom: 1px solid #204c97;
    font-size: 18px;
}
.pro365 .commend {
    width: 280px;
    float: left;
    margin: 30px 20px 0 0;
}
.pro365 .commend:nth-child(5) {
    margin-right: 0;
}
.pro365 .commend dt {
    width: 280px;
}
.pro365 .commend dt a {
    display: block;
    width: 280px;
    padding: 1px;
    border: 1px solid #ccc;
}
.pro365 .commend dt a:hover {
    border: 1px solid #204c97;
}
.pro365 .commend dt img {
    width: 280px;
}
.pro365 .commend dd {
    font-size: 14px;
	line-height:34px;
    text-align: center;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
}
.pro_main {
    zoom: 1;
}
.pro365 .mod_goods_info {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    background-color: #eee;
    height: 65px;
}
.pro365 .mod_goods_info .hds {
    height: 65px;
    _overflow: hidden;
}
.pro365 .mod_goods_info .hds li {
    float: left;
    cursor: pointer;
}
.pro365 .mod_goods_info .hds li h3 {
    display: block;
    width: 128px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    font-weight: normal
}
.pro365 .mod_goods_info .hds li h3 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none
}
.pro365 .mod_goods_info .hds .on {
    height: 62px;
    line-height: 62px;
    border-top: 3px solid #204c97;
    position: relative;
}
.pro365 .mod_goods_info .hds .on h3 {
    height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #204c97
}
.pro365 .mod_goods_info .hds .on h3 a {
    color: #076EBB;
    font-weight: bold
}
.pro365 .cpright .propar a {
    text-align: center;
    display: block;
    width: 128px;
    height: 50px;
    margin: 7px auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #204c97;
}
.pro365 .neirong {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow : hidden;
}
.pro365 .neirong p {
    color: #414141
}
.pro365 {
    overflow: hidden;
}
.pro365 .container {
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.pro365 .cpright {
    width: 1200px;
    padding-bottom: 25px;
    background: #fff;
    float: right;
}
.pro365 .cpright a {
    color: #204c97;
}
.pro365 .rtop {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #204c97;
}
.pro365 .rtop h5 {
    margin:0; 
    padding:0;
    float: left;
    font-size: 20px;
	font-weight:600;
    color: #204c97;
    line-height: 22px;
}
.pro365 .rtop span {
    float: right;
    color: #204c97;
    font-size: 16px;
}
.pro365 .prodetailsinfo {
    padding: 15px 0;
    clear: both;
    zoom: 1;
    margin-bottom: 10px;
	float:left;
	width:1200px;
}
.pro365 .prodetailsinfo .photo {
    width: 462px;
    position: relative;
}
.pro365 .prodetailsinfo .photo .jqzoom {
    width: 462px;
    height: 460px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
}
.pro365 .prodetailsinfo .photo .img {
    width: 700px;
    height: 275px;
    display: block;
}
.pro365 .prodetailsinfo .photo .bigimg {
    width: 460px;
    height: 460px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    overflow: hidden;
}
.pro365 .prodetailsinfo .photo .bigimg .list {
    width: 1000%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .bigimg .list li {
    width: 460px;
    height: 460px;
    float: left;
}
.pro365 .prodetailsinfo .photo .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}
.pro365 .prodetailsinfo .photo .photoimg {
    width: 462px;
    height: 82px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro365 .prodetailsinfo .photo .photoimg .list {
    width: 386px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon {
    width: 300%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li {
    width: 64px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li img {
    border: 1px solid #ddd;
    width: 62px;
    height: 48px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li:hover img, .pro365 .prodetailsinfo .photo .photoimg .listcon li.on img {
    border-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev, .pro365 .prodetailsinfo .photo .photoimg .next {
    width: 25px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: 10px;
    cursor: pointer;
    background: #ddd url(../images/pn365.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .prev:hover, .pro365 .prodetailsinfo .photo .photoimg .next:hover {
    background-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev {
    left: 0px;
    background-position: 0 center;
}
.pro365 .prodetailsinfo .photo .photoimg .next {
    right: 0px;
    background-position: -25px center;
}
.pro365 .prodbaseinfo_a {
    float: right;
    width: 720px;
    z-index: 1;
}
.pro365 .h2_prodtitle {
    font-size: 30px;
    color: #204c97;
    padding: 0 0 10px;
    line-height: 2em;
    border-bottom: 1px dashed #DCDCDC;
}
.pro365 .ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}
.pro365 .ul_prodinfos {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
}
.pro365 .ul_prodinfos li {
    float: left;
}
.pro365 .ul_prodinfos li.li_weight {
    float: right;
}
.pro365 .ul_prodinfo li {
    font-size: 14px;
    float: left;
    padding: 6px 0;
    text-align: justify;
    height: 170px;
    overflow: hidden;
}
.pro365 .li_normalprice {
    line-height: 24px;
}
.pro365 .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}
.pro365 .reLink .prevLink, .reLink .nextLink {
    width: 50%;
}
.pro365 .reLink .nextLink {
    text-align: right;
}
.pro365 .right .eynews .random {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

.ul_prodinfos .btn2 {
	width: 204px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	margin-left:20px;
	background: url(../images/btn2bg.jpg) no-repeat center center;
}
.ul_prodinfos .btn2:hover {
	background-image: url(../images/blue-jbg.jpg);	
}
.ul_prodinfos .btn2 a{
	display:block;
}
.ul_prodinfos .btn2 a:hover{
	color: #fff;
}
.ul_prodinfos .btn1 {
	color:#fff;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: url(../images/blue-jbg.jpg) center center;
}
.ul_prodinfos .btn1 strong {
	display: block;
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.ul_prodinfos .btn1 strong {
	display: none;
}

.ygfist-menu{width:100%;padding-top: 40px;}
.ygitem{position: relative;font-size:20px;margin-right:50px;}
.ygitem:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #003e92;
    border-radius: 3px;
    left: 0;
    bottom: -8px;
    opacity: 0;
    transition: all .3s;
}
.ygfist-menu .active {
    color: #003e92;
}
.ygfist-menu .active:before {
    opacity: 1;
}
.ygitem:hover .ygitem{color: #003e92;}
.ygitem:hover:before{opacity: 1;}

.productCate{width:100%;padding-top:60px;}
.productCate .pcbox{width:100%;display:flex;flex:1; flex-wrap: wrap;}
.productCate .pcList{width:360px;border-radius:10px;margin:0 30px 40px 0;box-shadow: 1px 1px 10px #e8e8e8;cursor: pointer;overflow:hidden;}
.pcList .pcl-titbox{width:320px;position:absolute;display:flex;}
.pcList .pcl-title{font-size:22px;font-weight:600;color:#003e92;text-indent:26px;padding-top: 10px;}
.pcList .pcl-titgo{margin-left: auto;}
.pcList .pcl-pic{width:100%;}
.pcList .pcl-pic img{width:100%;height:auto;transition: all 0.6s;}
.pcList .pcl-button{width:340px;height:56px;display:flex;line-height: 56px;}
.pcList .pcl-button .pclb-left{font-size:16px;text-indent: 26px;color:#333;}
.pcList .pcl-button .pclb-right{margin-left: auto;font-size: 23px;font-weight: 500;color:#333;}
.productCate .pcList:hover{box-shadow: 5px 1px 15px #cbcaca;}
.productCate .pcList:hover .pcl-pic img{transform: scale(1.1);}</pre></body></html>