@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol{margin:0;padding:0}em,i{font-style:normal}li{list-style:none}a,a:hover{text-decoration:none}img{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;height:auto;vertical-align:middle;border:0}table{border-collapse:collapse;border-spacing:0}label{cursor:default}body,button,input,select,textarea{font:13px/1.5 arial,'microsoft yahei',\5b8b\4f53}textarea{resize:none}a,a:focus{outline:none}.clearfix:after{content:'\20';display:block;height:0;clear:both}.clearfix{*zoom:1}.clear{display:block;height:0;clear:both;font-size:0;line-height:0;overflow:hidden}.fl{float:left;display:inline}.fr{float:right;display:inline}.fn{float:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.noBg{background:none!important}
body{position:relative;background:#ddd;color:#444;}
a{color:#444;text-decoration:none;}
#g-wp { max-width:640px; margin:0 auto; padding: 0; background:#fff;}
#header { width:100%; background:#00997a; background:linear-gradient(#00997a,#00997a); }
.top { width: 100%; background: #f7f7f7; }
.logo{ width: 44%; background: #f7f7f7; }
.logo a { display:block; width:100%; height:100%; }
.w-a p {  }
.w-a span { font-size: 18px; color: #006652;  }
.w-a-a { width:20%; padding-top: 5px; margin-right: 5px;}
.mes { padding-top: 1%; }

.u-mask { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; z-index:9; }
.hide { display: none; }


.m-nav { width:200px; height:100%; right:-200px; top:0; background:#fff; position:fixed; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); z-index:1; }
.m-nav h2 { margin:0 0 10px; padding:10px 0; border-bottom:1px solid #ddd; font-weight:bold; font-size:16px; line-height:30px; text-align:center; }
.m-nav li { position:relative; padding:8px 12px 8px 22px; border-bottom:1px solid #eee; font-size:14px; line-height:24px; }
.m-nav li a { display:block; }
.m-nav li a:hover,.m-nav .current a { color:#f60; }
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px; border-left:2px solid #f60; content:"" }


/* 菜单显示 */
.u-menu { position:absolute; right:6px; top:0px; display:block; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); z-index: 98; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#3592ff; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}

body.z-open .m-nav {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}
body.z-open .g-wp {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}
body.z-open .u-menu {transform:translateZ(0px) rotate(90deg);-webkit-transform:translateZ(0px) rotate(90deg);}
body.z-open .u-menu  div {transform:translateZ(0px) rotate(45deg);transition:transform 0.25s cubic-bezier(0.4,0.01,0.165,0.99) 0.2s;-webkit-transform:translateZ(0px) rotate(45deg);-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.4,0.01,0.165,0.99) 0.2s;}
body.z-open .u-menu  div i {transition:transform 0.2s ease 0s;transform:translate3d(0px,11px,0px);-webkit-transition:-webkit-transform 0.2s ease 0s;-webkit-transform:translate3d(0px,11px,0px); }
body.z-open .u-menu .u-menu-bottom {transform:translateZ(0px) rotate(-45deg);-webkit-transform:translateZ(0px) rotate(-45deg);}
body.z-open .u-menu .u-menu-middle { display:none; }



.nav { background:linear-gradient(#00997a,#00997a); }
.nav li {border-bottom: 1px solid #fff; border-right: 1px solid #fff; position:relative; display:inline-block; float:left; width:25%; box-sizing: border-box; color:#fff; line-height:26px; text-align:center; }
/*.nav li::before { content:"|"; position:absolute; top:5px; right:0; color:#fff; font-size:12px; font-weight:100; line-height:16px; }
.nav li:nth-child(4n)::before { content:""; }*/
.nav li:nth-child(4n) { border-right: none; }
.nav li a { display:block; height:26px; font-size:12px; color:#fff; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }

/* 二级菜单 */
.m-menu { position:fixed; top:0; right:-50%; width:45%; height:100%; padding:7% 5%; background:#fff; z-index:99; opacity:0; overflow:auto; }
.m-menu .site-nav { min-height:400px; overflow-y:auto; }
.m-menu dl dt { margin-bottom:8px; padding:0 8px 10px; border-bottom:1px solid #ddd; line-height:24px; }
.m-menu dl dt a { color: #333; }
.m-menu dl dt a:hover,.m-menu dl dt .current { color: #f60; }
.m-menu dl dd { padding: 0 5px 10px 24px; background:url(../images/iFCB_sort_ico.png) no-repeat 10px 7px; line-height:24px; }
.m-menu dl dd a { color: #333; }
.m-menu dl dd a.current { color: #f60; }

.banner { position:relative;margin-bottom:5px; overflow:hidden; }
.banner .hd{ position:absolute; height:28px; line-height:28px; bottom:0; width: 100%; text-align: center; z-index:1; }
.banner .hd li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.banner .hd li.on{ background:#fff;  }
.banner .bd{ position:relative; z-index:0; }
.banner .bd li{ position:relative; text-align:center;  }
.banner .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.banner .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

.u-tt { /*border-top:3px solid #00997a;*/ margin-top: 30px;}
.u-tt .hd { position:relative; height:40px; margin: 0 2%; background:linear-gradient(#f0f0f0,#f0f0f0); line-height:40px; }
.u-tt .hd h2 { float:left; padding:0 15px; border-left:10px solid #0064d7; background:linear-gradient(#3592ff,#3592ff); color:#fff; font-size:15px; vertical-align:top; }
.u-tt .hd h2 a { color:#fff; }
.u-tt .hd h2 em { padding-left:5px; opacity:0.3; font-weight:100; font-size:11px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd .more { position:absolute; top:6px; right:8px; padding:0; background:url(../../images/more.png) no-repeat; background-size:contain; overflow:hidden; }
.u-tt .hd .more a { display:block; background:none; }
.u-tt .bd { padding:3% 1% 0; }

.u-tt .hd2 { position:relative; height:40px; margin: 0 2%; background:linear-gradient(#3592fe,#3592fe); line-height:40px; }
.u-tt .hd2 h2 { float:left; padding:0 15px; border-left:10px solid #0064d7; background:linear-gradient(#3592ff,#3592ff); color:#fff; font-size:15px; vertical-align:top; }
.u-tt .hd2 h2 a { color:#fff; }
.u-tt .hd2 h2 em { padding-left:5px; opacity:0.3; font-weight:100; font-size:11px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd2 .more { position:absolute; top:6px; right:8px; padding:0; background:url(../../images/more.png) no-repeat; background-size:contain; overflow:hidden; }
.u-tt .hd2 .more a { display:block; background:none; color: #fff; }

/*.box { border-bottom:10px solid #f2f2f2; background:#fff; }*/

.box-isd .hd { border-bottom:10px solid #f2f2f2; background:#fff; }
.box-isd .hd h2 { border-right:0; background:#fff; color:#069; }
.box-isd .hd .col { float:right; height:24px; margin:7px 10px 0 0; padding:0 20px; line-height:24px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.box-isd .hd .col a { color:#333; }

/* 图片列表 一行两个 */
.m-pList li { float:left; width:46%; padding:0 2%; position: relative; margin-bottom: 10px;}
.m-pList li .p { width: 100%; height: 80px; overflow: hidden; }
.m-pList li .t {position: absolute; left: 0; bottom: 0; font-size: 18px; padding:8px 0 8px 10px; font-size:13px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.m-pList li .t a { color: #fff; }

/* 图片列表 一行一个 */
.m-pFList li { position:relative; padding:0 1% 3%; }
.m-pFList li .p { float:left; width:40%; left:0; margin-right:5%; }
.m-pFList li .c { display:block; overflow:hidden; zoom:1; }
.m-pFList li .b { font-size: 14px; color: #07a78f; }
.m-pFList li .t { padding:0 0 8px; font-weight:bold; font-size:14px; color:#666666; }
.m-pFList li .t a { color:#1a1a1a; font-size: 16px; display: inline-block; margin-right: 10px;}
.m-pFList li .i { padding:0 0 8px; color:#777; font-size:12px; }
.m-pFList li .m { font-size:12px; }

.m-tList { padding:0 12px 8px; }
.m-tList li { padding:10px 0; border-bottom:1px solid #eee; color:#777; font-size:12px; line-height:18px; }
.m-tList li h2 { padding-bottom:5px; font-size:15px; }

.m-list { padding:0 2% 3%; }
.m-list li {background: url(../../images/libg.png) no-repeat left center; padding:7px 4px 7px 10px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.m-list li span { color: #47b3aa; font-size: 12px; }

/* 首页拨打电话 */
.m-tel { padding:3%; }
.m-tel a { display:block; padding:0 3%; border-radius:5px; background:linear-gradient(#00997a,#00997a); color:#fff; }
.m-tel a span { display:inline-block; padding:3%; }
.m-tel a span::before { content:""; padding-left:10px; border-left:10px solid #fff; }

/* 内容 */
.article { padding:0 2% 3%; line-height:1.8; word-wrap:break-word; }
.article .mt { text-align:left; }
.article .mt h1 { padding:5px 0 0; font-size:20px; line-height:26px; font-weight:100; }
.article .mt .titBar { padding:4px 0; border-bottom:1px dashed #e1e0e0; color:#777; font-size:12px; line-height:24px; }
.article .mc { padding:20px 0 10px; font-size:13px; word-wrap:break-word; }

/* 分享 */
.action-share { height:24px; padding:15px 0; overflow:hidden; }
.bdshare-button-style0-24{line-height:24px;}
.bdshare-button-style0-24 a{position:relative;display:inline-block;width:24px;height:24px;margin-left:5px;background:url(../../images/share.png);vertical-align:top;cursor:pointer;opacity:.8;}
.bdshare-button-style0-24 a:hover{opacity:1;}
.bdshare-button-style0-24 a.bds_tsina{background-position:0 0;}
.bdshare-button-style0-24 a.bds_weixin{background-position:0 -32px;}
.bdshare-button-style0-24 a.bds_qzone{background-position:0 -65px;}
.bdshare-button-style0-24 a.bds_sqq{background-position:0 -98px;}
.bdshare-button-style0-24 a.bds_renren{background-position:0 -131px;}
.bdshare-button-style0-24 a.bds_tqq{background-position:0 -163px;}
.bdshare-button-style0-24 a.bds_douban{background-position:0 -196px;}
.bdshare-button-style0-24 a.bds_fbook{background-position:0 -226px;}



/*Form*/
.form-panel { margin: 0; }
.form-panel h4 { margin-bottom: 10px; padding: 2px 20px; background: #eee; line-height: 30px; }
.form-panel .tips { padding: 10px 0; color: #cc3732; font-weight: bold; font-size: 14px; text-align:center; }
.form-panel .field { clear: both; }
.form-panel .input { padding: 5px 0; color: #666; zoom: 1; }
.form-panel .field:after { content: '\20'; display: block; height: 0; clear: both; }
.form-panel .text { width:93%; height: 20px; padding: 2% 3%;  border-radius: 3px; border: 1px solid #ddd; background: #f6f6f6; font-size: 14px; vertical-align:top; }
.form-panel .textarea { width:93%; height: 120px; padding: 2% 3%;  border-radius: 3px; border: 1px solid #ddd; background: #f6f6f6; color: #666; vertical-align:top; }
.form-panel .submit-field { padding: 0; clear: both; }
.form-panel .btn-submit { width: 100%; height: 44px; border: 0; border-radius: 3px; background: #0052a5; color: #fff; font-size: 14px; line-height: 44px; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none;}textarea { -webkit-appearance: none;} 





/* 分页 */
.page { padding: 20px 10px 30px; text-align: center; }
.page a { display: inline-block; padding: 4px 8px; border-radius:3px; background:#778dd6; color:#fff; line-height: 1.5; vertical-align:top; }
.page .current { background:#00997a; }

.pager-next-pre { display:table; width:100%; text-align:center; }
.pager-next-pre a { float:left; width:50%; padding:8px 0; background:linear-gradient(#eee,#ddd); display:table-cell; }
.pager-next-pre .btn_next { background:#000; background:linear-gradient(#313231,#101110); color:#fff; }


/* 快捷菜单 */
#fixed-foot { position:fixed; left:0; bottom:0; width:100%; height:50px; background:linear-gradient(#003a7c,#003a7c); line-height:24px; text-align:center; z-index:1; }
#fixed-foot li { float:left; width:25%; margin:0 -1px; border-left:1px solid rgba(255,255,255,.1); border-right:1px solid rgba(0,0,0,.2); }
#fixed-foot li a { display:block; padding:8px 0 0; color:#fff; }
.fixed-button { display:block; width:19px; height:17px; margin:0 auto; background:url(../../images/icon_arr_tel_white.png) no-repeat; overflow:hidden; }
.icon_arr_email { background-image:url(../../images/icon_arr_email.png) }
.icon_arr_map { background-image:url(../../images/icon_arr_map.png) }
.icon_arr_share { background-image:url(../../images/icon_arr_share.png) }
.icon_arr_book { background-image:url(../../images/icon_arr_book.png) }


.menu { overflow:hidden; }
.menu li { position:relative; float:left; width:33.333%; margin-top:-1px; border:solid #ddd; border-width:1px 0 1px; background:linear-gradient(#fafafa,#eee); line-height:30px; text-align:center; }
.menu li::before { content:"|"; position:absolute; top:0; right:0; border-right:1px solid #ddd; background:linear-gradient(#fafafa,#eee); color:#fff; font-size:12px; font-weight:100; }
.menu li:nth-child(3n)::before { content:""; }
.menu li a { display:block; }
.menu .current a { color:#f60; }

/* 二级菜单 */
.m-mask{ position:fixed; top:0; right:0; left:0; bottom:0; background-color:rgba(0,0,0,0); z-index: 98;  overflow: hidden; display:none;}
.m-nav-show .m-mask { display:block; }

.m-menu { position:fixed; top:0; right:-50%; width:45%; height:100%; padding:7% 5%; background:#fff; z-index:99; opacity:0; overflow:auto; }
.m-menu .site-nav { min-height:400px; overflow-y:auto; }
.m-menu li { padding-bottom:12px; font-size:15px; }
.m-menu li ul { padding-left:15%; }
.m-menu li li { padding-top:8px; padding-bottom:0; font-size:12px; }
.m-menu li a { color:#fff; }
.m-menu li li a { color:#eee; }

.m-copy { padding:3% 5% 6%; background:#003a7c; color:#fff; text-align:center; }
.m-copy p,.m-copy p a { color: #fff; }


.mian_nav { padding:3% 0;margin-bottom: 10px; width: 100%;  }
.mian_nav ul li{ float:left; width:25%; height:auto; text-align:center; font-size:12px; }
.mian_nav ul li a { display:block; padding:8% 0; }
.mian_nav ul li a i { display:inline-block; width: 70%;}
.mian_nav ul .li-03,.mian_nav ul .li-06 { border-right:0; }
.mian_nav ul li a span{ display:block; font-size:13px; color:#666; margin-top: 5px; }


.mian_nav1 { padding:3% 1.5% 1%; border-bottom:10px solid #f2f2f2; }

.mian_nav1 ul li{ float:left; width:23%; margin: 0 1% 2%; height:auto; text-align:center; background: #dce0ec; border-radius: 5px; font-size:12px; }
.mian_nav1 ul li a { display:block; padding:8% 0; }
.mian_nav1 ul li a i { display:inline-block; width:35px; height:35px;}
.mian_nav1 ul .li-03,.mian_nav ul .li-06 { border-right:0; }
.mian_nav1 ul li a span{ display:block; font-size:13px; color:#666; }

.h-a-a { position: relative; width: 50%; }

.h-a-a .hd{ position:absolute; height:20px; line-height:20px; bottom:0; width: 100%; }
.h-a-a .hd li{float: right; display:inline-block; width:8px; height:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.h-a-a .hd li.on{ background:#fff;  }

.h-a-b { width: 50%; box-sizing: border-box; padding: 5px 0 5px 5%; }
.h-a-b li { width: 90%; padding: 6px 0 6px 6px; background: #daebff; margin-bottom: 4px;  }
.h-a-b li span { width: 4px; height: 4px; margin-right: 6px; background: #000; border-radius: 2px; display: inline-block; vertical-align: middle; }
.h-a-b li a { color: #333; }

@media (max-width:430px) {
	.h-a-b { width: 50%; box-sizing: border-box; padding:4px 0 4px 5%; }
	.h-a-b li { width: 90%; padding: 6px 0 6px 6px; background: #daebff; margin-bottom: 4px;  }
}

@media (max-width:380px) {
	.h-a-b { width: 50%; box-sizing: border-box; padding:4px 0 4px 5%; }
	.h-a-b li { width: 90%; padding: 5px 0 5px 6px; background: #daebff; margin-bottom: 4px;  }
}

@media (max-width:340px) {
	.h-a-b { width: 50%; box-sizing: border-box; padding:0 0 0 5%; }
	.h-a-b li { width: 90%; padding: 3px 0 3px 6px; background: #daebff; margin-bottom: 4px;  }
}

.h-b,.h-c { width: 96%; margin: 0 2%; border: 1px solid #eee; border-top: 2px solid #3592ff;  }
.h-b li {padding: 6px 0; padding-left: 15px; background: url(../../images/libg2.png) no-repeat 5px center; }
.h-b li span { display: inline-block; margin-right: 10px; }
.h-c li {float: left; width: 50%; text-align: center; }
.h-c li a {display: inline-block; border: 1px solid #eee; width: 90%; box-sizing: border-box; padding: 6px 5%; margin: 5px auto; }
.h-c li a span { display: inline-block; padding: 18px 0; }
.h-c li a img { vertical-align: middle; }
.w-z .bd2 { background: #0064d7; }



.w-f { margin-top: 30px; width: 96%; margin: 30px auto 0; overflow: hidden; }
.w-f .parHd { width: 100%; background: #f0f0f0; height: 47px; line-height: 47px; border-left: 10px solid #0064d7; }
.w-f .parHd li {position: relative;float:left; padding:0 15px; background:linear-gradient(#daebff,#daebff); color:#171717; font-size:15px; vertical-align:top; }
.w-f .parHd li.on { color: #fff; background: #3592ff; }
.w-f .parBd .slideBox {position: relative; padding: 15px 6px; width: 100%; margin: 5px 0 0 0; border: 1px solid #eee; border-top: 2px solid #3592ff; }
.w-f .parBd .slideBox ul li {width: 49%; background: #fff; margin-right: 5px; text-align: center; }
.w-f-b {  }
.w-f-b a { font-size: 14px; color: #000; }
/*.w-f .parBd ul { width: 100%!important; overflow: hidden; }*/
/*.w-f .parBd .slideBox .sPrev { position: absolute; left: -20px; z-index: 999; top: 50%; margin-top: -23px; width: 10px; height: 46px; background: url(prev.png) no-repeat center; }
.w-f .parBd .slideBox .sNext { position: absolute; right: -20px; z-index: 999; top: 50%; margin-top: -23px; width: 10px; height: 46px; background: url(next.png) no-repeat center; }
*/
.w-f .parHd .sign1 .more { position:absolute; padding:0; background:url(../../images/more.png) no-repeat; background-size:contain; overflow:hidden; display: none; position: absolute; top: 1px; right: -565%; z-index: 999; }
.w-f .parHd .sign2 .more { position:absolute; padding:0; background:url(../../images/more.png) no-repeat; background-size:contain; overflow:hidden; display: none; position: absolute; top: 1px; right: -465%; z-index: 999; }
.w-f .parHd li.on .more { display: block; }

@media (max-width:430px) {
	.w-f .parHd .sign1 .more { right: -320%; }
	.w-f .parHd .sign2 .more { right: -220%; }
}


@media (max-width:400px) {
	.w-f .parHd .sign1 .more { right: -295%; }
	.w-f .parHd .sign2 .more { right: -195%; }
}

@media (max-width:380px) {
	.w-f .parHd .sign1 .more { right: -285%; }
	.w-f .parHd .sign2 .more { right: -185%; }
}

@media (max-width:370px) {
	.w-f .parHd .sign1 .more { right: -270%; }
	.w-f .parHd .sign2 .more { right: -170%; }
}

@media (max-width:350px) {
	.w-f .parHd .sign1 .more { right: -236%; }
	.w-f .parHd .sign2 .more { right: -136%; }
}

@media (max-width:330px) {
	.w-f .parHd .sign1 .more { right: -220%; }
	.w-f .parHd .sign2 .more { right: -120%; }
}






