@charset "utf-8";

/* CSS Document */

body {
  font-size: 13px;
  line-height: 1.8;
  color: #555555;
  background: #fff;
  height: 100%;
}

* {
  font-family: Arial, " sans-serif", 微软雅黑, "Microsoft YaHei"
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  *width: 1200px;
}

a {
  color: inherit;
}

a:hover {
  color: #fe9900;
}


/*css组件-设置*/

.form-control,
.input-group-addon,
.btn {
  border-radius: 2px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}


/*选中颜色*/

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-input-placeholder {
  color: #aaa;
}

.placeholder {
  color: #aaa;
}


/* 网站样式 */


/* 通用分页样式 */

.pages {
  height: 35px;
  margin: 45px 0 10px 0;
  clear: both;
}

.pages:after {
  content: '.';
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
}

.pages ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.pages li {
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

.pages li a {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  height: 24px;
  line-height: 24px;
  color: #666;
}

.pages li a:hover {
  border: 1px solid #fe9900;
  background: #fe9900;
  color: #fff;
  text-decoration: none;
}

.pages li span {
  border: 1px solid #e1e1e1;
  height: 24px;
  line-height: 24px;
  color: #c4c4c4;
  padding: 5px 10px;
}

.pages .current a {
  border: 1px solid #fe9900;
  background: #fe9900;
  color: #fff;
}


/*网站顶部*/

.nav_f {
  position: fixed!important;
  top: 0!important;
  z-index: 999;
  width: 100%;
  margin: 0!important;
}

.header {
  width: 100%;
  height: 88px;
}

.logo {
  float: left;
  width: 238px;
  margin-top: 13px;
}

.head_nav02 {
  width: 820px;
  float: right;
}


/*在线留言*/

.mess {
  padding: 0;
  margin: 0;
  font-size: 14px
}

.mess tr {
  padding: 0;
  margin: 0;
  line-height: 50px;
  height: 50PX
}

.mess input {
  display: inline-block;
  height: 25px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 180px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess textarea {
  width: 500px !important;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess .submit {
  width: 240px;
  height: 40px !important;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  background: #fe9900 !important;
  border-radius: 5px;
  border: 0 none;
  cursor: pointer;
}

div.pfw {
  position: relative;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
}

div.pfw:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

div.pfw h3 {
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 20px;
  background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;
  border-bottom: 1px solid #e1e1e1;
  color: #444;
  font-weight: bold;
}

div.pfw h3 small {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  padding-left: 4px;
  font-style: normal;
}

div.pfw h3 .more {
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  padding-right: 8px;
  font-weight: normal;
  font-size: 12px;
  margin-right: 5px;
}

div.pfw .content {
  margin: 5px;
  font-size: 12px;
  line-height: 1.6em;
  padding: 10px;
}

div.pfw .adm_reply {
  margin: 6px 0 0 0;
  font-size: 1em;
  line-height: 200%;
  padding: 25px 5px 25px 25px;
  position: relative;
  color: #444;
  border-top: 1px solid #e1e1e1;
  background: #f7faff;
}

div.pfw .adm_reply span {
  color: darkred;
  font-weight: bold;
  color: #e77718;
}


/*顶部欢迎css*/

.dingbu {
  background: #f5f5f5;
  height: 41px;
}

.dingbu .huanyin p {
  font-size: 14px;
  color: #888888;
  line-height: 41px;
}

.dingtu .wenzi a {
  font-size: 14px;
  color: #888888;
  line-height: 41px;
  margin-right: 10px;
}

.dingtu .wenzi .wenxi {
  padding-right: 12px;
}

.dingtu .qiehuan {}

.dingtu .qiehuan a {
  border-radius: 14px;
  border: 1px solid #b8b8b8;
  height: 24px;
  display: block;
  float: right;
  padding-right: 10px;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 10px;
}

.dingtu .qiehuan img {
  float: left;
  margin: 5px 5px 0 8px;
}

.dingtu .qiehuan P {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  float: left;
}


/*logo css*/

.haologo {
  height: 171px;
  overflow: hidden;
}

.haologo .haobaini .tb {
  margin-top: 60px;
}

.haologo .haobaini .tb img {
  height: 50px;
  /* width: 116px; */
}

.haologo .mingche {
  margin-top: 50px;
  margin-left: 14px;
}

.haologo .mingche p {
  font-size: 22px;
  font-weight: 700;
  color: #373737;
  line-height: 38px;
}

.haologo .mingche span {
  font-family: 'Arial Narrow';
  font-size: 13px;
  color: #777777;
  letter-spacing: 2px;
  background: #f5f5f5;
  display: block;
  border-radius: 3px;
  text-align: center;
}

.haologo .jiexian {
  margin-left: 19px;
  margin-top: 52px;
  width: 225px;
}

.touico {
  margin: 50px 0 0 10px;
}

.jiexian .shangwen {
  float: left;
  margin-bottom: 4px;
}

.jiexian .shangwen img {
  float: left;
}

.jiexian .shangwen p {
  margin-left: 39px;
  color: #373737;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.jiexian .shangwen p span {
  color: #fe9900;
}

.jiexian .xiawen {
  float: left;
  border-top: 1px solid #ececec;
  padding-top: 4px;
}

.jiexian .xiawen p {
  color: #565656;
  font-size: 12px;
}

.fengongshi {
  margin-top: 47px;
  width: 310px;
}

.fengongshi a {
  float: left;
  width: 115px;
  height: 37px;
  background: #f5f5f5 url(../images/jiantou.png) no-repeat 133px 14px;
  padding: 0 17px;
  line-height: 37px;
  display: block;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.fengongshi a img {
  float: left;
  display: block;
  margin: 5px 0 0 0;
  width: 25px;
}

.fengongshi a p {
  display: block;
  float: left;
  padding-left: 5px;
}

.fengongshi a:hover {
  color: #fe9900;
  font-weight: 700;
}


/* 导航栏css */

#haolanmu {
  background: #fe9900;
  height: 70px;
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  background: #fe9900;
  position: relative;
  z-index: 1;
  line-height: 70px;
  padding-top: 18px;
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
  margin-right: 5px;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 32px;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}

.nav .nLi:hover h3 a {
  background: #333;
}

.nav .nLi h3 a img {
  margin-left: 3px;
  display: block;
  float: right;
  margin-top: 15px;
}

.nav .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 31px;
  position: absolute;
  background: #333;
  line-height: 38px;
  padding: 15px 0 10px 0;
  margin-left: 0;
  border-radius: 5px;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nav .sub a:hover {
  background: #6d6d6d;
  color: #fff;
}

.nav .cur h3 a {
  background: #333;
  color: #fff;
}


/*底部css*/

.dibu {
  height: 606px;
  overflow: hidden;
  background: #272727;
}

.dibu .dingbu01 {
  margin-top: 68px;
  height: 446px;
  border-bottom: 1px solid #3e3e3e;
}

.dingbu01 .liangshi {
  width: 408px;
  margin-right: 96px;
  float: left;
}

.dingbu01 .liangshi .dianhua {
  margin-bottom: 34px;
  padding-bottom: 21px;
  background: url(../images/footerge.jpg) no-repeat left bottom;
}

.dingbu01 .liangshi .dianhua p {
  color: #fca900;
  font-size: 22px;
}

.dingbu01 .liangshi .dianhua span {
  color: #fff;
  font-size: 36px;
  font-family: 'Impact Regular';
}

.dingbu01 .liangshi .dianhua span span {
  border-bottom: 1px solid #fca900;
  padding-bottom: 31px;
}

.dingbu01 .liangshi .liangshiren p {
  color: #999999;
  font-size: 14px;
  line-height: 35px;
}

.dingbu01 .liangshi .liangshiren {
  margin-bottom: 26px;
}

.zaixiang {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  font-size: 22px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #333;
}

.zaixiang .zai02 {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  position: absolute;
  bottom: 60px;
  width: 150px;
  height: 150px;
  left: -50px;
  max-height: 0;
}

.zaixiang:hover img.zai02 {
  max-height: 150px!important;
  cursor: pointer;
}

.liangshi .wenxin .erweimang {
  position: relative;
  width: 58px;
  height: 58px;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #333;
}

.liangshi .wenxin .erweimang .tuma02 {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  position: absolute;
  bottom: 60px;
  width: 150px;
  height: 150px;
  left: -50px;
  max-height: 0;
}

.erweimang:hover img.tuma02 {
  max-height: 165px!important;
}


/*

.liangshi .wenxin .tuma01:hover .tuma02 {

    height: 220px;

}

*/

.clear {
  clear: both;
}

.lanmu01 {
  float: left;
}

.lanmu01 .lanmu11 {
  width: 206px;
  float: left;
  margin-right: 38px;
}

.lanmu01 .lanmu11 dt {
  color: #fff;
  font-size: 17px;
  background: url(../images/footerge.jpg) no-repeat left bottom;
  padding-bottom: 16px;
  margin-bottom: 35px;
}

.lanmu01 .lanmu11 dt span {
  padding-bottom: 23px;
}

.lanmu01 .lanmu11 dd {
  margin-bottom: 16px;
}

.lanmu01 .lanmu11 dd a {
  display: block;
  color: #999;
  float: left;
  background: url(../images/dingbu-jt.jpg) no-repeat left 13px;
  padding-left: 15px;
  width: 100%;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.lanmu01 .lanmu11 dl a:hover {
  color: #fca900;
}

.dingbu02 {
  height: 90px;
}

.dingbu02 .banquan {
  color: #555555;
  font-size: 14px;
  line-height: 90px;
}

.dingbu02 .beianhao {
  color: #555555;
  font-size: 14px;
  line-height: 90px;
}