@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { background: white; color: black; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font: 14px "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif; color: #2E2E2E; }
input, select, textarea { font-size: 100%; }

/* 去掉 table cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* ie bug：th 不继承 text-align */
th { text-align: inherit; }

/* 去除默认边框 */
fieldset, img { border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border: none; font-variant: normal; }

/* 一致的 del 样式 */
del { text-decoration: line-through; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }

/* 去掉列表前的标识，li 会继承 */
ol, ul { list-style: none; }

/* 对齐是排版最重要的因素，别让什么都居中 */
caption, th { text-align: left; }

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; color: #666666; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus { outline: none; }

/* 清除浮动 */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; /* for ie6 & ie7 */ }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide { display: none; }
.block { display: block; }

/* 设置浮动，减少浮动带来的 bug */
.fl, .fr { display: inline; }
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

/*div居中*/
.center { margin: 0 auto; }

/*text*/
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.pr { position: relative; }
.pb { position: absolute; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
.nowrap { white-space: nowrap; word-break: normal; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px }
.fs24 { font-size: 24px }
.fs30 { font-size: 30px }
.fs48 { font-size: 48px }

/*padding(p[t,r,b,l][number])*/
.p0 { padding: 0px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p60 { padding: 60px; }
.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt50 { padding-top: 50px; }

/*20130710*/
.pl0 { padding-left: 0px; }
.pl5 { padding-left: 5px; }
.plr5 { padding: 0 5px; }
.plr10 { padding: 0 10px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl50 { padding-left: 50px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb60 { padding-bottom: 60px; }

/*20130710*/
.pr0 { padding-right: 0px; }
.pr5 { padding-right: 5px; }
.plr5 { padding: 0 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pt30 { padding-top: 30px; }
.pb30 { padding-bottom: 30px; }


/*margin*/
.m0 { margin: 0; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt40 { margin-top: 40px }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt8 { margin-top: 8px }
.ml75 { margin-left: 75px }
.ml0 { margin-left: 0px; }
.ml5 { margin-left: 5px; }
.mlr5 { margin: 0 5px }
;
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml50 { margin-left: 50px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mr0 { margin-right: 0px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mlr10 { margin: 0 10px; }
.mtb10 { margin: 10px 0; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.ml16 { margin-left: 16px }
.mt2 { margin-top: 2px }
.mt30 { margin-top: 30px }
.mt13 { margin-top: 13px }
.mr30 { margin-right: 30px }
.mb8 { margin-bottom: 8px }
.ma10 { margin: 10px }

/*width*/
.w100 { width: 100px; }
.w80 { width: 80px; }
.w140 { width: 140px }
.w240 { width: 240px }
.w750 { width: 750px }
.w225 { width: 225px }
.w120 { width: 120px }
.w204 { width: 204px }
.w200 { width: 200px }
.w285 { width: 285px }
.w350 { width: 350px }
.w1000 { width: 1000px }
.w1100 { width: 1100px }
.w1200 { width: 1200px; }

/*** Color ***/
.c386 { color: #3864a7; }
.cf67 { color: #f67a00; }
.cred { color: #f00; }
.c466 { color: #4668a0; }
.c4b4 { color: #4d4d4d; }
.c345 { color: #345185; }
.c747 { color: #74767a; }
.c1e6 { color: #1E65BD; }
.ar { font-family: Arial, Helvetica, sans-serif; }
.cff0 { color: #ff0000 }
.cfe9 { color: #fe933a }
.cc08 { color: #c08e21 }
.cbab { color: #bababa }
.e65 { color: #1E65BD }
.c000 { color: #000 }
.cup { cursor: pointer }
.ovh { overflow: hidden }
.cbe9 { color: #be9e7f }
.c666 { color: #666464 }
.c89 { color: #898989 }
.cfff { color: #fff }

/*** TRS内容 ***/
.TRS_Editor img,.TRS_Editor table{max-width: 100%;}
.TRS_Editor{text-align: justify;}


body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0;}
ul, ol { list-style-type: none;}


a { color: #515151; text-decoration: none;}
a:hover { color: #31a5e7;}


.suojin{text-indent:2em}

.center-wrap { position: relative; z-index: 1; width: 1040px; height: 100%; margin: 0 auto;}

.section { overflow: hidden;}

/* 首页 */
.szplogo{margin-top: 20px;}
.kldh{height: 280px; background-color: #fff; opacity:0.8;margin-top: 470px;position: absolute;}
.kldh>h1{font-size: 25px;color: #fff;z-index: 999;position: relative;top: -15px;left: 485px;letter-spacing: 2px;}
.kldh>img{position: relative;top: -65px;left: 400px;}
.kldh>p{font-size: 16px;color: #515151;line-height: 30px;padding: 0 20px;margin-top: -50px;}


.qgszp1 { background: url(qgszpbg1-180328.jpg) 50% 0 no-repeat;}

.qgszp2 { background: url(qgszpbg2-180314.jpg) center 0 no-repeat;}
.tplb{width: 1000px;height: 700px;background-color: #fff;margin: 50px 20px;}

/* 图片轮播css */
		.slideBox{ width:750px; height:500px; position:relative; padding-top: 100px;margin: 0 auto;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:750px; height:500px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev{ position:absolute; left:-88px; top:50%;  display:block; width:75px; height:75px; background:url(szpprev180330.png) 10px 5px no-repeat;  }
		.slideBox .next{ position:absolute; top:50%;  display:block; width:75px; height:75px; background:url(szpnext180330.png) -110px 5px no-repeat;  }
		.slideBox .next{ left:auto; right:-100px; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }


.qgszp3 {background: url(qgszpbg2-180314.jpg) center 0 no-repeat;}
.gdbd{background: #fff;width: 1000px;height: 600px;margin: 50px 20px;}
.gdbd-1{width: 500px;padding: 30px 40px;float: left;}
.gdbd-1-1{position: relative;height: 100px;}
.gdbd-1-1>img{position: absolute;top: -70px;margin-left: 80px;}
.gdbd-1-1>a{display: block; font-size: 25px;color: #fff;position: absolute;left: 200px;top: 12px;letter-spacing: 2px;}

.gdbd-1-2{width: 500px;height: 440px;overflow: auto;}
.gdbd-1-2>ul{line-height: 40px;font-size: 16px;}

.gdbd-2{width: 380px;float: left;padding: 30px 40px 30px 0;}
.gdbd-2-1{float: right;height: 180px;}
.gdbd-2-1>a{display: block;font-size: 18px;text-align: center;line-height: 39px;}
.gdbd-2-2{float: right;height: 180px;}
.gdbd-2-2>a{display: block;font-size: 18px;text-align: center;line-height: 39px;}
.gdbd-2-3{float: right;height: 180px;}
.gdbd-2-3>a{display: block;font-size: 18px;text-align: center;line-height: 39px;}


.footer-link { padding: 30px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.footer-link dl { float: left; width: 19.9%;}
.footer-link dt { line-height: 45px; font-weight: 700;text-align: center;}
.footer-link dd { line-height: 28px;}
.footer-link a { color: #515151; text-decoration: none;}
.footer-link a:hover { color: #31a5e7;}

.copyright { padding: 20px 0; text-align: center;}


/* 概览页 */
.qgszplby{background: url(qgszpbg3-180328.jpg) no-repeat top center;}
.szp-header{height: 455px;}
.qgsaplbylogo{width: 192px;height: 38px;background: url(qgszplogo.png) no-repeat center;display: block;margin: 20px;float: left;}
.qgszplby-1{background-color: #fff;}
.qgszplby-1-1{height: 70px;}
.qgszplby-1-1>div{width: 510px;float: left;text-align: left;height: 30px;margin-top: 20px;padding-left: 30px;font-size: 14px;display: block;}
.qgszplby-1-2{height: 56px;background: url(qgszplbyt1-180402.png);font-size: 28px;font-weight: bold;padding-left: 30px;line-height: 46px;color: #09793e;}
.qgszplby-1-3{padding: 30px 20px;}
.qgszplby-1-3>ul>li{border-bottom: 1px dashed #878787;margin-bottom: 12px;}
.qgszplby-1-3>ul>li>a{display: inline-block !important;font-size: 18px;line-height: 40px;padding-left: 20px;background: url(qgszplbyt2-180402.png) no-repeat left;}
.qgszplby-1-3>ul>li>span{float: right;line-height: 40px;}


/* 细览页 */
.qgszpxly{background: url(qgszpbg3-180328.jpg) no-repeat top center;}
.qgszpxly-1{background-color: #fff;}
.qgszpxly-1-1{height: 70px;}
.qgszpxly-1-1>div{width: 510px;float: left;text-align: left;height: 30px;margin-top: 20px;padding-left: 30px;font-size: 14px;display: block;}
.qgszpxly-1-2{text-align: center;border-bottom: 2px #09793e solid;padding: 20px;width: 900px;}
.qgszpxly-1-2>h1{ font-size: 30px;line-height: 50px;color: #09793e;}
.qgszpxly-1-2>p{font-size: 14px;color: #515151;line-height: 30px;margin-top: 20px;}
.qgszpxly-1-3{padding: 30px 40px;font-size: 16px;line-height: 38px;}






