<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 10px;
}
::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
	background-color: rgba(0, 0, 0, 0.05);
	width: 3px;
	height: 3px;
	border:1px solid rgba(255,255,255,0.05);
}
::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 10px;
	background-color: rgba(234, 234, 234, 1);
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.15);
	width: 3px;
	height: 3px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	background-color: rgba(244, 244, 244, 1);
	-webkit-box-shadow: inset 1px 1px 15px rgba(255,255,255,0.8),
	inset 1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	background-color: rgba(204, 204, 204, 1);
	-webkit-box-shadow: none;
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:window-inactive,
::-webkit-scrollbar-track-piece:window-inactive,
::-webkit-scrollbar-thumb:window-inactive {
	-webkit-box-shadow:none;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-resizer{
	background-color: transparent;
}
*{padding:0px;margin:0px;box-sizing:border-box;}
body{font-size:14px;font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;line-height:22px;background:#f8f8f8;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;}
a,img{border:0;}
ol,ul{list-style:none}
a{color:#666;text-decoration:none;}
a:hover{color:#2196f3;}
img {max-width: 100%;/*max-height: 100%;*/vertical-align: top;}

.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}
.pic{line-height:0px;}
.mr0{margin-right: 0 !important;}
/* 网站容器 */
.container{margin:auto;width:100%;max-width:640px;background:#fff;padding-top: 50px;min-height: 350px;}

/*网站头部 */
.header{height:100px;background:#fff/*#2196f3*/;box-shadow: 0px 2px 3px #a6a6a6;margin-bottom:10px;position:fixed;top: 0;left: 0;right:0;z-index: 1;width: 100%;max-width:640px;margin:0 auto;}
.header img{height:25px;margin-top:13px/*10px*/;cursor:pointer}
.header h1,.header h2{width:50%;height:50px;line-height:50px;font-size:20px;color:#014783;text-align:center;margin:0 auto;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.menu{/*float:right;margin-right:2%;*/position: absolute;right:2%;top:5px;}
/*.menu{float:left;margin-left:2%;}*/

.search {
    background: #054B85;
    border: 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    float: left;
    height: 44px;
    line-height: 44px;
    width: 44px;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 37px;
}
.search,.fanhui{float:right;margin-right:3%}
.fanhui{background: #014783;}
.block{display: block;}

.head{color:#fff;background:#014783/*#2196f3*/;padding:5px 2%;position: relative;}
.head img{margin-top: 5px;}
.header .logo img{height:45px;margin-top: 0px;float:left;}


.close {position: absolute;right: 10px;top: 20px;width: 20px;height: 20px;z-index: 9;}
.nav {position:relative;height:100%;overflow: auto;z-index: 2;right:0; background-color:#fff /*#2196f3;display: none;*/}
.nav ul{margin-top: 10px; line-height: 40px;}
.nav ul li{width:150px;border-bottom: 1px solid #fff;}
.nav ul li a { display: block; padding: 0 20px; color:#333 /*#fff*/; text-decoration: none;transition:all 0.5s}
.nav ul li a:hover,.nav ul li .current { background-color:#1784db;color: #fff;}
.search-form{padding:10px 0;text-align:center;background:rgba(0,0,0,.3);display:none}
.input{height:30px;line-height: 30px;border-radius: 3px;border:1px solid #bbb;outline: none;width:60%;padding:5px 10px;font-size: 12px;background:#fff}
.submit{border:none;background:#2196f3;color:#fff;height:30px;line-height:30px;width:80px;text-align:center;cursor:pointer;border-radius: 3px}

.nav ul p{width:200px;color:#fff; background: url(/statics/images/donghong/top_tel.png)no-repeat left top;}
.nav ul p span{padding-left: 50px;}

.banner{width: 100%;margin-top:50px;}
.banner-img img{width: 100%;}

.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

	.swiper-pagination-bullet {background: #666 !important;}
	.swiper-pagination-bullet-active { opacity: 1; background: #007aff !important;}



.news-list ul li{/*border-bottom: 1px solid #e7e7e7;*/padding:8px 0;margin:0 8px;overflow:hidden;text-overflow:ellipsis;/*white-space:nowrap;*/}
.news-list ul li a{color:#666;}
.news-list ul li a:hover{color:#2196f3;}
.news-list ul li .date{float:left;color:#666;font-size:12px;/*margin-left:7px;*/}
.news-list ul li:last-child:{border-bottom:0;}


.news-list{width: 96%;margin:0 auto;}
.news-li{width: 100%;padding-top: 10px;}
.news-li img{width: 35%;float: left;}
.news-li-des{float: right;width: 60%;}
.news-list .title_color{background: #1784db; color: #fff;padding: 5px 0 5px 15px;width: 100%;font-size: 16px;border-top-left-radius:5px; border-top-right-radius: 5px;}







.flag{font-style: normal;font-size: 12px;background:#f60;color:#fff;padding: 2px 3px;font-weight:normal;}
.title{background:#eee;font-weight:normal;height:35px;line-height:35px;border-top:#2196f3 2px solid;}
.title a{color:#123261;}
#page{margin:20px 0;font-size:14px;line-height:30px;text-align:center}
#page .pageinfo{display:none}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:4px 10px;margin-left:5px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #aaa;}

/*.cpzx-nav-n li{width:33%; float: left;height: 50px;line-height: 50px;text-align: center;padding: 0;}
.cpzx-nav-n li:nth-child(3n-1){border-left: 1px solid #999;border-right: 1px solid #999;}*/
.cpzx-nav-n .current a{color:#1784db;}
.content{margin-top: 20px;}
.content h1{text-align: center;}

.zizhi p{width: 96%;margin: 0 auto;}
.zizhi p img{width: 50%;float: left;}



.pagination {padding-left: 0;margin: 20px 0;border-radius: 4px;      float: right;}
.pagination&gt;li {display: inline;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #40aae2;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover {z-index: 3;color: #fff;background-color: #40aae2;border-color: #40aae2;cursor: default;}
.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed;}
.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span {padding: 10px 16px;font-size: 18px;line-height: 1.33333;}
.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span {border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span {border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.badge,.label {line-height: 1;white-space: nowrap;}
.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.search-pagination&gt;.pagination&gt;li&gt;a {margin: 0 3px;}
.search-pagination {width: 100%;text-align: center;display: inline-block;}
.search-pagination&gt;.pagination&gt;.page-active&gt;a {background-color: #40aae2;color: #fff;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span {color: #000;}
.pagination&gt;li&gt;a:hover {cursor: pointer;color: #23527c;}

.search-title h2{font-size: 16px;font-weight:normal;margin:0px 10px 10px 10px;border-bottom:1px solid #2196f3;padding-bottom: 10px}
.search-title h2 span{margin:0 3px;}

#main{min-height: 260px;}
.main-article{padding:10px;overflow:hidden;min-height: 150px;}
.main-article .content{display: inline-block;}
.main-article h1{font-size:18px;margin-bottom: 20px}
.main-article .info{font-size:14px;color:#666;/*margin-bottom:30px;*/border-bottom: 1px dashed #ddd;padding-bottom:10px}
.content h2{font-size: 16px;margin:20px 0;padding-left:10px;border-left:3px solid #2196f3;}
.content p{font-size:16px;color:#4c4c4c;line-height:30px;}
/*.content img{max-width:100%;}*/
.content a{color:#2196f3;}
.content p img{max-width:100%;}
.content pre{color: #444;font-family: Monaco,Menlo,Consolas,"Courier New",monospace;display: block;margin:10px 0; padding: 9px;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,.15); border-radius: 3px;background-color: #f5f5f5;white-space: pre-wrap;word-wrap: break-word;font-size: 11px;line-height: 20px;word-break: break-all;}
.next{font-size:14px;margin-top:10px;}

.article-img {overflow:hidden;}
.article-img ul{padding:15px 8px;}
.article-img ul li{height:90px;border-bottom: 1px dashed #dadada;padding:10px 0;overflow:hidden;margin:10px 0;}
.article-img ul li img{float:left;width:30%;height:60px;margin-right:15px;}
.article-img ul li p a{color:#333;display:block;font-size: 16px;margin-top: 6px}
.article-img ul li span{color:#868686;font-size:14px;}

/*评论区*/
.content-box{margin-top:20px}
.title-btn{height:28px; line-height:28px;font-size:14px;background:#2196f3;font-weight:normal;padding:0 10px;width:80px;margin:10px 0;color:#fff;text-align:center}
.comment-box{position: relative;}
.comment-box h3{height: 28px; line-height: 28px}
.comment-form{width: 100%; position: relative}
.textarea{width: 100%; height: 78px; border: 1px solid #ccc; padding: 5px 5px; outline: none; color: #333; line-height: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px;}
.textarea2{width: 100%}
.comment-form p{height: 28px; line-height: 28px; position: relative}
.comment-form .emotion{width: 42px; height: 20px; background: url(../images/icon.gif) no-repeat 2px 2px; padding-left: 20px; cursor: pointer; color: #999}
.comment-form .emotion:hover{background-position: 2px -28px; color: #666}
.comment-submit{background-color: #e6e6e6; background-image: linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6); background-repeat: no-repeat; border-bottom-right-radius: 3px; border-color: #ddd #ddd #aaa; border-style: solid; border-width: 1px; box-shadow: 0 0 1px #fff inset; color: #555; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; height: 32px; position: absolute; right: 0; text-align: center; text-shadow: 0 1px 0 #fff; top: 0; transition: all 0.15s linear 0s; width: 100px; cursor: pointer; border-radius: 2px; margin-top: 5px; outline: none;}
.comment-submit:hover{background-position: 0 -15px; color: #121212}
.static{position: static; float: right;}
.comment-list-box{border: 1px solid #ddd; margin: 25px 0 15px; overflow: hidden;}
.comment-list-top{background: #fbfbfb; color: #555; font-size: 14px; padding: 0 12px; height: 30px; line-height: 30px; border-bottom: 1px dotted #ddd;}
.comment-list-body ul{padding: 0 12px;}
.comment-list-body ul li{padding: 10px 0; border-bottom: 1px dotted #ddd; overflow: hidden;}
.comment-list-body ul li:last-child{border-bottom: none;}
.comm-right{margin-left: 50px;}
.comm-right .user_name{color: #017cb9}
.comm-right .user_name:hover{color: #2a6496; text-decoration: underline; transition: all 0.15s linear 0s;}
.comment-list-body .user_pic{float: left;}
.comment-list-body p{font-size: 14px; line-height: 1.5em; color: #666; margin: 5px 0;}
.comment-list-body .original_comment{display: block; margin: 5px 0;}
.comment-list-body .comm_time{font-size: 12px; color: #999;}
.comment-list-body .comm_a{font-size: 12px; color: #999; margin: 0 5px; transition: all 0.15s linear 0s;}
.comment-list-body .comm_a:hover{color: #555}
.none{display: none;}
.original_comment{display: block; margin: 5px 0;}
/*评论区*/

/*留言板*/
.guestbook{width:95%;margin:0 auto 20px;}
.guestbook h3{border-bottom:3px solid #2196f3;height:35px;line-height:35px;font-size:16px;margin-bottom:20px;}
.guestbook .input{border:1px solid #dddddd;font-size:14px;padding:3px 5px;width:100%;margin:8px 0;outline:none;color:#454545;border-radius:3px;line-height: 30px;}
.guestbook textarea{border:1px solid #dddddd;font-size:14px;padding:3px 3px;width:100%;height:100px;line-height:25px;margin-bottom:15px;outline:none;color:#454545;border-radius:3px}
.guestbook .input:focus,
.guestbook textarea:focus{transition: all 0.218s ease 0s;border: 1px solid #2196f3;}
.guestbook .submit{width:100%;margin:0 auto;background:#2196f3;color:#fff;cursor:pointer;border:none;}

.back{height:35px;width:35px;position:fixed;bottom:50px;right:10px;z-index:999}
.back a{display: table-cell;vertical-align:middle;text-align: center;height:35px;width:35px;background:#2196f3;}
.back img{height:25px;width:25px;vertical-align:middle;}

/*产品中心*/

.cpzx-main{height:100%;min-height:420px;background-color:#fff;overflow:hidden;margin-bottom: 10px;}
.cpzx-left{float:left;width:25%;height:100%;min-height:420px;font-size:15px;border-right:1px solid #303030;}
.cpzx-left ul{display:flex;flex-direction:column;}
.cpzx-left li{text-align:center;letter-spacing:1px;padding:18px 0;border-bottom:1px solid #ddd;cursor:pointer;font-size: 13px;}
.cpzx-left li.cur{background-color:#c00;color:#fff;}
.cpzx-left li.cur a{color: #fff;}
.cpzx-right{float:right;width:74%;font-size:13px;}
.cpzx-right ul{flex-wrap:wrap;}
.cpzx-right li{width:33%;height:160px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;/*display:flex;*/justify-content:center;align-items:center;overflow:hidden;float: left;}
.cpzx-r-img{/*width:78px;height:64px;overflow:hidden;*/width: 100%;height: 100px;}
.cpzx-r-img img{max-height: 100%;max-width: 100%;display: block;margin: 0 auto;vertical-align: middle;}
.cpzx-right p{text-align:center;margin-top:5px;height: 20px;/*overflow:hidden;*/}


/*.cpzx-title button{background-color:#fff;font-size:16px;width:80px;height:40px;padding-left:14px;}
.cpzx-title button a{color:#c00;}*/
.cpzx-content{border-top:1px solid #ddd;}
.cpzx-content ul{}
.cpzx-content span{}
.cpzx-content li{width:50%;height:100%;padding:16px 24px;overflow:hidden;float: left;border-bottom:1px solid #ddd;border-right:1px solid #ddd;box-sizing: border-box;}
.cpzx-img{width:140px;height:140px;overflow:hidden;display: flex;justify-content: center;align-items: center;}
.cpzx-nr h4{font-size:15px;font-weight:normal;margin:6px 0;height: 20px;overflow: hidden;}
.cpzx-nr p{color:#888;font-size:13px;}
.cpzx-content button{font-size:13px;margin-top:6px;background:#fff url(../images/cpzx-tel.png) no-repeat 0 3px;background-size:12px;padding-left:20px;border: none !important;}



/*产品中心详情页*/
.cpzx-img img{max-width: 100%;max-height: 100%;}


.cpzx4{height:100%;margin-bottom:10px;color:#888;background: #efefef;}
.cpzx4-title{background-color:#fff;margin-bottom:10px;}
.cpzx4-img{padding:0 14px;border-bottom:1px solid #888;}
.cpzx4-img2{padding:11px 0;width:100%;height:100%;max-height:528px;display:flex;justify-content:center;align-items:center;}
.cpzx4-title h2{line-height:54px;border-bottom:1px solid #ccc;padding:0 14px;font-size:20px;color:#303030;}
.cpzx4-title p{padding:12px 14px;border-bottom:1px solid #ccc;font-size:15px;line-height:20px;}
.cpzx4-title ul{padding:12px;display:flex;flex-wrap:wrap;justify-content:space-between;font-size:15px;}
.cpzx4-title li{margin:0 6px;line-height:22px;}
.cpzx4-title li span{display:inline-block;width:7px;height:7px;background:#c00;border-radius:100%;margin-bottom:1.5px;margin-right:3px;}
.cpzx4-content{background:#fff;height:100%;}
.cpzx4-hd{width:100%;height:38px;border-bottom:1px solid #ccc;font-size:13px;}
.cpzx4-hd ul{display:flex;text-align:center;}
.cpzx4-hd li{width:50%;cursor:pointer;color:#303030;line-height:38px;}
.cpzx4-hd li:hover{background-color:#c00;color:#fff;}
.cpzx4-hd span{border-right:1px solid #ccc;height:38px;}
.cpzx4-bd{padding:14px;}
.fixed-div{position:fixed;width:100%;height:40px;bottom:0;}
.fixed-div button{display:inline-block;height:40px;color:#fff;font-size:16px;font-weight:bold;}
.fixed-div p{height:40px;background-repeat:no-repeat;line-height:38px;margin:0 auto;text-align:right;background-size:24px;background-position:left;}
.cpzx-fixed1{width:30%;}
.cpzx-fixed2{width:70%;background-color:#c00;}
.cpzx-fixed1 p{width:56px;background-image:url(../images/cpzx4-an1.gif);}
.cpzx-fixed2 p{width:88px;background-image:url(../images/cpzx4-an2.gif);}



/*视频*/
	.video-list{width: 96%;margin: 0 auto}
	.video-list li{float: left;width: 48.5%;margin-right: 3%;text-align: center;}
	.video-list li img{width: 100%;}
	.video-list li p{text-align: center;}
/*视频*/


/* 底部导航 */
.footer-nav{line-height:60px;border-top:3px solid #2196f3;/*background:url(../images/fx.png) 0 54px repeat-x;*/overflow:hidden;/*background-color:#efefef;*/margin-top:30px;}
.footer-nav ul li {float:left;width:25%;text-align:center;/*background:url(../images/mxian.png) no-repeat right;*/height:60px;position: relative;}
.footer-nav ul li a{line-height:60px;height:60px;font-weight:normal;font-size:16px;color:#fff;display:block;}
.footer-nav ul li span{position: absolute;left:-3vw;bottom:0;width:20%;color:#fff;}
/* 网站底部 */
.footer{background:#333/*#efefef*/;text-align:center;color:#333;line-height:30px;padding-bottom: 20px;margin-top:30px;/*position:absolute;bottom: 0;left:0;*/}
.footer p{font-size:14px;color:#fff;}
.footer p a {margin-left: 10px;color: #c00;}
.lyzx {background-color: #fff;padding: 20px 14px;margin-bottom: 10px;}
.lyzx button {position: fixed; z-index: 999;left: 0;bottom: 0;width: 100%;border-radius: 0; height: 50px;background: #313131;}
.lyzx button a {display: flex;justify-content: center;align-items: center; font-size: 20px;color: #fff;}


/*资料下载*/
/*资料下载*/
.zlxz{padding: 10px;}
.zlxz li{width: 100%;height: 60px;background: #c00;border-radius: 5px;color: #fff;display: flex;justify-content: space-between;
	align-items: center;margin-bottom: 10px;}
.down_l{padding: 0 0 0 10px;font-size: 12px;}
.down_l p{font-size: 14px;height: 24px;overflow:hidden;}
.down_r{width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;padding: 10px;box-sizing: border-box;}
</pre></body></html>