@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; 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}.hide{display:none !important}
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; }
input,textarea{resize:none;border:none; border-radius:0;}
body{position:relative;color:#444;  min-height:auto!important; min-width:auto!important;}
a{color:#444;text-decoration:none;outline: none;}
::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#666}
::-webkit-scrollbar-track{background:#eee}
::-webkit-scrollbar-corner{background:transparent}
::-webkit-scrollbar{width:7px;height:7px}

#g-wp { max-width:750px; margin:0 auto; padding:0 0 0; background:#fff; }
.wrap{ width:96%; margin: 0 auto;}
#header { position:relative; width:100%; height:60px; background:#fff; z-index:3; }
.g-wp { max-width:414px; margin:0 auto; background:#fff; transition:transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); z-index:2; }

.logo { height:60px; width:100%; }
.logo a { display:block; height:60px; width:100%; }


.u-mask { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; z-index:9; }
.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:12px 12px 12px 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,.m-nav .current { color:#e00629; }
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px; border-left:2px solid #e00629; content:"" }

/* 菜单显示 */
.u-menu { position:absolute; right:6px; top:10px; 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: 99; }
.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:#e00629; }
.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; }

.search { position: absolute; top:5px; width:50px; height:50px; overflow:hidden; }
.search-o { position: absolute; top:0; left: 0; width:50px; height:50px;  background:url(../images/search_btn.png) no-repeat center; background-size:40%; }
.search-x { position: absolute; top:0; left: -50px; width:50px; height:50px;  background:url(../images/search_btn_x.png) no-repeat center; opacity:1; background-size:40%; }

.form-search{ position: absolute; top: -100px; left: 0; width:90%; padding:3% 5%; border-top:1px solid #ddd; box-shadow:3px 5px 5px #0268b3; background:#fff; z-index:2; opacity:0; transition:all .2s ease-out; }
.form-search input{ border:1px solid #eee;}
.form-search input[type="text"] { width:70%; height:38px; float:left; padding:0 5%; border-right:0px; }
.form-search input[type="submit"]{ width:19%; height:40px; float:left; border:0; background:#0268b3; color:#fff;}

.banner { position:relative; margin-bottom:5px; overflow:hidden; }
.banner .hd{ width:100%; position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; text-align:center;}
.banner .hd li{ display:inline-block; width:40px; height:5px;  background:#0052a5; 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);  }  /* 去掉链接触摸高亮 */

.swiper-container-1 .swiper-pagination-bullet { background-color:#fff; opacity:1; }
.swiper-container-1 .swiper-pagination-bullet-active { background-color:#e00629; }

.mian_nav { padding:3% 1.5% 1%; border-bottom:10px solid #f2f2f2; }

.mian_nav ul li{ float:left; width:31.3333%; margin: 0 1% 2%; height:auto; text-align:center; background: #dce0ec; border-radius: 5px; font-size:12px; }
.mian_nav ul li a { display:block; padding:8% 0; }
.mian_nav ul li a i { display:inline-block; width:35px; height:35px;}
.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; }

.box { border-bottom:10px solid #f2f2f2; background:#fff; }

.u-tt .hd { margin:0 2%; position:relative; }
.u-tt .hd h2 { padding:15px 5px; border-bottom: 1px solid #ccc; color:#e00629; font-size:20px; line-height:30px; vertical-align:top; font-weight:100; }
.u-tt .hd h2 span { display:block; color:#bababa; font-weight:100; font-size:15px; line-height:20px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd .more { position:absolute; top:50%; right:8px; width:15px; height:15px; margin-top:-7px; padding:0; background:url(../images/icon_arr_arrow.png) no-repeat #e00629; background-size:contain; overflow:hidden; }
.u-tt .hd .more a { display:block; background:none; line-height:999px; }
.u-tt .bd { margin:0 2%; padding:3% 0; }

.m-art { font-size:13px; line-height:1.8; }
.m-art .pic { margin-bottom:3%; }
.m-art h3 { font-size:16px; line-height:40px; font-weight:normal; }

.more-common-01 { display:inline-block; width:45%; height:35px; line-height: 35px; background:#f3f3f3; text-align: center; text-indent: 0; border-bottom: 3px solid #e00629; margin:20px 0 3%;}
.more-common-01 a{ display:block; }

.m-list { padding:0; }
.m-list li { padding:7px 4px 7px 14px; border-bottom:1px solid #eee; background:url(../images/z-11.gif) no-repeat 3px center; font-size:14px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.m-list li span { float:right; padding-left:10px; }

/* 图片列表 一行一个 */
.m-pFList li { position:relative; padding:0 0 0%; margin-bottom: 3%;  overflow: hidden; }
.m-pFList li:after { position:absolute; left:0; bottom:0; width:100%; height:2px; background:#e00629; }
.m-pFList li .p { position:relative; float:left; width:35%; left:0; border-right:15px solid #fff; z-index:1; }
.m-pFList li .c { display:block; overflow:hidden; zoom:1; line-height: 21px; }
.m-pFList li .t { padding:0 0 1%; font-weight:bold; font-size:14px; display:block; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.m-pFList li .t a { color:#000; }
.m-pFList li .i { color:#777; font-size:12px; }
.m-pFList li .m { font-size:12px; }

/* 图片列表 一行两个 */
.m-pList li { float:left; width:46%; padding:0 2%; text-align:center;}
.m-pList li .t { padding:8px 0; font-size:13px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.m-pList li .p { border:1px solid #eee; box-sizing: border-box; }

.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:8px; font-size:15px; }

@media (max-width:375px) {
	.m-pFList li .p { width:45%; }
	.m-pFList li .i { height:42px; overflow:hidden; }
}


/* 快捷菜单 */
#fixed-foot { position:fixed; left:0; bottom:0; width:100%; height:60px; background:#fff; border-top:1px solid #eee; line-height:20px; text-align:center; z-index:1;display: flex;justify-content:space-around;flex-wrap:nowrap;}
#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); */display: block;}
#fixed-foot li a { display:block; padding:9px 0 0; color:#444; }
.fixed-button { display:block; width:30px;height:30px;margin:0 auto;background:url(../images/icon_arr_tel_white.png) no-repeat center; overflow:hidden;background-size:contain;}
.m-copy { padding:5%; border-bottom:10px solid #f2f2f2; text-align:center; }

.box-isd .hd { border-bottom:10px solid #f2f2f2; background:#fff; }
.box-isd .hd h2 { border-right:0; background:#fff; color:#1e1201; }
.box-isd .hd .col { float:right; height:24px; margin:15px 5px 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; }

/* 内容 */
.article { padding:0 2% 3%; line-height:2; 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:3% 0; font-size:13px; word-wrap:break-word; }
.article .mc img { max-width:100%; }
.article .mc table { max-width:100%; }
/* 分页 */
.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:#e00629; }

.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; }

/* 二级菜单 */
.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 d:hover a,.m-menu dl .current a { color: #e00629; }
.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: #e00629; }

/*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; 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: #e00629; color: #fff; font-size: 14px; line-height: 44px; }

.form-panel select { width:99%; height:40px; padding:0 3%;  border-radius: 3px; border: 1px solid #ddd; background: #f6f6f6; font-size: 14px; vertical-align:top; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none;}textarea { -webkit-appearance: none;} 

.hr {padding:0 1%;}
.hr-list { margin-bottom: 10px; padding: 10px 0 0; }
.hr-list .title { padding: 2px 20px; background: #efefef; font-weight: bold; line-height: 22px; }
.hr-list .title span { float: right; color: #333; font-weight: 100; }
.hr-list .info { padding: 5px 10px; line-height: 24px; }
.hr-list .apply { padding: 5px; text-align: right; }
.hr-list .apply a { color: #ba0012; }

.hrTable {  margin-top:20px; }
.hrTable tr { height:35px; line-height:35px; }
.hrTable tr:nth-child(odd) { background: #f2f6fa; }
.hrTableTh { background: #053956!important; color:#fff; height:35px; line-height:35px; }

/*sitemap网站地图*/
.webmap dl dt {margin: 5px 0;padding-left: 18px;background: url(../images/ico_05.gif) 3px center no-repeat;font-size: 16px;line-height: 2;}
.webmap dl dd {padding-left: 18px;}
.webmap dl dd a {float: left; display: block; margin-right: 10px; margin-bottom: 5px; padding: 0 10px; background: #eee; font-size: 14px; line-height: 2; white-space: nowrap;}
.webmap dl dd a:hover{ background:#0052a5; color:#fff;}


/* 分享 */
.action-share { height:24px; padding:15px 0; text-align:center; 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_job label{ width:20%; float:left; }
#form_job input.text{ width:68%; }
#form_job textarea.textarea{ width:68%; }

.footer { background:url(../images/footer.jpg) no-repeat center; background-size:cover; }
.footArea { padding:0.3rem 0; }
.foot01 { text-align:center; }
.foot01 img { width:2.7rem; }

.foot02 { margin-top:0.3rem; font-size:0.24rem; line-height:0.45rem; color:#fff; }
.foot02 p { padding-left:35px; margin-bottom:0.1rem; }
.foot02 p.p1 { background:url(../images/f01.png) no-repeat center left; }
.foot02 p.p2 { background:url(../images/f02.png) no-repeat center left; }
.foot02 p.p3 { background:url(../images/f03.png) no-repeat center left; }
 
.tail { padding:0.2rem 0; text-align:center; font-size:0.24rem; color:#fff; border-top:1px solid rgba(255,255,255,0.2); }
.tail a { color:#fff; }


.zbArea01 { background:url(../images/zb03.png) no-repeat center; background-size:cover; padding:0.5rem; color:#fff; }
.zbArea01 .p1 { font-size:0.3rem; padding-left:0.55rem; font-weight:bold; background:url(../images/zb01.png) no-repeat center left; background-size:0.36rem 0.36rem; }
.zbArea01 .p2 { margin-top:0.3rem; }
.zbArea01 .p2 .txt { width:100%; height:0.55rem; line-height:0.55rem; padding-left:0.15rem; margin-bottom:0.2rem; font-size:0.24rem; box-sizing: border-box; background:#fff; }
.zbArea01 .p2 .btn {  width:100%; height:0.55rem; line-height:0.55rem; font-size:0.24rem; background:#cd141d; color:#fff; cursor:pointer; }

.zbArea02 { margin-top:0.35rem; padding-bottom:0.4rem; }
.zbArea02 .p1 { font-size:0.28rem; color:#000; }
.zbArea02 .p2 { margin-top:0.25rem; }
.zbArea02 .p2 a { display:block; padding:0.05rem 0 0.1rem 1rem; min-height:0.8rem; background:url(../images/zb02.png) no-repeat center left; background-size:0.8rem 0.8rem; font-size:0.24rem; color:#333; line-height:0.35rem; box-sizing: border-box; }
.zbArea02 .p3 { margin-top:0.2rem; font-size:0.28rem; color:#ef0000; }



.jbArea02 .hd01 { font-size:0.36rem; color:#333; text-align:center; }
.jbArea02 .bd01 { margin-top:0.35rem; }

.jbArea02 .bd01 ul { padding-bottom:0.4rem; }
.jbArea02 .bd01 ul li { border-bottom:1px solid #ccc; }
.jbArea02 .bd01 ul li .p1 { color:#000; font-size:0.24rem; padding-left:3%; }
.jbArea02 .bd01 ul li .p1 i { display:block; float:left; height:0.65rem; line-height:0.65rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.jbArea02 .bd01 ul li .p2 { display:none; padding:0.2rem 0.3rem; }
.jbArea02 .bd01 ul li .p2 .txt { font-size:0.24rem; color:#000;   margin-bottom:0.2rem; }
.jbArea02 .bd01 ul li .p2 .txt01 { font-size:0.28rem; color:#fff; width:2.5rem; height:0.5rem; text-align:center; line-height:0.5rem; background:#e00629; border-radius:0.25rem; cursor:pointer; }

.jbArea02 .bd01 ul li .p1 i:nth-child(1) { width:23%; margin-right:1%; }
.jbArea02 .bd01 ul li .p1 i:nth-child(2) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd01 ul li .p1 i:nth-child(3) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd01 ul li .p1 i:nth-child(4) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd01 ul li .p1 i:nth-child(5) { width:22%; text-align:center; }
.jbArea02 .bd01 ul li .p1 i:nth-child(5) em { display:inline-block; }

.jbArea02 .bd01 ul li:first-child { border-bottom:none; }
.jbArea02 .bd01 ul li:first-child .p1 { color:#000!important; background:#eaeaea!important; }
.jbArea02 .bd01 ul li.on .p1 { background:#e00629; color:#fff; }
.jbArea02 .bd01 ul li.on .p2 { display:block; }

.cov{position: fixed;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);z-index:9998;display: none;}
.biaodan{position: fixed; padding:35px; transform: translate(-50%,-50%); background:#fff url(zp-3.png) no-repeat center;left:50%;top:50%; z-index:9999; display: none;}
.biaodan .i-biaodan{border:1px solid #dadada;padding:45px; width:317px;position:relative;}
.biaodan .i-biaodan .h{font-size: 28px;line-height: 28px;text-align: center;font-weight: bold;margin-bottom: 12px;}
.biaodan .i-biaodan .e{font-size:14px;line-height: 14px;text-align: center;color: #969696;padding-bottom:16px;background:url(../images/zp-2.png) no-repeat center bottom;margin-bottom:25px;}
.biaodan .i-biaodan .close{ display:block; width:24px; height:24px; background:url(../images/zp-1.png) no-repeat center; cursor:pointer; position:absolute; top:15px; right:15px;}
.biaodan .i-biaodan ul li{padding:15px 18px;border:1px solid #c8c8c8;margin-bottom:22px;color: #bfbfbf;font-size:15px;line-height: 25px;}
.biaodan .i-biaodan ul li label { float:left; display:block; width:30px; height:25px; }
.biaodan .i-biaodan ul li:nth-child(1) label{background:url(../images/zp-5.jpg) no-repeat left center;}
.biaodan .i-biaodan ul li:nth-child(2) label{background:url(../images/zp-4.png) no-repeat left center;}
.biaodan .i-biaodan .ta textarea{padding:15px 18px;border:1px solid #c8c8c8;font-size:15px;line-height: 25px;color: #bfbfbf;width:100%;box-sizing: border-box;}
.biaodan .i-biaodan .jl{font-size:15px;line-height: 25px;margin:22px 0;}
.biaodan .i-biaodan .sub input{  width:100%; font-size: 20px;line-height:46px;background:#1048a0;text-align: center;color: #fff;}

@media all and (max-width:750px){
 
	.biaodan{ padding:10px; }
	.biaodan .i-biaodan { padding:15px; width:280px; }
	.biaodan .i-biaodan .h { font-size:20px; line-height:25px; margin-bottom: 10px;}
	.biaodan .i-biaodan .e { margin-bottom:15px;}
 
	.biaodan .i-biaodan ul li{padding:5px 10px; margin-bottom:10px; font-size:14px; }
 
	.biaodan .i-biaodan .ta textarea{padding:5px 10px; font-size:14px; }
	.biaodan .i-biaodan .jl{ font-size:14px;line-height: 25px;margin:10px 0;}
	.biaodan .i-biaodan .sub input{  font-size:14px;line-height:30px; }
} 



.Area-hd { color:#000; }
.Area-hd .p1 { font-size:0.48rem; line-height:0.55rem; font-family:"Arial"; font-weight:bold; text-transform:uppercase; }
.Area-hd .p2 { height:5px; margin-top:0.15rem;  background:url(../images/hd01.png) no-repeat center left; }
.Area-hd .p3 { font-size:0.48rem; margin-top:0.15rem; display:none; }

.mmArea { margin-top:0.2rem; }
.mmArea a { display:block; height:1rem; line-height:1rem; font-size:0.3rem; color:#fff; background:#e00629; text-align:center; }

.aArea { padding:0.35rem 0 0.25rem; background:url(../images/aArea.jpg) no-repeat center bottom; background-size:7.5rem 10.42rem; }

.aArea01 .hd01 { margin-top:0.4rem; text-align:center; }
.aArea01 .hd01 ul li { display:inline-block; text-align:center; margin:0 0.3rem; }
.aArea01 .hd01 ul li a { display:inline-block; padding:0 0.25rem; height:0.55rem; line-height:0.55rem; border-radius:0.3rem; font-size:0.24rem; color:#000; }

.aArea01 .hd01 ul li:hover a { background:#e00629; color:#fff; }

.aArea02 { margin-top:0.55rem; }

.swiper-container-a01 { position:relative; }
.swiper-container-a01 .swiper-slide a { position:relative; display:block; }
.swiper-container-a01 .swiper-slide p { position:absolute; left:0.2rem; bottom:0; right:1.5rem; padding-left:0.2rem; background:url(../images/a02.jpg) no-repeat center left; height:0.55rem; line-height:0.55rem; font-size:0.3rem; color:#fff; font-weight:bold; z-index:2; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.swiper-pagination-a01 { position:absolute; font-size:0; left:auto!important; right:0.25rem!important; width:auto!important; bottom:0.25rem!important; z-index:5; }
.swiper-pagination-a01 .swiper-pagination-bullet { margin:0 7px; opacity:0.5; background:#fff; }
.swiper-pagination-a01 .swiper-pagination-bullet-active { opacity:1; }

.aArea021 { margin-top:0.35rem; }

.aArea021 ul li { background:#fff; }
.aArea021 ul li:nth-child(n + 2) { margin-top:0.2rem; }
.aArea021 ul li a { display:block; padding:0.6rem 0.3rem 0 0.3rem; height:2.1rem; }
.aArea021 ul li .date { float:left; width:1.5rem; line-height:1.1; }
.aArea021 ul li .date .p1 { font-size:0.48rem; font-weight:bold; color:#000; font-family:"Arial"; }
.aArea021 ul li .date .p2 { font-size:0.24rem; color:#707070; }
.aArea021 ul li .date .p3 { width:0.95rem; height:4px; background:#e00629; margin-top:0.5rem; }

.aArea021 ul li .txt { float:left; width:calc(100% - 1.5rem); }
.aArea021 ul li .txt .p1 { font-size:0.3rem; color:#000; line-height:0.45rem; height:0.9rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.aArea021 ul li .txt .p2 { font-size:0.24rem; color:#707070; line-height:0.35rem; height:0.7rem; margin-top:0.1rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
 
.bArea { position:relative; z-index:1; }
.bArea .bd .bd01 img { width:100%; height:7.5rem; }


.bArea .hd { position:absolute; top:0.75rem; left:4%; right:4%; z-index:9;  }
.bArea .Area-hd { color:#fff; }
.bArea .Area-hd .p2 { background:url(../images/hd02.png) no-repeat center left; }

.bArea .hd ul { margin-top:0.5rem; }
.bArea .hd ul li { float:left; width:32%; margin-right:2%; text-align:center; border-radius:0.3rem; overflow:hidden; cursor:pointer; }
.bArea .hd ul li:nth-child(3n) { margin-right:0; }
.bArea .hd ul li:nth-child(n + 4) { margin-top:0.45rem; }
.bArea .hd ul li a { display:block; }
.bArea .hd ul li a i { display:inline-block; height:0.55rem; line-height:0.55rem; font-size:0.3rem; padding-left:0.45rem; background-size:0.25rem 0.25rem!important; color:#fff; }
 
.bArea .hd ul li.on { background:#e00629; }

.bArea .hd  .mArea { margin-top:0.3rem; }
 
.cArea { margin-top:0.2rem; padding:0.3rem 0 0.5rem; background:url(../images/cArea.jpg) no-repeat center top; background-size:7.5rem 6.43rem; box-sizing: border-box; }
.cArea01 .pic { border-radius:0.65rem 0 0.65rem 0; overflow:hidden; margin-top:0.5rem; }
.cArea01 .txt { font-size:0.35rem; margin-top:0.25rem; color:#535353; }
.cArea01 .txt01 { margin-top:0.3rem; }
.cArea01 .txt01 ul { display: flex; flex-direction: row; justify-content: space-between; }
.cArea01 .txt01 ul li { font-size:0.24rem; color:#535353; line-height:1.1; }
.cArea01 .txt01 ul li .p1 i { font-size:0.48rem; font-weight:bold; color:#000; margin-right:0.1rem; }
.cArea01 .txt01 ul li .p2 { margin-top:0.1rem; }

.cArea .mmArea { margin-top:0.35rem; }

.dArea { padding:0.8rem 0 0.5rem; margin-bottom:0.2rem; background:url(../images/dArea.jpg) no-repeat center top; background-size:cover; box-sizing: border-box; }
.dArea .hd { text-align:center; line-height:1.1; color:#fff; }
.dArea .hd .p1 { font-size:0.48rem; font-weight:bold; }
.dArea .hd .p2 { font-size:0.24rem; margin-top:0.2rem; }

.dArea .bd01 { margin-top:0.3rem; }
.dArea .bd01 ul li { float:left; margin-right:2%; width:32%; background:#fff; border-radius:10px; text-align:center; overflow:hidden; }
.dArea .bd01 ul li:last-child { margin-right:0; }
.dArea .bd01 ul li a { display:block; padding:0.25rem 0; text-align:center;}
.dArea .bd01 ul li .txt { padding-left:0.7rem; display:inline-block; min-height:0.5rem; text-align:left; line-height:1.1; background-size:0.58rem 0.5rem!important; }
.dArea .bd01 ul li .txt .p1 { font-size:0.28rem; color:#000; font-weight:bold; }
.dArea .bd01 ul li .txt .p2 { font-size:0.18rem; color:#707070; margin-top:0; width:0.9rem; line-height:0.25rem; height:0.25rem; overflow:hidden; }

.dArea .bd02 { margin-top:0.4rem; }
.dArea .bd02 ul li { position:relative; float:left; margin-right:3%; width:48.5%; }
.dArea .bd02 ul li:nth-child(2n) { margin-right:0; }
.dArea .bd02 ul li:nth-child(n + 3) { margin-top:3%; }
.dArea .bd02 ul li .txt { position:absolute; top:0.6rem; left:0.3rem; color:#fff; font-size:0.3rem; font-weight:bold; z-index:5; }
.dArea .bd02 ul li .txt .p2 { margin:0.1rem 0 0 0.25rem; font-size:0.24rem; }

.fArea { margin-top:0.4rem; padding:0.4rem 0; background:url(../images/fArea.jpg) repeat top left; }
.fArea01 { position:relative; margin-top:0.3rem; }
.fArea01 .swiper-slide { background:#fff; }
.fArea01 .swiper-slide .txt { font-size:0.3rem; color:#000; line-height:0.8rem; text-align:center; padding:0 5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.dArea .bd02 { margin-top:0.4rem; }
.dArea .bd02 ul li { position:relative; float:left; margin-right:3%; width:48.5%; }
.dArea .bd02 ul li:nth-child(2n) { margin-right:0; }
.dArea .bd02 ul li:nth-child(n + 3) { margin-top:3%; }
.dArea .bd02 ul li .txt { position:absolute; top:0.6rem; left:0.3rem; color:#fff; font-size:0.3rem; font-weight:bold; z-index:5; }
.dArea .bd02 ul li .txt .p2 { margin:0.1rem 0 0 0.25rem; font-size:0.24rem; }

.aArea03 ul li { position:relative; float:left; margin-right:3%; width:48.5%; }
.aArea03 ul li:nth-child(2n) { margin-right:0; }
.aArea03 ul li:nth-child(n + 3) { margin-top:3%; }
.aArea03 ul li .txt { position:absolute; top:0.6rem; left:0.3rem; color:#fff; font-size:0.3rem; font-weight:bold; z-index:5; }
.aArea03 ul li .txt .p2 {  margin:0.1rem 0 0 0.25rem; font-size:0.24rem; }

.aArea04 { margin-top:0.35rem; padding-bottom:0.3rem; }
.aArea04 .swiper-slide .pic { display:block; border:1px solid #f3f3f3; }

.hArea { padding:0.4rem 0; background:url(../images/hArea.jpg) no-repeat center top; background-size:cover;  }
.hArea .Area-hd { color:#fff; }
.hArea .Area-hd .p2 { background:url(../images/hd02.png) no-repeat center left; }
.hArea .bd { margin-top:0.35rem; }

.zxBtn { margin-top:50px; width:160px; text-align:center; background:#e60012; cursor:pointer; }
.zxBtn i { display:inline-block; padding-left:30px; font-size:18px; color:#fff; line-height:45px; background:url(../images/bd04.png) no-repeat center left; background-size:20px 15px; }
 
.zxBtn:hover { background:#213550; }

.zxArea { position:fixed; top:0; right:0; left:0; bottom:0; background-color: rgba(0,0,0,0.6); font-family:"Arial"; z-index:999; display:none; }
.zxArea.on { display:block; } 
 
.zxArea01 { position:absolute; width:90%; top:50%; left:50%; border:2px solid #bbb; border-radius:3px; transform:translate(-50%,-50%); background:url(../images/bd05.jpg) no-repeat; background-size:cover; box-sizing: border-box; padding:30px 4%; z-index:2; }
.zxArea01 .p1 { font-size:20px; color:#fff; font-weight:bold; text-align:center; }
.zxArea01 .p2 { margin-top:30px; }
.zxArea01 .p2 .text { float:left; width:48.5%; line-height:40px; font-size:14px; padding:0 10px; box-sizing: border-box; background:#f7f8f9; }
.zxArea01 .p2 .clearfix .text:nth-child(2n) { float:right; }
.zxArea01 .p2 .clearfix .text:nth-child(n + 3) { margin-top:15px; }
.zxArea01 .p2 .textarea { width:100%; height:75px; margin-top:15px; font-size:14px; padding:5px 10px; box-sizing: border-box; background:#f7f8f9; }
.zxArea01 .p2 .pp { margin-top:10px; font-size:14px; color:rgba(255,255,255,0.5); } 
.zxArea01 .p2 .btn01 { display:block; margin-top:20px; width:100%; line-height:40px; background:#cb0014; color:#fff; font-size:18px; text-align:center; cursor:pointer; }

.zx_close { position:absolute; top:-13px; right:-13px; width: 26px; height: 26px; font-size:18px; color:#fff; text-align:center; line-height:26px; border: 2px solid #fff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );  background-color: rgba( 0, 0, 0, 1.00 ); z-index:2; cursor:pointer; }

 
.bdArea .wrap { width:100%; }
.bdArea .txt { padding:40px 4%; color:#fff; background:url(../images/bdArea.jpg) no-repeat center; font-family:"Arial"; background-size:cover;  }
.bdArea .txt .p1 { font-size:20px; padding-left:30px; font-weight:bold; background:url(../images/bd01.png) no-repeat left center; background-size:20px 20px; text-transform:uppercase; }
.bdArea .txt .p2 { font-size:14px; margin-top:10px; }
.bdArea .txt .p3 { font-size:14px; margin-top:15px; }
.bdArea .txt .p3 ul li { line-height:25px; padding-left:25px; background:url(../images/bd02.png) no-repeat center left; background-size:15px 14px; }
.bdArea .txt .p3 ul li a { color:#fff; text-decoration:underline; }
.bdArea .txt .p3 ul li:nth-child(n + 2) { margin-top:15px; }
.bdArea .txt .p4 { font-size:14px; margin-top:20px; color:rgba(255,255,255,0.5); }
 
.bdArea .txt01 { width:100%;  background:#fff; padding:40px 4%; box-sizing: border-box;  }
.bdArea .txt01 .p1 { font-size:20px; color:#333; font-weight:bold; text-align:center; }
.bdArea .txt01 .p2 { font-size:14px; color:#8c8c8c; margin-top:25px; text-align:center; }
.bdArea .txt01 .p3 { margin-top:10px; font-size:0; }
.bdArea .txt01 .p3 .text { float:left; display:block; width:46%; line-height:40px; font-size:14px; border-bottom:1px solid #a6a6a6;box-sizing: border-box; }
.bdArea .txt01 .p3 .clearfix .text:nth-child(2n) { float:right; }
.bdArea .txt01 .p3 .clearfix .text:nth-child(n + 3) { float:left; margin-top:20px; width:100%; }
.bdArea .txt01 .p3 .textarea {  display:block; width:100%; height:60px; margin-top:50px; font-size:14px; border-bottom:1px solid #a6a6a6; box-sizing: border-box; }
.bdArea .txt01 .p3 .btn01 { display:block; margin-top:20px; width:100%; line-height:50px; background:url(bd03.png) no-repeat 165px center #cb0014; color:#fff; font-size:20px;  text-align:left; cursor:pointer; text-align:center; }
 

 
 
 
 