﻿@charset "UTF-8";
/* clearfix */
/* 重置样式 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0 none;
  vertical-align: top;
}

i, em {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:visited {
  text-decoration: none;
  color: #333;
}

body {
  margin: 0 auto;
  background: #FFFFFF;
  font-size: 14px;
  font-family: "Microsoft YaHei", -apple-system, Helvetica, sans-serif;
  line-height: 1.5;
  color: #666;
  -webkit-text-size-adjust: 100% !important;
  /*-webkit-user-select: none;
  user-select: none;*/
}

img {
  vertical-align: top;
}

.w100p {
  width: 100%;
}

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

.clearfix {
  *height: 1%;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-table {
  display: table;
}

.bg-muted {
  background: #f1f1f1;
}

.bg-warning {
  background: #76161b !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}


.ml-20 {
  margin-right: 20px;
}


.fsz-12 {
  font-size: 12px !important;
}
.fsz-16 {
  font-size: 16px !important;
}

.fsz-18 {
  font-size: 18px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fsz-24 {
  font-size: 24px !important;
}

.w245 {
  width: 245px;
}

.w275 {
  width: 275px;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #030000 !important;
}

.text-lighter {
  color: #5c5d5d !important;
}

.text-warning {
  color: #76161b !important;
}

.text-center {
  text-align: center;
}

.search {
  position: relative;
  margin-top: 9px;
}

.search input {
  border: 1px solid #b5b5b4;
  height: 28px;
  line-height: 28px;
  width: 212px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 66px;
  padding-left: 10px;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 28px;
  line-height: 28px;
  background: #122b50;
  width: 56px;
  text-align: center;
}

.search button img {
  vertical-align: middle;
}

.nav {
  border-top: 6px solid #122b50;
  border-bottom: 1px solid #c3c2c2;
  font-size: 0;
}

.nav a {
  color: #343535;
}

.nav-item {
  font-size: 18px;
  display: inline-block;
  padding: 10px 10px;
  margin-left: 20px;
}

.nav-item:first-child {
  margin-left: 0;
}

.nav-more {
  display: inline-block;
  cursor: pointer;
}

.nav-more img {
  vertical-align: baseline;
  -webkit-transition: 150ms all ease-in;
  transition: 150ms all ease-in;
}

.nav-more.rotate img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topnew {
  text-align: center;
  height: 130px; overflow: hidden;
}

.topnew .one {
  font-size: 46px;
  font-weight: bold;
  color: #282929;
}

.topnew .sub a {
  display: inline-block;
  color: #404040;
  font-size: 16px;
  margin: 0 10px;
}

.news-l {
  width: 382px;
}

.news-r {
  position: relative;
  width: 780px;
}

.news-carousel {
  position: relative;
}

.news-carousel .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/slider-bg.png) no-repeat center;
  width: 780px;
  height: 146px;
}

.news-carousel .item p {
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 540px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 22px;
  z-index: 1;
}

.news-carousel .owl-controls {
  position: absolute;
  right: 44px;
  bottom: 20px;
}

.news-carousel .owl-controls .owl-page span {
  background: #9f9fa0;
  height: 10px;
  width: 10px;
}

.news-carousel .owl-controls .owl-page.active span {
  width: 26px;
  background: #fff;
}

.list a {
  display: block;
  color: #030000;
  font-size: 18px;
}

.list a.tit {
  font-size: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
}

.list .ll {
  padding-left: 20px;
  background: url(../images/dot.png) no-repeat 2px center;
  margin-bottom: 6px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list .subtit {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../images/tit-dot.png) no-repeat left center;
}

.list.dot2 .ll {
  background: url(../images/dot2.png) no-repeat 2px center;
}

.listtw
{
  height: 152px;overflow: hidden;
}

.bor-bot {
  border-bottom: 1px solid #c9c9c9;
  height: 1px;
}

.slider {
  position: relative;
}

.fourslider {
  width: 1116px;
  margin: 0 auto;
}

.fourslider .owl-wrapper-outer {
  z-index: 1;
}

.fourslider .owl-controls.clickable {
  position: absolute;
  left: -42px;
  right: -42px;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 0;
  margin: 0;
}

.fourslider .owl-controls .owl-buttons {
  position: relative;
}

.fourslider .owl-controls .owl-buttons div {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 157px;
  font-size: 0;
  top: 0;
  display: block;
  opacity: 1;
}

.fourslider .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center;
}

.fourslider .owl-controls .owl-buttons div.owl-next {
  right: 0;
  background: url(../images/next.png) no-repeat center;
}

.fourslider .item {
  display: block;
  position: relative;
  overflow: hidden;
}

.fourslider .item .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 12px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  color: #fff;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fourslider .item:hover .mask {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


.f2 .item {
  position: relative;
  overflow: hidden;
}

.f2 .item img {
  position: relative;
  z-index: 0;
}

.f2 .item .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 40px;
  line-height: 50px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
}

.f2 .item:hover .desc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.th-r {
  width: 643px;
  height: 420px;
  border: 12px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 24px;
}

.th .v1 {
  position: relative;
  display: block;
}

.th .v1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -32px;
}

.th .v1 .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 50px;
  color: #fff;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.th .v2 {
  font-size: 0;
}

.th .v2 .item {
  display: inline-block;
  width: 146px;
  margin-left: 8px;
}

.th .v2 .item:first-child {
  margin-left: 0;
}

.th .v2 .item .desc {
  font-size: 13px;
  margin-top: 8px;
  border-left: 2px solid #76161b;
  padding-left: 6px;
}

.sy {
  background: #424142;
  padding: 8px 28px;
}

.sy-cont {
  position: relative;
  background: #fff;
  height: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sy-cont .list {
  padding-left: 35px;
  padding-top: 30px;
}

.sy-cont .list .ll {
  margin-bottom: 15px;
}

.sy-cont .list .more {
  text-align: right;
}

.sy-cont .list .more a {
  color: #76161b;
}

.sy-img {
  position: absolute;
  right: -1px;
  top: 0;
}

.xm-l {
  display: inline-block;
  width: 380px;
  position: relative;
}

.xm-l .desc {
  color: #FFFFFF;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.3);
}

.xiamen-cont .list .ll {
  margin-bottom: 18px;
}

.whds-cont .list .ll {
  margin-bottom: 16px;
}

.cjpl .list .ll {
  margin-bottom: 17px;
}

.cjpl-r .list .ll {
  margin-bottom: 11px;
}

.shyl .list .ll {
  margin-bottom: 15px;
}

.shyl-l .list .ll {
  margin-bottom: 6px;
}


.lifeimg{
  display: block;
  position: relative;
  overflow: hidden;
}

.lifeimg .mask {
  position: absolute;
  left: 280px;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 12px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  color: #fff;
  /*-webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);*/
}

/*.lifeimg:hover .mask {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/


.tt .desc {
  border-left: 2px solid #7d0000;
  padding-left: 8px;
  line-height: 1.4;
}

.shyl-m-tt {
  position: relative;
}

.shyl-m-tt .mask {
  position: absolute;
  width: 205px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 21px 10px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in 0s;
  transition: opacity 1s ease-in 0s;
}

.shyl-m-tt .mask p {
  line-height: 1.6;
}
.shyl-m-tt:hover div
{
   opacity: 1;
}

.cjpl .tt p {
  padding: 14px 12px;
}

.cjpl .tt .tit {
  display: block;
  padding: 15px 12px 10px;
  border-bottom: 1px solid #b5b5b4;
}

.cjpl-l .list .ll {
  margin-bottom: 18px;
}

.ls {
  line-height: 42px;
  vertical-align: middle;
}

.ls .tag {
  width: 42px;
  display: inline-block;
  line-height: 1.1;
  padding-right: 24px;
  margin-right: 20px;
  border-right: 1px solid #76161b;
}

.ls .tit {
  display: inline-block;
 /* vertical-align: text-bottom;*/
}

.jlsj .tit {
  display: table-cell;
  vertical-align: middle;
  height: 58px;
  width: 100%;
}

.jlsj-l {
  width: 538px;
  height: 498px;
}

.jlsj-m {
  width: 280px;
  margin-left: 25px;
  height: 498px;
}

.jlsj-r {
  width: 332px;
  height: 498px;
}

.jlsj-slider {
  font-size: 0;
  padding: 0px;
}

.jlsj-slider .item
{
  padding-left: 10px;
}
.jlsj-slider .vv {
  position: relative;
  width: 241px;
  float: left;
  margin: 0 9px 15px;
}

.jlsj-slider .vv .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32.5px;
  margin-top: -32.5px;
}

.jlsj-slider .owl-controls.clickable {
  margin-left: -10px;
  margin-right: 0;
}

.h5-slider .item {
  margin: 0 20px;
}

.szb-slider .item {
  margin: 0 48px;
}

.foot {
  background: #323333;
  padding-bottom: 40px;
}

.foot-logo {
  padding: 25px 0 20px;
  border-bottom: 1px solid #424343;
}

.foot .link {
  font-size: 0;
  padding-top: 14px;
}

.foot .link a {
  color: #999899;
  font-size: 14px;
  margin-left: 30px;
}

.foot .link a img {
  vertical-align: middle;
  margin-right: 10px;
}

.foot .link a span {
  vertical-align: middle;
}

.foot .link-logo a {
  display: inline-block;
  margin-left: 12px;
}

.foot-botttom a {
  color: #FFFFFF;
}

.foot-l {
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

.foot-l-item {
  margin-right: 40px;
}

.foot-l-item a {
  display: block;
  font-size: 18px;
  margin-bottom: 18px;
}

.foot-m {
  padding-left: 50px;
  padding-right: 50px;
  color: #FFFFFF;
  border-left: 1px solid #262727;
  border-right: 1px solid #262727;
  text-align: center;
}

.foot-m p {
  margin-bottom: 10px;
}

.foot-search {
  position: relative;
  text-align: right;
  margin-right: 50px;
}

.foot-search input {
  width: 296px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #262727;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 65px 0 15px;
  color: #FFFFFF;
}

.foot-search button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 40px;
  line-height: 40px;
  background: transparent;
  width: 56px;
  text-align: center;
}

.foot-search button img {
  vertical-align: middle;
}

.copyright {
  background: #272828;
  padding: 30px 0;
  text-align: center;
  color: #FFFFFF;
}


/*图片放大*/
.picenlarge{
    overflow: hidden;
}
.picenlarge img{
    cursor: pointer;
    transition: all 0.9s;
    -ms-transition: all 0.9s

}

.picenlarge  img:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}




/*下拉菜单*/
.dropdown
{
    float: right;width: 150px;
}
.dropdown-content {
    z-index: 100;
    display: none;
    position: absolute;
    background-color: #0f416b;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;

}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-top: 1px solid  #FFFFFF;
    color:#FFFFFF;
}
.dropdown-content a:hover {background-color: #0f416b;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0f416b;
    color: #FFFFFF;
}

.dropdown:hover .dropbtn a{
    color: #FFFFFF;
}

.piyao
{
  text-align: center;
}



/*H5二维码*/
.company_b2b dl{float:left;width:241px;height:356px;text-align:center;position:relative; }
.company_b2b dl.dl_first{margin-left:0;}
.company_b2b dl dt{width:241px;height:356px;border:1px  solid #dadada;background-color:#fff;}
.company_b2b dl dt.ererima_img{ position:absolute;left:0;top:0;}
.company_b2b dl dt.ererima_img img{width:150px;height:150px;margin-top:100px;}
.hid{display:none;}
.company_b2b dl dt.company_img img{margin-top:0px;}



/*微信二维码*/
.weixin {
position: relative; margin-right:8px;
}

.weixin img.qrcode {
position: absolute;
z-index: 99;
top: 80px;
right: -17px;
width: 7.5rem;
max-width: none;
height: 7.5rem;
transform: scale(0);
transform-origin: top right;
opacity: 0;
border-radius: .25rem;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.weixin:hover img.qrcode {
transform: scale(1);
opacity: 1;
}