/*-------------Resets----------------*/

@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body p, body h1, h2, h3, h4, h5, body a {
  font-family: 'SourceHanSansCN-Regular';
}

body p{
  font-size: 18px;
}

.bg-default {
  background-color: #fafafa;
}

.alerts span {
  margin-left: 10px;
}

.lists .fa {
  margin-right: 7px;
}

.lists ul {
  padding: 0;
}

.lists ul li {
  margin-top: 10px;
}

.text-white {
  color: #ffffff;
}

h2, h1 {
  line-height: 46px;
}

textarea {
  resize: vertical;
}

label {
  font-weight: 400;
}

.section-top-25 {
  margin-top: 25px;
  min-height:275px;
}

.section-top-40, .home2-section-top-40 {
  padding-bottom: 40px;
  margin-top: 40px;
}

.section-top-10 {
  margin-top: 10px;
}

.section-top-align {
  margin-top: 0;
}

.section-top-50, .m-t-50 {
  margin-top: 50px;
}

.m-t-70 {
  margin-top: 70px;
}

input.form-control:focus, textarea.form-control:focus, select.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(134, 203, 53, 0.14902), 0 0 8px rgba(134, 203, 53, 0.631373);
  border-color: rgba(134, 203, 53, 0.51);
}

.input_success .form-control:focus {
  box-shadow: skyblue;
}

.input_success .form-control {
  border-color: skyblue;
}

.input_warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 169, 50, 0.6);
}

.input_warning .form-control {
  border-color: #EAA932;
}

.input_info .form-control:focus {
  box-shadow: #77cae3;
}

.input_info .form-control {
  border-color: #77cae3;
}

.input_danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 102, 0.6);
}

.input_danger .form-control {
  border-color: #ff6666;
}

h5 {
  line-height: 25px;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*----------------Header--------------*/

.navbar-default .navbar-brand {
  padding-left: 0;
}

.tp-header, header {
  font-size: 15px;
}


header {
  width: 100%;
  background: rgba(47, 47, 47, .2);
  /* box-shadow: 0 0 1px #dedcde; */
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -0);
  -o-transform: translate(-50%, -0);
  -ms-transform: translate(-50%, -0);
  -moz-transform: translate(-50%, -0);
  -webkit-transform: translate(-50%, -0);
}

.moble-top-box{
  background: #090c19;
  width: 100%;
  height: 54px;
  display: none;
}


.nav-tabs {
  padding-left: 21%;
}

.register {
  padding-left: 10px;
  cursor: pointer;
}

.tp-header .signin {
  padding-right: 10px;
  border-right: 1px solid #bbb;
  cursor: pointer;
}

.signin span, .register span {
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #f5f5f5;
  }
  .tp-header .signin {
    border: none;
  }
}

@media (min-width: 768px) {
  .dropdown-submenu>a:hover:after, .dropdown-submenu>a:focus:after {
    border-left-color: #ffffff;
  }
}

.modal-body {
  padding: 20px 25px;
}

.tp-header {
  padding: 10px 0 10px 0;
  background-color: skyblue;
  color: #fff;
  outline: none;
}

.tp-header i, .tp-header a {
  padding: 0 8px;
  color: #fff;
}

.tp-header i:hover, .tp-header a:hover {
  color: #fff;
}

.tp-header .fa-facebook:hover {
  padding: 0 7px 0 6px;
}

.tp-header i:hover {
  zoom: 115%;
  padding: 0 6px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .tp-header i, .tp-header a {
    padding: 0 5px;
    color: #ddd;
  }
  .tp-header i:hover {
    zoom: 101%;
    padding: 0 4px;
  }
}

.tp-header a {
  padding: 0 4px;
}

.tp-header a:focus {
  outline: none;
}

@media (max-width: 767px) {
  .tp-header .text-right i {
    float: right;
  }
  .signin {
    border: none;
  }
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
  color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, .1);
}

.navbar-nav-hover {
  background: rgba(255, 255, 255, .1);
}

.mega-dropdown-menu>li>ul>li>a:hover {
  padding-left: 30px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  40% {
    opacity: 1;
    transform: none;
  }
}

header .fadeInUp {
  animation-name: fadeInUp;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.page_indicator {
  background-color: #faf9f9;
  padding: 5px 0;
}

.page_indicator a {
  color: #696f6f;
}

.page_indicator a:hover {
  color: #FBAE00;
}

.menu_icon i {
  position: relative;
  top: 2px;
  display: none;
}

.mega-dropdown-menu>li ul>li>a:hover i {
  display: inline-block;
}

/*------------------Font Awesome Icon colors---------------*/

.flickericon {
  color: #ff0084;
}

.googleicon {
  color: #dd4b39;
}

.fbicon {
  color: #3b5998;
}

.twittericon {
  color: #00aced;
}

/*-----------------styles page----------------*/

#select1, #secelct_2 {
  width: 100%;
}

.alert {
  padding: 10px 15px;
}

.form-section .panel-info>.panel-heading {
  color: #ffffff;
}

.color-dimensions {
  height: 60px;
}

@media (max-width: 768px) {
  .headings_hind {
    margin-top: 40px;
  }
}

.accordian_alignment .panel-title {
  color: #eaa932;
}

.accordian_alignment .panel-default .panel-heading {
  background-color: #ffffff;
}

@media (min-width: 767px) {
  .pull-right-buttons-sm-to-lg {
    float: right;
  }
}

.alerts .fa-stack {
  margin-right: 10px;
}

.radio-alignment {
  padding: 0 15px 0 10px;
}

.lists ul {
  list-style-type: none;
}

.table2 tr th {
  width: 30%;
}

.accordian_alignment .panel-title .fa {
  padding-top: 7px;
}

.accordian_alignment .panel-heading {
  height: 53px;
}

.accordian_alignment .panel-group .panel {
  margin-bottom: 24px;
}

.alert {
  border-radius: 0;
}

.accordian_alignment .panel-title {
  margin-top: 5px;
}

.alerts .close {
  padding-top: 7px;
}

.select2-container .select2-selection--single {
  height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.hoveicon_plus a {
  top: 40%;
}

/*--------------Contact us-----------------*/

@media (min-width: 768px) {
  .contact_map_gap {
    padding-right: 15px;
  }
}

.contact_mobile_number a {
  color: #696f6f;
}

.contact_mobile_number a:focus, .contact_mobile_number a:active, .contact_mobile_number a:hover {
  color: skyblue;
}

/*--------------services-----------------*/

.services_icon {
  width: 50px;
}

.services_countup {
  background-image: url("../images/new_slider4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.subscribe_section {
  background-image: url("../images/subscribe.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.countup_options {
  font-size: 80px;
}

/*-----------Pricing table section---------*/

.pricing_box {
  padding: 15px;
}

.pricing_price {
  border-bottom-right-radius: 120px;
}

.pricing_price h2 {
  font-size: 65px;
}

.price {
  margin-left: 35px;
}

.pricing_basic {
  background-color: #ef4242;
}

.pricing_intermediate {
  background-color: #da9002;
}

.pricing_advanced {
  background-color: #0569ab;
}

.pricing_expert {
  background-color: #6fbd11;
}

.pricing_border_success {
  border: 1px solid skyblue;
}

.pricing_border_danger {
  border: 1px solid #ff6666;
}

.pricing_border_warning {
  border: 1px solid #eaa932;
}

.pricing_border_primary {
  border: 1px solid #0075c2;
}

.pricing_box a {
  color: #696f6f;
  border: transparent;
}

/*----------Subscribe section---------*/

.input_transparent .form-control {
  background-color: transparent;
  height: 60px;
  color: #fff;
}

.input_transparent .input-group-addon {
  background-color: transparent;
}

.input_transparent a:hover {
  color: #f89a14;
}

.subscribe_btn {
  background-color: transparent;
  border: 0;
  outline: none;
}

a .fa-circle {
  font-size: 60px;
}

a .fa-circle:hover, a .fa-link:hover, .pointer_cursor:hover {
  cursor: pointer;
}

a .fa-link {
  padding: 9px 0 0 9px;
}

.fa-link:hover {
  transform: rotate(10deg);
}

.services_carousel .owl-carousel .owl-item img {
  width: 40%;
  margin: auto;
}

.services-carousel-top {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .services-carousel-top {
    margin-top: 30px;
  }
}

.services_carousel h5 {
  margin-bottom: 0;
}

/*-------------Blog page--------------*/

.blog_comment {
  padding: 30px;
}

.blog_margin {
  margin-left: 20px;
  Color: skyblue;
}

.blog_margin_sd {
  margin-left: 20px;
}

.icon_hov:hover {
  color: #77cae3;
  cursor: pointer;
}

.hvr-icon-forward {
  transition-duration: 0.5s;
}

.social_icon {
  cursor: pointer;
}

.icon1 {
  padding: 0 3%;
}

.like-i-hov:hover {
  color: #77cae3;
}

.blog-liked {
  color: #77cae3;
}

.newsticker .new_image {
  float: right;
}

.latestnews_lihov:hover {
  background-color: #f8f8f5;
}

.blog_news_top {
  margin-top: 50px;
}

/*-------------Blog single post------------------*/

.hr_blog {
  margin-top: -8px;
}

.share_icon_padding {
  padding-left: 20px;
}

.banner1 {
  width: 100%;
}

.admin {
  padding: 1px 5px 4px 5px;
  border-radius: 3px;
  color: #FFF;
}

.morebtn_hovr a:hover {
  text-decoration: none;
}

.blog_banner {
  position: relative;
  background-image: url("../images/blog_background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
}

.blog_banner1 {
  background: url("../images/banner2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.blog_banner2 {
  background: url("../images/Business-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*----------- header model Two-----------------*/

.mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
  zoom: 101%;
  padding-top: 6px;
  color: skyblue;
}

.services_menu li a:hover, .services_menu li a:focus, nav .open>a .nav .open>a:hover, .nav .open>a:focus, .nav .open>a, .nav .open>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2D3047;
}

.home_header header {
  position: relative;
  z-index: 50;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: skyblue;
}

/*---------------header two end---------------------*/

.menu_carousel {
  padding-left: 0;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
  display: block;
  padding: 6px 20px;
}

.dropdown ul li a {
  color: #696f6f;
}

.mega-dropdown-menu .dropdown-header {
  color: #6fbd11;
  font-size: 18px;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

header, .navbar {
  border: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-default .navbar-nav>.open>a:focus {
  color: skyblue;
  background-color: #ffffff;
}

.navbar-default .navbar-nav>.open>a {
  background-color: #ffffff;
}

.navbar-nav>li>a {
  padding-bottom: 35px;
  padding-top: 40px;
}

.navbar {
  margin: 0;
}

.navbar-brand a {
  padding-top: 10px;
}

.navbar-toggle {
  margin: 12px 0 8px 0;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .blog_news_top {
    margin-top: 0;
  }
}

/*-------------multi level menu-----------------*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #555;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after, .dropdown-submenu:active>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.services_menu li a {
  padding: 12px 20px;
}

.services_menu, .services_menu ul {
  padding: 0;
}

@media (min-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    right: inherit;
  }
  .services_menu {
    right: -50px !important;
  }
  .pages {
    background-image: url("../images/dropdownbackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 5px 0;
  }
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #FBAE00;
  height: 1px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/*------------------footer------------------*/

.shape {
  background-image: url("../images/shape.png");
  height: 95px;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .shape {
    height: 50px;
  }
}

footer {
  background-color: #282828;
}

footer a, .footer_text_color, .footer_text_color a {
  color: #FFFFFF;
}

footer a:focus, .footer_text_color a:hover {
  color: #fff;
}

.copy-rights {
  background-color: #090c19;
}

@media (max-width: 767px) {
  .copy-rights p {
    text-align: center;
  }
}

.footer_icon_red {
  color: #d3583a;
}

.section-bottom-15 {
  margin-bottom: 15px;
}

footer a:hover, .jyostna:hover, .footer_contact:hover .div_hover2, .footer_contact:hover .div_hover1 {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

footer span {
  margin-right: 10px;
}

.foot_icon i:hover {
  background-color: #ff6666;
}

.footer_one .footer_button:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

footer hr {
  border-color: #FFFFFF;
  margin-bottom: 20px;
}

.footer_social_icons {
  height: 55px;
  width: 55px;
  text-align: center;
  padding-top: 17px;
  background-color: #555;
  color: #fff;
  margin-right: 4px;
  font-size: 22px;
  border-radius: 4px;
  transition: 300ms;
}

li.shots--shot img {
  width: 70px;
  height: 70px;
}

.shots {
  clear: both;
  padding-left: 0;
}

li.shots--shot {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 7px;
}

.tweet ul {
  margin-top: -6px;
  list-style: none;
  padding: 0;
}

.tweet {
  color: #a2a9af;
  margin-top: 7px;
}

/*-------------Insights-----------------*/

.plyr__volume--display {
  color: skyblue;
}

.blog_section_padding {
  padding: 30px;
  border-bottom: 10px solid #f7f7f7;
}

.index_blog_social_icons span {
  margin-left: 5px;
}

.insights_background {
  background-image: url("../images/blog_background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 0;
}

.section-top-15 {
  margin-top: 15px;
}

.section-top-30 {
  margin-top: 30px;
}

.section-top-5 {
  margin-top: 5px;
}

#chart5 .nv-group, #chart5 .nv-group.nv-series-2 {
  fill-opacity: 0.8 !important;
}

.nvd3 text {
  font: 100 13px Hind, sans-serif;
  color: #696f6f;
}

#chart5 {
  height: 380px;
}

a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

.insight_bpoimg {
  margin: auto;
}

@media (max-width: 767px) {
  .newsticker .insight_newsticker_image {
    height: 80px;
  }
}

/*----------------Investors----------------*/

.invest_section_padding {
  padding: 30px 0;
}

.investor_background {
  background-image: url("../images/wood.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 0;
}

.invest_section_padding .nav>li>a {
  color: #fff;
}

.invest_section_padding .nav>li>a:active, .invest_section_padding .nav>li>a:focus {
  background-color: #f5f5f5;
  color: #0075c2;
}

.nav-pills>li.active>a, .nav-pills>li.focus>a, .nav-pills>li.active>a:hover {
  background-color: skyblue !important;
}

.nav-pills a {
  color: skyblue;
}

.flotChart3 {
  height: 270px;
}

.flotChart4 {
  height: 215px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav>li>a {
    padding: 25px 9px;
  }
  .navbar-brand {
    height: 65px;
  }
  .navbar-brand .mega-dropdown-menu>li>ul>li>a {
    padding-right: 2px !important;
  }
}

/*---------------media---------------------*/

.media-swiper .swiper_pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: none;
  border: 2px solid #fff;
}

.media_banner4 {
  background: url("../images/index_3banner_countup.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.media_icons {
  padding: 27px 0;
}

.media_icons a:hover, .media_icons a:focus, .media_icons a:active {
  color: #FFFFFF;
}

.swiper-container .banner-text-box .swiper-slide{
  position: relative;
}

.swiper-container .banner-text-box{
  width: 100%;
  position: absolute;
  top:30%;


}



.swiper-container .swiper-slide .banner-text-box .banner-text-1{
  width: 43%;
  height:auto;
}

 


/*--------------Home----------------*/

.next_prev_btn {
  padding: 7px 12px;
  font-size: 25px;
  color: #ccc;
  margin-right: 5px;
}

.home_services_bg {
  background-color: #eee;
  border: none;
  border-bottom: 10px solid #eee;
}

.home_services_margin {
  margin-bottom: 20px;
}

.case_study {
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-bottom: 4px solid #ccc;
}

.case_image {
  position: relative;
  z-index: 99;
}

.case-item .btn-empty {
  position: relative;
}

.case_study p {
  padding: 15px;
}

.case_study .btn {
  margin-top: 25px;
  margin-bottom: 25px;
}

.case_study:hover {
  background-color: #f5f5f5;
  border-color: #77cae3;
  border-width: 1px 1px 4px 1px;
  transition: border ease 1s;
}

.carousel-control {
  bottom: 10px;
}

.bg-white {
  background-color: #fff;
}

.img_auto {
  margin: auto;
  height: 100px;
}

.icon_case_detailed {
  margin: auto;
  height: 120px;
}

.radius_5 {
  border-radius: 5px;
}

.panel-info>.panel-heading {
  color: #fff;
}

.home_map {
  height: 325px;
}

.home_owl_carousel .owl-carousel .owl-item img {
  width: auto;
}

@media (min-width: 992px) and (max-width: 1321px) {
  .full-screen {
    height: 80vh;
  }
}

@media (min-width: 1322px) {
  .full-screen {
    height: 86vh;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .wx-container .type-content .type-content-box .item {
    max-width: 380px;
  }
}


.case_detailed #chart {
  background-color: #fafafa;
}

@media (min-width: 425px) and (max-width: 991px) {
  .carousel-inner figcaption div {
    margin-top: 15%;
  }
}

/*-------------home 2-----------------*/

.swiper_pagination_align>.swiper-container-horizontal>.swiper-pagination-bullets {
  top: 0;
}

.swiper_dots {
  top: 0;
  right: 12px;
  left: auto !important;
  width: auto !important;
}

.swiper-pagination-bullet-active {
  background-color: #6ba32a;
}

.slider1 {
  background: url("../images/wood2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slider2 {
  background: url("../images/revolution2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slider3 {
  background: url("../images/corporate7.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home2_slide_2_background {
  background: url("../images/1231.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home2_slide_2_background1 {
  background: url("../images/126.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*----------------home 3------------------------*/

.profile1:hover .profile_data {
  top: 0;
}

.profile1 {
  margin-top: 15px;
}

.home3_countup_section {
  background-image: url("../images/stats.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
}

.home3_countup_section h4 {
  margin-top: -20px;
}

.statics_options {
  font-size: 65px;
}

figcaption h6 {
  margin-bottom: 5px;
}

.link_transition a {
  transition: 200ms;
  text-decoration: none;
  color: #8e8e8e;
}

.link_transition a:hover {
  padding-left: 15px;
  color: skyblue;
  cursor: pointer;
}

.social_icons i {
  color: #8e8e8e;
}

.carousel-indicators {
  display: none;
}

[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
  background-color: rgba(51, 51, 51, 0.55);
}

[class^=imghvr-] a {
  position: relative;
}

.hoveicon_plus a {
  top: 40%;
  position: absolute;
}

.facebook_icon i {
  color: #3b5998;
}

.twitter_icon i {
  color: #00aced;
}

.pinterest_icon i {
  color: #cb2027;
}

.instagram_icon i {
  color: #007bb6;
}

.flickr_icon i {
  color: #ff0084;
}

.youtube_icon i {
  color: #bb0000;
}

.google_plus_icon i {
  color: #dd4b39;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-50 {
  margin-top: 50px;
}

.meetour_back {
  /* border-top-left-radius: 100px;
  border-bottom-right-radius: 100px; */
  background-color: #f0f0f0;
  height: 400px;
  overflow: hidden;
}

/* .meet_img_pad {
  padding-top: 80px;
} */

/*----------------About us-------------------*/

.meetourteam {
  background-image: url("../images/about_meet_bg.png");
  background-size: 100% 100%;
}

.circle_section {
  background-image: url("../images/circle_bg.png");
  background-size: 100% 100%;
}

.meetourteam img {
  height: 180px;
}

@media (max-width: 767px) and (min-width: 425px) {
  .svg-container {
    width: 45%;
  }
  .saoma {
    padding-top: 20rpx;
  }
}

.background1 {
  background: url("../images/aboutrsbanner1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.background2 {
  background: url("../images/aboutusbanner1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.background3 {
  background: url("../images/aboutbannernew.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .profile {
    margin: 0;
  }
  .about_col_space {
    padding: 0 !important;
  }
}

.profile:hover {
  border: 1px solid skyblue;
  transition: border ease 1.5s;
}

.about_col_space {
  padding: 0 15px;
}

.profile_data {
  transition: top 0.5s;
  top: -15px;
}

.profile:hover .profile_data {
  top: -15px;
}

.profile {
  margin-top: 15px;
  border: 1px solid #f5f5f5;
}

.owl-dots {
  text-align: right !important;
}

.about_carousel .item img, .home_products img {
  width: 120px !important;
  margin: auto;
}

@media (min-width: 426px) and (max-width: 767px) {
  .about_col_space img {
    width: 72px;
  }
}

/*-----------careers-------------------*/

@media (max-width: 768px) {
  .fileinput-filename {
    display: none;
  }
}

.careers h4 a:hover {
  color: #fff;
}

.career_brands {
  width: 100px;
}

.careers_border_top {
  border-top: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}

.careers_border_bottom {
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}

.careers_border_top:hover {
  background-color: rgba(53, 148, 203, 0.38);
}

.career_link_border {
  height: 150px;
  border: 1px solid #ccc;
  transition: 300ms;
  background-color: rgba(53, 148, 203, 0.08);
}

.career_link_border:hover {
  background-color: rgba(53, 148, 203, 0.38);
}

.career_link_border a {
  color: #fff;
}

.careers_right_links {
  padding: 0 15px 0 15px;
}

.careers_we_can_do {
  padding: 30px 15px;
}

.careers_bg {
  background-image: url("../images/footerback.png");
  background-size: 100% 100%;
}

.select2-container {
  width: 100% !important;
}

.careers_border_top a, .careers_border_top a:focus, .careers_border_top a:active {
  color: #fff;
}

.careers_border_top p {
  color: #cfc2c2;
}

.career_banner1 {
  background: url("../images/career_banner2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.career_banner3 {
  background: url("../images/aboutrsbanner1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.career_banner2 {
  background: url("../images/career_banner3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*------------service detailed------------------*/

.service_detailed_contact .fa, .fa-hand-o-right {
  padding-right: 15px;
}

.service_detailed_contact input {
  height: 45px;
}

.service_detailed_contact h4 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .service_form .section-top-40 {
    margin-top: 18px;
  }
}

.case_keypoints {
  padding: 15px;
}

.section-bottom-pad-40 {
  padding-bottom: 40px;
}

/*-----------case studies----------------*/

.case_study {
  padding: 15px;
}

#filters .nav-pills a:hover {
  background-color: transparent;
}

#filters .nav-pills a.active {
  background-color: #86CB35;
  color: #ffffff;
}

#filters .nav-pills a {
  color: #86CB35;
}

/*---------------contact form---------------*/

.contact_page {
  padding-bottom: 50px;
}

.contact_page .saoma-title{
  margin-top: 70px;
}

.contact_page .fa-circle {
  font-size: 70px;
}

.contact_page .fa-home, .contact_page .fa-phone, .contact_page .fa-envelope {
  padding: 15px 0 0 17px;
}

.contact_page .map {
  height: 370px;
}

.contact_map {
  margin: 0;
}

.contact_map h4 {
  margin-top: 0;
}

.socialicons_background {
  padding: 18px;
  margin-top: -5px;
  border-bottom: 4px solid #f1f1f1;
}

/*---------------Gallery-------------------*/

.isotope_image_alignment figure img {
  height: 230px;
  width: 100%;
}

.hover-icons1 {
  margin-top: 70px;
}

.iconalign {
  padding-left: 14px;
}

.gallery_img_shadow {
  box-shadow: 10px 18px 24px rgba(0, 0, 0, 0.3);
}

/*---------------Portfolio---------------*/

.bgcolor {
  background-color: #f6f8f8;
}

h5 a {
  color: #333;
}

.bgcolor1 {
  background-color: #fff;
}

.shadow-section {
  box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.3);
}

.section-padding-align {
  padding: 20px;
}

.div1_hover:hover {
  background-color: skyblue;
  transition: background ease 1s;
}

.align {
  margin: 0;
}

.div1_hover:hover img {
  background-color: #99c7e8;
  transform: scale(1.04);
  transition: transform ease-in 200ms;
}

.gallery_img_shadow:hover {
  box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.1);
}

.div1_hover {
  border: 1px solid skyblue;
}

.btn-empty {
  background-color: #fff;
  color: #6ba32a;
  border: 1px solid #6ba32a;
}

.btn-empty:before {
  background: #6ba32a;
}

.newsroom_data_alighn {
  padding: 5px 10px;
}

.img_hover_opacity img:hover {
  opacity: 0.5;
}

h4 a, h4 a:hover, h4 a:focus {
  color: #111;
}

/*---------------News Room-------------------*/

.newsroom_banner {
  background-image: url(../images/newroombanner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#chart6 .nv-group, #chart6 .nv-group.nv-series-2, #chart7 .nv-group, #chart7 .nv-group.nv-series-2 {
  fill-opacity: 0.8 !important;
}

#chart6, #chart7 {
  height: 350px;
}

.parent_padding .child {
  padding: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .address_section_padding {
    padding-left: 30px;
  }
}

.profit_formula {
  border: 1px solid black;
  padding-top: 15px;
}

.news_address {
  padding: 0 15px 30px;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background-color: skyblue;
}

/*---------------404-PAGE-----------------*/

.body_back {
  background-image: url("../images/newback.jpg");
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.error_page_content {
  padding-bottom: 150px;
}

.rotated {
  margin: auto;
}

.rotate {
  transition: transform 5s;
  transform: rotate(180deg) scale(0.5);
}

@media (max-width: 1024px) {
  .content-section h2 {
    font-size: 20px;
  }
  .content-section h5 {
    font-size: 16px;
  }
}

.heading3:after {
  border-top: 3px solid #303030;
  display: block;
  width: 40px;
  content: "";
}

.heading3.underline3:after {
  margin: 20px auto;
}

/*--------------Sign In-------------*/

.modal-header {
  padding: 0;
}

.modal-header h4, .close {
  color: white !important;
  text-align: center;
  font-size: 30px;
}

.modal-body {
  padding: 20px 25px;
}

.checkbox label {
  padding-left: 0;
}

.icheckbox_minimal-blue {
  margin-right: 5px;
}

/*---heading underline-----*/

.heading:after, .heading1:after {
  display: block;
  width: 40px;
  content: "";
}

.megamenu_underline:after {
  border-top: 2px solid #303030;
  display: block;
  width: 40px;
  content: "";
  margin: -5px auto 0;
}

.heading.underline:after, .heading2.underline2:after {
  margin: 15px auto 0;
}

.heading1.underline1:after {
  margin: 15px auto;
}

.heading1.underlineh5:after {
  margin: 5px auto;
}

.heading {
  padding-top: 30px;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: normal;
}

.heading2:after, .heading2:after {
  border-top: 2px solid #FFFFFF;
  display: block;
  width: 40px;
  content: "";
}

.heading_left:after {
  border-top: 2px solid #303030;
  display: block;
  width: 40px;
  content: "";
  margin-top: 6px;
}

/*-------------Section divider------------*/

.seperator {
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
}

.seperator::after, .seperator::before {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.seperator i {
  margin: 0 20px 0 24px;
  display: inline-block;
}

.seperator::after {
  margin: 0 -100% 0 0;
}

/*--------Portfolio single post----------*/

.image_alignment:hover img, .industry-img:hover {
  transform: scale(1.02);
  transition: transform ease-in 200ms;
}

.industry-img, .gallery_img_shadow img {
  transition: transform ease-in 200ms;
}

/*-----------Products-------------------*/

.second_section {
  display: none;
}

/*------margin Adjust---*/

.margin_adjust {
  margin-top: 30vh;
}

/*-----------Back to top-------------------*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  text-decoration: none;
  z-index: 9999;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
}

/*--------------parallax-------------*/

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-----------------Slider button code--------*/

.slider_btn {
  color: #fff !important;
  padding: 12px 25px 10px 25px;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  transition-duration: 0.3s;
}

.slider_btn_res {
  border: 2px solid #ffffff;
}

.slider_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: skyblue;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slider_btn:hover, .slider_btn:focus, .slider_btn:active {
  color: #fff;
}

.slider_btn:hover:before, .slider_btn:focus:before, .slider_btn:active:before {
  transform: scaleX(1);
}

/*---------------Custom Css End------------------------------*/

/*----------------------自添加样式--------------------------------*/

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-box {
  overflow: hidden;
}

.icon-img {
  margin-top: -5px !important;
}

Í.section-top-align {
  margin-top: 0;
}

.section-top-align p {
  line-height: 30px;
}

.ma-img-icon {
  width: 100%;
  height: auto;
}

.footer_one .erweima .saoma {
  margin-top: 15px;
}

.xcxma {
  margin-top: 20px;
}

.saoma {
  line-height: 50rpx;
}

.newsticker .latestnews_lihov a, .quick-links a {
  text-decoration: none !important;
  color: rgb(105, 111, 111);
}

/* -------- about_us --------- */

.aboutus-bg-img {
  width: 100%;
}

.company-jianjie {
  margin-top: 50px;
}

.company-jianjie p {
  text-align: justify !important;
  font-size: 18px;
  line-height: 40px;
}

.yewu-box {
  margin: 15px -15px;
  display: flex;
  display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yewu-box p{
  color:#ffffff;
}

/* .yewu {
  width: 18%;
  padding: 0 1%;
} */

.kuangjia-section .yewu {
  width: 18%;
  padding: 0 1%;
}

.img-yewu {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

@media (min-width: 1680px) {
  .container {
    width: 1200px;
  }
  .swiper-container .banner-text-box{
    width: 100%;
    position: absolute;
    top:40%;
  
  
  }
}

/* @media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
} */

.yewu-section {
  margin-top: 80px;
}

.call-box {
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}

.navbar-header .navbar-brand {
  margin-top: 10px;
}

.new-text p {
  /* height: 75px; */
  overflow: hidden;
  font-size: 9px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box {
  padding: 20px 0;
  background: #F5F5F5;
}

.news-box a {
  color: #4D4D4D;
}

.news-box p {
  margin-bottom: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box .new-text {
  height: 20px;
  overflow: hidden;
}

.new-text ul {
  position: relative;
  animation: moveUp 5s 0.6s infinite;
  -webkit-animation: moveUp 5s 0.6s infinite;
}

.new-text ul li {
  line-height: 25px;
}

@keyframes moveUp {
  0% {
    top: 0px;
  }
  33% {
    top: 0px;
  }
  66% {
    top: -25px;
  }
  99% {
    top: -50px;
  }
  100% {
    top: -50px;
  }
}

@-webkit-keyframes moveUp {
  0% {
    top: 0px;
  }
  33% {
    top: 0px;
  }
  66% {
    top: -25px;
  }
  99% {
    top: -50px;
  }
  100% {
    top: -50px;
  }
}

.news-box .left-img-icon {
  width: 15px;
  height: 15px;
  transform: translateY(0, -2px);
  -o-transform: translateY(0, -2px);
  -ms-transform: translateY(0, -2px);
  -moz-transform: translateY(0, -2px);
  -webkit-transform: translateY(0, -2px);
}

.navbar-header .navbar-brand .img-responsive{
  width: 240px;
}

@media (max-width: 1440px) {
  .navbar-header .navbar-brand .img-responsive {
    width: 240px;
  }
  .navbar-nav>li>a {
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .call-box {
    padding: 16px 0;
    color: #FFFFFF;
  }
  .navbar-header .navbar-brand {
    margin-top: 7px;
  }
  .fuwu-box .fuwu-list .fuwu-text p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .navbar-header .navbar-brand .img-responsive {
    width: 180px;
  }
  .navbar-nav>li>a {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .call-box {
    padding: 15px 0;
    color: #FFFFFF;
  }
  .navbar-header .navbar-brand {
    margin-top: 7px;
  }
  .nav>li>a {
    padding: 31px 10px;
  }
  .fuwu-box .fuwu-list .fuwu-text p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .navbar-header .navbar-brand .img-responsive {
    width: 150px;
  }
  .navbar-header .navbar-brand {
    margin-top: 10px;
  }
  .call-box {
    display: none;
  }
  .nav>li>a {
    padding: 31px 5px;
  }
}

@media (max-width: 768px) {
  .navbar-header .navbar-brand {
    margin-top: 15px;
  }
  .company-jianjie p {
    padding: 0 20px;
  }
}

.fangan-list-item {
  /* min-height: 298px; */
  margin-left: -15px;
  margin-right: -15px;
  /* overflow: hidden; */
  position: relative;
}

.fangan-list-item img {
  box-shadow: 0 0 50px 5px rgba(100, 100, 100, 0.2);
}

.fangan-list-item .fangan-img {
  width: 100%;
}

.fangan-list-item .fangan-text {
  padding: 50px 50px;
  position: absolute;
  z-index: 9;
}

.fangan-list-item .botton-ding {
  bottom: 0;
}

.fangan-list-item .fangan-text .fangan-title {
  font-size: 30px;
}

.fangan-list-item .fangan-text .fangan-p {
  margin-top: 18px;
  font-size: 18px;
}

/* --------- 服务支持 --------- */

.fuwu-box {
  margin-top: 60px;
  background: url(../images/home/bg_servicesupport.png) no-repeat;
  background-size: cover;
  padding-bottom: 135px;
}

.fuwu-box .heading {
  color: #FFFFFF;
}

.fuwu-box .text-center {
  color: #FFFFFF;
}

.fuwu-box .fuwu-list {
  margin-top: 120px;
}

.fuwu-box .fuwu-list-item {
  max-width: 348px;
  height: 365px;
  background: #FFFFFF;
  padding: 114px 39px 50px;
  position: relative;
}

.fuwu-box .fuwu-list-item .fuwu-title {
  text-align: center;
  /* height: 40px; */
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.fuwu-box .fuwu-list-item .fuwu-text {
  margin-top: 25px;
  height: 70px;
}

.fuwu-box .fuwu-ding-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*--------您值得信任的软件----------*/

.xinren-box {
  background: #FFFFFF;
  padding: 0 0 120px;
}

.xinren-box .xinren-list {
  margin-top: 100px;
}

.xinren-box .xinren-list-item {
  text-align: center;
}

.xinren-box .xinren-list-item .xinren-ding-icon {
  width: 96px;
  height: 98px;
}

.xinren-box .xinren-list-item .xinren-ding-icon {
  margin: 0 auto;
}

.xinren-box .xinren-list-item .xinren-title {
  margin-top: 43px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

.xinren-box .xinren-list-item .xinren-text {
  line-height: 30px;
}

/*---------关于我们-----------*/

.aboutus-box {
  background: #f5f5f5;
}

.aboutus-box .aboutus-padding {
  padding: 35px
}

.aboutus-box .aboutus-list-item .aboutus-text {
  height: 126px;
  font-size: 18px;
  margin-top: 26px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.aboutus-box .aboutus-list-item .aboutus-text ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutus-box .aboutus-list-item .aboutus-text ul>li>a {
  color: #696f6f;
}

.aboutus-box .aboutus-list-item .aboutus-more {
  margin-top: 30px;
}

.aboutus-box .aboutus-list-item .aboutus-more a {
  font-size: 14px;
  color: #FBAE00;
}

/*---------服务流程-----------*/

.liucheng-box .liucheng-top, .liucheng-box .liucheng-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.liucheng-box .top-list-item {
  width: 18%;
  padding: 0 1%;
  position: relative;
}

.liucheng-box .top-list-item .img-icon {
  margin: 0 auto;
  width: 40%;
  height: auto;
}

.liucheng-box .top-list-item .liucheng-name, .liucheng-box .top-list-item .liucheng-text {
  text-align: center;
}

.liucheng-box .liucheng-bottom {
  margin-top: 7%;
}

.liucheng-box .top-list-item .left-jian {
  width: 15%;
  height: auto;
  position: absolute;
  top: 13%;
  right: 0;
  transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
}

.liucheng-box .liucheng-top .top-list-item .left-jian img {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.liucheng-box .top-list-item .bottom-jian {
  width: 11%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
  -moz-transform: translate(-50%, 150%);
  -webkit-transform: translate(-50%, 150%);
  -o-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
}

.liucheng-box .liucheng-padd {
  margin-top: 90px;
  padding-bottom: 10%;
}

/*--------系统开发-------------*/

.top-img {
  width: 100%;
}

img {
  width: 100%;
}

.oa-xitong-box .oa-xitong-title {
  /* height:340px; */
  padding-top: 180px;
  padding-bottom: 54px;
  background: #ffffff;
}

.oa-xitong-box .oa-xitong-detail {
  background: #F4F4F4;
  padding: 45px 0 60px;
}

.oa-xitong-box .oa-xitong-title h3 {
  margin-bottom: 35px;
}

.oa-xitong-box .bg-color {
  background: #FB8800;
  color: #FFFFFF;
}

.oa-xitong-box .bg-color .detail-title {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .oa-xitong-box .oa-xitong-detail .img-box {
    position: relative;
  }
  .oa-xitong-box .oa-xitong-detail .img-oa-xitong {
    position: absolute;
    top: 0;
    transform: translate(0, -215px);
    -o-transform: translate(0, -215px);
    -moz-transform: translate(0, -215px);
    -ms-transform: translate(0, -215px);
    -webkit-transform: translate(0, -215px);
  }
}

.oa-xitong-box .text-box {
  padding: 0 30px;
}

.oa-xitong-box .oa-xitong-detail .call-bnt {
  margin-top: 30px;
  width: 160px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 10px;
  background: #FB8800;
  color: #ffffff;
  font-size: 24px;
}

.oa-xitong-box .bg-color .call-bnt {
  background: #ffffff;
  color: #0f0f0f;
}

.oa-xitong-box .bg-color .text-box, .oa-xitong-box .left-padd {
  padding-left: 60px;
}

.oa-xitong-box .oa-xitong-detail .right-padd .text-box {
  padding-right: 60px;
}

.bottom-bg-img {
  width: 100%;
}

/*------------网站开发-----------*/

.web-section {
  padding-bottom: 150px;
}

.bg-xian {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bg-xian .container, .bg-xian .xian-box {
  height: 100%;
}

.bg-xian .xian-box {
  display: flex;
  display: -ms-flexbox;
  display: flexbox;
  display: -webkit-flex;
}

.bg-xian .xian-box .xian-icon {
  flex: 1;
}

.bg-xian .xian-icon {
  border-left: 1px solid #f5f5f5;
}

.bg-xian .last-xian {
  border-right: 1px solid #f5f5f5;
}

.one-web-box {
  margin-top: 100px;
  height: 530px;
}

.two-web-box {
  margin-top: 180px;
  height: 530px;
}

.three-web-box {
  margin-top: 180px;
  height: 530px;
}

.four-web-box {
  margin-top: 160px;
  height: 530px;
}

.one-web-box .web-text-box {
  padding-right: 0;
  padding-left: 50px;
}

.two-web-box .web-text-box {
  padding-right: 50px;
}

.three-web-box .web-text-box, .four-web-box .web-text-box {
  padding-left: 50px;
}

.web-text-box .web-title {
  color: #FB8800;
  margin-bottom: 40px;
  margin-top:0px;
}

.web-text-box .web-p {
  margin-bottom: 55px;
  font-size: 18px;
}

.web-text-box .web-zixun {
  background: #FB8800;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 90px;
}

@media (min-width:992px) {
  .one-web-box .web-img-col {
    position: relative;
  }
  .one-web-box .web-img-box {
    position: absolute;
    left: 15px;
  }
  .two-web-box .web-img-col {
    position: relative;
  }
  .two-web-box .web-img-box {
    position: absolute;
    right: 0;
    top: -70px;
  }
  .three-web-box .web-img-col {
    position: relative;
  }
  .three-web-box .web-img-box {
    position: absolute;
    left: -10px;
    top: -200px;
  }
  .four-web-box .web-img-col {
    position: relative;
  }
  .four-web-box .web-img-box {
    position: absolute;
    left: -40px;
  }
}

/*--------about us---------*/

.yewu-box .yewu .text-black {
  margin-top: 26px;
  font-size: 20px;
}

.yewu-box .yewu p {
  font-size: 20px;
}

.saoma-title h4 {
  font-size: 24px;
}

.fuwu-box .fuwu-list .orange-bgc {
  background: #FE9808;
  border-radius: 10px;
  color: #FFFFFF;
  padding-top: 24px;
}

.fuwu-box .fuwu-list .orange-bgc .aboutus-wehua {
  width: 50px;
  height: 10px;
  background: #FFFFFF;
}

.fuwu-box .fuwu-list .orange-bgc .fuwu-title {
  text-align: left;
  font-size: 30px;
  margin-top: 35px;
  color: #FFFFFF;
}

.fuwu-box .fuwu-list .orange-bgc .fuwu-text {
  min-height: 200px;
}

.kuangjia-section .yewu-box .img-box-kuangjia {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
}

.kuangjia-section .yewu-box .text-center {
  padding: 0 15px;
}

.kuangjia-section .yewu-box .text-center .text-black {
  font-size: 30px;
  font-weight: normal;
  padding: 30px 0 20px;
}

.kuangjia-section .yewu-box .text-center p {
  font-size: 18px;
}

.kuangjia-section .yewu-box {
  margin-top: 70px;
}

.tabcall {
  display: none;
}

.saoma-section .yewu-box .img-box-saoma {
  width: 70%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.tabJob .title .tabjob-icon {
  width: 20px;
  height: 22px;
}

.tabJob .title .three-tabjob-icon {
  width: 16px;
}

.tabJob .title span.icon-p {
  margin-right: 30px;
  font-size: 20px;
}

.tabJob .title span img {
  margin-top: -3px;
  margin-right: 10px;
}

.tabJob .job-hidden {
  display: none;
}

.tabJob .job-this {
  display: block;
}

/*--------new-------*/

.tabCour .new-list {
  margin-top: 100px;
}

.tabCour .new-list-item {
  padding: 20px;
}

.tabCour .new-list-item .new-img {
  width: 100%;
  height: 260px;
  background: #F5F5F5;
  overflow: hidden;
}

.tabCour .new-list-item .new-detail {
  margin-left: 20px;
}



.tabCour .new-list-item .new-text {
  margin-top: 50px;
  text-align: left;

  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;

}

.tabCour .new-list-item .new-detail-bnt {
  width: 180px;
  height: 40px;
  background: #B9B9B9;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-top: 70px;
}

.tabCour .new-list-item .new-detail h4,
.tabCour .new-list-item .new-detail p,
.m-t-50 h4,
.text-justify p{
  font-family: "Microsoft YaHei","微软雅黑","Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.tabCour .new-list-item .new-detail h4,
.m-t-50 h4{
  font-weight: 400;
}

.tabCour .new-list-item:hover {
  box-shadow: 0 0 20px 3px rgba(150, 150, 150, 0.1);
}

.tabCour .new-list-item:hover .new-detail-bnt {
  background: #565656;
}

.fangan-row {
  margin-top: 80px;
  /* box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3); */
}

.chgong-anli .products-container .chgong-anli {
  padding: 80px 0;
}

.chgong-anli .products-container .chgong-anli .chgong-btn {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  background-color: #fb8800;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer {
  color: #ffffff;
}

footer p {
  font-size: 17px;
}

.footer_one .footer-nav {
  padding: 30px 0 60px;
}

.footer_one .footer-nav ul {
  display: -webkit-flex;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.footer_one .section-top-25 .section-top-10 p {
  margin: 0;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}

.footer_one .section-top-25 .section-top-10 span {
  margin-bottom: 25px;
}

.footer_one .section-top-25 .section-top-10 .footer_text_color {
  display: inline-block;
  margin-bottom: 5px;
}

.footer_one .footer-jieshao {
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;  
  -webkit-box-orient: vertical;

}

.saoma-section .guangzhu-ma-box .img-box-saoma {
  margin: 0 auto;
  width: 160px;
  height: 160px;
}

.saoma-section .guangzhu-ma-box {
  margin: 0 -15px;
}

.saoma-section .guangzhu-ma-box .yewu {
  width: 200px;
  height: 200px;
}

.saoma-section .guangzhu-ma-box h5, .saoma-section .guangzhu-ma-box p {
  font-size: 20px;
}

@media (max-width:1440px) {
  .one-web-box .web-text-box {
    padding-left: 50px;
  }
  .two-web-box {
    margin-top: 200px;
  }
  .two-web-box .web-text-box {
    padding-right: 50px;
  }
  .two-web-box .web-img-box {
    top: -80px;
  }
  .three-web-box {
    margin-top: 200px;
  }
  .three-web-box .web-img-box {
    left: 60px;
    top: -120px;
  }
  .three-web-box .web-text-box, .four-web-box .web-text-box {
    padding:0 30px;
  }
  .four-web-box {
    margin-top: 250px;
  }
}

@media (min-width:1200px) {
  .fangan-list-item img {
    transition: all 1s;
    -webkit-transition: all 1s;
  }
  .fangan-list-item:hover img {
    transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
  }
}

@media (max-width:1200px) {
  .fuwu-box .fuwu-list-item {
    margin-top: 100px;
  }
  .fuwu-box .fuwu-list {
    margin-top: 0;
  }
  .fuwu-box .fuwu-list .right-float {
    float: right;
  }
  .liucheng-box .top-list-item .left-jian {
    width: 20%;
    height: auto;
    position: absolute;
    top: 10%;
    right: 0;
  }
  .yewu-box {
    justify-content: space-between;
  }
  .kuangjia-section .yewu-box {
    justify-content: space-between;
  }
  .one-web-box {
    margin-top: 120px;
  }
  .one-web-box .web-img-box {
    top: 85px;
  }
  .two-web-box .web-img-box {
    top: 0;
  }
  .three-web-box .web-img-box {
    top: 0;
  }
  .four-web-box .web-img-box {
    top: 100px;
  }
  .swiper-container .swiper-slide .banner-text-box .banner-text-1{
    width: 38%;
    height:auto;
  }
  /* .swiper-container .banner-text-box .banner-text-2{
    width: 32%;
    height:auto;
  } */
  
}

@media (max-width:991px) {
  .liucheng-box .top-list-item .left-jian {
    width: 20%;
    height: auto;
    position: absolute;
    top: 5%;
    right: 0;
  }
  .oa-xitong-box .oa-xitong-title {
    padding-top: 30px;
  }
  .oa-xitong-box .oa-xitong-detail {
    padding-bottom: 20px;
  }
  .oa-xitong-box .oa-xitong-detail .right-padd .text-box {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .one-web-box .web-img-box {
    width: 90%;
    margin: 0 auto;
  }
 
  .two-web-box .web-text-box {
    padding: 0 30px;
  }
  .web-text-box .web-zixun {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .two-web-box, .four-web-box, .three-web-box {
    height: 50%;
    margin-top: 30px;
  }
  .web-section {
    padding-bottom: 100px;
  }
  .tabCour .new-list-item .new-detail {
    margin-top: 30px;
  }
  .tabCour .new-list-item .new-text {
    margin-top: 20px;
  }
  .tabCour .new-list-item .new-detail-bnt {
    width: 180px;
    height: 40px;
    background: #B9B9B9;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
  }
  .kuangjia-section .yewu {
    width: 272px;
  }
  .ma-img-icon{
    max-width: 120px;
  }

  .swiper-container .swiper-slide .banner-text-box .banner-text-1{
    width: 35%;
    height:auto;
  }

  .one-web-box .web-text-box{
    padding: 0 30px;
  }
}

@media (max-width:767px) {
  .fuwu-box .fuwu-list {
    margin-top: 30px;
  }
  .fuwu-box {
    padding-bottom: 50px;
  }
  .fuwu-box .fuwu-list .right-float {
    float: none;
  }
  .fuwu-box .fuwu-list .fuwu-list-item {
    margin: 40px auto;
  }
  .xinren-box .xinren-list-item {
    margin-top: 30px;
  }
  .xinren-box .xinren-list-item .xinren-title {
    margin-top: 13px;
  }
  .footer_one .footer-nav {
    display: none;
  }
  .navbar-header .navbar-brand .img-responsive {
    width: 120px;
  }
  .liucheng-box {
    display: none;
  }
  .nav>li>a {
    text-align: right;
    width: 100%;
    padding: 5px 5px;
  }
  .nav-box, .navbar-collapse, .navbar-collapse .nav, .navbar-collapse .nav ul, .navbar-collapse .nav ul li {
    width: 100%;
  }
  .nav-box {
    margin-right: -15px;
  }
  .news-box {
    display: none;
  }

  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .three-web-box .web-text-box, .four-web-box .web-text-box,
  .two-web-box .web-text-box, .one-web-box .web-text-box{
    padding:0 15px;
  }

 
}

.opcity-header {
  background: rgba(47, 47, 47, .8);
}

/*---------app kaifa html-----------*/

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
}

.bg-white {
  background: white;
}

.app-container {
  background: #F5F5F5;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.app-container .banner .img {
  width: 100%;
  background-size: cover;
}

.app-container .content-title {
  width: 100%;
  height: 374px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-container .content-title .title, .app-container .content-title .title-detail {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.app-container .content-title .title {
  font-size: 60px;
  color: #333333;
}

.app-container .content-title .title-detail {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
  margin-top: 15px;
}

.app-container .type-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 100px;
}

.app-container .type-content .youxiu-box{
  margin-top:80px;
}

.app-container .type-content .item {}

.app-container .type-content .item .img {
  width: 70%;
  margin: 0 auto 30px;
}

.app-container .type-content .item .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  /*margin-top: 17px;*/
  margin-bottom: 10px;
}

.app-container .type-content .item .title-detail {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.app-container .content-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.app-container .content-img-wrap .content-img{
  margin-top:80px;
}

.app-container .content-img-wrap .content-img .img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}

.app-container .contact-us-box {
  margin-top: 76px;
  /*background: red;*/
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.app-container .contact-us-box .contact-us-btn {
  z-index: 10;
}

/*.app-container .contact-us-box .contact-us-btn .detail{*/

/*font-size: 36px;*/

/*font-weight: normal;*/

/*font-stretch: normal;*/

/*line-height: 48px;*/

/*letter-spacing: 0px;*/

/*color: #4d4d4d;*/

/*}*/

.app-container .contact-us-box .contact-us-btn .btn {
  width: 297px;
  height: 86px;
  margin: 31px auto 0;
  background-color: #fb8800;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
}

.app-container .contact-us-box .img-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

body, html {
  min-width: 310px;
}

@media screen and (max-width:1560px) {
  /* 小于1560px */
  .app-container .content-img-wrap .content-img {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .app-container .content-img-wrap .content-img .img {
    /*width: 100%;*/
    /*height: 750px;*/
  }
  .app-container .content-title {
    height: 260px;
    padding: 0 15px;
  }
  .app-container .content-title .title {
    font-size: 46px;
  }
  .app-container .contact-us-box {
    height: 340px;
  }
}

@media screen and (max-width:992px) {
  /* 小于992px */
  .app-container .type-content .item {
    margin-bottom: 20px;
  }
  .app-container .type-content .item .img {
    width: 120px;
    height: 120px;
  }
  .app-container .type-content .item .title {
    font-size: 24px;
  }
}

@media screen and (max-width:768px) {
  /* 小于768px */
  .app-container .content-img-wrap .content-img {
    width: 500px;
  }
  .app-container .content-img-wrap .content-img .img {
    /*width: 100%;*/
    height: 400px;
    margin-bottom: 10px;
  }
  .app-container .content-title {
    height: 230px;
  }
  .app-container .content-title .title-detail {
    margin-top: 25px;
    margin-top: 25px;
  }
  /*.app-container .contact-us-box .contact-us-btn .detail {*/
  /*font-size: 30px;*/
  /*}*/
  .app-container .content-title .title {
    font-size: 35px;
  }
  .app-container .contact-us-box .contact-us-btn .btn {
    width: 230px;
    height: 75px;
    font-size: 24px;
  }
  .app-container .type-content {
    padding-bottom: 50px;
  }
}

@media screen and (max-width:530px) {
  /* 小于530px */
  .app-container .content-img-wrap .content-img {
    width: 300px;
  }
  .app-container .content-img-wrap .content-img .img {
    /*width: 100%;*/
    height: 250px;
  }
  .app-container .content-title .title {
    font-size: 24px;
  }
  .app-container .content-title .title-detail {
    margin-top: 15px;
    font-size: 16px;
  }
  /*.app-container .contact-us-box .contact-us-btn .detail {*/
  /*font-size: 18px;*/
  /*}*/
  .app-container .contact-us-box .contact-us-btn .btn {
    width: 200px;
    height: 65px;
    font-size: 24px;
  }
  .app-container .contact-us-box {
    height: 225px;
    margin-top: 20px;
  }
  .app-container .type-content {
    padding-bottom: 0;
  }
  .app-container .type-content .item .img {
    width: 90px;
    height: 90px;
  }
  .app-container .type-content .item .title {
    font-size: 20px;
  }
  .app-container .type-content .item .title-detail {
    font-size: 16px;
  }
  body p {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .heading {
    padding-top: 30px;
    font-size: 24px;
  }
  .fuwu-box .fuwu-list .fuwu-text p, .kuangjia-section .yewu-box .text-center p {
    font-size: 16px;
  }
  .fuwu-box .fuwu-list .orange-bgc .fuwu-title {
    font-size: 24px;
    margin-top: 25px;
  }
  .fuwu-box .fuwu-list-item .fuwu-text {
    margin-top: 20px;
  }
  .fuwu-box .fuwu-list .orange-bgc .fuwu-text {
    min-height: 150px;
  }
  .fuwu-box .fuwu-list-item {
    height: auto;
  }
  .xinren-box .xinren-list-item .xinren-title, .kuangjia-section .yewu-box .text-center .text-black {
    font-size: 20px;
  }
  .saoma-title h4 {
    font-size: 20px;
  }
  .yewu-box .yewu .text-black, .yewu-box .yewu p, .footer_one .footer-jieshao, .company-jianjie p {
    font-size: 16px;
  }
 
  .moble-top-box{
    background: #090c19;
    width: 100%;
    height: 54px;
    display: block;
  }



}

/*--------products html---------*/

img {
  width: 100%;
  height: 100%;
}

.products-container {
  background: #F5F5F5;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.app-container .banner .img {
  width: 100%;
  background-size: cover;
}

.products-container .content-title {
  width: 100%;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-container .content-title .title, .products-container .content-title .title-detail {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.products-container .content-title .title {
  font-size: 60px;
  color: #333333;
}

.products-container .content-title .title-detail {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
  margin-top: 42px;
}

.products-container .content-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products-container .content-img-wrap .content-img {
  /*margin: 0 auto;*/

  margin-top:80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-container .content-img-wrap .content-img .img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}

.products-container .contact-us-box {
  margin-top: 76px;
  /*background: red;*/
  width: 100%;
  height: 472px;
}

.products-container .contact-us-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.products-container .contact-us-box .contact-us-btn {
  z-index: 10;
}

.products-container .contact-us-box .contact-us-btn .detail {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #4d4d4d;
}

.products-container .contact-us-box .contact-us-btn .btn {
  width: 180px;
  height: 50px;
  margin: 31px auto 0;
  background-color: #fb8800;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.products-container .contact-us-box .img-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

body, html {
  min-width: 310px;
}

@media screen and (max-width:1560px) {
  /* 小于1560px */
  .products-container .content-img-wrap .content-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .products-container .content-img-wrap .content-img .img {
    /*width: 100%;*/
    /*height: 750px;*/
  }
  .products-container .content-title {
    height: 260px;
    padding: 0 15px;
  }
  .products-container .content-title .title {
    font-size: 30px;
  }
  .products-container .contact-us-box {
    height: 340px;
  }
}

@media screen and (max-width:768px) {
  /* 小于768px */
  .products-container .content-img-wrap .content-img .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .products-container .content-title {
    height: 230px;
  }
  .products-container .content-title .title-detail {
    margin-top: 25px;
    margin-top: 25px;
  }
  .products-container .contact-us-box .contact-us-btn .detail {
    font-size: 26px;
  }
  .products-container .content-title .title {
    font-size: 35px;
  }
  /* .products-container .contact-us-box .contact-us-btn .btn {
    width: 230px;
    height: 75px;
    font-size: 24px;
  } */
}

@media screen and (max-width:530px) {
  /* 小于530px */
  .products-container .content-img-wrap .content-img {}
  .products-container .content-title .title {
    font-size: 24px;
  }
  .products-container .content-title .title-detail {
    margin-top: 15px;
    font-size: 16px;
  }
  .products-container .contact-us-box .contact-us-btn .detail {
    font-size: 18px;
  }
  .products-container .contact-us-box .contact-us-btn .btn {
    width: 200px;
    height: 65px;
    font-size: 24px;
  }
  .products-container .contact-us-box {
    height: 225px;
    margin-top: 20px;
  }
}

/*--------weixin kaifa html----------*/

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
}

.bg-white {
  background: white;
}

.wx-container {
  background: #F5F5F5;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wx-container .banner .img {
  width: 100%;
  background-size: cover;
}

.wx-container .content-title {
  width: 100%;
  height: 374px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wx-container .content-title .title, .wx-container .content-title .title-detail {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.wx-container .content-title .title {
  font-size: 60px;
  color: #333333;
}

.wx-container .content-title .title-detail {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
  /*margin-top: 42px;*/
}

.wx-container .type-content {
  width: 100%;
  padding-bottom: 112px;
  /*justify-content: space-around;*/
}

/* .wx-container .type-content .type-content-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

.wx-container .type-content .type-content-box .item {
  min-height: 415px;
  box-shadow: 0px 0px 50px 5px #e9e8e8;
  border-radius: 15px;
  text-align: center;
  padding: 50px 29px 30px 28px;
  margin-bottom: 20px;
}

.wx-container .type-content .type-content-box .item+.item {
  /*margin-left: 19px;*/
}

.wx-container .type-content .type-content-box .item .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.wx-container .type-content .type-content-box .item .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 25px;
}

.wx-container.type-content .type-content-box .item .title-detail {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #808080;
}

.wx-container .shop-wechat, .wx-container .display-class {
  width: 100%;
  /*height: 626px;*/
  background: #FB8800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  padding-top: 120px;
}

.wx-container .shop-wechat .left, .wx-container .shop-wechat .right, .wx-container .display-class .left, .wx-container .display-class .right {
  /*width: 50%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  margin-bottom: 125px;
}

.wx-container .shop-wechat .right, .wx-container .display-class .right {
  justify-content: flex-end;
}

.wx-container .shop-wechat .left {
  /*margin-left: 185px;*/
}

.wx-container .shop-wechat .left .title, .wx-container .display-class .right .title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 149px;
}

.wx-container .shop-wechat .left .title-detail, .wx-container .display-class .right .title-detail {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  width: 579px;
}

.wx-container .shop-wechat .right .title, .wx-container .display-class .left .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 90px;
}

.wx-container .shop-wechat .right .img, .wx-container .display-class .left .img {
  width: 440px;
  height: 228px;
}

.wx-container .display-class {
  /*width: 100%;*/
  /*height: 603px;*/
  background: white;
  color: #4D4D4D;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*padding-top: 136px;*/
  /*padding-left: 170px;*/
  /*padding-right: 253px;*/
}

.wx-container .display-class .left .title {
  color: #4D4D4D;
}

.wx-container .display-class .right .title-detail {
  color: #4d4d4d;
}

.wx-container .content-title {
  width: 100%;
  height: 374px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wx-container .content-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wx-container .content-img-wrap .content-img {
  /*width: 1530px;*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wx-container .content-img-wrap .content-img .img {
  margin-bottom: 30px;
}

.wx-container .contact-us-box {
  margin-top: 76px;
  /*background: red;*/
  width: 100%;
  height: 472px;
}

.wx-container .contact-us-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.wx-container .contact-us-box .contact-us-btn {
  z-index: 10;
}

.wx-container .contact-us-box .contact-us-btn .btn {
  width: 180px;
  height: 50px;
  margin: 31px auto 0;
  background-color: #fb8800;
  border-radius: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.wx-container .contact-us-box .img-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

body, html {
  min-width: 310px;
}

@media screen and (max-width:1600px) {
  /* 小于1600px */
  /* .wx-container .type-content .type-content-box {
    padding: 0 220px;
  } */
  .wx-container .content-title {
    height: 260px;
  }
}

@media screen and (max-width:1230px) {
  .wx-container .shop-wechat .left, .wx-container .shop-wechat .right, .wx-container .display-class .left, .wx-container .display-class .right {
    /*width: 100%;*/
    /*margin-bottom: 50px;*/
  }
  .wx-container .shop-wechat, .wx-container .display-class {
    /*padding-top: 80px;*/
  }
  .wx-container .shop-wechat .right .img, .wx-container .display-class .left .img {
    width: 300px;
    height: 160px;
  }
  .wx-container .shop-wechat .left .title, .wx-container .shop-wechat .left, .wx-container .shop-wechat .left .title, .wx-container .display-class .right {
    padding-left: 20px;
  }
  .wx-container .shop-wechat .left .title, .wx-container .display-class .right .title {
    font-size: 34px;
  }
  .wx-container .shop-wechat .left .title-detail, .wx-container .display-class .right .title-detail {
    font-size: 20px;
  }
}

@media screen and (max-width:1200px) {
  .wx-container .type-content .type-content-box {
    padding: 0 50px;
  }
}

@media screen and (max-width:992px) {
  .wx-container .shop-wechat .left .title, .wx-container .shop-wechat .left, .wx-container .shop-wechat .left .title, .wx-container .display-class .right {
    padding-left: 0px;
  }
  .wx-container .shop-wechat .right, .wx-container .display-class .left {
    display: none;
    /*width: 100%;*/
    /*margin-bottom: 50px;*/
  }
  .wx-container .shop-wechat .left, .wx-container .display-class .right {
    margin-bottom: 30px;
  }
  .wx-container .shop-wechat, .wx-container .display-class {
    padding-top: 30px;
  }
  .wx-container .shop-wechat .left .title, .wx-container .display-class .right .title {
    margin-bottom: 40px;
  }
  .wx-container .content-img-wrap .content-img {
    padding: 0;
  }
  .wx-container .type-content .type-content-box {
    /*padding: 0;*/
  }
  .wx-container .content-title {
    height: 170px;
  }
  .wx-container .type-content .type-content-box .item {
    padding: 20px 29px 30px 28px;
  }
  .wx-container .type-content .type-content-box .item {
    min-height: 330px;
  }
  .wx-container .type-content .type-content-box .item .img {
    width: 80px;
    height: 80px;
  }
  .wx-container .type-content .type-content-box .item .title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .wx-container .contact-us-box {
    height: 340px;
  }

  h3, .h3 {
    font-size: 26px;
  } 

  .img-yewu{
    width: 120px;
    height: 120px;
  }

  .kuangjia-section .yewu-box .text-center .text-black{
    font-size: 24px;
  }
}

@media screen and (max-width:768px) {
  .wx-container .type-content .type-content-box {
    padding: 0;
  }
  .wx-container .type-content .type-content-box .item {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width:660px) {
  .wx-container .shop-wechat .left .title, .wx-container .display-class .right .title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
  }
  .wx-container .shop-wechat .left .title-detail, .wx-container .display-class .right .title-detail {
    width: 100%;
    padding: 10px;
  }
  .wx-container .shop-wechat .left .title-detail, .wx-container .display-class .right .title-detail {
    font-size: 18px;
  }
  .wx-container .type-content {
    padding-bottom: 50px;
  }
  .wx-container .content-title {
    height: 110px;
  }
  .wx-container .content-title .title {
    font-size: 24px;
  }
  .wx-container .content-title .title-detail {
    font-size: 14px;
  }

  .wx-container .content-img-wrap .content-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .wx-container .content-img-wrap .content-img .img {
    /*width: 280px;*/
    /*height: 540px;*/
    margin-right: 0px;
  }
  /*.wx-container .contact-us-box{*/
  /*margin-top: 20px;*/
  /*height: 200px;*/
  /*}*/
  .wx-container .contact-us-box .contact-us-btn .btn {
    /*width: 200px;*/
    /*height: 65px;*/
    /*font-size: 24px;*/
  }
  .wx-container .contact-us-box .contact-us-btn .btn {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
  .wx-container .contact-us-box {
    height: 225px;
    margin-top: 20px;
  }

  .oa-xitong-box .oa-xitong-detail .call-bnt{
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .oa-xitong-box .oa-xitong-title{
    padding-bottom: 20px;
  }

  h3, .h3 {
    font-size: 20px;
  } 

  .web-text-box .web-zixun{
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}

/*-------about us html----------*/

/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 



/*主体—产品*/

.main-product {
  padding-top: 90px;
  padding-bottom: 130px;
}

.main-product p {
  font-size: 16px;
  color: #ababab;
  line-height: 28px;
}

.main-product p.title, .main-service p.title {
  color: #484848;
  font-size: 24px;
  text-align: center;
  line-height: 160px;
}

.main-product p.title span, .main-service p.title span {
  color: #FB8800;
}

.main-product .content {
  border: 1px solid #DEDEDE;
  padding: 30px 36px 0 36px;
  text-align: center;
  transition: 0.3s;
}

.main-product .content p.label {
  font-size: 18px;
  color: #939393;
  line-height: 46px;
  padding-top: 6px;
}

.main-product .content a {
  font-size: 18px;
  color: #a1d8cb;
  line-height: 68px;
}

.main-product .content:hover {
  box-shadow: 0 0 3px 3px #EEE;
  transition: 0.3s;
}

.main-product .content img {
  transition: 2s;
}

.main-product .content img:hover {
  transform: rotateY(180deg);
}

/*主体-服务*/

.main-service {
  background: #f8f8f8;
}

.main-service .content {
  position: relative;
}

.main-service .content .content-left {
  width: 50%;
}

.main-service .content .content-left img {
  width: 100%;
}

.main-service .content .content-right {
  box-sizing: border-box;
  background: #FFF;
  padding: 58px 40px 0 48px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  overflow: hidden;
}

.main-service .content .content-right p {
  color: #adadad;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
  font-size: 16px;
  color: #4a4a4a;
}

.main-service .content .content-right span {
  display: block;
  width: 50px;
  height: 2px;
  background: #2cb6a1;
  margin-bottom: 23px;
}

.main-service .content .content-right:hover {
  box-shadow: 2px 2px 2px #EEE;
  transition: 0.3s;
}

.main-service .service-more {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.main-service .service-more a {
  padding: 10px 62px;
  font-size: 23px;
  line-height: 46px;
  color: #FFF;
  background: #FB8800;
  border-radius: 3px;
}

/*底部*/

.footer {
  padding-bottom: 70px;
  background: #5e6664;
}

.footer .footer-web {
  padding-top: 50px;
  padding-bottom: 63px;
}

.footer .footer-web a {
  color: #a5aaa9;
  line-height: 22px;
  margin-right: 20px;
  transition: 0.3s;
}

.footer .footer-web a:hover {
  color: #dce1e0;
  transition: 0.3s;
}

.footer .footer-contact {
  color: #FFF;
}

.footer .footer-contact .contact-top {
  padding-top: 20px;
  line-height: 30px;
}

.footer .footer-contact .contact-bottom {
  line-height: 35px;
}

/** 产品 */

.banner.product {
  background: url(../img/nav_img1.jpg) no-repeat center top;
  background-size: cover;
}

.main.product {
  padding: 30px 0 75px 0;
}

.main.product .content {
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
  text-align: center;
}

.main.product .content .content-img img {
  max-width: 100%;
}

.main.product .content .label {
  color: #565656;
  font-size: 30px;
  line-height: 78px;
  margin-top: 32px;
}

.main.product .content .detail {
  font-size: 16px;
  line-height: 28px;
  color: #d7d7d7;
  padding-bottom: 30px;
}

.main.product .content a {
  color: #a0d2cc;
  font-size: 16px;
  line-height: 38px;
  padding: 10px 11px 10px 23px;
  border: 1px solid #a0d2cc;
  border-radius: 3px;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/** 动态 */

.banner.news {
  background: url(../img/nav_img3.jpg) no-repeat center top;
  background-size: cover;
}

.banner .title {
  padding-top: 170px;
}

.banner .title.active {
  padding-top: 120px;
  transition: 1.5s;
}

.banner .title p {
  color: #606060;
  font-size: 36px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 5px;
}

.banner .title p.en {
  font-size: 20px;
  letter-spacing: 3px;
}

.main-news {
  padding: 70px 0 80px 0;
}

.main-news .content>div {
  padding-bottom: 40px;
  border-bottom: 1px dashed #eaeaea;
  position: relative;
}

.main-news .content .news-img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.main-news .content .news-img img {
  max-width: 90%;
}

.main-news .content .news-panel {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}

.main-news .content .news-panel strong a {
  display: block;
  color: #555;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-news .content .news-panel p.detail {
  color: #777;
  line-height: 24px;
}

.main-news .content .news-panel p.read-push {
  color: #AAA;
  padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
  display: block;
  text-align: center;
  margin-top: 70px;
}

.main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 3px;
  color: #e3e3e3;
}

/*动态详情页*/

.main-newsdate {
  margin-top: 80px;
  text-align: center;
}

.main-newsdate .news {
  text-align: left;
  line-height: 104px;
}

.main-newsdate h1 {
  padding-top: 6px;
}

.main-newsdate .pushtime {
  color: #686868;
  font-size: 18px;
  line-height: 82px;
}

.main-newsdate .introTop {
  padding-bottom: 28px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

.main-newsdate .introBott {
  font-size: 18px;
  line-height: 42px;
  text-align: justify;
  padding: 40px 0 102px 0;
}

.main-newsdate img {
  max-width: 100%;
}

/** 案例 */

.banner.case {
  background: url(../img/nav_img2.jpg) no-repeat center top;
  background-size: cover;
}

.main-case {
  padding: 30px 0 75px;
}

.main-case .content {
  width: 48%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
  margin-left: 2%;
}

.main-case .content .case-img {
  border: 1px solid #e2e2e2;
  overflow: hidden;
}

.main-case .content .case-img img {
  width: 100%;
  transition: 2s;
}

.main-case .content .case-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 2s;
}

.main-case .content p.lable {
  padding-top: 13px;
  font-size: 30px;
  line-height: 76px;
}

.main-case .content p {
  font-size: 18px;
  line-height: 32px;
  color: #505050;
}

.main-case #casePage .layui-laypage {
  display: block;
  text-align: center;
  margin-top: 100px;
}

.main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 3px;
  color: #e3e3e3;
}

/** 关于 */

.banner.about {
  background: url(../img/nav_img4.jpg) no-repeat center top;
  background-size: cover;
}

.main-about {
  padding-bottom: 100px;
}

.main-about ul.aboutab {
  text-align: center;
  border-bottom: 3px solid #f5f5f5
}

.main-about ul.aboutab li {
  display: inline-block;
  padding: 0 22px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #4D4D4D;
  cursor: pointer;
}

.main-about ul.aboutab li:first-child {
  margin-left: 0;
}

.main-about ul.aboutab li.layui-this, .main-about ul.aboutab li:hover {
  color: #4D4D4D;
  border-color: #FB8800;
  transition: 0.3s;
}

.main-about ul.aboutab li {
  border-bottom: 3px solid #ffffff
}

.main-about .tabJob, .main-about .tabCour {
  display: none;
}

/*公司简介*/

.main-about .tabIntro {
  padding-bottom: 15px;
}

.main-about .tabIntro .content {
  vertical-align: middle;
}

.main-about .tabIntro .content .img {
  width: 50%;
}

.main-about .tabIntro .content .img img {
  width: 100%;
}

.main-about .tabIntro .content .panel {
  width: 50%;
}

.main-about .tabIntro .content p {
  padding: 0 20px;
  line-height: 24px;
  text-align: justify;
}

.main-about .tabIntro .p_hidden {
  padding: 0 20px;
  display: none;
}

/*招贤纳士*/

.main-about .tabJob .content {
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.main-about .tabJob .content:first-child {
  margin-top: 10px;
}

.main-about .tabJob .content p {
  font-size: 18px;
  line-height: 40px;
}

.main-about .tabJob .content p.title {
  font-size: 24px;
  color: #545454;
  line-height: 60px;
}

.main-about .tabJob .content ol {
  padding-left: 20px;
  list-style-type: none;
  counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
}

.main-about .tabJob .content ol li:before {
  content: counter(sectioncounter) "、";
  counter-increment: sectioncounter;
}

/*发展历程*/

.main-about .tabCour p.title {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.main-about .tabCour .timeline {
  position: relative;
  margin-top: 75px;
}

.main-about .tabCour .timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 2px;
  background-color: #e2e2e2;
  left: 50px;
}

.main-about .tabCour .timeline li {
  position: relative;
  margin-top: 70px;
}

.main-about .tabCour .timeline li:first-child {
  padding-top: 0;
}

.main-about .tabCour .timeline li .cour-img {
  position: absolute;
  left: 0;
  width: 100px;
  border-radius: 50%;
}

.main-about .tabCour .timeline li .cour-img img {
  width: 100%;
}

.main-about .tabCour .timeline li .cour-panel {
  padding-top: 20px;
  padding-left: 120px;
  text-align: left;
}

.main-about .tabCour .timeline li .cour-panel p.label {
  font-size: 18px;
  color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
  color: #949494;
  line-height: 30px;
}

@media screen and (max-width: 480px) {
  .main-service .content .content-right {
    padding: 10px 10px 0 10px;
  }
  .main-service .content .content-right p {
    line-height: 24px;
  }
  .main-news .content .news-panel p.read-push {
    font-size: 12px;
  }
  .main-case .content {
    padding-top: 60px;
  }
  .main-case .content p.lable {
    padding-top: 10px;
    font-size: 18px;
    line-height: 48px;
  }
  .main-case .content p {
    font-size: 12px;
    line-height: 20px;
    color: #505050;
  }
  /* .main-about ul.aboutab {
    padding: 70px 0;
  } */
  .main-about ul.aboutab li {
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .main-about .tabIntro .content .img {
    width: 100%;
  }
  .main-about .tabIntro .content .panel {
    width: 100%;
  }
  .main-about .tabIntro .content .panel.p_block {
    display: none;
  }
  .main-about .tabIntro .p_hidden {
    display: block;
  }
  .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 4px;
  }
}

/*---------swiper----------*/

img {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  /* height: 710px; */
}

.swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background: white;
  border-radius: 0;
  margin-right:20px
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-container .swiper-wrapper .swiper-text {
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: white;
}

/*小屏幕*/

@media screen and (min-width: 768px) {
  .main-product p.title, .main-service p.title {
    font-size: 36px;
    line-height: 216px;
  }
  .main.product .content .content-img {
    text-align: left;
  }
  .main-news .content .news-panel strong a {
    font-size: 20px;
    line-height: 30px;
  }
  .main-news .content .news-panel p.read-push {
    padding-top: 0;
    position: absolute;
    bottom: 40px;
  }
  .main-newsdate .pushtime {
    line-height: 142px;
  }
  .main-case .content {
    width: 45%;
  }
  .main-case .content.even {
    margin-left: 9%;
  }
  .main-about ul.aboutab li {
    padding: 25px 0;
    font-size: 28px;
    margin-left: 75px;
    line-height: 50px;
  }
  .main-about .tabIntro .content p {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .main-about .tabJob .content p {
    font-size: 24px;
    line-height: 50px;
  }
  .main-about .tabJob .content p.title {
    font-size: 30px;
    line-height: 90px;
    display: flex;
    display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .main-about .tabJob .content .title-p {
    flex: 1;
  }
  .main-about .tabJob .content ol li {
    font-size: 20px;
    line-height: 60px;
  }
  .main-about .tabCour .timeline:before {
    left: 50%;
  }
  .main-about .tabCour .timeline li {
    min-height: 195px;
  }
  .main-about .tabCour .timeline li .cour-img {
    left: 50%;
    margin-left: -97.5px;
    width: 195px;
  }
  .main-about .tabCour .timeline li .cour-panel {
    padding-top: 55px;
    padding-left: 0;
  }
  .main-about .tabCour .timeline li.odd .cour-panel {
    text-align: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .main.product .content div.right {
    padding-left: 20px;
  }
  .nav .layui-nav .layui-nav-item {
    margin: 0 33px;
  }
  .main-service .content .content-right {
    padding: 10px 10px 0 15px;
  }
  .main-service .content .content-right span {
    margin-bottom: 20px;
  }
  .main-service .content .content-right p {
    line-height: 28px;
  }
  .main.product .content .label {
    line-height: 40px;
    margin-top: 0;
  }
  .main.product .content .detail {
    padding-bottom: 10px;
  }
}

/*大屏幕*/

@media screen and (min-width: 992px) {
  .main.product .content {
    padding: 100px 0;
  }
  .main.product .content div.right {
    padding-left: 0;
  }
  .main-news .content .news-img {
    width: 20%;
  }
  .main-news .content .news-panel {
    width: 80%;
  }
  .main-case .content {
    width: 31%;
  }
  .main-case .content.even {
    margin-left: 0;
  }
  .main-case .content.center {
    margin-right: 3%;
    margin-left: 3%;
  }
  .main-about .tabIntro .content p {
    padding: 50px 50px;
    font-size: 20px;
    line-height: 40px;
  }
}

/*超大屏幕*/

@media screen and (min-width: 1200px) {
  .main-news .content .news-img {
    width: 35%;
  }
  .main-news .content .news-panel {
    width: 65%;
  }
  .main-news .content:nth-child(odd) {
    padding-right: 20px;
  }
  .main-news .content:nth-child(even) {
    padding-left: 20px;
  }
  .main-about .tabCour .timeline li .cour-panel {
    padding-left: 50px;
  }
  .main-about .tabCour .timeline li.odd .cour-panel {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .main-about .tabJob .content:last-child {
    margin-bottom: 180px;
  }
  .nav .nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .layui-col-space80 {
    margin: -40px;
  }
  .layui-col-space80>* {
    padding: 40px;
  }
}

@media screen and (min-width: 1680px) {
  .main-about .tabJob .content:last-child {
    margin-bottom: 180px;
  }
  .nav .nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .layui-col-space80 {
    margin: -40px;
  }
  .layui-col-space80>* {
    padding: 40px;
  }
}

.footer_one .yewu-box .yewu .text-black {
  font-size: 17px;
}

.footer_one .yewu-box .yewu p {
  font-size: 17px;
}

.footer_one .zixun-no {
  display: none;
}

@media (min-width:1200px) and (max-width:1440px) {
  
  .fuwu-box .fuwu-list-item {
    height: 330px;
  }
  .fuwu-box .fuwu-list-item .fuwu-title {
    font-size: 26px;
    /* margin-top:15px; */
  }
  .fuwu-box .fuwu-list-item {
    padding-top: 100px;
  }
  .fuwu-box .fuwu-list .orange-bgc .fuwu-title {
    margin-top: 25px;
    font-size: 30px;
  }
  .fuwu-box .fuwu-list-item .fuwu-text {
    margin-top: 20px;
  }
  .fuwu-box .fuwu-list .fuwu-text p {
    line-height: 22px;
  }
  .wx-container .type-content .type-content-box .item {
    min-height: 380px;
  }
  .wx-container .type-content .type-content-box .item {
    padding: 30px 29px 30px 28px;
  }
  .wx-container .type-content .type-content-box .item .img {
    width: 80px;
    height: 80px;
  }
}

.jiazai-xian-icon {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 50px;
  position: relative;
}

.jiazai-xian-icon .jiazai-more {
  padding: 10px 20px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  -webkit-transform: translate(-50%, 60%);
  -o-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  -moz-transform: translate(-50%, 60%);
}

.wx-container .weixin-jiejue{
  margin-top: 80px;
}

@media (max-width:767px) {
  .main-about ul.aboutab li {
    padding: 29px 0;
    font-size: 20px;
    margin-left: 7px;
    line-height: 30px;
  }
  .kuangjia-section .yewu-box {
    justify-content: center;
  }
  .one-web-box {
    margin-top: 50px;
  }
  .tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
    width: 35px;
  }
  .tp-bullets.preview2 .bullet {
    width: 35px;
  }
  .wx-container .content-img-wrap .content-img .img {
    max-width: 460px;
  }
  .app-container .type-content .item {
    min-height: 280px;
  }

  .main-about .tabJob .content p.title {
    font-size: 18px;
   
  }

  .tabJob .title span.icon-p{
    font-size: 18px;

  }

  .tabJob .title span.icon-p{
    margin-right:10px;
  }

  .heading{
    padding-top:0;
  }

  .fangan-row,
  .products-container .content-img-wrap .content-img{
    margin-top:30px;
  }

  .chgong-anli .products-container .chgong-anli .chgong-btn{
    width: 150px;
    height: 40px;
    font-size: 16px;
  }


  .chgong-anli .products-container .chgong-anli{
    padding: 30px 0;
  }

  .xinren-box .xinren-list{
    margin-top: 30px;
  }
  .heading{
    font-size: 24px;
  }
  .company-jianjie{
    margin-top:30px;
  }

  .yewu-section{
    margin-top:30px;
  }
  .fuwu-box{
    margin-top:0;
  }

  .saoma-title h4{
    font-size: 24px;
  }

  .tabCour .new-list{
    margin-top:30px;
  }
  h4, .h4{
    font-size: 20px;
  }
  .tabCour .new-list-item .new-detail-bnt{
    width: 150px;
    font-size: 16px;
  }
  .new-text p{
    font-size: 16px;
  }

  .hvr-underline-from-center::before{
    background:#FFFFFF;
  }

  .yewu-box{
    justify-content: center;
  }

  .wx-container .weixin-jiejue{
    margin-top: 30px;
  }

  .kuangjia-section .yewu-box .text-center .text-black{
    font-size: 20px;
    padding: 20px 0 10px;
  }
  
  
}

@media (max-width:485px) {
  .yewu {
    width: 160px;
    padding: 0;
  }
  .main-about ul.aboutab li {
    padding: 20px 0;
    font-size: 20px;
    margin-left: 7px;
    line-height: 20px;
  }
  .company-jianjie {
    margin-top: 40px;
  }
  .swiper-pagination-bullet {
    width: 35px;
    height: 5px;
  }
}

.row.content-img::before,
.row.content-img::after{
  display: none;
}

.alert-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}

.alert-show {
  display: block;
}




.iframe-box {
  background:#FFFFFF;
  width: 750px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

.delect-box{
  padding: 21px;
  position: absolute;
  top:0;
  right: 0;
  background: #02abf0;
}

.delect-bnt{
  padding: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  
}




@media (max-width:767px){
  .iframe-box{
    width: 300px;
    height: 500px;

  }
  
}

.alert-iframe {
  width: 100%;
  height: 600px;
}

.quxiao {
  padding: 10px 10px;
  width: 50px;
  height:50px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 9999;
}

