@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 .weixin {
  float: left;
}

.dingtu .weixin .erweimang {
  float: left;
  margin-right: 20px;
  position: relative;
  height: 40px;
}

.dingtu .weixin .erweimang i {
  line-height: 0;
  width: auto;
}

.dingtu .weixin .erweimang svg {
  width: 16px;
  height: 41px;
  fill: #999;
}

.dingtu .weixin .erweimang .tuma02 {
  /* display: none; */
  width: 120px;
  height: 120px;
  position: absolute;
  top: 200%;
  opacity: 0;
  left: -50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.dingtu .weixin .erweimang:hover svg {
  fill: #fe9900;
}

.dingtu .weixin .erweimang:hover .tuma02 {
  display: block;
  top: 100%;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}


/*  */

.dingtu .qiehuan {
  float: right;
}

.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: 140px;
  overflow: hidden;
}

.haologo .haobaini .tb {
  width: 180px;
  margin-top: 45px;
}

.haologo .haobaini .tb a {
  display: block;
}

.haologo .haobaini .tb img {
  max-width: 100%;
  ;
}

.haologo .mingche {
  margin-top: 45px;
  margin-left: 14px;
}

.haologo .mingche p {
  font-size: 28px;
  font-weight: 700;
  color: #323232;
  line-height: 1;
  margin-bottom: 5px;
}

.haologo .mingche span {
  font-family: 'Arial Narrow';
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #f5f5f5;
  display: block;
  border-radius: 3px;
  text-align: center;
}

.haologo .jiexian {
  margin-left: 20px;
  margin-top: 45px;
}

.touico {
  margin: 45px 0 0 60px;
  height: 57px;
}

.touico img {
  max-height: 100%;
}

.jiexian .shangwen {
  margin-bottom: 4px;
  display: block;
  overflow: hidden;
  text-align: center;
}

.jiexian .shangwen img {
  float: left;
}

.jiexian .shangwen p {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.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: 14px;
}

.fengongshi {
  margin-top: 45px;
}

.fengongshi img {
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: 3px;
}

.fengongshi .tel {
  display: block;
  float: left;
}

.fengongshi .tel p {
  display: block;
  font-size: 24px;
  color: #323232;
  line-height: 28px;
  font-family: arial;
}

.fengongshi .tel p:first-child {
  font-weight: bold;
  color: #fe9900;
}


/* 导航栏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: 9px;
}

.nav .nLi:last-child {
  margin-right: 0;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 26px;
  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;
}

.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 p span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.dingbu01 .liangshi .liangshiren {
  margin-bottom: 26px;
}

.zaixiang {
  float: left;
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  font-size: 22px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #333;
}

.liangshi .wenxin .erweimang svg {
  width: 22px;
  height: 56px;
  fill: #555;
}

.zaixiang .zai02 {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  position: absolute;
  bottom: 65px;
  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;
  margin-right: 10px;
}

.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: 65px;
  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: 22px;
  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;
}

.lanmu01 .lanmu11 dl a:hover {
  color: #fca900;
}

.dingbu02 {
  height: 90px;
}

.dingbu02 .banquan {
  color: #555555;
  font-size: 13px;
  line-height: 90px;
}

.dingbu02 .beianhao {
  color: #555555;
  font-size: 13px;
  line-height: 90px;
}


/*  */

.cp_gengduo {
  margin-top: 28px;
}

.cp_gengduo a {
  width: 153px;
  height: 47px;
  display: block;
  float: left;
  text-align: center;
  line-height: 47px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #323232;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.cp_gengduo .gengduo01 {
  /* background: #fe9900; */
  margin-right: 10px;
}

.cp_gengduo a:hover {
  background: #fe9900;
  color: #fff;
  border-color: #fe9900;
}

.cpxx_wen .cp_gengduo .gengduo01 {
  width: 250px;
  background: #323232;
  border-color: #323232;
  color: #fff;
  font-size: 16px;
}

.cpxx_wen .cp_gengduo .gengduo01:hover {
  background: #fe9900;
  border-color: #fe9900;
}

.cpxx_wen .cp_gengduo .gengduo02 {
  font-size: 16px;
}

.index_tjcp {
  height: 447px;
  width: 839px;
  /* background: #f5f5f5 url(../images/cp-bj.jpg) no-repeat right top; */
  background-color: #f5f5f5;
  padding: 35px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.index_tjcp .cp_img {
  margin-right: 40px;
  width: 448px;
  height: 448px;
  overflow: hidden;
  position: relative;
}

.index_tjcp .cp_img a {
  display: block;
  position: relative;
  z-index: 1;
}

.index_tjcp .cp_img img {
  width: 100%;
  height: 100%;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
}

.index_tjcp .cp_img .bigimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index_tjcp .cp_img .bigimg li {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_tjcp .cp_img .bigimg li.active {
  z-index: 1;
}

.index_tjcp .cp_wen {
  width: 347px;
  margin-top: 5px;
}

.index_tjcp .cp_wen .wen_bt h2 {
  color: #323232;
  font-size: 28px;
  line-height: 60px;
  font-weight: normal;
}

.index_tjcp .cp_wen .wen_bt span {
  color: #fe9900;
  font-size: 16px;
  line-height: 43px;
  display: block;
  width: 100%;
  background: url(../images/cptdge.png) no-repeat 70px center;
}

.index_tjcp .cp_wen .wen_bt pre {
  margin: 5px 0 20px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #666;
  line-height: 30px;
  font-size: 14px;
}

.wen_bt .jianjie {
  margin: 5px 0 20px;
}

.wen_bt .jianjie p {
  word-wrap: break-word;
  color: #999;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* font-weight: bold; */
}

.wen_bt .jianjie p em:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
  font-weight: normal;
}

.picScroll-cp {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.picScroll-cp .hd {
  overflow: hidden;
}

.picScroll-cp .hd .prev,
.picScroll-cp .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/arrow.png") 0 0 no-repeat;
}

.picScroll-cp .hd .next {
  background-position: 0 -50px;
}

.picScroll-cp .bd {
  margin: 0 -5px;
}

.picScroll-cp .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-cp .bd ul li {
  padding: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.picScroll-cp .bd ul li .pic {
  text-align: center;
}

.picScroll-cp .bd ul li .pic img {
  width: 100px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.picScroll-cp .bd ul li:hover .pic img {
  border-color: #fe9903;
}