/*****************公用
*****************/
.cl {
  color: #0258a1;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  margin: 0 3px;
  text-align: center;
  color: #666;
  background: #f7f7f7;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  color: #fff;
  background: #1c223c;
}
.btn01 {
  display: inline-block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #234a8b;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.btn01:hover {
  opacity: .85;
}
.btn01.btn-gray {
  background: #313131;
}
.btn02 {
  display: inline-block;
  width: 108px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #a19e9e;
  color: #fff;
  text-align: center;
}
.btn02:hover {
  background: #fff;
  color: #666;
}
/*****************头部
*****************/
.header {
  height: 81px;
  border-bottom: 1px solid #abaaab;
}
.header .logo {
  float: left;
  height: 34px;
  margin-top: 23px;
}
.header-r {
  float: right;
}
.header-r .h-languge {
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  padding-left: 25px;
  color: #a5a5a5;
  background: url(../images/icon/ico01.png) no-repeat left center;
}
.header-r .h-languge:hover {
  color: #0258a1;
}
.h-search {
  float: left;
  height: 80px;
  width: 50px;
  position: relative;
}
.h-search i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/ico02.png) no-repeat center;
  cursor: pointer;
}
.h-search .search-wrap {
  position: absolute;
  right: 0;
  top: 81px;
  width: 350px;
  border: 1px solid #e5e5e5;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  z-index: 999;
  visibility: hidden;
}
.h-search .search-wrap .text {
  float: left;
  width: 300px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.h-search .search-wrap .btn {
  float: right;
  width: 40px;
  height: 32px;
  background: url(../images/icon/ico02.png) no-repeat center;
  border-left: 1px solid #e5e5e5;
}
.h-search:hover .search-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header-nav {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.header-nav li {
  float: left;
  height: 60px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  color: #777;
  position: relative;
}
.header-nav li > a {
  display: block;
  padding: 0 20px;
}
.header-nav li.cur a,
.header-nav li a:hover {
  color: #0258a1;
}
.header-nav li:hover .subnav {
  display: block;
}
.header-nav li .subnav {
  position: absolute;
  top: 60px;
  left: 0;
  width:1000px;
  padding:15px 10px;
  background: #f8f8f8;
  z-index: 999;
  display: none;
}
.header-nav li .subnav a {
  display: block;
  line-height: 30px;
  font-size:12px;
  float:left;
  padding: 0 10px;
  text-align:center;
  height:80px;
}
/*.header-nav li .subnav::after {
  content: ' ';
  border-bottom: 8px solid #abaaab;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 25px;
}*/
.banner .imgbg {
  height: 580px;
}
.banner .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 20px;
  margin-top: -37px;
  top: 100%;
}
.banner .bx-wrapper .bx-prev {
  left: 50%;
  background: url(../images/pager01.png) no-repeat center;
}
.banner .bx-wrapper .bx-next {
  right: 50%;
  background: url(../images/pager02.png) no-repeat center;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
}
.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.ban-txt {
  padding: 30px 0;
  background: #151515;
}
.ban-txt ul li {
  padding: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #494949;
}
.ban-txt ul li.cur {
  color: #fff;
}
.mb100 {
  margin-bottom: 100px;
}
.slider-pro {
  padding: 50px 0;
}
.slider-pro ul li {
  padding: 20px;
}
.slider-pro ul li .img-md {
  height: 260px;
}
.slider-pro ul li h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
.slider-pro ul li h3 em {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.slider-pro ul li .p {
  font-size: 13px;
  color: #888;
  line-height: 22px;
}
.slider-pro .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 20px;
  margin-top: 34px;
  top: 100%;
}
.slider-pro .bx-wrapper .bx-prev {
  left: 50%;
  background: url(../images/pager03.png) no-repeat center;
}
.slider-pro .bx-wrapper .bx-next {
  right: 50%;
  background: url(../images/pager04.png) no-repeat center;
}
.slider-pro .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #777;
  background: none;
}
.slider-pro .bx-wrapper .bx-pager {
  bottom: -50px;
}
.slider-pro .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-pro .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-pro .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #777;
}
.ind-box2 {
  height: 400px;
  padding-top: 70px;
  text-align: center;
}
.ind-box2 h2 {
  font-size: 40px;
  color: #ea9327;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
}
.ind-box2 h2::after {
  content: ' ';
  width: 80px;
  height: 1px;
  background: #434b3d;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
.ind-box2 .p {
  color: #ddd;
  line-height: 34px;
  font-size: 18px;
  margin-bottom: 50px;
}
.ind-box2 .more {
  display: inline-block;
  width: 162px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: url(../images/icon/ico03.png) no-repeat center;
}
.ind-box3 {
  height: 350px;
  padding: 0 5%;
}
.ind-box3 .img-md {
  float: left;
  width: 350px;
}
.ind-box3 .txt {
  float: right;
  margin-top: 80px;
  margin-right: 100px;
}
.ind-box3 .txt h2 {
  font-size: 35px;
  color: #ea9327;
  margin-bottom: 20px;
}
.ind-box3 .txt .p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.ind-box3 .txt .more {
  display: inline-block;
  width: 185px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  padding-left: 25px;
  line-height: 45px;
  background: #0258a1 url(../images/pager02.png) no-repeat 85% center;
}
.ind-box4 {
  background: #303030;
  color: #969696;
  padding: 50px 0 68px;
}
.ind-box4-l {
  float: left;
  width: 560px;
}
.ind-box4-l h3 {
  font-size: 15px;
  color: #ecebeb;
  margin-bottom: 30px;
}
.ind-box4-l h3 em {
  color: #ea9327;
}
.ind-box4-l .p {
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 50px;
}
.ind-box4-l .more {
  display: inline-block;
  width: 180px;
  height: 42px;
  padding-left: 10px;
  line-height: 40px;
  border: 1px solid #717070;
  font-size: 13px;
  background: url(../images/icon/ico04.png) no-repeat 85% center;
}
.ind-box4-r {
  float: right;
  text-align: right;
  padding-top: 30px;
}
.ind-box4-r h3 {
  color: #ebebeb;
  font-size: 13px;
  margin-bottom: 10px;
}
.ind-box4-r .ttl-sub {
  color: #a2a2a2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ind-box4-r .links {
  margin-bottom: 35px;
}
.ind-box4-r .links a {
  margin-left: 15px;
}
.ind-box4-r .links a:hover {
  text-decoration: underline;
  color: #fff;
}
.ind-box4-r .more {
  display: inline-block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  background: #0258a1;
  text-align: center;
  font-size: 13px;
  color: #c8c8c8;
}
.ind-box5 .imgbg {
  float: left;
  width: 620px;
  height: 380px;
}
.ind-box5 .txt {
  float: right;
  width: 580px;
  height: 380px;
  background: #f9f9f9;
  padding: 100px 30px 0 30px;
  position: relative;
}
.ind-box5 .txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ind-box5 .txt .p {
  color: #666;
  line-height: 20px;
  margin-bottom: 60px;
}
.ind-box5 .txt .date {
  width: 120px;
  height: 78px;
  background: #ea9327;
  color: #fff;
  padding: 10px 0 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.ind-box5 .txt .date em {
  display: block;
  font-size: 32px;
}
.ind-box5 .txt .date span {
  display: block;
  font-size: 20px;
}
.ind-box5 .txt .more {
  display: inline-block;
  border: 1px solid #e2e2e2;
  width: 152px;
  height: 45px;
  line-height: 43px;
  padding-left: 15px;
  color: #c0c0c0;
  font-size: 14px;
}
.ind-box5 .txt .more:hover {
  border-color: #666;
  color: #666;
}
.ind-box6 {
  padding: 40px 0 100px;
  background: #e2e2e2;
}
.slider-news li h3 {
  margin-top: 20px;
  font-size: 14px;
}
.slider-news li .date {
  color: #a1a1a1;
  margin-top: 8px;
}
.slider-news li .img {
  overflow: hidden;
}
.slider-news li .img img {
  width: 100%;
  transition: all .4s;
}
.slider-news li:hover img {
  transform: scale(1.05);
}
.slider-news .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 20px;
  margin-top: 34px;
  top: 100%;
}
.slider-news .bx-wrapper .bx-prev {
  left: 50%;
  background: url(../images/pager03.png) no-repeat center;
}
.slider-news .bx-wrapper .bx-next {
  right: 50%;
  background: url(../images/pager04.png) no-repeat center;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #777;
  background: none;
}
.slider-news .bx-wrapper .bx-pager {
  bottom: -50px;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-news .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-news .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #777;
}
.footer {
  padding: 50px;
}
.footer dl {
  float: left;
  margin-right: 250px;
}
.footer dl.last {
  margin-right: 0;
}
.footer dl dt {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer dl dd {
  color: #969696;
  line-height: 26px;
}
.footer dl dd a:hover {
  color: #333;
}
.footer-b {
  background: #dbdbdb;
  line-height: 26px;
  padding: 15px 0;
  color: #969696;
}
.main-ban {
  height: 245px;
  position: relative;
}
.menu-wrap {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-wrap .menu {
  text-align: right;
}
.menu-wrap .menu a {
  display: inline-block;
  padding: 0 25px;
  line-height: 50px;
  font-size: 14px;
  color: #999;
}
.menu-wrap .menu a.cur,
.menu-wrap .menu a:hover {
  background: #fff;
  color: #da251c;
  font-weight: bold;
}
.content {
  background: #f1f1f1;
  padding-bottom: 70px;
  overflow: hidden;
}
.main-home {
  margin: 50px 0;
  color: #888;
  padding-left: 15px;
  background: url(../images/icon/ico05.png) no-repeat left center;
}
.main-home a,
.main-home span {
  padding: 0 5px;
}
.main-home a:hover {
  color: #0258a1;
}
.pro-box {
  background: #fff;
  height: 700px;
  overflow: hidden;
}
.pro-box h2 {
  font-size: 16px;
  margin: 30px 0;
  text-align: center;
}
.pro-box .img-md {
  height: 550px;
}
.pro-box .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}
.pro-box .bx-wrapper .bx-prev {
  left: 10%;
  background: url(../images/pager05.jpg) no-repeat center;
}
.pro-box .bx-wrapper .bx-next {
  right: 10%;
  background: url(../images/pager06.jpg) no-repeat center;
}
.pro-box .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background: none;
}
.pro-box .bx-wrapper .bx-pager {
  bottom: -50px;
}
.pro-box .bx-wrapper .bx-pager.bx-default-pager a:hover,
.pro-box .bx-wrapper .bx-pager.bx-default-pager a.active,
.pro-box .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #cccccc;
}
.main-box {
  background: #fff;
  padding: 25px;
}
.main-box-ttl {
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.article {
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0;
}
.main-l {
  float: left;
  width: 140px;
  min-height: 360px;
  background: #0068b1;
  color: #fff;
  padding-top: 20px;
}
.main-l a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
}
.main-l a.cur,
.main-l a:hover {
  background: #73aad0;
  font-weight: bold;
}
.main-r {
  float: right;
  width: 1046px;
}
.list-pro {
  margin-left: -15px;
}
.list-pro li {
  float: left;
  width: 250px;
  margin-left: 15px;
  margin-bottom: 15px;
  transition: all .4s;
}
.list-pro li .img-md {
  height: 250px;
  background: #fff;
}
.list-pro li .txt {
  background: #e9e9e9;
  padding: 20px 15px;
}
.list-pro li .txt h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.list-pro li .txt .els2 {
  line-height: 20px;
  height: 40px;
  color: #888;
}
.list-pro li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.about-top {
  overflow: hidden;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}
.about-top .img {
  float: left;
  margin-right: 45px;
  background: #fff;
}
.about-top .img img {
  position: relative;
  left: -10px;
  top: -10px;
}
.about-top .txt {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.about-bottom {
  overflow: hidden;
  margin-left: -12px;
  margin-top: 50px;
}
.about-bottom li {
  float: left;
  margin-left: 12px;
}
.list-news {
  margin-left: -13px;
}
.list-news li {
  width: 290px;
  float: left;
  background: #fff;
  margin-left: 13px;
  padding: 10px;
  line-height: 22px;
  transition: all .4s;
  margin-bottom: 20px;
  border:1px solid #ddd;
}
.list-news li h3 {
  font-size: 14px;
  margin-top: 15px;
}
.list-news li .date {
  color: #888;
}
.list-news li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.article-top {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.article-top h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.article-top .date {
  color: #888;
}
.btn-back {
  display: block;
  margin: auto;
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #eaeaea;
  color: #7d7d7d;
  font-size: 14px;
}
.btn-back:hover {
  background: #0258a1;
  color: #fff;
}
/**留言**/
.list-form {
  margin: 40px 100px 40px 0;
  overflow: hidden;
}
.list-form li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.list-form li label {
  float: left;
  width: 20%;
  line-height: 42px;
  text-align: right;
  padding-right: 1%;
}
.list-form li .text {
  float: left;
  width: 75%;
  height: 42px;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.list-form li span {
  float: left;
  width: 5%;
  color: #f00;
  line-height: 40px;
  text-align: center;
}
.list-form li textarea {
  height: 140px;
  float: left;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.list-form li .btn {
  display: inline-block;
  width: 80px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #006CB4;
  color: #fff;
  margin: 0 10px;
  cursor: pointer;
}
.list-form li .btn2 {
  background: #e2e2e2;
  color: #333;
}
.list-form li.lg {
  width: 100%;
}
.list-form li.lg label {
  width: 10%;
}
.list-form li.lg .text,
.list-form li.lg textarea {
  width: 87.5%;
}
.list-form li.lg span {
  width: 2.5%;
}
.navbgwr{background:#f9f9f9; height:120px; width:100%; position:absolute; top:80px; z-index:9; left:0; display:none;}
.navbgwr.active{display:block}
.cxcp_cont .cxcp01{ margin-bottom:30px;}
.cxcp01left{height: 170px; width:250px; background-color: #5d5d5d; float:left; text-align:center;}
.cxcp01right{ width:950px; float:left; background:#f6f6f6;}
.cxcp01rtext{ min-height:170px; width:950px;padding: 40px 50px; }
.cxcp01rtext h1{ font-size:15px;}
.catjs{color:#707070; padding-top:20px; line-height:20px;}
.cxcp01rul{ background:#f6f6f6;padding:60px 0 0 0; display:none;}
.cxcp01rul ul li{ float:left; width:140px; text-align:center; margin:10px 15px}
.cxcp01rul ul li p{ line-height:30px; }
.cxcp01rtext h1 a{   display: inherit;}
.cxcp01rtext h1 .inactive{ background:url(../images/off.png) no-repeat right;}
.cxcp01rtext h1 .inactives{background:url(../images/on.png) no-repeat right;}