<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* KISSY CSS Reset */

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
   font-size: 14px;
}

/* 设置默认字体 */
body,button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 "微软雅黑" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 17.5px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #cca60e; }
/* 重置表单元素 */
input,select,textarea,button{outline:medium;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
input {vertical-align:middle;border: none; background: none;outline:none;}\n

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
/*    border: none;*/
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; min-width: 320px;}
/*设置左右浮动*/
.fl{float: left;}
.fl-one{text-align: center;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}

/*网站头样式*/
.copy img{height:30px;}
#header .top-bar { background-color: #055998;  color: #999; line-height: 30px; display: none;}
#header .top-a a { float: left; padding: 0 10px; color: #fff;}
#header .top-a a:hover,#header .top-a a:active { color: #fff; background: #000;}

#header .nav-box { background: #fff; padding: 10px 0;    margin-bottom: 2px;}

#header .nav ul { display: none;}
#header .nav i { float: left; margin-left: 25px; margin-top:5px;}

.xs-nav { height: 100%; background: #1a1a1a; position: fixed; right: -200px; top: 0; width: 200px; overflow: hidden; display: none;}
.xs-nav ul { padding: 15px;}
.xs-nav a { display: block; height: 40px; line-height: 40px; padding-left: 5px; color: #fff;}
.xs-nav a:active { background: #000; color: #fff;}
.xs-nav li { border-bottom: 1px solid #373a3d;}
#header .language-txt {background: #000; height: 40px; line-height: 40px; display: none;}
#header .language-txt a {color: #fff; display: inline-block; width: 49%; text-align: center;}
#header .language-txt a:active { background: #000; color: #fff;}
#header .nav i img { width: 26px; height: auto;}
#header img.logo { margin: 10px;}
.top-ban {width: 100%; height: 100%;}
.swiper-slide {
	text-align: center; font-size: 18px; background: #fff; 
	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-slide img { max-width: 100%; height: auto;}
#header .nav ul li {float: left; height: 95px; line-height: 95px;    font-size: 16px;}
#header .nav ul li a { display: block; padding: 0 8px; color: #000; font-size:14px;}
#header .nav ul li a:hover, #header .nav ul li a:active, #header .nav ul li.active a {border-bottom:solid 3px #055998;background: #055998; color: #fff;}




.plane-body {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;width:100%;float:left;
}.form-group label {
    color: #7e7e7e;float:left;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    width: 70px;
}.form-group .form-control {
    border: 1px solid #ddd;
    width: 80%;float:left;
}.require {
    color: red;float:left;padding-left:10px;
}textarea.form-control {
    min-height: 100px;
    resize: vertical;
}.form-control {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    height: 46px;
    padding: 6px 8px;
}.btn.btn-submit {
    border: 1px solid #055998;
    box-sizing: border-box;
    color: #055998;
    font-size: 24px;
    height: auto;
    margin-top: 35px;
    padding: 10px;
    text-align: center;
    width: 80%;
}.btn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 36px;
    padding: 5px 20px;
    vertical-align: middle;
    white-space: nowrap;
}

.btn.btn-submit:hover {
    background: #055998 none repeat scroll 0 0;
    color: #fff;
}
.ab-txt ul li{float:left;width:30%;margin-left:1%;margin-right:1%;}

.foot-po{width:100%;display:none;}


@media only screen and ( max-width:600px ) {
	
	.foot-po{width:100%;display:block; position:fixed;bottom:0px;line-height:35px;float:left;z-index:99999;}
	
	.foot-po ul li{width:25%;float:left; text-align:center;background-color:#055998; border-right:solid 1px #fff;}
	.foot-po ul li.etel{ /*background-color:#000;*/}
	.foot-po ul li.enal{ }
	.foot-po ul li:nth-child(4n) {border-right:none;}
	
	.foot-po ul li a{ color:#fff; font-size:1em;}
	.foot-po ul li span{float:left;width:100%; text-align:center;height:25px;margin-top:2px;}
	.foot-po ul li span img{max-width:100%;vertical-align:top;}
	.foot-po ul li p{float:left;width:100%; text-align:center;height:25px;line-height:25px; /*text-align:center; background-image:url(../img/t.png); background-repeat:no-repeat; background-position:0 5px;*/ }
.foot{padding-bottom:80px;}
	}
@media (min-width: 768px) {
	
	#header .top-bar { display: block;}
	#header .nav-box {border-bottom: 0px solid #fff; padding: 0;}
	#header .nav ul{ display: block;}

	#header .nav i{ display: none;}
	#header .language-txt{ display: none;}
	.container{ padding: 0;
	    font-size:13px;
        padding: 8px 0;
        color: #88898b;
	}
}
@media (min-width: 992px) {
	.container{ 
		padding: 0 15px;
	    font-size: 14px;
        padding: 8px 0;
        color: #88898b;
	}
	#header .nav ul li a{  padding: 0 15px; }
	
}
@media (min-width:1200px) {
	
}
@media only screen and ( max-width:768px ) {
	.container{ padding: 0 10px;}
	#header img.logo{ height: 30px; margin: 0;}	
}

/*网站头样式 结束*/

/*首页-最新产品区域*/

.title-01{ text-align: center; padding-top: 60px;padding-bottom: 20px;}
.title-01 h2{color: #2e2949; font-size: 22px; margin-bottom: 10px;}
.title-01 h3{font-size: 16px; color: #999;}

#sy-cplist{ padding-bottom: 20px; text-align: center; padding-top:30px;}
#sy-cplist1{padding-bottom: 20px; text-align: center;padding-top:30px;}
.sy-cpbox p{ background-color:#fff;border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 50px; color:#fff;
    padding-top: 20px; margin-top: 0px; overflow: hidden;}

	.sy-cpbox p a{color:#666563; font-size:16px;}

.sy-cpbox .cp-img img{ width: 100%; height: auto; max-width: 100%; transition: all 0.3s ease-out 0s;}
.sy-cpbox .cp-img img:hover{  transform: scale(1.1, 1.1);
    transition: all 0.3s ease-out 0s;}

.swiper-container-horizontal&gt;.swiper-pagination{ bottom: 15px;}
a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 150px; margin: 0 auto;border-radius:50px; border:1px solid #055998; background-color:#055998; color:#fff;margin-top:15px;}

/*首页-最新产品结束*/

/*首页-关于我们*/
.box2{    /*  background-attachment: fixed;
    background-image: url("../img/about_back.jpg");
    background-position: center top;
    background-repeat: no-repeat; */ margin-top: 20px; background-color:#f4f4f4;}
.box2 .sy-about{ padding-top:80px;padding-bottom: 80px;}
.box2 .about-img{ max-width: 100%;}
.box2 .about-txt{ padding-top: 10px; line-height: 1.8; color: #999;}
.box2 .about-txt p{ font-size:15px;color: #bfbfbf;}
.box2 a.cp-gd{  display:block;*zoom:1; line-height:34px; text-align: center; width: 110px; margin: 0 auto; border:1px solid #ffcc12; background-color:#ffcc12; color:#333;}
.box2 .title-01{ text-align: center; padding-top: 40px;}
.box2 .title-01 h2{color: #000; font-size: 20px; margin-bottom: 10px;}
.box2 .title-01 h3{font-size: 14px; color: #999;}
.languang{float:right;}
.languang ul li{float:left;margin-left:10px;}
.languang ul li span{float:left;}
.languang ul li p{float:left;margin-left:5px;}
.languang ul li p a{ color:#999; font-size:13px;}
@media (min-width: 768px) {
	.about-img{float: left; margin-right: 30px;  line-height: 2;}

}
@media only screen and ( max-width:768px ) {
	.foot{ display:none;}
	.copy{ margin-bottom:52px; padding-top:10px; padding-bottom:10px;}
	.pic{ width:100%;}
	.pic img{ width:100%;}
	.con_1200{ width:100% !important;}
	.jly-about .con{ position:static !important; width:100% !important;}
	.jly-about .con h3 span{ float:none !important; display:block;}
	.jly-about{ padding-bottom:60px; padding-left:15px; padding-right:15px;}
	.jly-wrap04{ height:auto !important;}
	.copy *{ float:none; text-align:center;}
	.box2 .about-img{  width: 100%;}
}
@media only screen and ( max-width:600px ) {.side_content{display:none;}}


/*首页-关于我们结束*/

/*首页-新闻资讯*/
.sy-newsbox{ padding: 40px 0;}
.sy-newsbox .sy-n-img{ float: left; margin-right: 10px;width:100%;}
.sy-newsbox .sy-n-txt{ line-height: 1.2;float: left;width:100%;padding:2% 4%; background-color:#fff; border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;}

.sy-newsbox .sy-n-txt h2{ line-height: 1.4; max-height: 40px;  overflow: hidden;margin-top: 4px; text-align:center;}
.sy-newsbox .sy-n-txt h2 a{ color:#055998; font-size:16px; font-weight: bold;line-height: 2.4;}
.sy-newsbox li{ height: auto; margin-bottom: 25px; overflow: hidden;}
.sy-newsbox .sy-n-img img{ width: 100%;max-height: 100%;}	
.sy-newsbox .sy-n-txt p{ max-height: 33px; overflow: hidden; color: #333;font-size: 13px;padding-bottom: 4px;}
body{overflow-x:hidden;}

@media (min-width: 768px) {
	.sy-newsbox .sy-n-img img{width: 100%; max-width: 100%; max-height: 100%;}
	.sy-newsbox .sy-n-txt p{max-height: 45px; line-height: 1.6;}
	.sy-newsbox li{ height: auto;}
	.sy-newsbox .sy-n-txt h2{ line-height: 1.6; max-height: 45px; }
}


/*首页-新闻资讯结束*/

/*网页底*/

/*
.foot{ overflow:hidden; color:#999;width:100%;float:left;

    
    background-position: center top;
    background-repeat: no-repeat;
} 
.foot .b-navbox{ padding: 50px 0; display: none;}
.foot .b-nav li{ float: left; width: 22%; color: #fff; margin-left: 2%;}
.foot .b-nav { width: 100%;}
.foot .b-nav li a{ display: block; color: #888888; line-height: 26px;font-size: 15.5px;}
.foot .b-nav li h2{ height: 40px; line-height: 40px;color: #fff;}
.foot .b-nav li hr
{
	border-bottom: 1.2px solid #055998;
    width: 30px;
    margin-bottom: 14px;
    margin-top: 3px;
}
.foot .b-nav li a:hover,.foot .b-nav li a:active{ color: #FFFFFF;}
.foot .rmw{ display: none; text-align: center; line-height: 40px; color: #999;}
.foot .rmw p{color: #fff;}
.foot .rmw img{ width: 150px;}
.foot .copy{background: #fff; line-height: 45px; color: #666;}
.copy{
	background-color: #222;
}
.foot .copy a{ display: inline-block; margin: 0 5px; padding: 0 10px;color: #999;}
.foot .copy a:hover,.foot .copy a:active{ background: #202427; color: #999;}
@media (min-width: 768px) {
	.foot .b-navbox{ display: block;}
}

@media (min-width: 992px) {
	.foot .b-nav { width: 80%;}
	.foot .rmw{ display: block;}
}
@media only screen and ( max-width:480px ) {
	.foot .copy div.fr{ display: none;}
}
*/
.foot{ overflow:hidden; color:#999;width:100%;float:left;

    
    background-position: center top;
    background-repeat: no-repeat;
} 
.foot .b-navbox{  display: none;}
.foot .b-nav li{ float: left; width: 22%; color: #fff; margin-left: 2%;}
.foot .b-nav { width: 100%;}
.foot .b-nav li a{ display: block; color: #888888; line-height: 26px;font-size: 15.5px;}
.foot .b-nav li h2{ height: 40px; line-height: 40px;color: #fff;}
.foot .b-nav li hr
{
	border-bottom: 1.2px solid #055998;
    width: 30px;
    margin-bottom: 14px;
    margin-top: 3px;
}
.foot .b-nav li a:hover,.foot .b-nav li a:active{ color: #FFFFFF;}
.foot .rmw{ display: none; text-align: center; line-height: 40px; color: #999;}
.foot .rmw p{color: #fff;}
.foot .rmw img{ width: 150px;}
.foot .copy{background: #fff; line-height: 45px; color: #666;}
.copy{
	background-color: #222;
}
.foot .copy a{ display: inline-block; margin: 0 5px; padding: 0 10px;color: #999;}
.foot .copy a:hover,.foot .copy a:active{ background: #202427; color: #999;}
@media (min-width: 768px) {
	.foot .b-navbox{ display: block;}
	.foot .rmw{ display: none;}
}

@media (min-width: 992px) {
	.foot .b-nav { width: 80%;}
	.foot .rmw{ display: block;}
}
@media only screen and ( max-width:480px ) {
	.foot .copy div.fr{ display: none;}
}

/*网页底-结束*/


/*列表页面与内页通用样式*/
.r-list{ padding-bottom: 30px;}
.r-list .mpx-box{ border-bottom: 1px #e5e5e5 solid; margin-bottom: 20px; line-height: 40px; height: 40px; overflow: hidden; color:#111;}
.r-list .mpx-box a{color:inherit;}
.r-list .mpx-box a:hover{ color:#055998;}
.r-list .mpx-box h2{ line-height: 40px; font-size:16px;}
.r-list .wz{ float: right;}
.ab-ban img{ max-width: 100%; height: auto;}
.l-list .l-title{ background: #055998; padding:15px 0 15px 15px; line-height:normal; color:#fff; font-size:18px; font-weight:normal;}
.l-list .l-sub{ background: #f2f2f2;width:100%;float:left;}
.l-list .l-sub li{ height: auto; line-height: 45px;}
.l-list .l-sub a{ display: block; color: #808080; padding-left: 15px; border-left: 2px #F2F2F2 solid; }
.l-list .l-sub a.lftwo{padding-left:15px;border:none; background-image:url(../img/ico_p.png);margin-left:10px; background-repeat:no-repeat; background-position:left center;}
.l-list .l-sub a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{ border-left: 2px solid #055998; color: #055998;}
.l-list .l-sub li.active a{background: #fff; border-left: 2px solid #ff6600; color: #ff6600;}
.l-list .l-sub a.lftwo:Hover{border:none;}
.lftwo span{ font-size:13px;}
.h_1{float:left;width:100%;}
.h_2{float:left;width:100%;}
.h_right{display:none;}
.h_1_left{float:left;}
.h_1_right{float:right;width:15px;height:15px;margin-top:10px;margin-right:10px;}
.h_1_right span{float:left; background-image:url(../img/I-1.png);width:15px;height:15px; background-repeat:no-repeat; background-position:left center;}
/*.h_1_right p{float:left; background-image:url(../img/I-3.png);width:15px;height:15px; background-repeat:no-repeat; background-position:left center;}
*/
@media only screen and ( max-width:768px ) {
	.r-list .mpx-box h2{ float: none; text-align: center; font-weight: bold; font-size:16px;}
    .languang {
        display: block !important;
        float: left;
        margin-left: 10%;
        margin-top: 0;
    }
}


/*关于我们*/
.r-list .ab-txt{ line-height: 1.8; color: #666;}
.r-list .ab-txt p {margin-bottom: 15px; text-indent: 28px;}

/*关于我们 结束*/



/*产品列表*/
.cp-list .pic-img img{ width: 100%; height: auto; overflow: hidden;}
.cp-list li{ text-align: center; margin-bottom: 10px;}
.cp-list p{ line-height: 30px; height: 40px; overflow: hidden; padding-top: 5px; 
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;}
	.cp-list p a{ color:#333;}
/*产品列表 结束*/


/*产品列表-详细;*/

.cp-xqbox img{ max-width: 100%; height: auto; }
.cp-xqbox .cp-tt{ margin-top: 10px;text-align: center;padding: 10px 20px;}
.cp-xqbox .cp-txt{ line-height: 1.6; padding-top: 10px 0 ;}
.cp-xqbox .cp-txt p {margin-bottom: 15px; color: #666;}
.cp-xqbox .cp-txt strong {color: #333;}
/*产品列表-详细 结束*/


/*服务网点;*/
.ffwd-box{}
.ffwd-box .ffwd-title{ padding: 5px 0;    margin-bottom: 20px;border-bottom: 1px solid #d6d6d6;}
.ffwd-box .ffwd-title h2{font-size: 22px; color: #ee330a; line-height: 40px;}
.ffwd-box li{ line-height: 30px; margin-bottom: 15px;}
.ffwd-box p {color: #666;}
/*服务网点 结束*/

/*下载中心;*/
.xz-list li{ height: 40px; line-height: 40px; overflow: hidden; display: block;    border-bottom: 1px solid #e5e5e5;}
/*下载中心 结束*/


/*新闻中心*/
.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px; }
.news-list .news-img{ margin-right: 10px;}
.news-list .news-img img{ max-width: 110px;}
.news-list h2 a{ display: block; font-size: 14px; line-height:1.5;max-height: 42px; overflow: hidden;}
.news-list p{ line-height: 1.4; height: 32px; overflow: hidden; font-size: 12px; margin-top: 5px; color: #666; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
@media (min-width: 768px) {
	.news-list h2 a{ font-size: 16px; line-height: 2.2;height: auto;}
	.news-list li p{ line-height: 1.8; height: auto; font-size: 13px;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
	.news-list li{border-bottom: 1px dotted #d9d9d9; margin-bottom: 20px; padding-bottom: 20px; }
}

@media only screen and ( min-width:400px ) {
	.news-list h2 a{ font-size: 15px; line-height:1.8; max-height: 54px;}
	.news-list li p{ line-height: 1.6; height: 60px; font-size: 13px; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
	.news-list .news-img img{ max-width: 160px; height: auto;}
	.news-list .news-img{ margin-right: 20px;}
}


/*新闻中心 结束*/


/*新闻中心-详细*/
.news-t{ text-align: center;}
.news-t h1{ line-height: 30px;}
.news-t .info{ font-size: 12px; color: #999; }
.news-t .info span {margin: 0 20px;}
.nr-txt{ line-height: 1.8;  padding: 20px 0;}
.nr-txt p {margin-bottom: 15px; text-indent: 28px; color: #666;}
@media only screen and ( max-width:768px ) {
	.news-t h1{  font-size: 18px;}
}


/*新闻中心-结束*/

/*人才理念*/
.rc-txt { line-height: 1.8;}
.rc-txt p { color: #666; text-indent: 28px; margin-bottom: 15px;}
/*人才理念 结束*/

/*人才招聘*/
.job-list{border-bottom: 1px dotted #d9d9d9; margin-bottom: 15px; padding-bottom: 15px;}
.job-list dt{ padding-bottom: 8px; font-size: 16px;}
.job-list dd{ line-height: 1.8; color: #666;}

/*人才招聘 结束*/

/*联系我们*/
.lxwm-txt{ line-height:2; padding-bottom: 20px;}
.map-box{ margin-top: 15px;}
.map-box img{ max-width: 100%;}

@media only screen and ( max-width:600px ) {
	.lxwm-txt h1.h3{  font-size: 20px;}
	.map-box{ width: 600px;}
}

/*联系我们 结束*/
 .fenye span{float:left;}
.fenye font{ background-color: #055998;
    border-color: #055998;
    color: #fff;
    cursor: default;border: 1px solid #055998;
    z-index: 2;float:left; padding: 6px 12px;height:34px;line-height:20px;
}

 .fenye a{background-color: #fff;
    border: 1px solid #ddd;
    color: #055998;
    float: left;
    line-height: 1.42857;
    margin-left: -1px; padding: 6px 12px;height:34px;line-height:20px;
   
    position: relative;
    text-decoration: none;float:left;}
.top-bar .fo a{ color:#fff;}
.top-bar .fo{float:left;margin-right:10px;padding-left:25px; background-repeat:no-repeat; background-position:left center;color: #fff;}
.top-bar .fl{margin-right:10px;padding-left:20px; background-repeat:no-repeat; background-position:left center;color: #fff;}
.ab-ban{margin:auto; text-align:center;}
.link{margin-top:10px;margin-bottom:20px;width:100%;float:left;height:auto; background-color:#fff;padding-top:10px;padding-bottom:10px;color:#696f74;}
.link span{background:url(../img/linktitle.png) no-repeat scroll left bottom;
    display: block;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 12px;
    width: 100px;float:left; color:#fff;}
.link p{line-height:30px;}
.link a{ color:#696f74;}
.link a:hover{ color:#ffcd11;}

@media only screen and ( max-width:700px ) {
	.link{display:none;}

	}

.main_img{}
.main_img_a{width:100%;height:auto;float:left;margin-bottom:20px;}
.main_img_a_title{width:100%;height:50px;float:left;}
.main_img_a_title span{float:left; background-color:#0858bb; color:#FFF; font-size:16px; font-weight:bold; padding:10px 30px 10px 30px;}
.main_img_a_con{width:100%;height:auto;float:left;margin-top:20px;}
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:700px; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../img/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px;  line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { color:#999; font-weight:bold; line-height:20px; font-size:12px; width:150px; margin:0 auto; text-align:center; }
#mbNumber { display:none;background:url(../img/mbNumber_bg.gif) no-repeat center; display:inline; color:#fff; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink {display:none; width:32px; height:100px; background:transparent url(../img/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { display:none;width:32px; height:100px; background:transparent url(../img/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../img/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left;  width:31.2%;margin-right:1%;margin-left:1%;}
.layout_default1{float:left;  width:31.2%;margin-right:1%;margin-left:1%;}
.mod_gallerylist{width:100%; margin:0 auto;}
.meta{font-size:12px; text-align:center;width:100%;margin-bottom:10px;margin-top:10px;}
.image_container img{max-width:100%;height:auto}
.meta a{color:#666; text-decoration:none;}
#butong_net_left img:hover{transform: scale(1.1, 1.1);}
#mbImage img{max-width:100%;}
#hon{width:100%;}
/*2级浮动*/
#header .nav ul li{ position:relative;}
#header .nav ul li:hover{background-color:#055998;}
#header .nav ul li:hover a{ color:#fff;}

.nav_2{
    left: 0px;
    position: absolute;
    top: 95px;
    visibility: hidden;
    width: 100%;
    z-index: 9999; background-color:#055998;
}
#header .nav ul li .nav_2 a{ border-bottom:solid 1px #1865ad;color:#fff;line-height:40px; text-align:center;padding:0px;margin:0px; font-size:14px;}
#header .nav ul li .nav_2 a:hover{ background-color:#1865ad;}
#header .nav ul li:hover .nav_2{ visibility:visible;}

.nav_3{
    left: 86px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 9999; background-color:#055998;
}
#header .nav ul li .nav_03{ position:relative;}
#header .nav ul li .nav_03:hover .nav_3{ visibility:visible;}



/*shouju2级浮动*/
.snav_2{display: none;}

.snav_2 a{height:auto;}
.xs-nav li{ position:relative;}
.xs-nav li p{ position:absolute;right:0px;top:10px;width:30px;height:30px;}
.xs-nav li p em{float:left; background-image:url(../img/io-1.png);width:30px;height:30px; background-repeat:no-repeat; background-position:center center;}
.xs-nav li p b{float:left; display:none; background-image:url(../img/io-2.png);width:30px;height:30px; background-repeat:no-repeat; background-position:center center;}



@media only screen and ( max-width:1200px ) {
#header .nav ul li a{padding: 0 15px;}}
@media only screen and ( max-width:1000px ) {
#header .nav ul li a{padding: 0 8px; font-size:12px;}}

.cp-xqbox .cp-tt{ color:#000;}
.zt{ margin-bottom:50px;}
.news-t .info span{ color:#555;}
.news-t h1{ color:#000;}
.nr-txt{color:#333;}</pre></body></html>