/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #F5F7FA;;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #546E7A;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
a:hover{color:rgba(0,0,0,0.87);}

a {
  color: rgba(0,0,0,0.60);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #263238;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/*a:not([href]):not([tabindex]) {
  color: #fff;
}*/

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #DE1D2A !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color:rgba(0,0,0,0.87);
  position: relative;
  margin: 0 auto;
}
.section-header p{color:rgba(0,0,0,0.65);font-size:18px;padding:10px 0 5px;}
.section-header .section-title:before {
  
  position: absolute;
  bottom: -14px;
  width: 80px;
  height: 2px;
  background: #DE1D2A;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left:50%;
  margin-left:-40px;
}
.section-header .section-subtitle{font-size:16px;width:800px;margin:0 auto;line-height:30px;}
.section-header span {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #DE1D2A;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #DE1D2A;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #DE1D2A;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #DE1D2A;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #DE1D2A;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #DE1D2A;
}

.menu-bg .logo-menu a {
  color: #DE1D2A;
}

.menu-bg .navbar-nav .nav-link {
  color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #DE1D2A !important;
}

.menu-bg .navbar-nav .active {
  color: #DE1D2A !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 14px 0;
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #DE1D2A;
}

.bg-white .logo-menu a {
  color: #DE1D2A;
}

.bg-white .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.65) !important;
}

.bg-white .navbar-nav .nav-link:hover,.bg-white .navbar-nav .nav-link.cur {
  color: #DE1D2A !important;
}

.bg-white .navbar-nav .active {
  color: #DE1D2A !important;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #DE1D2A;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link.cur::before {
  width: 50%;
}



.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #DE1D2A;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #DE1D2A;
}

.navbar-expand-md .navbar-toggler {
  background: #DE1D2A;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
  
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.menu-bg .collapse.show {
  background: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #DE1D2A;
  color: #DE1D2A;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #DE1D2A;
  opacity: 0.7;
}

.hero-area .contents {
  padding: 160px 0 140px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

.hero-area .contents h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  text-transform: uppercase;
}

.hero-area .banner_bottom_btn {
  margin-top: 40px;
}

.hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hero-area .banner_bottom_btn i:hover {
  color: #DE1D2A;
}

.intro-img {
  padding: 148px 0 0px;
}

.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
  background: url(../img/bg/hero-area-2.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.hero-area-2 .contents {
  padding: 160px 0 140px;
}

.hero-area-2 .contents h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.hero-area-2 .contents h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
}

.hero-area-2 .contents h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.hero-area-2 .contents p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.hero-area-2 .contents .header-button {
  margin-top: 30px;
}

.hero-area-2 .contents .btn {
  margin: 10px;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul {
  position: relative;
}

.hero-area-2 .contents .tag-type ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.hero-area-2 .contents .tag-type ul li a {
  color: #fff;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: -5px;
  border-radius: 50%;
}

.hero-area-2 .contents .tag-type ul li:before:last-child {
  display: none;
}

.hero-area-2 .contents .tag-type ul li:last-child:before {
  background: transparent;
}

.hero-area-2 .contents .tag-type ul:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: -45px;
}

.hero-area-2 .contents .tag-type ul:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: 6px;
}

.hero-area-2 .contents .arrow-down-icon {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
  border-radius: 50%;
  font-size: 18px;
}

.hero-area-2 .contents .arrow-down-icon a {
  color: #fff;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}

#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#video-area .banner_bottom_btn i:hover {
  color: #DE1D2A;
}

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .icon i {
  color: #DE1D2A;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box {
  margin: 30px 40px;
}

/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
  background: #f9f9f9;
}

#clients .client-item-wrapper {
  text-align: center;
  margin: 0 5px;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#clients #clients-scroller img:hover {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

/* ==========================================================================
    call to action
   ========================================================================== */
#cta {
  background: url(../img/bg/bg-cta.jpg) fixed;
  background-size: cover;
}

#cta h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  background: #f9f9f9;
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}

/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
  background: url(../img/bg/video.jpg);
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f9f9f9;
}

#portfolios .mix {
  padding: 0px;
}

#portfolios .portfolio-item {
  padding: 10px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #DE1D2A !important;
  border-color: #DE1D2A;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4000ms;
  -o-transition-duration: 4000ms;
  transition-duration: 4000ms;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #DE1D2A;
}

.item-boxes h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color:rgba(0,0,0,0.87);
}

.item-boxes p {
  margin: 0;
  height:93px;
  line-height:28px;
  color:rgba(0,0,0,0.6);
}

.item-boxes:hover {

}

.services-item {
  padding: 45px 15px 47px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #DE1D2A;
}
.gjxz{transition: 0.7s;}
.gjxz img{border-radius:5px;}
.gjxz:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  margin-top:-17px;
}
.gjxz:hover img{height:158px;object-fit:cover;}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #DE1D2A;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #DE1D2A;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 0;
  margin-bottom: 34px;
  border-radius:5px;
}



.featured-box .featured-icon i {
  font-size: 30px;
  color: #DE1D2A;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
}



.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}


/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
}

.single-team .team-details p {
  margin-bottom: 15px;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #DE1D2A;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.testimonial {
  background: #f9f9f9;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #DE1D2A;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-item .content-inner span {
  color: #DE1D2A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #DE1D2A;
}

/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.pricing-table:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.pricing-table .pricing-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-table .pricing-details .price {
  color: #263238;
  font-size: 36px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 20px;
}

.pricing-table .pricing-details .price span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #A2A2A2;
}

.pricing-table .pricing-details ul li {
  padding: 12px 30px;
  font-size: 14px;
  text-align:left;
}

.pricing-table .pricing-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.pricing-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
  margin-top:80px;
}

#carousel-area .carousel-item {
  background-size: 100%;
  text-align:center;
}

#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: #DE1D2A;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  opacity: 0.9;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 8px;
}

#carousel-area .carousel-indicators li {
  width: 51px;
  height: 4px;
  border-radius: 4px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
  border-radius: 4px;
}

#blog .blog-item-text {
  padding: 20px 30px;
}

#blog .blog-item-text .date {
  font-size: 14px;
  margin-bottom: 10px;
}

#blog .blog-item-text .date i {
  margin-right: 7px;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #263238;
}

#blog .blog-item-text h3 a:hover {
  color: #DE1D2A;
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #DE1D2A;
}

/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #DE1D2A;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border: 1px solid #DE1D2A;
  outline: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

textarea {
  border-radius: 4px !important;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: #DE1D2A;
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Contact Map */
#conatiner-map {
  width: 100%;
  height: 480px;
}

#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #DE1D2A;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #DE1D2A 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #DE1D2A 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#subscribe {
  background: url(../img/bg/bg-subs.jpg);
  position: relative;
}

.subscribe-form .sub-title {
  margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.subscribe-form .form-wrapper {
  background-color: #ffffff;
  padding: 58px 40px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.subscribe-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #DE1D2A;
  box-shadow: none;
  outline: 0;
}

.subscribe-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#subscribe .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#subscribe .sub-item-box .icon-box {
  float: left;
}

#subscribe .sub-item-box .icon-box i {
  font-size: 30px;
  color: #DE1D2A;
}

#subscribe .sub-item-box .text-box {
  margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
  margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

footer .footer-Content {
  background-color: #ffffff;
  padding: 60px 0;
  color: #546E7A;
}

.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  color: #546E7A;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #546E7A;
}

footer .menu li a:hover {
  color: #DE1D2A;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
  margin-bottom: 15px;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li span {
  margin-left: 73px;
  display: block;
}

.contact-footer li span a {
  color: #546E7A;
}

.contact-footer li span a:hover {
  color: #DE1D2A;
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  width: 33%;
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

.instagram-footer li a img {
  width: 100%;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
  background-color: #DE1D2A;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

#copyright {
  background-color: #ffffff;
  padding: 20px 0 10px;
  border-top: 1px solid #eaeaea;
  color: #546E7A;
}

#copyright p {
  margin-bottom: 0;
  line-height: 40px;
}

#copyright p a {
  color: #546E7A;
}

#copyright p a:hover {
  color: #DE1D2A;
}

#copyright .nav-inline .nav-link {
  color: #546E7A;
  padding: 10px 0;
  margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
  color: #DE1D2A;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/bg/bg-counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 4px;
  padding: 30px;
}

.counters .facts-item .icon {
  margin-bottom: 15px;
}

.counters .facts-item .icon i {
  font-size: 40px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.counters .facts-item .fact-count h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.counter-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.counter-item .icon {
  margin-bottom: 20px;
}

.counter-item .icon i {
  font-size: 40px;
  color: #DE1D2A;
}

.counter-item .fact-count h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.counter-item .fact-count h4 {
  font-size: 18px;
  margin-bottom: 0;
}


.footer{padding:50px 0 0;background:#fff;}
.foot_dh{width:1200px;margin:0 auto;padding-bottom:40px;}
.foot_dh .cp_dh{width:180px;float:left;}
.foot_dh .cp_dh span{color:rgba(0,0,0,0.87);padding-bottom:10px;display:block;font-size:18px;}
.foot_dh .cp_dh ul li{color:rgba(0,0,0,0.60);line-height:30px;}
.foot_dh .cp_dh ul li a{color:rgba(0,0,0,0.60);}
.foot_dh .cp_dh ul li a:hover{color:#DE1D2A;}
.foot_lx{float:left;padding-left:30px;color:rgba(0,0,0,0.60);}
.foot_lx .foot_tel{background:url(../img/f_tel.png) no-repeat left center;padding-left:40px;}
.foot_lx .foot_tel span{color:#DE1D2A;font-size:20px;display:block;}
.foot_lx  p{color:#616161;line-height:22px;padding:0 10px;}
.foot_lx .foot_kf{background:url(../img/f_time.png) no-repeat left center;padding-left:40px;margin-top:15px;}
.foot_lx .foot_kf a{color:#DE1D2A;}
.foot_lx .foot_kf a:hover{color:#F00;}
.foot_lx .foot_dz{background:url(../img/f_add.png) no-repeat left center;padding-left:40px;margin-top:15px;}
.foot_dh .weixin{float:right;padding-left:50px;}
.foot_dh .weixin img{width:120px;}
.weixin .wx_qrc{font-size:18px;line-height:30px;padding-bottom:10px;color:rgba(0,0,0,0.87);}
.weixin span{text-align:center;width:100%;line-height:30px;display:block;color:rgba(0,0,0,0.60);}
.copyright{color:#b0b0b0;background: #F5F5F5;}
.copyright{
	padding:20px 0;
}
.copyright p{
	line-height: 20px;
	font-size: 12px;
	color:rgba(0,0,0,0.60);
	text-align:center;
	line-height:25px;
}
.copyright_db{width:1200px;margin:0 auto;}
.copyright a{color:rgba(0,0,0,0.60);padding:0 5px;}
.copyright a:hover{color:rgba(0,0,0,0.45);}
.copyright .ggy{text-align:center;}



.right-side{width: 72px;position: fixed;right: 0;top: 300px;z-index: 1000;border-top: 1px solid #f5f5f5;border-left: 1px solid #f5f5f5;}
.right-side .r-item{display: block;width: 100%;height: 73px;border-bottom: 1px solid #f5f5f5;background-color: #fff;cursor: pointer;position: relative;}
.right-side .r-item.r-item4{border-bottom: none;}
.right-side .r-item1:hover>.r-sub1{display: block;}
.right-side .r-item1 .r-sub1{display: none;width: 156px;position: absolute;left: -156px;top: 0;background-color: #fff;cursor: default;}
.right-side .r-item1 .r-sub1 .qq-list{padding-top: 18px;border: 1px solid #efefef;}
.right-side .r-item1 .r-sub1 .one-qq{display: block;margin: 0 auto;width: 118px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #000;    background: url(../img/qq-bg.png) 10px center no-repeat;margin-bottom: 15px;}
.right-side .r-item1 .r-sub1 .one-qq:before{display: inline-block;content: "";width: 15px;height: 16px;background-image: url(../img/icon-pen.png);margin-right: 12px;}
.right-side .r-icon{display: block;width: 100%;height: 48px;background-position: center center;background-repeat: no-repeat;}
.right-side .r-icon1{background-image: url(../img/icon-service.png);}
.right-side .r-icon2{background-image: url(../img/icon-phone.png);}
.right-side .r-icon3{background-image: url(../img/icon-weixin.png);}
.right-side .r-icon4{background-image: url(../img/side_icon03.png);height: 48px;background-position: center ;}
.right-side .r-icon5{background-image: url(../img/icon-zrfw.png);}
.right-side .r-title{font-size: 12px;color: #757575;text-align: center;}
.right-side .r-item:hover .r-icon1{background-image: url(../img/hicon-service.png);}
.right-side .r-item:hover .r-icon2{background-image: url(../img/hicon-phone.png);}
.right-side .r-item:hover .r-icon3{background-image: url(../img/hicon-weixin.png);}
.right-side .r-item:hover .r-icon4{background-image: url(../img/hside_icon03.png);}
.right-side .r-item:hover .r-icon5{background-image: url(../img/hicon-zrfw.png);}
.right-side .r-item:hover .r-title{color: #DE1D2A;}
.right-side .r-item2:hover>.r-sub{display: block;}
.right-side .r-sub{display: none;padding:10px 12px;border: 1px solid #f5f5f5;position: absolute;left: -140px;top: 0;background-color: #fff;cursor: default;}
.right-side .r-rx{left:-257px;padding:0;width:255px;}
.right-side .r-sub-b1{padding-top: 14px;padding-bottom: 13px;padding-left: 15px;border-bottom: 1px solid #e3e3e3;overflow: hidden;font-size: 0;}
.right-side .r-sub-b1 .dt{display: inline-block;vertical-align: top;font-size: 16px;line-height: 22px;color: #494949;}
.right-side .r-sub-b1 .dd{display: inline-block;vertical-align: top;width: 125px;font-size: 16px;line-height: 22px;color: #333;font-weight: bold;}
.right-side .r-sub-b1 .dd>span{display: inline-block;}
.right-side .r-sub-b2{padding: 12px 14px 10px 14px;}
.right-side .r-sub-b2 .tit{font-size: 14px;color: #666;padding-bottom: 5px;}
.right-side .r-sub-b2 p{font-size: 13px;color: #686868;line-height: 20px;}
.right-side .r-code-box{width: 100px;margin: 5px auto;}
.right-side .r-code-box img{width: 100%;}
.right-side .r-code-box span{text-align:center;display:block;color: #757575;padding:5px 0;}
.right-side .r-item3:hover>.r-sub{display: block;}
.modal {
	position: fixed !important;
	top: 50%;
	left: 50%;
	_position: absolute;
	_top: 15%;
	_margin-top: 0;
	z-index: 1050;
	margin-left: -129px;
	margin-top: -180px;
	background-color: #fff;
	outline: none
}

.modal.fade {
	-webkit-transition: opacity .4s linear, top .4s ease-out;
	transition: opacity .4s linear, top .4s ease-out;
	top: -25%
}

.modal.fade.in {
	top: 50%;
	_top: 15%
}

.modal .close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #757575;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 10;
	border-radius: 15px
}

.modal .close:hover {
	color: #fff;
	background-color: #e53935
}

.modal .close .iconfont {
	font-size: 24px;
	font-weight: 200;
	font-style:normal;
}


.modal-header,.modal-hd {
	position: relative;
	
	padding: 14px 20px;
	background-color: #f5f5f5
}

.modal-header h3,.modal-header .title,.modal-hd h3,.modal-hd .title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #424242
}
.qbj{display:none;width:100%;height:100%;background:#000;opacity:0.6;position:fixed;top:0;left:0;}
.douyin{background:#f5f5f5;}
.pricing-section{padding:0 0 100px;}

/*新闻资讯*/
.w1200{width: 1200px; margin: 0 auto;}
.fl{float:left;}
.fr{float:right;}
.floor_3_main{background-color:#eeeeee; margin-top:45px;}
.floor_3{padding-bottom:120px; padding-top:80px;}
.floor_3 .part1{width:250px;}
.floor_3 .proCase{position:relative;width:800px;height:520px;}
.floor_3 .proCase li{width:250px;height:520px;position:absolute;left:0px;top:0px;overflow:hidden;transition: all ease 600ms;}
.floor_3 .proCase li .txt{position:absolute;left:48px;top:48px;transition: all ease 600ms;}
.floor_3 .proCase li .txt h3{font-size:26px; color:#ffffff; font-weight:normal; line-height:26px;}
.floor_3 .proCase li .txt p{font-size:14px; color:#ffffff; font-weight:normal; line-height:14px; padding-top:14px; text-transform:uppercase; font-family:"Arial";}
.floor_3 .proCase li .txt span{background-position:0px -243px;width:19px;height:19px;margin-top:24px;position:absolute;left:-70px;top:50px;transition: all ease 600ms;}
.floor_3 .proCase li:nth-child(2){width:245px; height:245px; position:absolute; left:275px; top:0px;}
.floor_3 .proCase li:first-child+li{width:245px; height:245px; position:absolute; left:275px; top:0px;}
.floor_3 .proCase li:nth-child(3){width:520px; height:245px; position:absolute; left:0px; top:275px;}
.floor_3 .proCase li:first-child+li+li{width:520px; height:245px; position:absolute; left:0px; top:275px;}
.floor_3 .proCase li:nth-child(4){width:250px; height:520px; position:absolute; right:0px; top:0px;}
.floor_3 .proCase li:first-child+li+li+li{width:250px; height:520px; position:absolute; left:550px; top:0px;}
.floor_3 .proCase li .img{width:250px;height:520px;background: url(../img/bg1.jpg) no-repeat;}
.floor_3 .proCase li:nth-child(2) .img{width:245px;height:245px;background-size:100%;background: url(../img/bg2.jpg) no-repeat;}
.floor_3 .proCase li:first-child+li .img{width:245px;height:245px;background-size:100%;background: url(../img/bg2.jpg) no-repeat;}
.floor_3 .proCase li:nth-child(3) .img{width:520px;height:245px;background-size:100%;background: url(../img/bg3.jpg) no-repeat;}
.floor_3 .proCase li:first-child+li+li .img{width:520px;height:245px;background-size:100%;background: url(../img/bg3.jpg) no-repeat;}
.floor_3 .proCase li:nth-child(4) .img{width:250px;height:520px;background-size:100%;background: url(../img/bg4.jpg) no-repeat;}
.floor_3 .proCase li:first-child+li+li+li .img{width:250px;height:520px;background-size:100%;background: url(../img/bg4.jpg) no-repeat;}
.floor_3 .proCase li:hover{-moz-box-shadow: 1px 1px 5px 3px #c8c8c8; -webkit-box-shadow: 1px 1px 5px 3px #c8c8c8; box-shadow: 1px 1px 5px 3px #c8c8c8; z-index: 34;}
.floor_3 .proCase li:hover .txt{top:38px;}
.floor_3 .proCase li:hover .txt span{display:inline-block;left:0;}
.floor_3 .part2{width:390px;}
.floor_3 .part2 .in_title{width:350px; height:60px;}
.floor_3 .part2 .in_title h3{font-size:30px; color:#333333; float:left; font-weight:normal; line-height:30px;}
.floor_3 .part2 .in_title h3 span{font-size:20px; color:#999999; text-transform:uppercase; font-family:"Arial"; line-height:20px; padding-top:12px; display:block;}
.floor_3 .part2 .in_title p{float:right; width:200px; height:5px; background:url(../img/lian_03.png); margin-top:12px;}
.floor_3 .part2 .textlist{clear:left; display:block;}
.floor_3 .part2 .textlist ul{display:inline-block;}
.floor_3 .part2 .textlist ul li{display:inline-block;padding:22px 0;border-bottom:#cccccc solid 1px;transition: all ease 600ms;}
.floor_3 .part2 .textlist ul li h3 em{display:block; font-size:20px; color:#333333; line-height:20px;font-style:normal;}
.floor_3 .part2 .textlist ul li h3 span{display:block; font-size:16px; color:#333333; line-height:16px; padding-top:6px;font-weight:normal;padding-top:10px;}
.floor_3 .part2 .textlist ul li p{display:block; font-size:14px; color:#666666; line-height:20px;height:50px;overflow:hidden; padding-top:10px;}
.floor_3 .part2 .textlist ul li:hover h3 em{color:#000;}
.floor_3 .part2 .textlist ul li:hover{margin-left:-4px;}

.index_news .part2{margin-right:40px;}

.nav-item{position:relative;}
.nav-item .nav-second-wrap{position:absolute;top:30px;width:200px;display:none;z-index:999;}
.nav-item .nav-second-wrap .nav-list{float:left;width:50%;line-height:80px;height:60px;}
.nav-item .nav-second-wrap .nav-list a{color:#fff;}
.nav-item .nav-second-wrap .nav-list a:hover{border-bottom:1px solid #fff;padding-bottom:5px;}
.nav-item:hover .nav-second-wrap{display:block;}
.zinav_bg{width:100%;position:absolute;top:67px;height:40px;background:#000;opacity:0.6;z-index:999;}

.tb_logo img{height:42px;padding:0 10px;}
.pk_mk{padding-bottom:50px;}
.pk_title{text-align:center;padding-bottom:50px;}
.pk_title h2{font-size:22px;}
.pk_title p{font-size:16px;}
.pk_nr img{float:right;}
.pk_zt{background:#fff;box-shadow:0 5px 10px 0 rgba(2,31,65,.05);padding:20px 0;}
.pk_zt .us{width:350px;float:left;line-height:40px;padding-top:40px;padding-left:100px;}
.pk_zt .youshi{width:350px;float:left;line-height:40px;padding-left:100px;}
.pk_zt .youshi span,.pk_zt .they span{font-size:20px;color:#DE1D2A;}
.pk_zt .they{width:350px;float:left;line-height:40px;padding-left:100px;}
.pk_zt .us ul li,.pk_zt .youshi ul li,.pk_zt .they ul li{border-bottom:1px dashed #ccc;font-size:16px;}
.pk_zt .us ul li:nth-child(9),.pk_zt .youshi ul li:nth-child(9),.pk_zt .they ul li:nth-child(9){border-bottom:0;}

.carousel-item img{max-width:100%;}
.navbar-brand>span,.tb_logo{display:inline-block;}


.map-content {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f5f5f5;

}

.map-content .map-img-box1 {
	text-align: center
}

.map-content .map-img-box1 img {
	max-width: 100%;
	height: auto
}

.map-content .select-map {
	display: none
}

@media screen and (max-width: 750px) {
	.wp1200{width:100% !important;}
	.map-content {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.map-content .map-img-box1 {
		display: none
	}

	.map-content .select-map {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 0 10px 20px;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.map-content .select-map .select-box {
		position: relative;
		width: 50%;
		height: 40px;
		margin-top: 0px;
		border: 1px solid #dcdcdc;
		outline: none
	}

	.map-content .select-map .select-box i {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.map-content .select-map .select-box .dealer-select {
		width: 100%;
		border: none;
		background-color: #fff;
		padding-left: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #666;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.map-content .select-map .dealer-form-button {
		width: 50%;
		padding-left: 5px;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.map-content .select-map .dealer-form-button input[type="submit"] {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 42px;
		border: none;
		background-color: #c8292d;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: 14px;
		text-align: center;
		color: #fff
	}
}

.map-content .map-min-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px 20px 0;
	margin-bottom: 60px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 750px) {
	.map-content .map-min-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 0;
		margin-bottom: 0
	}
}

.map-content .map-min-wrap .map-text-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
	padding-left: 60px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.map-content .map-min-wrap .map-text-box h1 {
	padding-bottom: 25px;
	font-size: 23px;
	font-family: "Baskerville Old Face";
	color: #272727
}

.map-content .map-min-wrap .map-text-box h2 {
	padding-bottom: 15px;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: #000
}

.map-content .map-min-wrap .map-text-box p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #7e7e7e;
	line-height:25px;
}

@media screen and (max-width: 750px) {
	.map-content .map-min-wrap .map-text-box {
		width: 100%;
		padding: 0 10px
	}

	.map-content .map-min-wrap .map-text-box h1 {
		padding-bottom: .125rem;
		font-size: 16px
	}

	.map-content .map-min-wrap .map-text-box h2 {
		padding-bottom: .075rem;
		font-size: 14px
	}

	.map-content .map-min-wrap .map-text-box p {
		font-size: 12px
	}
}

.map-content .map-min-wrap .map-img-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55%;
	height: 0;
	padding-bottom: 26.16667%;
	overflow: hidden
}

.map-content .map-min-wrap .map-img-box>img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.wp1200{width:1200px;margin:0 auto;}
.nybanner{background:url(../img/nbanner.jpg) no-repeat center;height:163px;}
.wrap{width:1200px;margin:0 auto;padding:0 0 20px;}
.N_main{background:#f5f5f5;}
.dh_hg{height:80px;}
.listcon {
	width: 880px;
	padding: 30px 30px 10px;
	background: #fff;
	display: inline-block;
	zoom: 1
}

.listcon:after {
	content: "";
	display: block;
	clear: both
}

.post {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden
}

.postimg {
	width: 200px;
	float: left;
	display: inline;
	overflow: hidden
}

.postimg img {
	width: 100%;
	height: 125px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all
}
.listcon .post:hover .postimg img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)	
}
.postcon {
	width: 590px;
	float: right;
	display: inline
}

.postcon h3 {
	margin: 0 0 10px;
	font-size:20px;
	font-weight:normal;
}

.postcon h3 a {
	font-size: 18px;
	color: #333
}

.postcon h3 a:hover {
	color: #DE1D2A;
}

.postinfo {
	margin: 0 0 20px
}

.postinfo a {
	color: #999
}

.postinfo a:hover span {
	color: #DE1D2A
}

.postintro {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow:hidden;
}
/*.item {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden
}*/

.itemcon {
	width: 100%;
	overflow: hidden
}

.itemcon h3 {
	margin: 0 0 10px
}

.itemcon h3 a {
	font-size: 18px;
	color: #333
}

.itemcon h3 a:hover {
	color: #004c98
}

.iteminfo {
	margin: 0 0 10px
}

.iteminfo a {
	color: #999
}

.iteminfo a:hover {
	color: #004c98
}

.itemimg {
	margin: 0 0 10px -5px;
	overflow: hidden
}

.itemimg a {
	width: 33.33%;
	height: 120px;
	float: left;
	display: inline;
	overflow: hidden;
	display: block
}

.itemimg img {
	min-height: 120px;
	margin: 0 0 0 5px
}

.itemintro {
	font-size: 14px;
	color: #999;
	line-height: 24px
}

.postcon h3 a span,.itemcon h3 a span {
	width: 18px;
	height: 18px;
	margin: 3px 8px 0 0;
	background: url(../img/bg.png) no-repeat;
	display: inline-block;
	vertical-align: top
}

.postcon h3 a span.new,.itemcon h3 a span.new {
	background-position: 0 -196px
}

.postcon h3 a span.hot,.itemcon h3 a span.hot {
	background-position: -18px -196px
}

.postcon h3 a span.top,.itemcon h3 a span.top {
	background-position: -36px -196px
}

.infoauth {
	padding: 0 0 0 18px;
	background: url(../img/bg.png) no-repeat -273px -200px
}

.infoauth a {
	color: #999
}

.infoauth a:hover {
	color: #004c98
}

.infocate {
	margin: 0 20px 0 0;
	padding: 0 0 0 18px;
	background: url(../img/bg.png) no-repeat -273px -135px
}

.infocate  {
	color: #999
}

.infocate a:hover {
	color: #004c98
}

.infodate {
	margin: 0 20px 0 0;
	padding: 0 0 0 18px;
	color: #999;
	background: url(../img/bg.png) no-repeat -272px -231px
}

.infoviews {
	padding: 0 0 0 20px;
	background: url(../img/bg.png) no-repeat -272px -71px
}

.infocmt {
	padding: 0 0 0 20px;
	background: url(../img/bg.png) no-repeat -272px -104px
}

.sidebar {
	width: 300px;
	float: right;
	display: inline
}

.sidebox {
	margin: 0 0 20px;
	padding: 20px 30px;
	background: #fff
}

.listtitle,.cmttitle,.reltitle,.sidetitle {
	line-height: 40px
}

.listtitle h3,.cmttitle h3,.reltitle h3,.sidetitle h3 {
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	line-height: 40px
}

.sidecon {
	padding: 10px 0;
	font-size: 14px;
	overflow: hidden
}

.sidecon ul {
	zoom: 1
}

.sidecon ul:after {
	content: "";
	display: block;
	clear: both
}

.sidecon li {
	padding: 8px 0 7px;
	border-bottom: 1px dotted #f3f3f3
}

.sidecon li a {
	font-size: 14px;
	color: #333
}
.sidecon li a:hover,.sidecon li a:hover{color:#DE1D2A;}
/*sitepath*/
.sitepath{height: 80px; line-height: 80px; text-align: left;font-size:14px;position:relative;}
.sitepath a{font-size:14px;}
.sitepath s{width: 20px; height: 18px; background-position: 0 0; margin-right: 4px;}
.nyIcon{background: url(../img/nyicon.png) no-repeat; display: inline-block; vertical-align: middle;}

.news_xq h2{font-size:22px;line-height:50px;text-align:center;}
.news_xq .newstext{line-height:30px;font-size:16px;color:#666;padding:20px 0 50px;}
.news_xq .newstext P{line-height:30px;font-size:16px;color:#666;}
.singleinfo {
	margin: 10px 0 20px;
	text-align:center;
}

.singleinfo span {
	margin: 0 20px 0 0;
	color: #999
}

.singleinfo a {
	color: #999
}

.singlepage {
	margin: 0 0 50px;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
	font-size:14px;
}

.singlepage .prepage {
	width: 50%;
	float: left
}

.singlepage .nextpage {
	width: 50%;
	float: right;
	text-align: right
}

.singlepage span {
	color: #929292
}

.singlepage p a {
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.singlepage p a:hover {
	color: #004c98
}

.map-content {
    width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
    background: #f5f5f5;

    }
	
.newstext img{	
	max-width:100%;
	height:auto !important;
}


.ysd,.fuwu{padding:50px 0;}
.ysd .row .col-lg-3{border-right:1px solid rgba(0, 0, 0, 0.05);padding:0 37px;}
.ysd .row .col-lg-3:nth-child(4){border:0;}
.ysd .featured-box .featured-icon {
  float:left;
  padding-right:15px;
  padding-top:5px;
}
.ysd .featured-box .featured-icon img{width:48px;}
.ysd .featured-box .featured-content {
  float:left;
}
.ysd .featured-box .featured-content span {
  font-size: 24px;
  font-weight: 500;
  line-height:30px;
  color:rgba(0,0,0,0.85);
  display:block;
  margin-bottom:5px;
}

.ysd .featured-box .featured-content p {
  font-size: 16px;
  color:rgba(0,0,0,0.45);
  line-height:30px;
}



.hv_div{display:none;}
.hv_div a{color:#fff;font-size: 15px;}
.hv_div .hv_mc{width:100%;height: 111px;background: #DE1D2A;position:relative;line-height: 111px;font-size:36px;text-align:center;}
.hv_div .hv_mc:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
  border-width: 14px;
  border-top-color: #DE1D2A;
  left:50%;
  margin-left:-14px;
}
.hv_xm{padding-top:50px;}
.hv_xm a{display:block;line-height:30px;margin:10px 0;text-align:center;}
.hv_xm a:hover{color:#DE1D2A;font-weight:bold;}
.hot_xm{text-align:center;color:#fff;position:absolute;width:100%;top:120px;left:0;}
.hot_xm em{display:block;font-size:41px;font-weight:bold;}
.hot_xm span{display:block;font-size:36px;padding-top:20px;}
.hot_xm a{display:block;font-size:16px;color:#fff;padding-top:80px;}
.fuwu .col-lg-3{padding:0;}
.fuwu .featured-box{position:relative;width:100%;}
.fuwu .featured-icon{text-align:center;}
.fuwu .featured-icon img{width:266px;height:480px;}

.fuwu .featured-box:hover img{width:100%;object-fit:cover;}
.fuwu .featured-box:hover .hv_div{display:block;position:absolute;width:100%;top:0;left:0;color:#fff;}
.fuwu .featured-box:hover .hot_xm{display:none;}


.yuyue{background:#fff;padding:150px 0 80px;margin-top:-150px;}
.yy_tit{padding:10px 0;}
.yy_tit span{font-size: 36px;line-height: 44px;color: rgba(0, 0, 0, 0.85);float:left;lin-height:50px;padding-right:20px;}
.yy_tit p{font-size: 18px;line-height:50px;}
.yy_tit p em{color:#DE1D2A;padding:0 5px;font-weight:bold;}
.yy_bd{padding:10px 0;}
.yy_bd ul li{float:left;margin-right:20px;}
.yy_bd ul li #selLocation{line-height:56px;height:56px;border: 1px solid rgba(0, 0, 0, 0.10196078431372549);color: rgba(0, 0, 0, 0.45);padding:0 10px;width:200px;font-size: 18px;}
.yy_bd ul li input{line-height:54px;border: 1px solid rgba(0, 0, 0, 0.10196078431372549);color: rgba(0, 0, 0, 0.45);padding:0 10px;font-size: 18px;}
.yy_bd ul li #ImgSend{width:208px;height:56px;background: #DE1D2A;font-size:20px;border:0;color:#fff;cursor:pointer;}
.yy_bd ul li:nth-child(6){margin-right:0;}
.yuyue .container{box-shadow: 0px 0px 30px rgba(190, 209, 255, 0.36);border-radius:16px;padding:30px 30px;}


.server .col-lg-6{padding:0;margin-bottom:30px;}
.cbl{width:180px;height:380px;color:#fff;padding:32px 24px;float:left;}
.cbl span{font-size:20px;font-weight:bold;}
.cbl p{color:#fff;padding:20px 0;}
.cbl ul li{background:url(../img/fw_icon.png) no-repeat left 7px;padding-left:22px;line-height:30px;}
.gongshang{background:url(../img/gongshang.png) no-repeat center;}
.caishui{background:url(../img/caishui.png) no-repeat center;}
.zscq{background:url(../img/zscq.png) no-repeat center;}
.zizhi{background:url(../img/zizhi.png) no-repeat center;}
.ztxm{float:left;width:408px;background:#fff;}
.ztxm ul li{padding:40px 20px;float:left;width:204px;height:190px;border-right:1px solid rgba(0, 0, 0, 0.1);border-bottom:1px solid rgba(0, 0, 0, 0.1);}
.ztxm ul li span{color: rgba(0, 0, 0, 0.85);font-size: 18px;}
.ztxm ul li p{color: rgba(0, 0, 0, 0.65);line-height:23px;padding-top:10px;}
.ztxm ul li:nth-child(2n){border-right:0;}
.ztxm ul li:nth-child(3){border-bottom:0;}
.ztxm ul li:nth-child(4){border-bottom:0;}


.liucheng{background:url(../img/liucheng.png) no-repeat center;height:600px;}
.liucheng .container{width:1200px;padding:0;overflow:hidden;}
.liucheng .section-header h2,.liucheng .section-header p{color:#fff;}
.lc_li .xian{height:8px;background: #2E2A40;border-radius: 4px;margin:150px 0 100px;position:relative;}
.lc_li .cur{background: #5060EC;}
.lc_li .xian ul{flex-wrap:wrap;display:flex;}
.lc_li .xian ul li{width:14.28%;text-align:center;position:relative;margin-top:-15px;}
.lc_li .xian ul li span{cursor:pointer;width:34px;height:34px;line-height:22px;background: #5060EC;border:6px solid #2E2A40;border-radius:50%;display:block;color:#fff;text-align:center;margin:0 auto;}
.lc_li .xian ul li p{position:absolute;color:#fff;width:100px;left:50%;margin-left:-50px;text-align:center;top:-60px;font-size:16px;line-height:30px;}
.lc_li .xian ul li p.hv{border:1px solid #fff;border-radius:20px;}
@keyframes mymove {
  from{left:0px;}
  to{left:14.28%;}
}
@keyframes mymove02 {
  from{left:0px;}
  to{left:28.56%;}
}
@keyframes mymove03 {
  from{left:0px;}
  to{left:42.84%;}
}
@keyframes mymove04 {
  from{left:0px;}
  to{left:57.12%;}
}
@keyframes mymove05 {
  from{left:0px;}
  to{left:71.4%;}
}
@keyframes mymove06 {
  from{left:0px;}
  to{left:85.68%;}
}
@keyframes mymove07 {
  from{left:0px;}
  to{left:100%;}
}
.father{
background: #748096;
border-radius:5px;
position: relative;
top: 70px;
left: -5px;
}

.moveson {
width:100%;
height:8px;
background:#2E2A40;
animation:mymove 1s linear 1;
animation-fill-mode : forwards ; 
-webkit-animation-fill-mode : forwards ;
position:absolute;
left:0;
display:none;
}
.lc_li .xian ul li span:hover{box-shadow:0px 0px 10px rgba(190, 209, 255, 0.36);border:6px solid #8794FE;transition-property:all;transition-duration:2s;}
.mv02{animation:mymove02 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.mv03{animation:mymove03 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.mv04{animation:mymove04 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.mv05{animation:mymove05 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.mv06{animation:mymove06 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.mv07{animation:mymove07 1s linear 1;animation-fill-mode : forwards ; -webkit-animation-fill-mode : forwards ;}
.zixun{width:198px;height:56px;margin:50px auto;line-height:56px;background: #DE1D2A;border-radius: 28px;font-size:20px;text-align:center;}
.zixun a{color:#fff;}

.choose{background:#fff;}
.better{position:relative;}
.btli{position:relative;}
.m_txt{position:absolute;bottom:0;padding:0 30px 30px 40px;}
.m_txt span{font-size:30px;line-height:50px;color:#fff;}
.m_txt p{line-height:25px;color:#fff;}
.et {padding:20px 10px 0;}
.et span{width:12px;height:12px;background: rgba(0, 0, 0, 0.1); display:inline-block;margin-right:20px;border-radius:50%;}
.et span:nth-child(3){margin-right:0;}
.et p{font-size:26px;color: rgba(0, 0, 0, 0.2);padding-top:10px;line-height:30px;}
.m_sd,.m_fw{float:left;}
.m_fw img{padding:12px 0;}
.rg{position:absolute;right:0;top:0;width:754px;}
.rg .et{text-align:right;padding:0;}
.m_ft{float:right;}
.m_ft img{border-left:12px solid #fff;}



.xinwen{padding:50px 0 100px;}
.xwzx{width:360px;float:left;margin-right: 60px;}
.xszn{margin-right:0;}
.xwzx .new_tit{line-height:20px;font-size:18px;font-weight:normal;color:rgba(0,0,0,0.87);margin-bottom:20px;padding-left:20px;display:block;border-left:4px solid #DE1D2A;}
.xwzx ul li{line-height:47px;height:47px;border-top:1px solid #eee;}
.xwzx ul li a{color:rgba(0,0,0,0.65);font-size:15px;width:280px;overflow:hidden;height:47px;display:block;float:left;}
.xwzx ul li a:hover{color:#d73535;}
.xwzx ul li span{font-size:12px;float:right;color:rgba(0,0,0,0.45);}


#carousel-area{position:relative;}
.head_dh{position:absolute;top:0;left:50%;margin-left:-600px;z-index:99;}
.zb_dh{width:240px;height:600px;background:#03012C;opacity:0.8;float:left;padding:20px 0;}
.fwxm{padding:10px 25px;}
.fwxm:hover,.zb_dh .cur{background:#111038;}
.fwlm{padding-bottom:15px;}
.fwlm a{color:#fff;font-size:16px;}
.fwlm span{color:#fff;font-size:18px;float:right;cursor:pointer;}
.fwxm ul li{float:left;width:95px;padding:0 0 10px 0;}
.fwxm ul li a{color:#fff;opacity:0.5;font-size:13px;}
.zb_dh a:hover{color:#fff;opacity:1;}
.fw_xq a:hover{color:#DE1D2A;}
.fw_xq{float:left;width:960px;background:#fff;height:600px;padding:30px;display:none;}
.fwfl{padding-bottom:25px;border-bottom:1px dashed #ccc;margin-bottom:25px;}
.fwli{padding-bottom:15px;}
.fwli a{color:rgba(0,0,0,0.87);font-size:16px;}
.fwfl ul li{margin-bottom:10px;float:left;padding-right:20px;border-right:1px solid #ccc;margin-right:20px;line-height:18px;}
.fwfl ul li a{color:rgba(0,0,0,0.65);font-size:13px;}


.wzbq{line-height:25px;padding-bottom:20px;}
.wzbq p span{font-weight:bold}
.wzbq p a{color:#DE1D2A;}

.ba_nr{position:absolute;top:150px;left:50%;margin-left:-200px;color:#fff;text-align:left;letter-spacing:3px;}
.ba_nr span{font-size: 48px;}
.ba_nr p{font-size: 24px;color:#fff;padding:32px 0;}
.ba_nr a{width:198px;height:52px;line-height:52px;background:#DE1D2A;color:#fff;display:block;text-align:center;font-size:20px;border-radius:28px;margin-top:20px;}
.bn02 span{font-size:73px;}
.bn02 p{font-size:46px;padding-top:50px;}
.bn03{text-align:center;}
.bn03 span{font-size:73px;}
.bn03 p{font-size:73px;padding-top:80px;}
.bn03 p i{font-size:110px;}

.proimg img{max-width:100%;}


/*产品页*/
.cp_ny .section-header{margin-bottom:30px;}
.xm_list>div{padding:0;}
.xm_list .x_li{padding:30px 28px;float:left;background:#fff;margin:8px;}
.x_name{border-bottom:1px dashed rgba(230, 235, 234, 1);}
.x_name span{font-size:18px;font-weight:bold;color:rgba(0, 0, 0, 0.87);}
.x_name p{font-size:14px;line-height:22px;height:44px;overflow:hidden;color:rgba(0, 0, 0, 0.87);margin:15px 0 30px;}
.x_more{width:110px;height:36px;line-height:36px;background:#DE1D2A;text-align:center;color:#fff;margin-top:15px;}






/*分割线*/

.carousel-inner{position:relative;}
.xiazai{position:absolute;bottom:25%;left:20%;}
.xiazai .djl_xz{display:inline-block;margin: 0 30px;}
.xiazai .dbs_xz{display:inline-block;margin:0 30px;}
.xiazai .djl_xz img,.xiazai .dbs_xz img{width:196px;height:60px;}

.xiazai_lb img{width:100%;}
.xz_lj a{display:block;background: #1c90ff;width: 128px;margin: 0 auto;color: #fff;line-height: 36px;font-size: 16px;border-radius: 5px;}
.xz_lj a:hover{box-shadow:2px 5px 10px 0px rgba(84, 110, 122, 0.35);}
.rmxz{background:#F7F7FA;padding:62px 0;height:630px;}
.xiazai_lb .col-lg-4:hover{padding:0 13px;}
.gnld{background:url(../img/bg_fgx.jpg) #fff no-repeat top center;padding:62px 0 0;}
.four_mk{padding-top:60px;padding-bottom:55px;background:#F7F7FA;}
.four_mk .section-header .section-title{width:239px;}
.mk_nr .mk_lf{width:18%;float:left;background:#fff;border-radius:8px;}
.mk_nr .mk_lf ul li{line-height:88px;border-bottom:1px solid rgba(219,219,221,1);font-size:18px;padding-left:20%;}
.mk_nr .mk_lf ul li:nth-child(4){border:0;}
.mk_nr .mk_lf ul li span{padding-left:30px;color:rgba(0,0,0,0.60);}
.mk_nr .mk_lf ul li.dpzs span{background:url(../img/li1.png) no-repeat left center;}
.mk_nr .mk_lf ul li.sjzs span{background:url(../img/li2.png) no-repeat left center;}
.mk_nr .mk_lf ul li.tczs span{background:url(../img/li3.png) no-repeat left center;}
.mk_nr .mk_lf ul li.pdd span{background:url(../img/li4.png) no-repeat left center;}
.mk_nr .mk_lf ul li.dpzs .cur{background:url(../img/li_hv1.png) no-repeat left center;color:#DE1D2A;}
.mk_nr .mk_lf ul li.sjzs .cur{background:url(../img/li_hv2.png) no-repeat left center;color:#DE1D2A;}
.mk_nr .mk_lf ul li.tczs .cur{background:url(../img/li_hv3.png) no-repeat left center;color:#DE1D2A;}
.mk_nr .mk_lf ul li.pdd .cur{background:url(../img/li_hv4.png) no-repeat left center;color:#DE1D2A;}
.mk_nr .mk_rg{width:80%;float:right;background:#fff;padding:108px 5%;height:356px;border-radius:8px;}
.mk_nr .mk_rg .mk_li .li_wz{width:55%;float:left;}
.mk_nr .mk_rg .mk_li .li_wz h3{font-size:32px;font-weight:normal;color:rgba(0,0,0,0.87);}
.mk_nr .mk_rg .mk_li .li_wz p{font-size:16px;line-height:24px;padding-top:9px;color:rgba(0,0,0,0.60);}
.mk_nr .mk_rg .mk_li img{float:right;margin-top:-57px;max-width:45%;}
.xinwen{padding-top:60px;padding-bottom:55px;background:#fff;}
.xinwen .cpdt{width:59%;float:left;}
.xinwen .hyzx{width:32%;float:right;}
.xw_tit{font-size:24px;border-bottom:1px solid #DBDBDD;padding-bottom:15px;}
.xw_tit a{font-size:14px;color:rgba(0,0,0,0.38);float:right;line-height:40px;display:inline-block;}
.xw_tit a:hover{color:#000;}
.xw_tit span{border-left:4px solid #DE1D2A;padding-left:15px;line-height:24px;color:rgba(0,0,0,0.87);display:inline-block;}
.xw_nr .xw_li{padding:20px 0 30px;
    -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;}
.xw_nr .xw_li:hover{margin-left:10px;}
.xw_nr .xw_li img{width:25%;height:102px;object-fit:cover;float:left;}
.xw_nr .xw_li .xwli_wz{width:72%;float:right;}
.xw_nr .xw_li .xwli_wz span{font-size:20px;color:rgba(0,0,0,0.87);line-height:34px;}
.xw_nr .xw_li:hover .xwli_wz span{color:#DE1D2A;}
.xw_nr .xw_li .xwli_wz p{font-size:14px;color:rgba(0,0,0,0.60);line-height:22px;height:44px;overflow:hidden;}
.xw_nr .xw_li .xwli_wz p.time{height:22px;}
.xw_more{border:1px solid rgba(219,219,221,1);line-height:40px;width:100%;text-align:center;color:rgba(0,0,0,0.60);font-size:16px;}

.hy_li ul{padding:5px 0;}
.hy_li ul li{line-height:22px;font-size:16px;color:rgba(0,0,0,0.60);line-height:40px;}
.hy_li ul li a,.xw_more a{color:rgba(0,0,0,0.60);}
.xw_more:hover{border:1px solid #DE1D2A;}
.xw_more:hover a{color:#DE1D2A;}
.hy_li ul li a:hover{color:#DE1D2A;}
.about_cz{position:relative;margin-bottom:30px;}
.about_cz a{display:block;text-align:center;}
.about_cz .cz{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.4);color:#fff;text-align:center;font-size:25px;padding-top:70px;}
.about_cz .cz span{font-size:16px;display:block;line-height:40px;
    -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;}
.about_cz .cz span:hover{margin-left:20px;}
.about_cz img{max-width:100%;}
.foot_dhfl{float:left;}
.lyfk{float:left;}
#lyfk ul li{margin-bottom:10px;}
#lyfk ul li input{height:40px;line-height:40px;border:1px solid #eee;padding:0 5px;width:200px;}
#lyfk #ImgSend,#lyfk #ImgSend0,#lyfk #ImgSend1{border:0;background:#DE1D2A;color:#fff;width:100%;height:40px;font-size:16px;}
#lyfk #ImgSend:hover, #lyfk #ImgSend0:hover, #lyfk #ImgSend1:hover{background:#ff8533;}
.mb_footer{position:fixed;bottom:0;width:100%;background:#fff;display:none;border-top:1px solid #F7F7FA;}
.mb_footer li{width:20%;float:left;text-align:center;padding:5px 0;background: url(../img/fgx.png) no-repeat right center;list-style:none;}
.mb_footer li img{width:25px;height:25px;object-fit:contain;}
.mb_footer li span{font-size:14px;display:block;color:rgba(0,0,0,0.6);}
.zzc,.zhaos,.zxfw_bg{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;display:none;}
.zzc span,.zhaos span,.zxfw_bg span{color:#fff;position:absolute;top:20%;right:10%;font-size:40px;}
.zzc img,.zhaos img{top:50%;left:50%;margin:-100px 0 0 -100px;position:absolute;width:200px;height:200px;}
.zxfw_bg form{
    background:  #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
}
.sidecon li .bz{font-size:12px;color:#a7a7a7;padding-top:5px;}
.sidecon li .bz span.time{padding-right:20px;}
.sidecon li .bz span i{color:#525252}


@media screen and (max-width: 1200px){
	.pk_zt .us{width:31.33%;padding-left:2%;}
	.pk_zt .youshi{width:31.33%;padding-left:2%;}
	.pk_zt .they{width:31.33%;padding-left:2%;}
	.pk_zt .us ul li,.pk_zt .youshi ul li,.pk_zt .they ul li{height:40px;overflow:hidden;}	
	.floor_3 .part2{width:33.3%}
	.floor_3 .part1{width:20%;}
	.floor_3 .proCase,.floor_3 .part2 .in_title,.floor_3 .proCase li{width:100%}
	.foot_dh .cp_dh{width:100px;}
	.foot_dh,.wp1200{width:100%;}
	.wrap,.w1200{width:100%;}
	.listcon{width:100%;padding:30px 10px 10px;}
	.news_xq .newstext{padding:0;}
	.sidebar{display:none;}
	.postimg{width:25%;}
	.postcon{width:70%;}
	.postcon h3{line-height:22px;height:30px;overflow:hidden;}
	.postintro{height:48px;overflow:hidden;}
	.postimg img{object-fit:cover;}
	.singlepage .prepage,.singlepage .nextpage{width:100%;float:left;text-align:left;}
	.item-boxes p{height:auto;}
	.xiazai .djl_xz,.xiazai .dbs_xz{margin:0 20px;}
	.xiazai .djl_xz img,.xiazai .dbs_xz img{width:140px;height:auto;}
	.footer{padding:50px 10px 0;box-sizing:border-box;}
}
@media screen and (max-width: 1024px){
	.lyfk{display:none;}
	.hy_li ul li a, .xw_more a{width:70%;float:left;height:40px;overflow:hidden;}
}
@media screen and (max-width: 768px){
	.foot_dh .cp_dh,.xiazai{display:none;}
	
	.gjxz{margin-bottom:20px;}
	.xiazai_lb .col-md-6{width:33.333333%;flex:0 0 33.333333%;}
	.gnld .col-md-6{width:25%;flex:0 0 25%;}
	.mk_nr .mk_lf{float:none;width:auto;}
	.mk_nr .mk_lf ul li{width:50%;float:left;padding-left:5%;}
	.mk_nr .mk_lf ul li:nth-child(3){border:0;}
	.mk_nr .mk_rg{width:auto;height:auto;padding:30px 5%;margin-top:30px;}
	.mk_nr .mk_rg .mk_li img{width:40%;margin-top:100px;}
	.xinwen .cpdt,.xinwen .hyzx{width:auto;float:none;}
	.xinwen .hyzx{margin-top:30px;}
	.hyzx>img{width:100%;}	
	.mb_footer{display:block;}
	.footer{margin-bottom:69px;}
	.right-side{display:none;}
}


@media screen and (max-width: 750px) {
	.map-content .map-min-wrap .map-img-box {
		width: 95%;
		height:400px;
		margin: 10px auto;
		padding-bottom: 33.33333%;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.nybanner{height:200px;}
	.rmxz{padding:30px 0;}
	.section-header{margin-bottom:30px;}
	.rmxz{height:auto;}
	.xiazai_lb .col-md-6{width:100%;flex:0 0 100%;}
	.gnld .col-md-6{width:50%;flex:0 0 50%;}	
}
@media screen and (max-width: 640px) {
	.bg-white{padding:0;}
.carousel-indicators{margin-bottom:10px;}
#carousel-area {
  margin-top:50px;
}
.head_dh{display:none;}
.ba_nr{top:50px;left:0;margin-left:0;width:100%;text-align:center;}
.ba_nr span{font-size:16px;}
.ba_nr p{font-size:14px;padding:5px 0;}
.carousel-item img{width:auto;height:200px;}
.ba_nr a{width:120px;height:30px;line-height:30px;margin:10px auto;font-size:14px;}
.bn03 p i{font-size:20px;}
.col-md-6{width:50%;}
.ysd, .fuwu{padding:20px 0}
.fuwu .col-lg-3{padding:0 5px}
.fuwu .col-lg-3 .featured-icon img{max-width:100%;height:300px;}
.hv_div .hv_mc{line-height:50px;height:50px;font-size:20px;}
.hot_xm{top:40px;}
.hot_xm span{font-size:25px;}
.yy_bd ul li{margin-bottom:10px;}
.cbl{padding:50px 10px 0;width: 30%;}
.ztxm{width:70%;}
.ztxm ul li{width:50%;padding: 12px;overflow: hidden;}
.liucheng{padding: 50px 10px;height: auto;}
.liucheng .container{max-width:100%;}
.lc_li .xian ul li{width:25%;margin:40px 0 40px;}
.lc_li .xian{background:none;margin:60px 0 0;height:auto;}
.zixun{margin:0 auto;height:35px;line-height:30px;width:120px;}
.zixun a{font-size:16px;}
.lc_li .xian ul li p{top:-45px;}
.moveson,.copyright_db .links{display:none !important;}
.choose{display:none;}
.xwzx{width:auto;margin-right:0;}
.xwzx ul li a{width:80%;}
.hyzx,.xszn{margin-top:30px;}
.footer{margin:0;}
.foot_dh .weixin{display:none;}
.copyright_db{width:auto;}
.dh_hg{height:50px;}
.nybanner{height:auto;}
.N_main{padding:0 5px;}
.sitepath{overflow:hidden;}
.postcon h3{line-height:30px;}
}

