﻿@charset "utf-8";

/* CSS Document */

* { margin: 0; padding: 0 }

*:focus { outline: none }

html { width: 100%; height: 100%; font-size: 62.5%; /* 10÷16=62.5% */ }

body { font-size: 14px; font-size: 1.4rem; /* 12÷10=1.2 */ }

body { line-height: 1.5em; font-family: "Hiragino Sans GB", "STHeiti", Helvetica, "Microsoft Yahei", 微软雅黑, 黑体, 新細明體, Arial, "Lucida Grande", sans-serif; color: #000; background-color: #ececec; width: 100%; height: 100% }

em, q, cite, address { font-weight: normal; font-style: normal }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

address { display: inline }

img { border: none; max-width: 100%;vertical-align: top; }

li { list-style: none }

q { quotes: none }

strong { font-weight: bold }

table { border-collapse: collapse }

th { text-align: left; font-weight: normal }

small { -webkit-text-size-adjust: none; font-size: 10px }

i { font-style: normal }

.boxSizing_b { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }

/* link */

a { color: #000; outline-style: none; text-decoration: none; cursor: pointer; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s }

a:hover { text-decoration: none; color: #0061b1 }

a.a01 { color: #46728C; text-decoration: none; cursor: pointer }

a.a01:hover { text-decoration: none; color: #0061b1 }

a.a02 { color: #003490; text-decoration: none; cursor: pointer }

a.a02:hover { text-decoration: none; color: #000 }

a.com-a12, a .com-a12, a.com-a14, a .com-a14 { color: #fff; text-decoration: none; cursor: pointer }

a.com-a12 .fa-long-arrow-right, a. com-a12 .fa-long-arrow-right, a.com-a14 .fa-long-arrow-right, a .com-a14 .fa-long-arrow-right {

margin-left:0.5rem

}

a.com-a12:hover, a .com-a12:hover, a.com-a14:hover, a .com-a14:hover { filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8 }

a.com-a12, a .com-a12 { font-size: 12px; font-size: 1.2rem }

a.com-a14, a .com-a14 { font-size: 14px; font-size: 1.4rem }

/* clear float */

.cf { zoom: 1 } /* for IE */

.cf:after { content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; overflow: hidden } /* for other */

/* float */

.fleft { float: left !important }

.fright { float: right !important }

.fnone { float: none !important }

/* text-align */

.tleft { text-align: left }

.tright { text-align: right }

.tcenter { text-align: center }

/* display */

.dis { display: block }

.undis { display: none }

.disinline { display: inline }

/* form */

label { }

label:hover { }

input, select { vertical-align: middle; font-size: 1.4rem; color: #000; font-family: "Hiragino Sans GB", "STHeiti", Helvetica, "Microsoft Yahei", 微软雅黑, 黑体, 新細明體, Arial, "Lucida Grande", sans-serif }

input[type="text"], input[type="password"] { padding-left: 0.1em; padding-right: 0.1em; height: 2.4em; line-height: 2.4em; border: 1px solid #cbcbcb; background: #fff; border-radius: 0.3em; -moz-border-radius: 0.3em; box-sizing: border-box }

input[type="text"]:focus, textarea:focus { border: 1px solid #0061b1 }

select { height: 30px; color: #000; border: 1px solid #cbcbcb; border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box }

textarea { padding: 3px 0 3px 3px; font-size: 14px; color: #000; border: 1px solid #cbcbcb; background: #FFF; border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box }

button { cursor: pointer; vertical-align: middle; text-align: center; font-family: "Hiragino Sans GB", "STHeiti", Helvetica, "Microsoft Yahei", 微软雅黑, 黑体, 新細明體, Arial, "Lucida Grande", sans-serif }

/*-------------------定位-------------------*/

.positionRelative { position: relative }

.positionAbsolute { position: absolute }

.poabsolute-wh50 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }

.poabsolute-w50 { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }

.poabsolute-h50 { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }

.overhidden { overflow: hidden }

/*-------------------结构-------------------*/

header, footer { clear: both; margin: 0 auto; width: 100% }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time, ul, li { display: block }

.mainblock { clear: both; width: 100%; max-width: 1440px; margin-left: auto; margin-right: auto; position: relative;    background-color: #fff;}

/*-------------------透明度-------------------*/

.opacity0_3 { filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3 }

.opacity0_5 { filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5 }

.opacity0_8 { filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/

.texthh{white-space:nowrap;word-break:break-all;}

.textAlign_left{text-align:left}

.nufontfamily { font-family: Arial, "Adobe Heiti Std R", "Adobe 黑体 Std R", "黑体" }

.fontSize10 { font-size: 10px; font-size: 1rem; -webkit-transform: scale(0.8) }

.fontSize11 { font-size: 11px; font-size: 1.1rem; -webkit-transform: scale(0.9) }

.fontSize12 { font-size: 12px; font-size: 1.2rem }

.fontSize14 { font-size: 14px; font-size: 1.4rem }

.fontSize16 { font-size: 16px; font-size: 1.6rem }

.fontSize18 { font-size: 18px; font-size: 1.8rem }

.fontSize20 { font-size: 20px; font-size: 2rem }

.fontSize22 { font-size: 22px; font-size: 2.2rem }

.fontSize23 { font-size: 23px; font-size: 2.3rem }

.fontSize24 { font-size: 24px; font-size: 2.4rem }

.fontSize28 { font-size: 28px; font-size: 2.8rem }

.fontSize30 { font-size: 30px; font-size: 3rem }

.fontSize32 { font-size: 32px; font-size: 3.2rem }

.fontSize36 { font-size: 36px; font-size: 3.6rem }

.fontSize40 { font-size: 40px; font-size: 4rem }

.fontSize44 { font-size: 44px; font-size: 4.4rem }

.fontSize48 { font-size: 48px; font-size: 4.8rem }

.fontSize50 { font-size: 40px; font-size: 4rem }

.fontSize60 { font-size: 60px; font-size: 6rem }

.fontSize88 { font-size: 88px; font-size: 8.8rem }

.font-bold { font-weight: bold }

.line-height1em { line-height: 1em }

.line-height1_1em { line-height: 1.1em }

.line-height1_2em { line-height: 1.2em }

.line-height1_3em { line-height: 1.3em }

.line-height1_4em { line-height: 1.4em }

.line-height1_5em { line-height: 1.5em }

.line-height1_6em { line-height: 1.6em }

.line-height1_8em { line-height: 1.8em }

.line-height2em { line-height: 2em }

.line-height2_5em { line-height: 2.5em }

.line-height3_0em { line-height: 3em }

.text-indent { text-indent: 2em }

.colora2a2a2, .colora2a2a2 a, .colora2a2a2 a:link, .colora2a2a2 a:visited, .colora2a2a2 a:active { color: #a2a2a2; }

.colora2a2a2 a:hover, a:hover .colora2a2a2 { color: #0061b1; text-decoration: none; }

.color333, .color333 a, .color333 a:link, .color333 a:visited, .color333 a:active { color: #333; }

.color333 a:hover, a:hover .color333 { color: #0061b1; text-decoration: none; }

.color666, .color666 a, .color666 a:link, .color666 a:visited, .color666 a:active { color: #666; }

.color666 a:hover, a:hover .color666 { color: #0061b1; text-decoration: none; }

.colorfff { color: #fff; }

.color000 { color: #000; }



.color555, .color555 a, .color555 a:link, .color555 a:visited, .color555 a:active { color: #555; }

.color555 a:hover, a:hover .color555 { color: #000; text-decoration: none; }



.color00a3d9 { color: #00a3d9 }

.colorfc9000 { color: #fc9000 }

.color3db92e { color: #3db92e }

.color0057b6 { color: #0057b6 }

.colord93600 { color: #d93600 }

.color003490 { color: #003490 }

.color6413e2 { color: #6413e2 }

.colorE33B00 { color: #E33B00 }

.color0085B2 { color: #0085B2 }

.color00B285 { color: #00B285 }

.color005bd0 { color: #005bd0 }

.colorA8A8B7 { color: #A8A8B7 }

.color0058BA { color: #0058BA }



/*-------------------通用头部-------------------*/ 

.headbox { width: 100%; height: 10rem; position: absolute; top: 0; z-index: 100 }

.logo {  width: 146px\9; margin-left:4rem; height: 51px\9; margin-top: 1rem; margin-top: 27px\9; }

/*.inKV { display: none; }*/

.top_search { margin-top: 2.5rem; margin-top: 5px\9; position: relative; }

.topSearch_txt { background-color: #555555; border-radius: 2em; overflow: hidden; height: 2.4em; width: 21.5rem; position: absolute; right: 0; top: 0.1rem; display: none }

.top_search .ts-input01 { width: 18rem; background-color: transparent; border: 0; color: #fff; opacity: 0.3; text-indent: 0.5em;/* border: 1px solid #fff; */ }

.top_search .ts-input01:focus { border: 0; opacity: 1; }

.tsB { cursor: pointer; }

.top_find { position: absolute; right: 0; top: 0; }

.top_searchBt1 { height: 2.4rem; width: 3rem; position: relative; padding-top: 0.5rem; display: inline-block; z-index: 999; }

.topMenuFixed .top_search { margin-top: 0.5rem }

.fa-globe { margin-top: 2.5rem }

.navbox { width: 100%; height: 50px; position: absolute; left: 0; z-index: 100; background: rgba(238,238,238,0.80); background: #eee\9; }

.navbox_top01 { top: 534px }

.navbox_top02 { top: 275px }

.headbox_nopos { width: 100%; height: 9rem; height: 90px\9 }

.navbox_nopos { width: 100%; height: 50px; position: relative; }

/* nav_menu */

.topMenu { display: block; width: 92%; height: 50px; margin-left: auto; margin-right: auto }

.menuLi { display: block; float: left; width: 16.6%;/*padding:0 3.625%;*/ height: 50px; overflow: visible }

.menuLiBname { display: block; width: 100%; text-align: center; height: 50px; line-height: 50px; font-size: 1.6rem }

.menuLi.select a { color: #003286; background-color: #f8f6f6; }

.t_M { width: 100%; height: 50px; }

.t_M.fixed { position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 999; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.t_M_Fixed_w { display: block; max-width: 1440px; margin-left: auto; margin-right: auto; }

.t_M .topMenu { }

.t_M .topMenuFixed { display: none; }

.t_M.fixed .topMenuFixed { display: block; }

.t_M.fixed .topMenu { display: none; }

.MF_logo, .MF_links { float: left; }

.MF_logo { width: 14%; height: 50px; line-height: 50px }

.MF_links { width: 76%; }

.MF_icon { width: 10%; }

.MF_links .menuLiBname { display: block; width: 100%; text-align: center; height: 50px; line-height: 50px; font-size: 1.6rem; /*font-weight: 800; */ }

.MF_icon .fa-globe { margin-top: 0.6rem; }

.MF_icon .top-search { margin-top: 1.5rem; }

.MF_logo img { max-width: 68%; display: block; }

.MF_icon .language_dow { top: 3.8em; }



.mo_prol-tit { display: none }

.prol-sublist { line-height: 3rem; background: #003286; color: #fff; font-size: 12px; font-size: 1.2rem; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em }

.prol-subtit { padding-left: 15px; padding-right: 15px; border-right: 2px solid #0057B6 }

.prol-subli { height: 3rem; margin-top: 0!important; margin-left: 0!important; margin-right: 0!important }

.prol-subli a { display: block; height: 3rem; color: #fff; padding-left: 15px; padding-right: 15px; border-right: 2px solid #0057B6; border-top: 2px solid #0057B6; border-bottom: 2px solid #0057B6; box-sizing: border-box }

.prol-subli a:hover, .prol-subli a.hover { background: #80ABDB }



.in-w01 { width:17rem; width:170px\9 }



.menuDownBox { position: absolute; width: 100%; z-index: 999; left: 0; top: 50px; *max-width: 1440px;    /*display:none;  overflow: hidden; }

.menuDown { padding: 0 4%; /**/ }

.menuDown_li {  padding: 0px 0; opacity:0;/*display:none;*/ }

.menuDown_links { float: left; display:block; width:220px; padding:15px 0 10px 0; background-color: #f8f6f6; -webkit-box-shadow:0 0 10px #ccc;  

  -moz-box-shadow:0 0 10px #ccc;  

  box-shadow:0 0 10px #ccc;  }



.menuDown_links li { clear: both; margin: 0 0 10px 0;  padding:0; width:100%; text-align:center;}

.menuDown_links li a { display: block; color: #4b4a4a; }

.menuDown_links li a:hover { display: block; color: #1c7ae1; }

/*.menuDown_linksFist { }*/

.menuDown_pic {  float: right;max-width:26%;  }



.links_section { width:100%; float:left }

.links_section a { font-size:1.4rem; margin: 10px 0 0 0 }

.menuDown_li ul:nth-last-child(2){ border-right:0; }







.menuDown_picli { float: left; /*margin: 0 20px; width: 40%;*/ }

.menuDown_picBox { position: relative; width: 100%; height: auto; }

.menuDown_img { width: 100%; height: auto; }

.menuDown_img img{ width: 100%; height: auto; }

.menuDown_txt { position: absolute; bottom: 0; width: 100%; text-align: center; color: #fff; background-image: url(../images/menuDown_picTitlebg.png); height: 29px; padding-top: 22px; font-weight: 700; }

/*.mLi2{ display:block; }*/



.sub-menu-wrap { margin: 0 auto; max-width: 1335px; text-align: left; }

.base_width { margin: auto; height: 100%; /*max-width: 1336px; padding: 0 1.5rem;*/ }



.mLi3{margin-left:277px;}

.mLi4{margin-left:497px;}

.mLi5{margin-left:717px;}

.mLi6{margin-left:937px;}

.mLi7{margin-left:1157px;}

.mLi8{margin-left:1178px;}


.product {width: 97%; height: 250px;margin-left: 20px; margin-right: 40px;overflow: hidden;position: relative;}

.m{width:100%; position:relative; margin:0 auto; background:#ececec; overflow:hidden;}

.i_cybj{width:100%; position:relative; float:left; margin-top:3rem;}

.i_cybj ul{height: 250px; margin:0 auto; font-family:"微软雅黑";}

.i_cybj ul li{width:15.5%; border-right:1px solid #cecece; padding:0 2%; height:250px; float:left;position: absolute;}

.i_cybj ul li h1{width:100%; float:left;}

.i_cybj ul li h1 em{width:100%; float:left; font-size:14px; color:#003287;}

.i_cybj ul li h1 span{width:100%; float:left; font-size:14px; color:#003287;}

.i_cybj ul li p{width:100%; float:left; font-size:14px; margin-top:1.5rem; color:#666666;}

.i_cybj ul li label{width:100%; float:left; font-size:12px; margin-top:1.5rem; color:#003287;}

.i_cybj ul li label a{color:#003287;}



.i_link{width:100%; position:relative; float:left; font-size:14px; margin-top:2rem; font-family:"微软雅黑";}

.i_link p{width:98%; margin:0 auto; border-top:1px solid #cecece;  line-height:20px; padding:15px 0; color:#2f2f2f;}

.i_link p a{color:#676767;}



.i_link01{width:100%; position:relative; float:left; font-size:14px; margin-top:0rem; font-family:"微软雅黑";}

.i_link01 p{width:92%; margin:0 auto;  line-height:20px; padding:15px 0; color:#2f2f2f;}

.i_link01 p a{color:#676767;}



.foot{width:100%; position:relative; float:left; background:#ececec;  border-top:1px solid #cecece;}

.footer{width:100%; position:relative; margin:0 auto; overflow:hidden; height:70px; text-align:center; font-family:"微软雅黑"; color:#676767; padding-top:1.5rem; line-height:25px; font-size:14px;}

.footer a{color:#676767;}


.fat-nav{display:none;}

.bannerlist{width:100%; height:325px; background:url( ) no-repeat right top;}

.bannerlist h1{margin-top:11rem; margin-left:4rem; float:left; color:#2b2b2b;}

.bannerlist h1 label{width:100%; float:left;}

.bannerlist h1 span{width:100%; float:left;}



.bannerlist01{width:100%; height:275px; background:url(../images/bannerlist02.jpg) no-repeat right top;}

.bannerlist01 h1{margin-top:10rem; margin-left:4rem; float:left; color:#2b2b2b;}

.bannerlist01 h1 label{width:100%; float:left;}

.bannerlist01 h1 span{width:100%; float:left;}



.bannerlist02{width:100%; height:275px; background:url(../images/bannerlist03.jpg) no-repeat right top;}

.bannerlist02 h1{margin-top:10rem; margin-left:4rem; float:left; color:#2b2b2b;}

.bannerlist02 h1 label{width:100%; float:left;}

.bannerlist02 h1 span{width:100%; float:left;}



.bannerlist03{width:100%; height:275px; background:url(../images/bannerlist04.jpg) no-repeat right top;}

.bannerlist03 h1{margin-top:10rem; margin-left:4rem; float:left; color:#2b2b2b;}

.bannerlist03 h1 label{width:100%; float:left;}

.bannerlist03 h1 span{width:100%; float:left;}



.bannerlist04{width:100%; height:275px; background:url(../images/bannerlist05.jpg) no-repeat right top;}

.bannerlist04 h1{margin-top:10rem; margin-left:4rem; float:left; color:#2b2b2b;}

.bannerlist04 h1 label{width:100%; float:left;}

.bannerlist04 h1 span{width:100%; float:left;}



.m01{width:100%; position:relative; margin:0 auto; background:#fff;}

.dqwz{width:92%; margin:0 auto; overflow:hidden; margin-top:2rem;}

.dqwz dl{width:100%; float:left;}

.dqwz dl dt{float:left;}

.dqwz dl dt h1{float:left; font-size:24px; color:#0062b2; font-weight:bold;}

.dqwz dl dt span{float:left; margin-top:0.2rem; color:#0062b2; margin-left:1rem; background:url(../images/ar02.jpg) no-repeat right center; padding-right:2.2rem;}

.dqwz dl dd{float:right; color:#a7a7a7; background:url(../images/ar03.jpg) no-repeat left center; padding-left:17px;}

.navlist{width:100%; margin:0 auto; border-top:1px dotted #ccc; overflow:hidden; margin-top:1.6rem; height:44px;}

.navlist ul{width:92%; margin:0 auto; overflow:hidden;}

.navlist ul li{float:left; text-align:center; height:44px; line-height:44px;  border-right:1px dotted #ccc;}

.navlist ul li a{float:left; text-align:center; height:44px; line-height:44px; padding:0 30px;}

.navlist ul li a:hover{float:left; text-align:center; height:44px; line-height:44px; padding:0 30px; color:#fff; background:#0062b2;}

.navlist ul li.cur a{float:left; text-align:center; height:44px; line-height:44px; padding:0 30px; color:#fff; background:#0062b2;}

.content_about{width:92%; margin:0 auto; overflow:hidden; margin-top:2rem; margin-bottom:2rem; padding-bottom:4rem; background:#fff; min-height:500px;}

.gsgk{width:95%; margin:0 auto; overflow:hidden; margin-top:2rem;}

.gsgk_title{width:100%; float:left; border-bottom:1px solid #e8e8ea; line-height:50px; }

.gsgk_title h1{float:left; font-size:16px; color:#4c4c4c;}

.gsgk_n{width:100%; float:left;}

.gsgk_n dl{width:100%; float:left; margin-top:2.5rem;}

.gsgk_n dl dt{width:67%; float:left; font-size:14px; line-height:34px; color:#707070;}

.gsgk_n dl dd{float:right; width:29%;}

.gsgk_n dl dd img{width:100%;}



.menu_first{border-bottom:2px solid #bcbcbc;}

.content_about01{width:92%; margin:0 auto; overflow:hidden; margin-top:2rem; margin-bottom:2rem; padding-bottom:4rem; min-height:500px;}

.cybjlist{width:100%; float:left;}

.cybjlist ul{width:107%;}

.cybjlist ul li{width:29%; float:left; margin-right:3.4%; margin-top:2rem; margin-bottom:2rem; position:relative;}

.cybjlist ul li dt{width:100%;}

.cybjlist ul li dt img{width:100%;}

.cybjlist ul li dd.text{width:35%; position:absolute; font-size:16px; text-align:center; top:1.7rem; z-index:999; line-height:40px; color:#fff;}

.cybjlist ul li dd.text a{color:#fff;}

.cybjlist ul li dd.bg{width:35%; position:absolute; top:1.7rem; min-height:40px; line-height:40px; background:#000; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; }



.hxjzg{width:95%; margin:0 auto; overflow:hidden; margin-top:2rem;}

.hxjzg_title{width:100%; float:left; border-bottom:1px solid #e8e8ea; line-height:50px; }

.hxjzg_title h1{float:left; font-size:16px; color:#4c4c4c;}

.hxjzg_n{width:100%; float:left;}

.hxjzg_n ul{width:100%; margin-top:2rem;}

.hxjzg_n ul li{width:45%; float:left; margin-left:3.4%; color:#707070; margin-top:2rem; margin-bottom:2rem; position:relative;}

.hxjzg_n ul li dt{width:89px; height:97px; float:left; }

.hxjzg_n ul li dd{ float:left; width:75%; margin-left:2rem; margin-top:0.8rem;}

.hxjzg_n ul li dd h1{width:100%; float:left; font-size:16px; color:#0062b2;}

.hxjzg_n ul li dd p{width:100%; float:left; margin-top:1rem;}





.jrsy{width:95%; margin:0 auto; overflow:hidden; margin-top:2rem;}

.jrsy_title{width:100%; float:left; border-bottom:1px solid #e8e8ea; line-height:50px; }

.jrsy_title h1{float:left; font-size:16px; color:#4c4c4c;}

.jrsy_n{width:100%; float:left;}

.jrsy_n ul{width:100%; margin-top:2rem;}

.jrsy_n ul li{width:47%; float:left; margin-left:2%; color:#707070; margin-top:1rem; margin-bottom:1rem; position:relative;}

.jrsy_n ul li dt{width:12%; min-height:92px; background:#969393; text-align:center; line-height:92px; float:left; font-size:14px; color:#fff;}

.jrsy_n ul li dt h1{width:100%; float:left; text-align:center; color:#fff; margin-top:0.5rem; font-size:22px;}

.jrsy_n ul li dt span{width:100%; float:left; text-align:center; color:#fff; font-size:12px;}

.jrsy_n ul li dd{width:83%; float:left; margin-left:0.2rem; min-height:80px; padding-top:0.5rem; padding-bottom:0.5rem; padding-left:1.5rem; background:#dbdbdb; line-height:22px; font-size:14px; color:#707070; position:relative;}




.news{width:100%; margin:0 auto; overflow:hidden; margin-top:1rem;}

.news_title{width:100%; float:left; border-bottom:1px solid #e8e8ea; line-height:50px; }

.news_title h1{float:left; font-size:16px; color:#4c4c4c;}

.news_n{width:100%; float:left;}

.news_n ul{width:102%; margin-top:0rem;}

.news_n ul li{width:47%; float:left; margin-right:2.5%; color:#707070; margin-top:1rem; margin-bottom:1rem; position:relative;}

.news_n ul li dt{width:12%; min-height:72px; background:#d8d8d8; padding:20px 0 0 0; text-align:center; line-height:22px; float:left; font-size:14px; color:#fff;}

.news_n ul li dt h1{width:100%; float:left; text-align:center; color:#727272; margin-top:0.5rem; font-size:22px;}

.news_n ul li dt span{width:100%; float:left; text-align:center; color:#727272; font-size:12px;}

.news_n ul li dd{width:83%; float:left; margin-left:0.2rem; min-height:80px; padding-top:0.5rem; padding-bottom:0.5rem; padding-left:1.5rem;  line-height:22px; font-size:14px; color:#707070; position:relative;}
.news_n ul li dd h2{font-size:16px; line-height:30px;}

.pager ul {float: right; width:auto; margin-right:23px; padding:0px 0 0 0;}
.pager ul li {width:auto; float: left; line-height:normal; padding:10px 0 0 0; background:none; border:0; margin:0 0 0 2px;}
.pager a {background:#cecece; font-size:12px; color:#484848; font-family:"宋体"; float: left; height:auto; padding: 6px 10px; margin: 0px 1px;}
.pager span {padding: 4px 10px; margin: 0px 0px; font-size: 12px;}
.pager .now {background-color: #0f6bb9; color: #ffffff; border-color: #313131;}
.pager a:hover {background-color: #0f6bb9; color: #ffffff; border-color: #0f6bb9;text-decoration: none;}


.rcbz{width:95%; margin:0 auto; overflow:hidden; margin-top:2rem;}

.rcbz_title{width:100%; float:left; border-bottom:1px solid #e8e8ea; line-height:50px; }

.rcbz_title h1{float:left; font-size:16px; color:#4c4c4c;}

.rcbz_n{width:100%; float:left;}

.rcbz_n ul{width:100%; margin-top:3rem;}

.rcbz_n ul li{width:100%; float:left; padding:1rem 0 0 2rem; color:#707070; margin-top:0rem; margin-bottom:2rem; position:relative;}

.rcbz_n ul li dt{width:20%px; float:left;}

.rcbz_n ul li dt img{width:100%; float:left; }

.rcbz_n ul li dd{ float:left; width:63%; margin-left:3rem; margin-top:0.8rem;}

.rcbz_n ul li dd h1{width:100%; float:left; font-size:16px; color:#888888; font-weight:bold;}

.rcbz_n ul li dd h1 span{float:left; font-size:32px; font-style:italic; margin-right:8px;}

.rcbz_n ul li dd p{width:80%; float:left; margin-top:1rem; margin-left:3.6rem; line-height:26px;}





.zxns_n{width:100%; float:left;}

.dhc_ss02{width:100%; margin:0 auto; overflow:hidden; padding-bottom:0px;}

.bt01_1{width:100%; height:37px; background:#3f3f3f; margin-top:1.5rem;}

.bt01_1 td{font-size:13px;  font-family:"微软雅黑"; color:#fff; font-weight:bold;}

.bt01_1 tr{}

.bt01_1 td span{float:left; margin-left:45px;}

.bt02_1{width:100%; float:left; height:39px; margin-top:8px;}

.bt02_1 td{font-size:13px; font-family:"微软雅黑"; background:#e8e8e8;}

.bt02_1 td span{float:left; margin-left:25px;}

.bt02_1 td a.zk img{vertical-align:middle; margin-top:-3px;}

.bt02_1 td a.zk{color:#464545;}

.nr{float:left; background:#f8f8f8; padding:20px 0; min-height:200px;  border-bottom:1px dotted #ccc; width:100%;}

.nr dl{margin:10px auto; width:88%;}



.contact_n{width:100%; float:left;}

.contact_n dl{width:100%; float:left; margin-top:2.5rem;}

.contact_n dl dt{width:37%; float:left; font-size:14px; line-height:34px; color:#707070;}

.contact_n dl dd{float:right; width:54%;}

.contact_n dl dd img{width:100%;}



.detail {

	width:100%;

	float:left;

	font-size:12px;

	line-height:28px;

	color:#707070;

	font-family:"宋体";

}

.article-colum1{width:88%;margin:0px auto; margin-top:5rem; position:relative;overflow:hidden;}

.pages-title{font-size:32px;font-family:Microsoft Yahei;text-align:center;color:#333333;}

.pages-date{text-align:center;color:#898989;font-size:12px;height:40px; line-height:40px; overflow:hidden;}

.pages-date span.font,.pages_print span.font{margin:0 10px;}

.pages_print .index_switchsize{float:left;padding-left:240px;}

.pages_print .printIco{float:left;}

.pages_print .share{float:left;padding-left:20px;width:auto;margin:0;}

.pages_print .index_switchsize span{cursor:pointer;}

.pages_print{text-align:center;font-size:12px;height:10px;overflow:hidden;border-bottom:1px #dcdcdc dotted;}

.pages_print .printIco{color:#898989;}

.pages_print .share{color:#898989;}

#btnPrint{cursor:pointer;}

.pages_content{line-height:35px;padding:0;margin:12px 0 0 0;font-size:12px;}

.pages_content p{margin:15px 0 0 0;}

.pages_content .editor{color:#898989;font-size:12px;text-align:right;padding:5px 0;}



.right-jt{width:13px; height:21px; background:url(../images/r_a.png) no-repeat; position:absolute; top:90px; right:0;}

.left-jt{width:13px; height:21px; background:url(../images/l_a.png) no-repeat; position:absolute; top:90px; left:0;}

.navBar {
	width:100%;
	margin:0 auto;

	height:50px;
	line-height:50px;
	background: rgba(238,238,238,0.80);
	color:#333;
	    top: 517px;
		position:absolute;
		z-index:100;
}
.nav {
	position:relative;
	width:100%;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#000000;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
	text-align:center;
}
.nav .t {
	float:left;
	position:relative;
	z-index:1;
}
.nav h3 a {
	display:block;
	width:236px;
	text-align:center;
	font-size:1.6rem;
	font-weight:normal;
}
.nav .sub {
	display:none;
	position:absolute;
	top:50px;
	z-index:1;
	width:177px;
	margin-left:28px;

	border-top:0;
	background-color: #f8f6f6;-webkit-box-shadow:0 0 10px #ccc;  



  -moz-box-shadow:0 0 10px #ccc;  



  box-shadow:0 0 10px #ccc; 
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#4b4a4a;
	font-size:12px;
	font-weight:bold;
}
.nav .sub li a:hover {
	color:#1c7ae1;
}
.nav .block {
	height:3px;
	width:177px;
	background:#bcbcbc;
	position:absolute;
	top:50px;
	z-index:119;
	overflow:hidden;
	margin-left:31px;
}
@media only screen and (max-width: 1440px) { 

.mLi3{margin-left:274px;}

.mLi4{margin-left:492px;}

.mLi5{margin-left:709px;}

.mLi6{margin-left:926px;}

.mLi7{margin-left:1143px;}

.menuDown_links{width:217px;}



@media only screen and (max-width: 1366px) { 

.mLi3{margin-left:260px;}

.mLi4{margin-left:466px;}

.mLi5{margin-left:672px;}

.mLi6{margin-left:878px;}

.mLi7{margin-left:1084px;}

.menuDown_links{width:206px;}
.nav h3 a {
	display:block;
	width:223px;
	text-align:center;
	font-size:1.6rem;
	font-weight:normal;
}
.nav .sub {
	display:none;
	position:absolute;
	top:50px;
	z-index:1;
	width:177px;
	margin-left:28px;

	border-top:0;
	background-color: #f8f6f6;-webkit-box-shadow:0 0 10px #ccc;  



  -moz-box-shadow:0 0 10px #ccc;  



  box-shadow:0 0 10px #ccc; 
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#4b4a4a;
	font-size:12px;
	font-weight:bold;
}
.nav .sub li a:hover {
	color:#1c7ae1;
}
.nav .block {
	height:3px;
	width:177px;
	background:#bcbcbc;
	position:absolute;
	top:50px;
	z-index:119;
	overflow:hidden;
	margin-left:31px;
}
}



@media only screen and (max-width: 1280px) { 

.mLi3{margin-left:243px;}

.mLi4{margin-left:436px;}

.mLi5{margin-left:629px;}

.mLi6{margin-left:822px;}

.mLi7{margin-left:1015px;}

.menuDown_links{width:193px;}

.navBar {
	width:100%;
	margin:0 auto;

	height:50px;
	line-height:50px;
	background: rgba(238,238,238,0.80);
	color:#333;
	    top: 517px;
		position:absolute;
		z-index:100;
}
.nav {
	position:relative;
	width:100%;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#000000;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
	text-align:center;
}
.nav .t {
	float:left;
	position:relative;
	z-index:1;
}
.nav h3 a {
	display:block;
	width:210px;
	text-align:center;
	font-size:1.6rem;
	font-weight:normal;
}
.nav .sub {
	display:none;
	position:absolute;
	top:50px;
	z-index:1;
	width:177px;
	margin-left:16px;

	border-top:0;
	background-color: #f8f6f6;-webkit-box-shadow:0 0 10px #ccc;  



  -moz-box-shadow:0 0 10px #ccc;  



  box-shadow:0 0 10px #ccc; 
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#4b4a4a;
	font-size:12px;
	font-weight:bold;
}
.nav .sub li a:hover {
	color:#1c7ae1;
}
.nav .block {
	height:3px;
	width:177px;
	background:#bcbcbc;
	position:absolute;
	top:50px;
	z-index:119;
	overflow:hidden;
	margin-left:19px;
}
}
@media only screen and (max-width: 1024px) { 

.mLi3{margin-left:194px;}

.mLi4{margin-left:348px;}

.mLi5{margin-left:502px;}

.mLi6{margin-left:655px;}

.mLi7{margin-left:809px;}

.menuDown_links{width:154px;}

}