@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html {
  line-height: 100%;
}
body {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  font-family:"宋体", Arial;
  color: #333333;
  min-width: 1050px;
  line-height: 100%;
  border-top: 5px solid #39982d;
}
@media all and (max-width:640px){
body{
 min-width: none;
}
}
/*----Common------------------------------*/
img {
  border: 0;
}
ul {
  list-style-type: none;
}
li {
  list-style: none;
  padding: 0;
  border: none;
}
.clClear {
  clear: both;
  height: 0;
  line-height: -1px;
  font-size: 0px;
}
.clEndClear {
  clear: both;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  font-size: 0px;
  line-height: -1px;
}
a {
  border: 0;
  color: #39982d;
  margin: 0;
  padding: 0;
}
a img {
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
}
a:hover {
  color: #39982d;
  text-decoration: none;
}
.clMg0 {
  margin: 0 !important;
}
.clPb35 {
  padding-bottom: 35px !important;
}
input, textarea {
  font-family:"宋体", Arial;
}
/*----Header------------------------------*/
header {
  width: 100%;
  z-index: 999;
  border-bottom:1px solid #02984b;
  box-shadow:0 0 3px #02984b;
  position:relative;
  background:#fff;
}
header #idHeadInner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  /* overflow: hidden; */
}
header #idHeadInner #idLogo {
  width: 159px;
  float: left;
  padding: 15px 0;
}
header #idSubNaviArea {
  float: right;
  margin-right:30px;
  margin-top:20px;
}
header #idSubNaviArea #idSubNavi {
  padding: 5px 0 5px;
  clear: both;
  font-size: 11px;
  height:24px; line-height:24px;
}
header #idSubNaviArea #idSubNavi li {	
  color: #4D4D4D;
  padding:0 10px;
  float:left;
  font-size:14px;
}
header #idSubNaviArea #idSubNavi li a {
	font-size:14px;
  color: #4D4D4D;
}
header #idSubNaviArea #idSubNavi li a:hover {
  color: #39982d;
}
header #idSubNaviArea #idSubNavi li div {
	position:absolute;
	top:40px;
	right:-3px;
	z-index:15;
	display:none;
}
header #idSubNaviArea #idSubNavi li div img{
	display:block; width:160px; height:168px;
}
header #idSubNaviArea #idSubNavi li:hover div {
	display:block;
}
header #idSearch {
  width: 225px;
  margin: 0;
}
header #idSearch .clSearchTxt {
  width: 190px;
  height: 26px;
  float: left;
  border: none;
  border-bottom: 1px solid #39982d;
  padding: 0;
  margin: 0;
}
header #idSearch .clSearchTxt:focus {
  color: #000;
  outline: none;
}
header #idSearch .clBtn01 {
  width: 26px;
  height: 26px;
  float: right;
  padding: 1px 0 0;
  background: url(../images/btn01.jpg) top right no-repeat;
  border: 0;
  cursor: pointer;
  outline: none;
}
header #idMainNavi {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  position: relative;
  height:50px;
  background:#008842;
}
header #idMainNavi .topNavi {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  text-align: center;

}
header #idMainNavi .topNavi > li {
  float: left;
  border-left: 1px solid #02984b;
  position: relative;
}
header #idMainNavi .topNavi > li a.nav01 {
  width: 165px;
  height: 49px;
  line-height:50px;
  font-size:16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color:#fff;
  font-family:"微软雅黑";
  font-weight:bold;
  letter-spacing:2px;
}
header #idMainNavi .lowerNavi {
    width: 165px;
    height: 0px;
    position: absolute;
    overflow: hidden;
    background: url(../images/bg.png) repeat;
    transition: all 0.5s ease 0s;
}
header #idMainNavi .topNavi > li a:hover {
  color:#fff;
}
header #idMainNavi .topNavi > li:hover .navi1{ height:180px;}
header #idMainNavi .topNavi > li:hover .navi2{ height:80px;}
header #idMainNavi .topNavi > li:hover .navi3{ height:150px;}
header #idMainNavi .topNavi > li:hover .navi4{ height:210px;}

header #idMainNavi .erweimax{ position:absolute;right:0; top:10px;}
header #idMainNavi .erweimax img{display:block; }

header #idMainNavi .lowerNavi {
  width:165px;
  height:0;
  overflow:hidden;
  background: url(../images/bg.png) repeat;
  position:absolute;
  transition: all 0.5s ease 0s;
}

.lowerNavi li {
  display: inline-block;
  width:100%;
  color: #FFF;
  font-size: 13px;
  margin:10px 0;
}
.lowerNavi li a {
  color: #FFF;
  font-size:13px;
  line-height: 1.2em;
  font-weight:bold;
  font-family:"宋体";
}
.lowerNavi li a:hover {
  text-decoration: underline;
}
.que-img{ width:100%;}
.que-img img{max-width:100%;}
.que-btn{cursor:pointer;}
/*----Contents------------------------------*/
#idContainer {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#idContents {
  margin: 0 auto 60px;
  clear: both;
  overflow: hidden;
}
#idLowerContents {
  width: 1000px;
  margin: 42px auto 60px;
  clear: both;
  overflow: hidden;
}
#idHeadvis {
  width: 100%;
  min-width: 1000px;
  height: 200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
  clear: both;
}
#idHeadvis:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.15);
}
#idHeadvis h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*----Pankuzu------------------------------*/
#idPankuzu {
  width: 100%;
  background: #F2F2F2;
  padding: 5px 0;
}
#idPankuzu p {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  color: #666;
}
#idPankuzu p a {
  font-size: 12px;
  color: #666;
}
#idPankuzu p a:hover {
  text-decoration: underline;
}
/*----SideNavi------------------------------*/
#idSideNaviArea {
  width: 220px;
  float: left;
}
#idSideNaviArea #idSideNavi .idSideNaviLi {
  width: 220px;
  margin: 1px 0 0;
}
#idSideNaviArea #idSideNavi .idSideNaviLi .idSideNaviEl {
  display: block;
  padding: 17px 0 17px 15px;
  background-color: #D2DFF9;
  background-repeat: no-repeat;
  background-position: 200px center;
}
#idSideNaviArea #idSideNavi .idSideNaviLi .idSideNaviEl.arrowR {
  background-image: url(../images/arrow02.png);
}
#idSideNaviArea #idSideNavi .idSideNaviLi .idSideNaviEl.arrowD {
  background-image: url(../images/arrow03.png);
}
#idSideNaviArea #idSideNavi .idSideNaviLi .idSideNaviEl:hover {
  background-color: #B1C4EF;
}
#idSideNaviArea #idSideNavi .idSideNaviLi .idSideNaviEl.noLink:hover {
  background-color: #D2DFF9 !important;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul {
  background: #E8EEFF;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li {
  width: 220px;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > a {
  display: block;
  padding: 8px 0 8px 30px;
  font-size: 12px;
  color: #666;
  background-color: #E8EEFF;
  background-repeat: no-repeat;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > a:hover {
  background-color: #B1C4EF;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > ul > li {
  width: 220px;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > ul > li > a {
  display: block;
  padding: 3px 0 3px 38px;
  font-size: 11px;
  color: #666;
  background-color: #E8EEFF;
  background-repeat: no-repeat;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > ul > li > a:hover {
  background-color: #B1C4EF;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul > li > ul > li > span {
  display: block;
  padding: 3px 0 3px 38px;
  font-size: 11px;
  color: #666;
  background-color: #E8EEFF;
  background-repeat: no-repeat;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul .arrowR > a {
  background-image: url(../images/arrow04.png);
  background-size: 4px auto;
  background-position: 15px 11px;
}
#idSideNaviArea #idSideNavi .idSideNaviLi > ul .arrowD > a {
  background-image: url(../images/arrow03.png);
  background-size: 7px auto;
  background-position: 15px center;
}
/*----MainArea------------------------------*/
#idMainArea {
  width: 710px;
  float: right;
}
#idMainArea section {
  margin: 0 0 60px;
}
#idMainArea section:last-child {
  margin: 0;
}
#idMainArea section p {
  line-height: 1.7;
}
#idMainArea section p a {
  color: #2c3897;
  text-decoration: underline;
}
#idMainArea section p a:hover {
  text-decoration: none;
}
/*----Title------------------------------*/
.idSecTitle {
  width: 710px;
  padding: 0 0 14px;
  margin: 0 0 15px;
  background: url(../images/title_line.jpg) no-repeat bottom;
}
/*----Text------------------------------*/
.mainColor {
  color: #2c3897;
}
.bold {
  font-weight: bold;
}
.gray {
  color: #666;
}
/*----align------------------------------*/
.alignL {
  text-align: left;
}
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}
/*----Link------------------------------*/
.arrowLink::before {
  content: url("../images/arrow04.png");
  padding-right: 5px;
}
/*----Caption------------------------------*/
.idCaption01 {
  margin-top: 15px;
}
.idCaption01 li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 5px;
}
.idCaption01 li:last-child {
  margin: 0;
}
.idCaption02 {
  margin-top: 20px;
}
.idCaption02 li {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 8px;
}
.idCaption02 li a {
  text-decoration: underline;
}
.idCaption02 li a:hover {
  text-decoration: none;
}
.idCaption02 li:last-child {
  margin: 0;
}
/*----Dl------------------------------*/
.idDlType01 dd {
  margin: 2px 0 20px;
  padding: 20px;
  border: 5px solid #F2F2F2;
}
.idDlType01 dd:last-child {
  margin: 2px 0 0;
}
.idDlType01 dd .attention {
  text-indent: -1em;
  padding-left: 1em;
}
.idDlType01 dd .attention span {
  color: #2c3897;
}
.idDlType01 dd table th, .idDlType01 dd table td {
  padding: 8px 0;
}
.idDlType01 dd table th {
  font-weight: normal;
}
.idDlType01 dd table td {
  padding-left: 45px;
}
.idDlType02 dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.idDlType02 dd {
  margin: 10px 0 35px;
}
.idDlType02 dd:last-child {
  margin: 10px 0 0;
}
.idDlType02 dd ul {
  line-height: 1.6;
}
/*----Table------------------------------*/
.idTblType01 {
  width: 100%;
  border-collapse: collapse;
}
.idTblType01 th, .idTblType01 td {
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
}
.idTblType01 th {
  background: #D8D8D8;
  text-align: center;
  font-weight: normal;
  padding: 12px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-right: 4px solid transparent;
}
.idTblType01 td {
  vertical-align: middle;
  padding: 12px 16px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.idTblType02 {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #CCCCCC;
}
.idTblType02 th, .idTblType02 td {
  line-height: 1.5;
  width: 50%;
  text-align: center;
}
.idTblType02 th {
  background: #D8D8D8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 10px 0;
  border-right: 1px solid #FFF;
}
.idTblType02 th:last-child {
  border-right: 1px solid #D8D8D8;
}
.idTblType02 td {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
/*----Box------------------------------*/
.idContactBox {
  border: 2px solid #e9f5e9;
  padding: 30px 0;
  text-align: center;
}
.idContactBox p {
  margin: 16px 0 0;
  color: #666;
}
.idContactBox .contactTxt {
  display: inline-block;
  vertical-align: top;
  margin: 26px 5px 0 0;
}
.idContactBox .contactTxt:last-child {
  margin: 26px 0 0;
}
.idContactBox .contactTxt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.idGrayBox {
  padding: 20px;
  background: #F2F2F2;
}
.idGrayBox ul li {
  margin-bottom: 10px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.idGrayBox ul li:last-child {
  margin: 0;
}
.idGrayBdrBox {
  padding: 20px;
  border: 5px solid #F2F2F2;
}
.idBlueListBox {
  overflow: hidden;
}
.idBlueListBox li {
  display: table;
  width: 180px;
  height: 120px;
  margin-right: 25px;
  padding: 0 20px;
  background: #E8EEFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  float: left;
}
.idBlueListBox li:last-child {
  margin: 0;
}
.idBlueListBox li p {
  display: table-cell;
  vertical-align: middle;
}
.idOuterLinkBox {
  overflow: hidden;
}
.idOuterLinkBox li {
  width: 220px;
  float: left;
  margin-right: 25px;
}
.idOuterLinkBox li:last-child {
  margin: 0;
}
.idOuterLinkBox li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.id2colBox01 {
  overflow: hidden;
}
.id2colBox01 .boxL {
  width: 320px;
  float: left;
}
.id2colBox01 .boxR {
  width: 370px;
  float: right;
}
.id2colBox01 .boxR h3 {
  line-height: 1;
}
.id2colBox02 {
  overflow: hidden;
}
.id2colBox02 a {
  width: 340px;
  display: block;
  color: #333;
}
.id2colBox02 a p {
  padding: 5px 5px 30px 5px;
}
.id2colBox02 a:hover p {
  background: #E8EEFF;
}
.id2colBox02 .boxL {
  float: left;
}
.id2colBox02 .boxR {
  float: right;
}
.id2colBox03 {
  overflow: hidden;
}
.id2colBox03 .boxL {
  width: 450px;
  float: left;
}
.id2colBox03 .boxR {
  width: 235px;
  float: right;
}
.id2colBox03 .boxR h3 {
  line-height: 1;
}
.id2colBox04 {
  overflow: hidden;
}
.id2colBox04 .boxL {
  width: 370px;
  float: left;
}
.id2colBox04 .boxR {
  width: 320px;
  float: right;
}
.id2colBox04 .boxR h3 {
  line-height: 1;
}
.id2colBox05 {
  overflow: hidden;
}
.id2colBox05 .boxL {
  width: 280px;
  float: left;
}
.id2colBox05 .boxR {
  width: 405px;
  float: right;
}
.id2colBox05 .boxR h3 {
  line-height: 1;
}
.id3colBox01 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.id3colBox01::before, .id3colBox01::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #2c3897;
}
.id3colBox01::before {
  left: 228px;
}
.id3colBox01::after {
  left: 473px;
}
.id3colBox01 .id3colBox {
  width: 220px;
  float: left;
  margin-right: 25px;
}
.id3colBox01 .id3colBox:last-child {
  margin: 0;
}
.id3colBox01 .id3colBox .id3colBoxTit {
  position: relative;
}
.id3colBox01 .id3colBox .id3colBoxTit img {
  vertical-align: top;
}
.id3colBox01 .id3colBox .id3colBoxTit::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  border-top: 4px solid #2c3897;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}
.id3colBox01 .id3colBox .id3colBoxInner {
  padding: 20px 12px 0;
  background: #F2F2F2;
  min-height: 160px;
}
.id3colBox01 .id3colBox .id3colBoxInner h2 {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #2c3897;
}
.id3colBox01 .id3colBox .id3colBoxInner p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5 !important;
}
.idLocalNavBox li {
  display: inline-block;
  margin-right: 13px;
}
.idLocalNavBox li:last-child {
  margin: 0;
}
/*----List------------------------------*/
ul.clList01 li {
  margin-bottom: 15px;
  background: url(../images/arrow05.png) 0 3px no-repeat;
  padding: 0 0 0 10px;
}
ul.clList01 li a {
  color: #333333;
  font-size: 13px;
}
ul.clList01 li a:hover {
  color: #39982d;
  text-decoration: underline;
}
ul.clList01 li ul.clListInner {
  margin: 8px 0 0 0px;
}
ul.clList01 li ul.clListInner li {
  margin-bottom: 9px !important;
  padding: 0 0 0 10px;
  background: url(../images/arrow06.png) 0 3px no-repeat;
}
ul.clList01 li ul.clListInner li a {
  color: #666666;
  font-size: 12px;
}
ul.clList01 li ul.clListInner li a:hover {
  color: #39982d;
  text-decoration: underline;
}
/*----Btn------------------------------*/
.idBtn01 {
  text-align: center;
}
.idBtn01 a {
  display: inline-block;
}
.idBtn01 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*----Footer------------------------------*/
footer {
  width: 100%;
  margin: 0;
}
footer #idFooterWrap {
  padding: 30px 0 0;
  background-color: #f5f5f5;
  color: #666666;
}
footer #idFooterWrap a {
  color: #666666;
}
footer #idFooterWrap #idFooterInner {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  font-size: 12px;
  position: relative;
}
footer #idFooterWrap #idFooterInner #idFootL {
  width: 236px;
  float: left;
  padding-bottom: 30px;
}
footer #idFooterWrap #idFooterInner #idFootL h4 {
  margin-bottom: 14px;
}
footer #idFooterWrap #idFooterInner #idFootL p {
  line-height: 1.4em;
  margin-bottom: 13px;
}
footer #idFooterWrap #idFooterInner #idFootL p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
footer #idFooterWrap #idFooterInner #idMainNaviF {
  width: 710px;
  float: right;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul {
  float: left;
  width:130px;
  padding: 5px 23px 0;
  background: url(../images/line.png) 0 30px no-repeat;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul.clLast {
  float: right;
  padding-right: 0;
  padding-bottom: 80px;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li {
  margin-bottom: 16px;
  font-size:14px;
  font-weight:bold;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li a {
  font-size: 12px;
  color: #333333;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li a:hover {
  color: #39982d;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li ul {
  float: none;
  background: none;
  margin: 2px 0;
  padding-left: 2px;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li ul li {
  margin-bottom: 8px;
}
footer #idFooterWrap #idFooterInner #idMainNaviF ul li ul li a {
  font-size: 12px;
  font-weight:normal;
  color: #666666;
}
footer #idCopy {
	text-align:center;
  width: 1000px;
  height: 30px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-size: 12px;
  color: #666666;
  clear: both;
  overflow: hidden;
}
footer #idCopy a {
  color: #666666;
}
footer #idCopy #idSubNaviF {
  width: 120px;
  float: right;
  margin-right: -20px;
  height:30px;
  line-height:25px;
}
footer #idCopy #idSubNaviF li {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.clTopBtn {
  text-align: right;
  position: fixed;
  bottom: 30px;
  margin: 0 0 0 950px;
  z-index: 9999;
}
/*----MarginTop------------------------------*/
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
/*----PaddingRight------------------------------*/
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/*----Fontsize------------------------------*/
.clF11 {
  font-size: 11px;
  line-height: 1.4em !important;
}
.clF13 {
  font-size: 13px;
  line-height: 1.4em !important;
}

.banimg{ width:100%; height:300px; background-repeat:no-repeat; background-position:center center; background-color:#f8f8f8; border-bottom:1px solid #ccc; box-shadow:0 0 3px #ccc; margin-bottom:30px;}

.imgcon img{ width:100%;}

#idSubNavi02{ position:relative;}
#idSubNavi02 i{ display:inline-block; background:url(../images/weixin.png) no-repeat; width:20px; height:17px; vertical-align:-3px; margin-right:8px;}
#idSubNavi02 span{ color:#009a4c; font-size:15px; font-weight:bold;float:left; margin-left:30px; border:1px solid #ccc; padding:3px 15px; border-radius:2px;}
#idSubNavi02 span:hover .erweimax{ display:block;}



/*-- 在线客服 --*/
.box_os .os_x, .box_os .osqq, .ico_os, .ico_gt, .ico_pp, .osqq .qq{ background:url(../images/kf.gif) no-repeat;}
.box_os{ height:auto; overflow:hidden; width:131px; margin-left:18px;}
.box_os .os_x{ background-color:#f7f7f7; background-position:2px 2px; width:18px; height:20px; float:right; display:inline; cursor:pointer;}
.box_os .osqq{ width:129px; border:1px solid #D1D1D1; background-color:#fff; background-position:0 -120px; clear:both; padding:37px 0 8px 0; text-align:center;}
.box_os .osqq p{ height:auto; line-height:20px;width:129px; margin-top:8px;}
.box_os .osqq p strong{ color:#666;}
.box_os .osqq img{ padding:7px 0 3px 0;}
.box_os .osqq p em{ color:#999; display:block;}
.box_os .osqq p span{ color:#547816; display:block;}
.box_os .osqq .qq{ background-position:-140px -120px; display:block; width:99px; height:26px; margin:0 auto; margin-top:8px; cursor:pointer;}



