
/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
===================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
头部*******************************************************************************************************************************************
=====================================================================================================================================================================================*/

/* Header
-------------------------------------------------------------- */
.top-bar {
  display: inline-flex;
  width: 100%;
  height: 50px;
  background: transparent linear-gradient(90deg, #C81912 0%, #DD3F13 100%) 0% 0% no-repeat padding-box;
  padding: 10px 0;
}
.top-tel {
  float:left;
}
.top-tel li {
  float: left;
  margin-right: 30px;
  line-height: 30px;
  display:block;
}
.top-tel li .iconfont {
  margin-right: 10px;
  font-size: 20px;  
}
.top-icon {
  float:left;
  display:block;
}
.top-icon li .iconfont {
  float: left;
  margin-left:20px;
  margin-right:10px;
  color: #fff;
  font-size:16px;  
}
.top-bar li,.top-bar li a {
  float: right;
  display: block;
  color: #fff !important;
}
header {
  position: relative;
  z-index: 99;
  height:88px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;  
}
header::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #fff;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    width: 100%;
    max-width: 1498px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
header .logo {
  height: 45px;
  top: 22.5px;
  display: block;
  transition: all 0.4s linear;
}
header .logo h1 {
  float: left;
  display: block;
  height: 35px;
  width: 233px;
  margin: 0 !important;
  padding: 0 !important;
  background: url(images/logo.png) no-repeat 0 0;
  text-indent: -9999px;
  background-size: 100% 100%;
  transition: all 0.4s linear; 
}
header .logo h3 {
  float: left;
  line-height: 35px;
  margin: 0;
  color: #595656;
  transition: all 0.4s linear; 
}
header .logo .top-line {
  float: left;
  width: 1px;
  height: 15px;
  margin-top: 17px;
  margin-left: 20px;
  margin-right: 20px;
  background: #d8d8d8;
}
#logo {
  position:absolute;
  background:url(images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
  margin-top: 23px;
  text-indent:-9999px;
  transition: all .4s linear;
}
#nav ul li{
  float: left;
  line-height: 88px;
  width: 100px;
  margin-right: 10px;
}
#nav ul li a{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-bottom: 3px solid #fff;
  height: 88px;
}
#nav ul li a:hover{
  border-bottom: 3px solid #233246;
}
#hd .tel{
  background: url(images/tel_bg.png) left center no-repeat;
  line-height: 88px;
  float: right;
  padding-left: 37px;
  color: #233246;
  font-size: 18px;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  height: 65px !important;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.top #logo {
  height: 35px !important;
  margin-top: 15px !important;
}
.top .menu, .top .menu li a,.top .tel span a,.top .tel h4 {
  transition: all .4s linear;
}
.top .menu li a {
  line-height: 65px
}

.h80 {
  float: left;
  display: block;
  width: 100%;
  height: 80px;
}
/*头部开始*/
 {
  z-index:999999;  
  width:100%;
  height: 80px;
  transition: all .4s linear;
}
 .tel {
  float: left;
  text-align: right;
}
 .tel span {
  float: right;
  margin-left:10px;
}
 .tel span a, .tel h4 {
  line-height: 80px;
}
.language {
  height:16px;
  width:auto;
}
 .menu {
  display: block;
  float: right;
}
 .menu li {
  display:block;
  float:left;
  margin:0 20px;
  text-align:center;
  letter-spacing:1px;
}
 .menu li a {
  font-size: 16px;
  line-height:88px;
  display: contents;
  transition: all .4s linear;
}
 .menu .current-menu-item a, .menu .current-post-ancestor a {
  color: #DD3F13;
  font-weight: 700;
}


.page-jiesao {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.page-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(images/page-about-bg.jpg);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.page-bg-block {
  right:0;
  width: 50%;
  height: 100%;
  position: absolute;
  opacity: 0.75;
  background: #213853 !important;
}
.page-jiesao-txt {
  color:#f7f7f7;
  padding: 60px 0 80px 40px;
}
.page-jiesao-txt p {
  text-align: justify;
}

/*手机头部*/
#m-hd {display: none;}
#m-hd {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
#m-hd img{height: 40px;padding: 10px 0 0 10px;}
.m-trigger {
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  cursor: pointer;
  background: url(images/menu_add.png) center center no-repeat;
  -webkit-background-size: 50px;
  background-size: 25px;
  height: 50px;
}
.m-nav {
  z-index: 60;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  background: url(images/alpha_black_70.png) repeat;
  text-align: center;
  display: none;
}
.m-nav li{
  border-bottom: 1px solid #565656;
}
.m-nav a {
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  text-align:center;
  color: #fff;
  font-size: 14px;
}
.m-nav a:hover,.m-nav a:active{
  color: #233246;
}
.m-sub {
  text-align: left;
  display: none;
  width:100%;
}
.m-sub a {
  border-bottom: none;
  font-size: 13px;
}


/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
============================================================================首页=======================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=====================================================================================================================================================================================*/
.i-data {
  padding: 90px 0;
  background: url(images/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.i-data .icon .iconfont {
    color: #F64B3C;
    font-size: 52px !important;
}
.i-data .txt {
  margin-left: 15px;
}
.i-data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 9;  
}
.i-data .item .heading {
  font-family: "helve118",Verdana, Geneva, sans-serif;
  font-size:52px;
  line-height:1;
  color:#fff;
}
.i-data .item .sub-heading {
  color:#f6f6f6;
  margin-top:5px;
}
.i-title,.page-title {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  line-height: 36px;
  position: relative;
  z-index: 10;
}
.i-title .line,.page-title .line {
  height: 3px;
  width: 95px;
  margin: 15px auto;
  background: #DD3F13;
}
.line-white {
  margin:15px 0 !important;
  background:#fff !important;
}
.i-title h3,.page-title h2 {
  margin-bottom: 20px;
}
.i-title .sub-title,.page-title .sub-title {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #DD3F13 !important;
}
.i-title .sub-title span,.page-title .sub-title span {
  color: #233246;
  padding-left: 10px;
}

/* [ 首页 ]
--------------------------------------------------------------*/
.i-youshi {

}
.i-youshi-item {
  float: left;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.i-youshi-item:nth-child(4) {
  border-bottom:none;
}
.i-youshi-item dt {
  float: left;
  width:80px;
  height:80px;
  color:#fff !important;
  text-align: center;
  line-height: 80px;
  background:#DD3F13;
  border-radius: 360px;
}
.i-youshi-item .iconfont {
  font-size: 46px;
}
.i-youshi-item dt b {
  font-size: 56px;
  font-weight:700;
  line-height: 1;
  display:block;
}

.i-youshi-item dd {
  overflow: hidden;
  padding-left: 20px;
}
.i-youshi-item dd b {
  font-size: 20px;
  font-weight:400;
  display: block;
}
.pro-data {
  overflow: hidden;
  display: block;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.pro-data dl {
  display: block;
  margin-bottom: 10px;
}
.pro-data2 dl {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.pro-data dd {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top:5px;
}
.pro-data dt {
  font-size: 32px;
  font-weight: 700;
  font-family: "Century Gothic";
  line-height: 1;
  /*padding-left: 10px;*/
  /*border-left: 5px solid #d1242d;*/
}
.i-pro .pro-data dd {
  font-size: 15px !important;
}
.pro-data dd span {
  font-size: 16px;
  font-weight: 500;
}
.more {
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
}
.more p {
  margin-bottom: 10px;
}
.biaozhun h4 {
  display: block;
  text-align: center;
}
.pro-box {
  position:relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  clear: both;
}
.pro-box-title {
  position:absolute;
  bottom:0;
  font-size: 120px;
  line-height:0.85;
  font-weight:700;
  color:rgba(36, 56, 86, 0.3);
}
.pro-box .text {
  position:relative;
  z-index:999;
}
/* [ 首页方案 ]
--------------------------------------------------------------*/
.i-solution {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.i-solution .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-image: url(images/i-case-bg.jpg);
}
.i-solution-centen {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.i-solution-centen .item {  
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.i-solution-centen .item img {
  border-radius: 10px 10px 0 0;
}
.i-solution-centen .item h5 {
  font-size: 16px;
  padding: 20px 32px;
  margin: 0;
}
.i-solution-centen .item p {
  font-size: 14px;
  padding: 0 32px 32px 32px;
  text-align: left;
}

.i-contact {
  height: 330px;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-image: url(images/contact_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.i-contact .sub-title {
  font-weight: 400;
  margin: 20px auto 40px auto;
}



.i-about {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}
.i-about-zongshu {
  /*width: 80%;*/
  display: block;
  /*text-align: center;*/
  padding-bottom: 30px;
  margin: 0 auto;
}
.i-about-zongshu p {
  text-indent: 30px;
}
.i-about-rz {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.i-about-rz li {
  float: left;
  width: 14.285%;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px;
}
.i-about-rz li img {
  height: 85px;
  padding: 10px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.i-about-info {
  float: left;
  width: 100%;
  padding: 30px 0 60px 0;
  display: block;
  position: relative;
  z-index: 19;
}
.i-about-info dt {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  background: #233246;
  border-radius: 100%;
}
.i-about-info dt i {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}
.i-about-info dd h4 {
  color: #fff;
  text-align: center;
}
.i-about-info dd {
  padding: 0 20px;
}
.i-about-info li {
  padding: 40px !important;
}
.i-about-info li h4 {
  color: #f7f7f7;
  text-align: center;
  margin-bottom:20px;
}

.i-logo {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.logos {
  width:100%;
}
.logos li {
  float: left;
  width: 25%;
  border: none;
}
.logos li img {
  margin: -1px;
  padding: 0px 20px;
  background:#fff;
  border-radius:2px;
  border: 1px dotted #ddd;
/*  opacity:0.8;
  filter:alpha(opacity=80); */
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);    
  filter: grayscale(100%);  
  filter: gray;*/
}
.logos li:hover img {
/*  opacity:1;
  filter:alpha(opacity=100); */
/*  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);    
  filter: grayscale(0%);  
  filter: gray;*/
}


/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
============================================================================首页焦点图==================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=====================================================================================================================================================================================*/

/* [ 首页 ] - bannerSliser
-------------------------------------------------------------- */
.flat-slider {
  position: relative;
  margin-top: -88px;
  padding: 0;
  width: 100%;
}
.swiper-slide { float: left; background-repeat: no-repeat; background-size: cover; background-position: center; }
#bannerSwiper .swiper-slide { height: 600px; }
#bannerSwiper .swiper-slide .container { height: 100%; }
#bannerSwiper .swiper-slide .inner { height: 100%; display: flex; align-items: center; /*justify-content: center;*/ }
#bannerSwiper .swiper-slide .content { color: #fff; text-align: left; position: relative; width:500px; }
#bannerSwiper .swiper-slide .content h1 { font-size: 50px; color: #fff; letter-spacing: 1px; line-height: 50px; margin-bottom: 30px; text-align: left; }
#bannerSwiper .swiper-slide .content h1 span { color: #ff7200; }
#bannerSwiper .swiper-slide p { font-size: 16px; text-align: left; letter-spacing: 3px; color: #fff; }
#bannerSwiper .swiper-slide .content button { margin-top: 50px; text-align: center; }
#bannerSwiper .swiper-slide .button { font-size: 16px; color: #fff; margin: 0 7px; padding: 10px 25px; border-radius: 20px; text-decoration: none; border: 1px solid #fff; transition: all .4s cubic-bezier(.4, 0, .2, 1); display: inline-block; }
#bannerSwiper .swiper-slide .button:hover { color: #065fe3; background-color: #fff; }
#bannerSwiper .swiper-button-prev, #bannerSwiper .swiper-button-next, #videoSwiper .swiper-button-prev, #videoSwiper .swiper-button-next { color: #fff; opacity: 0.7; font-size: 22px; line-height: 44px; text-align: center; }
#bannerSwiper .swiper-button-prev:hover, #bannerSwiper .swiper-button-next:hover { opacity: 1; }
#bannerSwiper .swiper-button-prev, #bannerSwiper .swiper-button-next, #videoSwiper .swiper-button-prev, #videoSwiper .swiper-button-next { background: none }
#bannerSwiper .pagination { position: absolute; left: 0; text-align: center; bottom: 5px; width: 100%; z-index: 999; }
#bannerSwiper .swiper-pagination-bullet { display: inline-block; width: 8px; height: 6px; opacity: 1; border-radius: 0 !important; background: white; margin: 0 3px; cursor: pointer; transition: width 0.3s ease-in-out; }
#bannerSwiper .swiper-pagination-bullet-active { background: #DD3F13; width: 16px; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:20px; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 50px !important;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 50px !important;
  left: auto;
}

.screen {
    margin-bottom: 50px;
    padding: 40px;
    background: #c8d2dc;
}
.screen dl {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 20px;
}
.screen dl:nth-child(2) {
  margin-bottom: 0px;
}
.screen dl dt {
  float: left;
  width: 80px;
  font-weight: 700;
  padding: 5px 0px;
}
.screen dl dd {
  overflow: hidden;
}
.screen dl dd a {
  float: left;
  display: block;
  width: 90px;
  padding: 5px 0px;
  margin: 0px 10px;
  text-align: center;
}
.screen .selected {
  color: #f8f8f8;
  background: #233246;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius:2px;
}
.i-case {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.i-case-list {
  padding: 1px;
}
/*.i-case .i-case-list:nth-of-type(4n+1) {
  clear: both;
}*/
.i-case-pic {
  max-width: 100%;
  max-height: 100%;  
  position: relative;  
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  overflow: hidden;
}
.i-case-pic img {
  width: 100%;
  transition: all ease .8s;
}
/*.i-case-pic img {
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}*/
.i-case-list:hover .i-case-pic img {
  transform: scale(1.08);
}
.i-case-title {
  position: absolute;
  display: block;
  left: 1px;
  right: 1px;
  bottom:1px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #f8f8f8;
  background-color: rgba(0,0,0,0.5);
}
.i-case-title p {
  position:relative;
  z-index:9;
  color:#fff;
}
.i-case-con {
  overflow: hidden;
  width: 100%;
  margin-bottom:80px;
}
.i-case-menu {
  float: left;
  position: relative;
  left: 50%;
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}
.i-case-menu li{
  float: left;
  right: 50%;
  display: block;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #d8d8d8;
}
.i-case-menu li:nth-child(1) {
  border-left: none
}
.i-case-menu li a:hover {
  color: #DD3F13;
}
/*============================新闻=============================*/
.i-news {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-news-content {
  position: relative;
  z-index: 999;
}
.i-news-item span {
    padding: 15px 8px;
    display: inline-block;
    color: #f7f7f7;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}
.i-news-item span em {
    display: block;
    font-size: 20px;
}
.i-news-item b {
    color: #fff;
    display: block;
    padding: 20px 0;
}
.i-news-item p {
    color: #bbbbbe;
    line-height: 20px;
}
.i-news-item .iconfont {
  font-size: 36px;
  line-height: 1;
  color: #bbbbbe;
  display: inline-block;
  margin-top: 50px;
}
.i-news-more {
  text-align: center;
  padding: 20px 0;
  margin:20px 0;
  position: relative;
  z-index: 999;
}
.i-news-more a {
  display: inline-block;
  width: 178px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

/* [ 首页视频 ]
--------------------------------------------------------------*/
.banner_area {
  display: block;
  height: 660px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video1 {
  width: 2560px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
  object-fit: contain;
}
.banner_txt {
  display: block;
  max-width: 80%;
  margin:0 auto;
  position: relative;
  z-index: 5;
  top: 6%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.banner_txt h1 {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 42px;
  margin-top: 30px;
}
.banner_txt p {
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 80px;
}
.video-overlay {
  opacity: 0.9; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  background: #126EB6; 
  z-index: 2; 
}

/* [ 上下页 ]
--------------------------------------------------------------*/
.post-navigation {
  padding:30px;
}
.pager {
  width:100%;
  padding-left:0;
  margin:22px 0;
  text-align:center;
  list-style:none;
}
.pager li {
  float:left;
  width:45%;
  display:inline-block;
}
.pager li a {
  float:left;
  width:100%;
  text-align:left;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding:10px 20px;
  color:#76838f;
  -webkit-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
  display:inline-block;
  background-color:transparent;
  border:1px solid #e1e1e1;
  border-radius:360px;
}
.pager .next,.pager .next>a {
  float:right;
}
.pager li>a:focus,.pager li>a:hover {
  color:#36b13c;
  border:1px solid #36b13c;
}




/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
============================================================================单页面==================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=====================================================================================================================================================================================*/
.slogan {
  width: auto;
  position: relative;
  font-size: 36px;
  max-width: 100%;
  color: #233246;
  margin: 60px auto 0 auto;
  text-align: center;
}
.slogan span {
  font-size: 24px;
  display: block;
  text-align: right;
}
.page-bg {
  width: 100%;
  min-height: 800px;
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(images/page-bg.jpg)center fixed no-repeat;
  text-align: center;
}
.page-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #003769;
  opacity: 0.9;
}
.page-server .server-title{
  padding: 40px 0;
}
.page-server .server-title h3, .page-server .server-title h4 {
  z-index: 999;
  position: relative;
  color: #fff;
  text-align: center;
}
.page-server .server-title h3 {
  margin-bottom: 20px;
}
.page-server .item {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 40px;
}
.page-server .item img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  overflow: hidden;
}
.page-server .item .txt {
  position: relative;
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.page-server .item .title {
  font-size: 18px;
  display: block;
  text-align: center;
  font-family: "Century Gothic";
  font-weight: 700;
}
.page-about-zizhi {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.page-about-zizhi li {
  float: left;
  width: 25%;
  padding: 10px;
  margin-bottom:20px;
}
.page-about-zizhi li img {
  width: 100%;
  padding: 20px;
  border:15px solid #e0e0e0;
  margin-bottom: 10px;
}
.page-about-youshi {
  float: left;
  width: 100%;
  padding: 40px 0;
}

/*.page-about-youshi .txt {
  position: relative;
  z-index: 9999;
}*/

.page-about-youshi dl {
  float: left;
  width: 20%;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 10px;
}
.page-about-youshi dl h4 {  
  text-align: center;
}
.page-about-youshi dl dt {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  background: #73ab3a;
  border-radius: 100%;
}
.page-about-youshi dl dt .iconfont {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}
.page-about-youshi dl dd {
}
.page-about-youshi dl dd b {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.page-about-youshi dl dd span {
  display: block;
  margin-bottom: 20px;
}

.page-banner {
  position: relative;
  z-index: 2;
  height:400px;  
  margin-top: -88px;
  padding: 160px 0 90px;
  background-size: cover;
  background: url(images/page-banner.jpg) center center no-repeat;
}
.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #126EB6;
  opacity: 0.9;
}
.page-banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
  z-index:9;
}
.page-banner-txt h2 {
  font-family: "Century Gothic";
  font-size: 42px;
  color:#f9f9f9;  
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.breadcrumbs, .breadcrumbs a {
  font-size:16px;
  color:#f9f9f9 !important;
  margin:0 2px;
}
/*.breadcrumbs .current {
  color:#DD3F13 !important;
  font-weight:700;
  margin:0 2px;
}*/
.page-banner01 {
  background: url(images/about-01.jpg) 100% 100% no-repeat;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.page-block-title {  
  color: #cacace;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}
.page-block-title h3, .page-block-title h4 {
  font-weight:400;
}
.page-block-title h4 {
  color: #DD3F13;
}
.page-line {
  height: 5px;
  width: 35px;
  margin: 15px 0;
  background: #DD3F13;
}
.page-txt-content {
  margin-bottom:40px;
}

/*.page-about-youshi .txt {
  position: relative;
  z-index: 9999;
}*/

.page-about-youshi dl {
  float: left;
  width: 25%;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 10px;
}
.page-about-youshi dl h4 {  
  text-align: center;
}
.page-about-youshi dl dt {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  background: #DD3F13;
  border-radius: 100%;
}
.page-about-youshi dl dt .iconfont {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  font-weight: 100;
  -webkit-text-stroke-width: 0px;
}
.page-about-youshi dl dd {
}
.page-about-youshi dl dd b {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.page-about-youshi dl dd span {
  display: block;
  margin-bottom: 20px;
}

.fangan-ys {
  clear:both;
  overflow:hidden;
}
.fangan-ys .item {
  float:left;
  width:33.33333333333%;
  margin:20px 0;
  padding-left:80px;
}
.fangan-ys .item:nth-child(3n+1),.fangan-ys dl:nth-child(1){
  clear:both;
  padding-left:0px !important;
}
.fangan-ys .item dt {
  float:left;
  width: 65px;
  height: 65px;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  background: #DD3F13;
  border-radius: 100%;
}
.fangan-ys .item dt .iconfont {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 65px;
    font-weight: 100;
    -webkit-text-stroke-width: 0px;
}
.fangan-ys .item dd {
  overflow:hidden;
  padding-left:20px;
}
.fangan-ys .item dd span {
  display:block;
  font-size:20px;
  font-weight:700;
}

.fangan-cj .item {
  float:left;
  width:50%;
  display: inline-block;
  height: 260px;
  position: relative;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-color: rgba(35,50,70,.5);
  transition: all .4s linear;
}

.fangan-cj .item .title {
  color: #fff;
  line-height: 260px !important;
  text-align: center;
}
.fangan-cj .item .txt {
  font-size: 16px;
  line-height: 1.8;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
  text-align: justify;
  display:none;
}

.fangan-cj .item:hover {
  background-color: rgba(180,45,40,.8);
}
.fangan-cj .item:hover .title {
  display:none;
}
.fangan-cj .item:hover .txt {
  display:block;
}
.fangan-cj .item img {
  width:100%;
  height:auto;
  object-fit: cover; 
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:-1;
}


/*.icon {
  position:relative
}
.icon i {
  position:absolute;
  top:-50px;
  left:0;
  width:45px;
  height:45px;
  text-align:center;
  line-height:45px;
  color:#fff;
  background-color:#000;
  filter:Alpha(opacity=60);
  background-color:rgba(0,0,0,.6);
  *zoom:1;
  transition:all ease-out .3s
}
a:hover .icon i {
  top:0;
  transition:all ease-out .3s
}*/
.about-img-zs ul a li img {
  width:100%;
  height:auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  transition:all ease-out .3s
}
.about-img-zs ul a:hover li img {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -transform:scale(1.2);
  transition:.6s transform
}




/*//轮播补充样式*/
.page-team {
  float: left;
  width: 100%;
  background: #fff;
}
.page-team-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 60px;   
  display: block;
  overflow: hidden;
}
.team .owl-carousel {
  display: block;
  margin: 2rem 0;
}
.team .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.team .owl-carousel .item {
    background: #3278e6;
    padding: 1rem;
    border-radius: 2px;
}
.team .owl-carousel .item img {
    border-radius: 2px;
}
.team .owl-dots {
  width: 100%;
  text-align: center;
}
.team .owl-dot span {
  width: 10px;
  height: 5px;
  margin: 2px;
  display: block;
  background: #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.team .active span {
  width: 20px;
  height: 5px;
  display: block;
  background: #3278e6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
.team .owl-nav .owl-prev,.team .owl-nav .owl-next {
  position: absolute;
  top: 56px;
}
.team .owl-nav .owl-prev {
  left: -50px;
}
.team .owl-nav .owl-next {
  left: none;
  right: -50px;
}
.team .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: rgba(0,0,0,0.7) !important;
  border: 2px solid #f8f8f8 !important;
  border-radius: 360px;
}
.team .owl-nav button span {
  font-size: 28px;
  line-height: 45px; 
  color: #f8f8f8; 
}

/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
============================================================================新闻页面图==================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=====================================================================================================================================================================================*/

.news-list {
  padding: 80px 0;
  position: relative;
}
.news-list-box {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 40px;
}
.news-list .img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  overflow: hidden;
}
.news-list .img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  transition: all ease .8s;
}
.news-list-box:hover .img img{
  transform: scale(1.08);
}
.news-list .txt {
  position: relative;
  padding: 30px 20px; 
  border-radius: 0 0 10px 10px; 
  background: #fff;
}
.news-list .date {
  position: absolute;
  right: 30px;
  top: -58px;
  width: 78px;
  height: 78px;
  border-radius: 2px;
  text-align: center;
  padding: 12px 10px;
  z-index: 2;
  background: #DD3F13;
}
.news-list .date .line {
  display: block;
  width: 30px;
  height: 0;
  padding-top: 15px;
  border-bottom: 3px solid #d9d9d9;
}
.news-list .date .day {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.news-list .date .year {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.news-list-title {
  font-family: 'microsoft yahei', arial;
  font-size: 18px;
  height: 36px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.5;
}


.article {
  padding: 80px 0;
  overflow: hidden;
}
.article-top {
  text-align: center;
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.article-top h1 {
  font-size: 1.5rem;
}
.article-nav {
  float: left;
  width: 100%;
  background: #f7f7f7;
  border-radius: 2px;
  padding:20px;
  margin-top: 40px;
}
.article-nav li {
  float: left;
  width: 50%;
}
.article-content img {
  margin:30px 0;
  width:100%;
  height:auto;
}

/*=====================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
============================================================================产品页面图==================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=======================================================================================================================================================================================
=====================================================================================================================================================================================*/
.page-menu,.case-menu {
  float: left;
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  z-index:999;
  display: block;
  padding-top: 80px;
  margin-bottom: 80px;
}
.pro-menu {
  float: left;
  position: relative;
  left: 50%;
}
.pro-menu li {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  right: 50%;
  display: block;
  position: relative;
  text-align: center;
  font-weight: bolder;
  border: 1px solid #d4d4d9;
  -webkit-box-shadow: 3px 8px 16px -8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 8px 16px -8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 8px 16px -8px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;  
}

.pro-menu li:last-child {
  border-radius: 0 25px 25px 0;
}
.pro-menu li:nth-child(1) {
  border-radius: 25px 0 0 25px;
}
.pro-menu li a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pro-menu li:hover,.pro-menu .current-menu-item,.pro-menu .current-menu-ancestor, .pro-menu .current-post-ancestor {
  cursor: pointer;
  background:#DD3F13;
  border-right: none;
}
.pro-menu li:hover a,.pro-menu .current-menu-item a,.pro-menu .current-menu-ancestor a, .pro-menu .current-post-ancestor a {
  color: #fff !important;
}
.pro-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 80px;  
}
.pro-menu .current-menu-item .sub-menu,.pro-menu .current-category-ancestor .sub-menu {
  display: block;
}
.pro-menu .sub-menu li {
  position: relative;
  width: 90px;
  right: 50%;
  height: 20px;
  border-left: 1px solid #999;
}
.pro-menu .sub-menu li a {
  padding: 0;
  color: #868686;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.pro-menu .sub-menu li a:hover, .pro-menu .sub-menu .current-menu-item a {
  font-weight:700;
  color:#ea8200;
  background:none;
}
.pro-list {
  padding-bottom:20px;
}
.list-case {
  padding: 60px 0;
}
.pro-list .pro-list-box:nth-of-type(1) {
  padding-top: none;
  border-top:none;
}
.pro-list .pro-info {
  padding: 60px;
  line-height: 2;
  background: #c8d2dc;
  border-radius: 2px;
  margin-bottom:60px;
}
.pro-list .box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/*.pro-list .item:hover {
  margin-top: -5px;
  border: 1px solid rgba(35, 55, 85, 0.1);
}*/
.pro-list .item .describe {
  padding: 0px;
  text-align: justify;
  overflow:hidden;
}
.pro-list .item .txt {
  width: 100%;
  float: right;
  position: absolute;  
  bottom: 10px;
  left: 0px;
  padding-left: 20px;
  z-index: 9;
  color: #233755;
}
.pro-list .item .txt a,.pro-list .item .txt .title {
}
.pro-list .item .photo,.pro-list .item1 .photo {
  position: relative;  
}
.pro-list .item .photo img,.pro-list .item1 .photo img {
  border-radius: 10px;
}
.pro-list .item .btn,.pro-list .item1 .btn,.pro-list .item2 .btn {
  background: #243856;
  color: #f2f2f2 !important;
  border: 2px solid #192d4b;
}
.pro-list .item .btn:hover {
  background: #325082;
  border: 2px solid #244274;
  color: #fff !important;
}
.pro-list .item1,.pro-list .item2 {
  overflow: hidden;
  margin-bottom: 20px
}
.pro-list .item1 {
  padding: 20px 30px;
}
.pro-list .item1 .photo {
  float: left;
  margin-right:50px;
}
.pro-list .item1 .txt {
  overflow: hidden;
  margin-top: 20px;
}
.pro-list .item2 {
  padding: 20px;
  position: relative;
  margin-bottom:60px;
  border-radius:2px;
}
.pro-list .item2 .txt {
  width: 25%;
  position: absolute;  
  top: 60px;
  left: 60px;
  z-index: 9;
}
.pro-list .item2 .photo {
  width: 100%;
  text-align: right;
}
.more-btn {
  clear: both;
  display: block;
  margin: 40px auto 0 auto;
}







.list-title {
  float: left;
  width: 100%;
}
.list-title h3 {
  float: left;
  font-weight: 400;
  color: #002;
  margin: 0 !important;
}
.list-title h5 {
  float: left;
  font-size: 20px;
  font-weight: 100;
  color: #cacace;
  text-transform: uppercase;
}
.list-title .line-blue,.list-title .line-red {
  float: left;
  height: 10px;
  width: 65px;
  margin: 15px 0;
  background: #233755;
}
.list-title .line-red {
  width: 35px;
  background: #DD3F13;
}


.pro-article {
  float: left;
  width: 100%;
}

.pro-article .title span {
  font-size: 24px;
  color: #DD3F13;
  display: block;
  margin-top:20px;
}
.pro-article .pro-box {
  padding: 20px 0;
}
.pro-article .pro-box .pro-article-title {
  border-left: 5px solid #233246;
  padding-left: 10px;
}
.pro-article .pro-box .pro-article-title span {
  clear: both;
  display: block;
  font-size: 14px; 
  font-weight: 100;
  margin-top: 10px;
}
.pro-article .pro-box dl {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.pro-article .pro-box dl:nth-of-type(5) {
  clear: both;
} 
.pro-article .pro-box dl dt {
  display: block;
  margin-bottom: 20px;
}
.pro-article .pro-box dl .iconfont {
    font-size: 45px;
    line-height: 70px;
    font-weight: 100;
    padding: 10px;
    color: #f2f2f2;
    background: #233246;
    /*background: #233246;*/
    border-radius: 360px;
}
.pro-article .pro-box dd b {
  width: 100%;
  display: block;
}
.pro-article .info {
  margin-bottom: 60px;
}
.pro-article .title {
  margin-bottom:10px;
}
.pro-article .sub-title {
  font-size: 14px;
  margin: 10px 0;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.8;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 85% 85%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background-color: #213853;
}


.pro-article .download {
  display: block;
  margin: 20px 0;
  font-weight:700;
}
.pro-article .download .iconfont {
  margin-right: 10px;
}
.pro-article .data {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  display: block;
  text-align: center;
  border-top: 5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-article .data dl {
  float: left;
  width: 50%;
  margin-top:20px;
}
.pro-article .data dt h2 {
  font-weight: 700;
  color: #213853;
}
.pro-article .data dt span {
  font-size:16px;
  font-weight: 500;
}

.pro-article .data-info {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pro-article .pro-btn {
  float: left;
  width: 100%;
  display: block;
  margin-top: 20px;  
}
.pro-article .pro-btn li {
  float:left;
  width:50%;
  padding:12px 15px;
  text-align: center;
}
.pro-article .pro-btn .btn a {
  color: #eee;
}
.pro-slide {
  background: url(images/pro-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.pro-describe {
  padding: 40px 32px;
  background: #fff;
  min-height:600px;
  overflow:hidden;
}
.pro-case {
}
.pro-youshims ul li {
  text-indent: 5px;
  margin-left: 20px;
  list-style: square;
}
.pro-youshi-block {
  float: left;
  width: 100%;
  display: block;
  background: #c8d2dc;
  margin-bottom: 60px;
}
.pro-youshi-block ul {
  padding: 60px;
}
.pro-youshi-block ul li {
  line-height: 2;
  text-indent: 5px;
  list-style: square;
}
.table {
  width:100%;
  max-width:100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
  padding:8px 8px 8px 15px;
  line-height:1.42857143;
  vertical-align:top;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pro-table > tbody > tr >td:nth-of-type(even),.table > thead > tr > th:nth-of-type(even) {
  border-right:none;
}
.table > thead > tr > th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
  border-top:0;
}
.table > tbody + tbody {
  border-top:2px solid #ddd;
}
.table .table {
  background-color:#fff;
}
.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td {
  padding:5px;
}
.table-bordered {
  border:1px solid #ddd;
}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
  border:1px solid #ddd;
}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
  border-bottom-width:2px;
}
.pro-table > tbody > tr:nth-of-type(odd) {
  background-color:#666;
}
.table-hover > tbody > tr:hover {
  background-color:#f5f5f5;
}
table col[class*="col-"] {
  position:static;
  display:table-column;
  float:none;
}
table td[class*="col-"],table th[class*="col-"] {
  position:static;
  display:table-cell;
  float:none;
}
.pro-table>tbody>tr:nth-of-type(even) {
  background-color:#f8f8f8;
}
.pro-table>tbody>tr:nth-of-type(odd) {
  background-color:#fff;
}
.pro-table>tbody>tr {
  background:#fff;
}
.pro-table>tbody>tr>td {
  border:1px solid #fff !important;
}
.pro-table>tbody>tr:nth-child(1) {
  background-color:#555;
  color:#f8f8f8;
  font-size:14px;
  font-weight:bolder;
  height:30px;
}
.table td,.table th {
  vertical-align:middle !important;
  text-align:left;
}
.table-striped>tbody>tr>td:nth-child(1),.table-striped>tbody>tr>th:nth-child(1) {
  font-weight:700;
}
.table-striped>tbody>tr:nth-child(1) {
    background-color: #666 !important;
    color: #f8f8f8;
    font-weight: bolder;
    /* font-style: italic; */
    height: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f8f8f8;
}


/* [ 翻页 ]
--------------------------------------------------------------*/
.pagination {
  float: left;
  width:100%;
  text-align:center;
  margin:40px 0;
  line-height: 40px;
  overflow: hidden;
}
.pagination ul li {
  display:inline-block;
}
.pagination ul li a {  
  background-color:#f7f7f7;
  font-weight:400;
  padding:5px 20px;
  display:inline-block;
  line-height:30px;
  text-align:center;
  border-radius:2px;
  margin:0 6px;
}
.pagination ul li span {
  margin-left: 20px;
  font-weight: 700;
}
.pagination ul li a:hover, .pagination ul li .current {
  background-color:#36b13c;
  color:#fff;  
}

/* 在线客服
-------------------------------------------------------------- */
.fix-bar {
  position: fixed;
  bottom: 400px;
  right: 20px;
  z-index: 999999;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
  box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
}
.fix-bar-btn {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  padding: 8px;
  background-color: #233246;
}
.fix-bar-btn:first-of-type {
  border-radius: 2px 2px 0 0;
}
.fix-bar-btn:last-of-type {
  border-radius: 0 0 2px 2px;
}
.fix-bar-btn:not(:last-child) {
  border-bottom: 1px solid #468808;
}
.fix-bar-btn:hover,
.fix-bar-btn:active {
  display: block;
  background: #468808;
}
.fix-bar-btn i {
    color: #fff;
    display: block;
    margin: 4px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    -webkit-text-stroke-width: 0px;
}
.fix-bar-btn .ic_phone_consult {
  width: 27px;
  height: 27px;
}
.fix-bar-btn .ic_online_consult {
  width: 23px;
  height: 23px;
}
.fix-bar-btn .ic_apply {
  width: 22px;
  height: 21px;
}
.fix-bar-btn .ic_qrcode {
  width: 20px;
  height: 21px;
}
.fix-bar-btn .ic_phone_consult {
  width: 30px;
  height: 28px;
}
.fix-bar-btn .ic_phone_consult {
  width: 28px;
  height: 25px;
}
.fix-bar-btn span {
  font-size: 12px;
  color: #fff;
}
.fix-bar-btn .fix-bar-child {
  display: none;
  position: absolute;
  left: -170px;
  bottom: 0;
  width: 190px;
  height: 180px;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box {
  width: 160px;
  height: 180px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in {
  width: 160px;
  height: 180px;
  padding: 10px;
  background-color: #fff;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in .triangle-right {
  position: absolute;
  right: 25px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul {
  padding: 0;
  margin: 0;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon {
  font-size: 12px;
  color: #222;
  text-align: center;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon img {
  margin-bottom: 3px;
}
.fix-bar-btn:hover .fix-bar-child {
  display: block;
}
/* 在线客服结束
-------------------------------------------------------------- */

.list-case-content {
  position: relative;
}
.list-case-content .right-content {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
/*  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 5px solid #f2f2f2;*/
}
.list-case-content .time {
  position: absolute;
  text-align: center;
  color: #DD3F13;
  left: 14%;
  top: 0;
  margin: 0 0 0 -25px;
}

.list-case-content .item {
  margin: 0 0 15px 25%;
  background: rgba(247, 247, 247, 0.9);
  padding: 2em;
  position: relative;
  border-radius: 5px;
  display: flex;
}
.list-case-content .item:nth-child(odd) {
  background: rgba(35, 56, 82, 0.10);
}
.list-case-content .item:before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 1px;
  border: 1.5px dashed #233852;
  left: -12.5%;
  z-index: 999; 
}

.list-case .item b {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.list-case .item .cese-in-pro {
  /*border-left: 8px solid #ff8f00;*/
  margin:15px 0;
}
.list-case .item p {
  margin-bottom: 10px;
}
.list-case .case-img {
  margin:10px 0;
  padding: 2px;
  border-radius: 10px;
  border: 1px solid rgba(35, 56, 82, 0.2);
  background-size:cover;
}
.list-case .case-pro {
  margin-top: 10px;
}
.list-case .case-pro a {
  padding-left: 10px;
  color: #2b50f0;
  font-weight: 700;
}
.list-case .case-img img {
  border-radius:10px;
}
.list-case .item em {
  color: #666;
  font-style:italic;
  clear: both;
  display: block;
}
.list-case .item .content {
  overflow: hidden;
}

/* Footer
-------------------------------------------------------------- */
footer {
  background: #323130;
  color: #919191 !important;
  line-height: 2;
}
footer a {
  color: #919191 !important;
}
footer .footer-logo {
  padding-top: 80px;
  float:right;
  text-align:right;
}
footer .footer-logo img {
  width: 75%;
  float: right;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
footer .footer-right {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
footer .footer-img img, footer .footer-tel img {
  width: 100%;
  height: auto;
}
footer .footer-tel {
  margin-top:20px;
}
footer .footer-top h4 {
  color: #ccc;
  margin-top: 10px;
}
footer .footer-top .g3 {
  border-left: 1px solid rgba(36, 56, 86, 0.2);
  display:table-cell; 
  vertical-align:bottom;
}
footer .footer-top .g3:nth-child(1) {
  border-left:none;
}
footer .footer-menu .menu {
  padding: 0 20px;
}
footer .footer-menu>ul>li {
  float: left;
  width: 50%;
}
footer .footer-menu>.menu>li>a, .footer-tel dt, footer .title {
  width: 100% !important;
  display: block;
  font-size:18px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .footer-menu>.menu>li>a,footer .footer-menu .sub-menu>li {
  width: 100%;
  text-align: center;
  line-height: 32px;
}
.footer-tel {
  color: #233246;
  margin-top: 10px;
}
.footer-team li {
}
.footer-team li .iconfont {
  color: #ccc;
  font-size:20px;
}
.footer-icon {
  float:left;
  width:100%;
  display:block;
}
.footer-icon li .iconfont {
  float:right;
  margin-left:20px;
  color: #919191;
  font-size:20px;  
}
footer .copy{
  line-height:1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 33px 0;
  overflow: hidden;
}
footer .copy a {
  color: #a3a3a9
}


.footer-team dl {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.footer-team dt {
  color: #ccc;
  font-weight: 700;
}
.friend {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #555;
  overflow: hidden;
}
.friend span {
  float: left;
  width: 80px;
  display: block;
}
.friend ul {
  overflow: hidden;
}
.friend li {
  float: left;
  margin-right: 20px;
}
.friend a:hover {
  color: #c1c1c1;
}

/*53客服样式覆盖*/
#icon_menu_module {
  width: 68px !important;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.16) !important;
  box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.16) !important;
  border-radius: 2px;
}
#icon_menu_module .sortmodule {
  height: 80px !important
}
#icon_menu_module .iconfont {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
  -webkit-text-stroke-width: 0px !important;
}
#icon_menu_module #qr_prev {
  width: 150px !important;
  height: 170px !important;
  right: 75px !important;
  top: -40px !important;
  border: none !important;
  padding: 15px !important;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18) !important;
}
#icon_menu_module #qr_prev span {
  width: 100% !important;
  height: auto !important; 
  border: none !important;
}
#icon_menu_module #qr_prev p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  font-size: 14px !important;
}
#icon_menu_module .border_line {
  position: relative !important;
  width: 90% !important;
  left: 5% !important;
}
#icon_menu_module .gotop .border_line {
  height: 0px !important;
}
.inv_bg_color {
  box-shadow: rgba(35, 35, 35, 0.4) 0px 2px 8px 0px !important;
}





.shipin {
  display: block;
    height: 780px;
    width: 100%;
    position: relative;
    overflow: hidden;
  position: relative;
  color: #ffffff;
}
video {
  min-width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
}  
source{  
    min-width: 100%;  
    min-height: 100%; 
    max-height: 600px; 
    height: auto;  
    width: auto;  
} 
.video-bg {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.25);
    z-index: 2;
}
.showcase-mask {
  position: absolute;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 60px 0 120px 0;
  z-index: 2;
  box-sizing: border-box;
}
.video-date {
  font-size: 52px;
  font-weight: 700;
}
.left-line {
  border-left: 1px solid #d8d8d8;
    border-top: 0;
    margin: 0;
}
.shipin .info {
  font-size: 16px;
  margin-bottom: 60px;
}
.top60 {
  margin-top: 60px;
}




/*simple-lightbox补充样式
-------------------------------------------------------------- */
.sl-overlay {
    background: rgba(0,0,0,.85) !important;
    opacity: .85 !important;
}
.sl-counter {
  display: none !important;
}
.sl-image {
  padding:2px !important;
  background:#fff;
  border-radius: 15px;
  overflow: hidden;
}
.sl-image img {
  border-radius: 15px;
  overflow: hidden;
}