
  /* CSS reset for c_b*/
  body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
table th , table td {
  padding:5px;
}
fieldset , img {
  border:0;

}
address , caption , cite , code , dfn , em ,i , th , var {
  font-style:normal;
  font-weight:normal;
}
ol , ul {
  list-style:none;
}
ception , th {
  text-align:left;
}
q:before , q:after {
  content:'';
}
abbr , acronym {
  border:0;
}
a {
  color:#666;
  text-decoration:none;
}
/*for ie f6n.net*/
  a:focus {
  outline:none;
}
/*for ff f6n.net*/
  a:hover {
  text-decoration:none;
}
/*定位*/
  .tl {
  text-align:left;
}
.tc {
  text-align:center;
}
.tr {
  text-align:right;
}
.bc {
  margin-left:auto;
  margin-right:auto;
}
.fl {
  float:left;
  display:inline;
}
.fr {
  float:right;
  display:inline;
}
.zoom {
  zoom:1
}
.hidden {
  visibility:hidden;
}
.vam {
  vertical-align:middle;
}
.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
}
p {
  word-spacing:-1.5px;
}
li {
  list-style:none;
}
.m-auto { width: 1200px; margin: 0 auto; position: relative; }
-moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  /*其他*/
  .cur {
  cursor:pointer
}
/*原reset*/
  sup {
  vertical-align:baseline;
}
sub {
  vertical-align:baseline;
}
input,button,textarea,select,optgroup,option {
  font-family:inherit;
  font-size:inherit;
  outline: none;
  font-style:inherit;
  font-weight:inherit;
}
input,button,textarea,select {
  *font-size:100%;
}
input,select {
  vertical-align:middle;
}
body {
  font:12px/1.231 arial,helvetica,clean,sans-serif;
}
select,input,button,textarea,button {
  font:99% arial,helvetica,clean,sans-serif;
}
table {
  font-size:14px;
  width:100%;
  border-collapse:collapse;
}
pre,code,kbd,samp,tt {
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}
/*title*/
  h1 {
  font-size:32px;
}
h2 {
  font-size:26px;
}
h3 {
  font-size:20px;
}
h4 {
  font-size:14px;
}
h5 {
  font-size:12px;
}
h6 {
  font-size:10px;
}
/*清除浮动*/
  .clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
/*end reset*/
  /* CSS Document*/
  body {
  background-color:#fff;
  overflow-x:hidden;
  color:#666;
  font-size:14px;
  font-family: "微软雅黑";
  position:relative;
  min-width:1200px;
  width:100%;
}
/*网站字体颜色*/
  .content,.container {
  margin-left:auto;
  margin-right:auto;
  width:1200px;
}
.wrap-header {
  height: 99px;
  position: relative;
  z-index: 3;
}
.wrap-header .conleft {
  position: relative;
  padding-top: 25px;
}
.wrap-header .logoImg {
  margin-left: 40px;
}
.wrap-header .logoImg img {
  display: block;
  width: 96px;
  height: 46px;
}
.wrap-header .lTit {
  margin-left: 12px;
  color: #333;
}
.wrap-header .p1 {
  font-size: 16px;
  margin-bottom: 3px;
  padding-top: 3px;
}
.wrap-header .conright {
  position: relative;
  padding-right: 198px;
  width: 48%;
}
.wrap-header .nav ul {
  padding-top: 38px;
  width: 102%;
}
.wrap-header .nav ul li {
  float: left;
  font-size: 15px;
}
.wrap-header .nav ul li.cur a ,.wrap-header .nav ul li:hover a {
  color: #009e38;
}
.wrap-header .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 99px;
  height: 99px;
  background: #009e38;
  cursor: pointer;
}
.wrap-header .menu span {
  display: block;
  height: 99px;
  background:  no-repeat center;
}
.wrap-header .search {
  position: absolute;
  right:99px;
  top: 0;
  width: 99px;
  height: 99px;
  background: #f7f7f7;
  cursor: pointer;
}
.wrap-header .search span {
  display: block;
  height: 99px;
  background:  no-repeat center;
}
/*导航*/
.nav-wrap { width: 100%; height: 62px; background-color: #242424; }
.nav-cont a {display: block;float: left;height: 62px;line-height: 62px;color: #fff;font-size: 15px;padding: 0 45px;}
.nav-cont a.cur, .nav-cont a:hover { background-color: #009e38; }
.DHnav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: ;
  z-index: 999;
}
.DHnav .NavCon {
  position: fixed;
  right: -400px;
  top: 0;
  height: 100%;
  background: #fff;
  width: 300px;
  opacity: 0;
  z-index: 3;
}
.DHnav .NavCon .navUl {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  font-size: 16px;
}
.DHnav .NavCon .navUl .navli {
  height: 65px;
  position: relative;
}
.DHnav .NavCon .navUl .navli .lia {
  display: block;
  height: 65px;
  text-indent: 120px;
  line-height: 65px;
}
.DHnav .NavCon .navUl .navli:hover {
  background: #009e38;
}
.DHnav .NavCon .navUl .navli:hover .lia {
  color: #fff;
}
.DHnav .NavCon .navClose {
  width: 99px;
  height: 99px;
  background:  no-repeat center;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.DHnav .NavCon .navClose:hover {
  transform: rotate(360deg);
}
.DHnav .NavCon .navUl .li1 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li2 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li3 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li4 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li5 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li6 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li7 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li8 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li9 .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li1:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li2:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li3:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li4:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li5:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li6:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li7:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li8:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .li9:hover .lia {
  background:  no-repeat 74px;
}
.DHnav .NavCon .navUl .libox {
  display: none;
  width: 220px;
  position: absolute;
  left: -220px;
  top: 0;
  background: ;
  text-align: center;
}
.DHnav .NavCon .navUl .libox p {
  height: 35px;
  line-height: 35px;
}
.DHnav .NavCon .navUl .libox p a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.DHnav .NavCon .navUl .libox p:hover {
  background: #b88458;
}
.searchBox {
  display: none;
  position: absolute;
  left: 0;
  top: 99px;
  height: 250px;
  background:  no-repeat center;
  width: 100%;
}
.searchBox h3 {
  margin-bottom: 18px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}
.searchBox h3 em {
  display: block;
  width: 1px;
  height: 55px;
  background: #fff;
  margin: 0 auto;
}
.searchBox .searInp {
  height: 60px;
  background: #fff;
  margin-bottom: 25px;
}
.searchBox .searInp input {
  float: left;
  width: 1135px;
  height: 60px;
  border: none;
  line-height: 60px;
  font-size: 16px;
  color: #999;
  text-indent: 15px;
}
.searchBox .searInp span {
  float: right;
  display: block;
  width: 60px;
  height: 60px;
  background:  no-repeat center;
  cursor: pointer;
}
.searchBox .keyword {
  text-align: center;
}
.searchBox .keyword li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
}
.searchBox .keyword li a {
  color: #fff;
}
.wrap-footer {
  padding: 40px 0 65px 0;
  background: ;
  border-top: 1px solid #e6dfdf;
}
.wrap-footer ul {
  float: left;
  margin-left: 110px;
}
.wrap-footer ul:first-child {
  margin-left: 0;
}
.wrap-footer ul li {
  margin-bottom: 10px;
}
.wrap-footer ul li:hover a {
  color: #009e38;
}
.wrap-footer ul li:first-child {
  margin-bottom: 24px;
}
.wrap-footer ul li:first-child a {
  color: #333;
}
.wrap-footer dl {
  float: right;
  text-align: right;
}
.wrap-footer dl dt {
  margin-bottom: 5px;
}
.wrap-footer dl dt img {
  display: block;
  width:98px;
  height:98px;
}
.wrap-footer dl dd {
  margin-right: 5px;
}
.ficp {
  height: 90px;
  background: #f8f8f8;
}
.ficp .container {
  position: relative;
  height: 90px;
}
.ficp p {
  height: 90px;
  line-height: 90px;
}
.ficp .ficpbg {
  height: 90px;
  width: 640px;
  background: #009e38;
  position: absolute;
  right: -360px;
  top: 0;
}
.ficp p.fr {
  color: #fff;
  padding-left: 30px;
  background:  no-repeat left center;
  position: relative;
  z-index: 2;
}
.zxkf {
  position: fixed;
  right: 0;
  top:40%;
  z-index: 99;
  width:56px;
}
.zxkf ul li {
  height: 54px;
  width: 210px;
  background: #009e38;
  margin-bottom: 3px;
  border-radius: 15px 0 0 15px;
  position: relative;
  left: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.zxkf ul li a {
  display: block;
  height: 56px;
}
.zxkf ul li img {
  float:left;
  width: 30px;
  height: 30px;
  position: relative;
  left: 15px;
  top: 12px;
}
.zxkf ul li.li2 img {
  width: 31px;
  height: 15px;
  top: 19px;
}
.zxkf ul li.li6 img {
  top:14px;
}
.zxkf ul li.li7 {
  overflow: initial;
}
.zxkf ul li p {
  float: right;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  width: 150px;
  font-size: 16px;
  color: #fff;
}
.zxkf ul li:hover {
  left: -150px;
}
.zxkf ul li.li1:hover {
  left:0;
  background: #009e38;
}
.zxkf ul li.li2:hover {
  left:0;
  background: #009e38;
}
.zxkf ul li.li7:hover {
  left:0;
}
.zxkf ul li.li7 p {
  position: absolute;
  right: -56px;
  bottom:0;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #2f2f2f;
}
.zxkf ul li.li7:hover p {
  right: 211px;
  bottom:0;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #2f2f2f;
}
.zxkf ul li.li7:hover p img {
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}
/*返回顶部*/
  .retop ul {
  overflow:hidden;
}
.retop li {
  float:left;
  margin-left:10px;
}
.retop li img {
  display:block;
}
.rtTop {
  width:43px;
  height:43px;
  overflow:hidden;
  position:fixed;
  top:80%;
  right:46%;
  margin-right:-615px;
  cursor:pointer;
  display:none;
}
.rtTop h4 {
  width:43px;
  height:43px;
  overflow:hidden;
  position:relative;
}
.rtTop img {
  display:block;
  position:absolute;
  top:0;
  left:0;
}
/* -- 弹出窗口 --*/
  #oran_full_bg {
  display:none !important;
}
/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: ;
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #009e38;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #009e38;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}
/* 错误提示*/
  .errorMainCon {
  width: 100%;
  background:  no-repeat center #f6f6f6;
  ;height: 330px;
  padding-top: 300px;
}
.errorMainCon h3 {
  width: 525px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #1e1e1e;
  font-weight: normal;
  margin: 0 auto;
}
.errorMainCon h3 em {
  color: #009e38;
  font-weight: bold;
}
.errorMainCon p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}
.errorMainCon p em {
  color: #009e38;
}
.errorMainCon a.error-url {
  font-size: 15px;
  color: #999999;
  font-family: arial;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.errorMainCon .btn {
  text-align: center;
  height: 52px;
  width: 228px;
  margin: 30px auto 0;
  overflow: hidden;
}
.errorMainCon .btn .a1 {
  display: block;
  width: 104px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #818181;
  background: #e3e3e3;
  border-radius: 4px;
  float: left;
  text-decoration: none;
  border:none;
}
.errorMainCon .btn .a1:first-child {
  background: #009e38;
  color: #fff;
  margin-right: 20px;
}

/*header*/
.header  { width: 100%; height: 151px; background-color: #fff; border-top: solid 4px #009e38; }
.header-cont { width: 1200px; margin: 0 auto; position: relative; }
.header-cont .top-nav { width: 363px; height: 30px; background: url(../image/top_nav_bg.png) no-repeat; position: absolute; right: 0; top: -5px; z-index: 2; padding: 10px 0 0 30px;}
.header-cont .top-nav a { color: #fff; }
.top-nav a:hover { text-decoration: underline; }
.top-nav span { margin-left: 18px; }
.top-nav span.sc a, .top-nav span.map a { opacity: .5; }
.top-nav span:before { content: ''; display: inline-block; width: 15px; height: 17px; background-repeat: no-repeat; position: relative; top: 2px; margin-right: 8px;}
.top-nav span.sc:before { background-image: url(../image/icon_shoucang.png); }
.top-nav span.map:before { background-image: url(../image/icon_ads.png); }
.top-nav span.lang { border-left: solid 1px #33b160; }
.top-nav span.lang a { padding-right: 12px; }
.header-cont .logo {width: 390px;height: 151px;border-right: solid 1px #ebebeb;margin-right: 28px;}
.header-cont .logo a {display: block;width: 379px;height: 62px;position: relative;top: 21px;}
.slogn { padding-top: 50px; }
.slogn h1 { font-size: 24px; color: #333;}
.slogn h1 em { display: inline-block; width: 22px; height: 22px;}
.slogn h1 em:before { content: ''; display: block; width: 5px; height: 5px; background-color: #e06a23; border-radius: 50%; position: relative; left: 8px; top: 12px;}
.slogn h1 span { font-weight: 400; }
.slogn p { color: #666; font-size: 18px; padding-top: 6px;}
.free-phone { position: absolute; right: 0; top: 75px;}
.free-phone i { display: block; width: 42px; height: 42px; background-repeat: no-repeat;}
.free-phone .tel i { background-image: url(../image/icon_phone.png); margin-right: 10px; }
.free-phone .tel span { color: #666; }
.free-phone .tel p { color: #009e38; font-size: 24px; font-weight: bold; }
.free-phone .search-box { position: relative; }
.free-phone .search-box button { display: block; width: 42px; height: 42px; border:none 0; background: none; background-image: url(../image/icon_search.png); margin-right: 15px; position: relative; z-index: 2; cursor: pointer;}
.free-phone .inp-box { width: 30px; height: 42px; background-color: #009e38; border-radius: 30px; position: absolute; top: 0; right: 23px; z-index: 1; }
.free-phone .inp-box input { width: 170px; height: 42px; border:none 0; background: none; padding-left:18px; color: #fff;}

/*footer*/
.footer { width: 100%; height: 410px; background: url(../image/footer_bg.jpg) no-repeat; }
.footer-cont { width: 1200px; margin: 0 auto; padding-top: 170px; position: relative; color: #999;}
.footer-cont a { color: #999; }
.footer-cont a:hover { text-decoration: underline; color: #e06a23; }
.footer-cont .alinks a { margin-right: 80px; font-size: 16px;}
.footer-cont .address { margin-top: 60px; }
.footer-cont .address a.beianhao { padding: 0 5px; }
.footer-cont .zhanzhang { margin-top: 20px; }
.footer-cont .zhanzhang i { display: inline-block; width: 50px; height: 12px; background:  no-repeat; }
.footer-cont .zhanzhang span { padding-right: 50px; }
.ewm-box { width: 320px; position: absolute; right: 0; top: 170px; }
.ewm-box .ewm-img { width: 150px; height: 150px; overflow: hidden; }
.ewm-box .ewm-img img{width: 150px; height: 150px; }
.work-time>p { color: #fff; font-size: 16px; font-weight: bold; padding: 15px 0 5px; }
.work-time>span { color: #999; }
.work-time .numbers_tel { margin-top: 28px; color: #e06a23; font-size: 16px; line-height: 22px;}
/*友情链接*/
.friend-links { width: 100%; height: 90px; line-height: 90px; background-color: #009e38; color: #fff; }
.friend-links-cont { width: 1200px; margin: 0 auto;}
.friend-links-cont a { color: #fff; }
.friend-links-cont a:hover { text-decoration: underline; }
.go-total a { font-size: 18px;}
.alist { margin-left: 15px; }
.alist a { padding: 0 18px; font-size: 16px; opacity: .6; }
.friend-links-cont .shenq { width: 180px; height: 90px; background-color: #e06a23; }
.friend-links-cont .shenq a { display: block; width: 140px; height: 100%; font-size: 16px; padding-left: 40px; position: relative;}
.friend-links-cont .shenq em { display: block; width: 0; height: 0; border-top: 5px solid transparent; border-left: 5px solid #fff; border-bottom: 5px solid transparent; position: absolute; right: 32px; top: 41px; z-index: 2;}





