/*
 * @Author: shu binqi 
 * @Date: 2020-02-28 16:01:56 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-06-19 17:03:20
 */

@media screen and (max-width: 1780px) {
  .navbar-nav>li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1680px) {
  .header {
    padding: 0 30px;
  }
  .user-main {
    padding: 0 30px;
  }
  .page-main {
    padding: 0 30px;
  }
  .navbar-nav>li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1560px) {
  .index-business {
    padding-right: 15px;
  }
  .index-news,
  .index-join {
    padding: 0 15px;
  }
  .index-login {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1440px) {
  
}

@media screen and (max-width: 1366px) {
  .navbar-nav>li {
    margin: 0 12px;
  }
  .sitemap-main .sitemap-list > li > a {
    width: 200px;
    padding-left: 40px;
  }
  .sitemap-main .sitemap-list > li {
    height: 80px;
    line-height: 80px;
  }
  .sitemap-main .sitemap-list > li li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-nav>li.icon,
  .navbar-nav>li {
    margin: 0 5px;
  }
  .navbar-nav>li>a {
    font-size: 14px;
  }
  .navbar-nav {
    padding-right: 14px;
  }
  .navbar-nav>li.icon>a {
    padding: 0;
  }
  .business-ul .border p.intro {
    height: auto;
  }
  .calculator-input input[type=text] {
    width: 170px;
  }
}

@media screen and (max-width: 1024px) {
.nav.navbar-nav>li {
    position: relative;
}
  /* 首页 index */
  .header {
    height: 60px;
    padding: 0 15px;
  }
  .header-bg {
    height: 60px;
  }
  .navbar-header, .navbar-brand {
    height: 30px;
  }
  .navbar-nav {
    opacity: 0.95;
    display: block;
  }
  .footer {
    padding: 15px;
  }
  .footer ul {
    display: none;
  }
  .footer span {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .index-main {
    padding: 0 15px;
  }
  .index-main > .index-bottom > div {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
    padding-left: 0;
  }
  .index-bottom > div > h3 {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .index-bottom:before {
    display: none;
  }
  .menu{display:block;float:right;cursor:pointer;height:30px;width:30px;position:absolute;top: 3px;right: 12px;z-index: 999;}
  .menu span{display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
  .menu span:before{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:-9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .menu span:after{content:'';display:inline-block;width:26px;height:3px;background-color:#df3344;border-radius: 5px;position:absolute;top:9px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .header.menu_click .menu span{background-color:transparent;}
  .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;background-color:#fff;}
  .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;background-color:#fff;}
  .header.menu_click .menu {
    z-index: 999;
  }
  .navbar-nav {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    right: -250px;
    padding: 0;
    margin: 0;
    z-index: 99;
    overflow: auto;
  }
  .navbar-nav:after {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
  }
  .navbar-nav>li.icon,
  .navbar-nav>li {
    width: 100%;
    height: auto;
    min-height: 55px;
    border-bottom: 1px solid #e74a5b;
    margin: 0;
    position: relative;
  }
  .navbar-nav>li.icon>a,
  .navbar-nav>li>a {
    line-height: 54px;
    font-weight: 400;
    padding-left: 50px;
  }
  .navbar-nav>li> i {
    height: 54px;
    width: 55px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .5s;
  }
  .navbar-nav>li> i.rotate {
    transform: rotate(-90deg);
  }
  .navbar-nav>li> i:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 2px;
    transform: rotate(-45deg);
    border-radius: 2px;
  }
  .navbar-nav>li> i:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -7px;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .navbar-nav>li:hover>a {
    background: #df3344;
    color: #fff;
  }
  .nav-two {
    /* position: relative; */
    padding: 0 50px;
    /* background: #ebecf0; */
    background: #f56170;
    position: unset;
    display: none;
    box-shadow: none !important;
    visibility: unset !important;
    opacity: 1 !important;
  }
  .nav-two .img-nav {
    display: none;
  }
  .nav-two ul {
    width: 100%;
    float: unset;
    padding: 20px 0;
  }
  .nav-two li {
    width: 100%;
    float: unset;
  }
  .nav-two ul.one {
    width: 100%;
  }
  .nav-two li a {
    font-size: 16px;
    padding-left: 20px;
  }
  .nav-two li a:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    left: -2px;
    top: 18px;
    border: 0;
    right: unset;
    background: #fff;
    transform: rotate(-60deg);
  }
  .nav-two li a:focus,
  .nav-two li a:hover,
  .nav-two li a {
    color: #fff;
  }
  .nav-two li a:after {
    display: none;
  }
  .navbar-nav>li>a span {
    bottom: 15px;
  }
  .navbar-nav>li>a span:after {
    display: none;
  }
  .navbar-nav>li:hover .nav-two {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .navbar-nav>li:hover>a:before,
  .navbar-nav>li>a:before {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    left: 20px;
    top: 25px;
    border: 0;
    right: unset;
    background: #fff;
    transform: rotate(-60deg);
  }
  .index-business-right h3 {
    margin-top: 0;
  }
  .index-business-right h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index-business-right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .index-input {
    margin-bottom: 10px;
  }
  .index-news .tab-bd-list {
    min-height: auto !important;
  }
  .index-news .tab-bd-list > li.list-more {
    position: relative;
    margin-top: 15px;
  }
  .show-wxcode {
    margin-left: -70px;
    width: 140px;
    height: 144px;
    border-radius: 5px;
  }
  input::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 38px;
  }
  /* 首页 index */
  /* sitemap */
  .sitemap-main1 {
    padding: 0 5px;
    margin: 20px 15px;
    background: #f8f8f8;
  }
  .sitemap-main1 .sitemap-list > li {
    height: auto;
    line-height: auto !important;
  }
  .sitemap-main1 .sitemap-list > li > a {
    padding-left: 0;
  }
  .sitemap-main1 .sitemap-list > li li a {
    padding: 0;
  }
  .sitemap-list > li > a {
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sitemap-list ul li {
    width: 32%;
  }
  .filter-box-c {
    width: 100%;
  }
  .page-main {
    padding: 0 15px;
  }
  .sort-position {
    display: none;
  }
  .page-sort {
    height: 80px;
    padding: 10px 10px;
  }
  .sort-name h2 i {
    font-size: 36px;
    bottom: -16px;
  }
  .sort-name h2 {
    font-size: 20px;
    line-height: 30px;
  }
  /* sitemap */
  /* 关于我们 总裁致辞 */
  .page-tab-nav {
    margin: 0 15px;
  }
  .page-tab-nav ul li {
    width: 50%;
  }
  .page-tab-nav li a {
    margin-bottom: -1px;
    border-right: 1px solid #eeeeee;
    padding: 0;
  }
  .page-tab-nav li:nth-child(even) a {
    border-left: 0;
  }
  /* .page-tab-nav li:nth-child(odd) a {
    border-right: 0;
  } */
  .page-container {
    padding: 20px 15px;
  }
  .ceo-main .ceo-message {
    width: 100%;
    margin-top: 30px;
  }
  .ceo-main .ceo-img {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .ceo-main .ceo-img img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .ceo-main {
    margin-bottom: -20px !important;
  }
  /* 关于我们 总裁致辞 */
  .about-number {
    width: 100%;
  }
  .about-number .number {
    width: 100%;
  }
  .about-number .number span i {
    font-size: 36px;
    display: inline-block;
    transform: translateY(2px);
    margin-right: 2px;
  }
  .about-culture p.intro {
    font-size: 16px;
  }
  .develop-list {
    height: auto;
  }
  .develop-list:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cdcdcd;
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 1;
  }
  .develop-list li {
    height: 100px;
    width: 100%;
  }
  .develop-list li .develop-item {
    left: 80px;
    margin-left: -20px;
  }
  .develop-list li:nth-child(odd) > div > span {
    width: 70px;
    font-size: 20px;
    top: 0px;
    left: -70px;
  }
  .develop-list li:nth-child(odd) .intro {
    left: 30px;
    top: -30px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(even) > div > span {
    width: 70px;
    font-size: 20px;
    bottom: 0px;
    left: -70px;
  }
  .develop-list li:nth-child(even) .intro {
    left: 30px;
    bottom: 10px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(1) .intro {
    left: 30px;
    top: -3px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(2) .intro {
    left: 30px;
    top: -5px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(3) .intro,
  .develop-list li:nth-child(5) .intro,
  .develop-list li:nth-child(7) .intro,
  .develop-list li:nth-child(8) .intro {
    left: 30px;
    top: -5px;
    width: 235px;
    text-align: left;
  }
  .develop-list li:nth-child(4) .intro {
    left: 30px;
    top: -3px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(6) .intro {
    left: 30px;
    top: -4px;
    width: 230px;
    text-align: left;
  }
  .develop-list li:nth-child(odd) > div > .intro span,
  .develop-list li:nth-child(even) > div > .intro span {
    position: absolute;
    left: 0;
  }
  .develop-list li:nth-child(odd) > div > .intro p,
  .develop-list li:nth-child(even) > div > .intro p {
    padding-left: 10px;
    line-height: 30px;
  }
  .develop-list li:nth-child(even) .intro:after,
  .develop-list li:nth-child(odd) .intro:after {
    display: none;
  }
  .about-common {
    padding: 0 15px !important;
  }
  .about-bg {
    padding: 20px 15px 30px 15px !important;
  }
  .business-ul li {
    padding: 0;
    margin-top: 15px;
  }
  .business-ul li a {
    height: auto;
  }
  .business-ul li .border {
    padding: 10px 15px;
  }
  .border > img {
    margin-bottom: 10px;
  }
  .business-ul .border h3 {
    margin-bottom: 10px;
  }
  .business-ul .border p i {
    margin-bottom: 10px;
  }
  .business-bottom {
    padding: 0 15px;
  }
  .business-ul .border p.intro {
    height: auto;
  }
  .business-bottom .container-comm > .intro {
    padding: 0 15px;
  }
  .business-bottom .container-comm > .intro p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .business-bottom .business-main {
    padding: 20px 0;
  }
  .business-tab .tab-hd {
    width: 100%;
    height: auto;
    padding: 0 15px;
    border-right: 0;
  }
  .business-tab .tab-hd span {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
    float: left;
    border-bottom: 1px solid transparent;
  }
  .business-tab .tab-hd span.active:after {
    display: none;
  }
  .business-tab .tab-hd span.active {
    border-bottom: 1px solid #df3344;
  }
  .business-tab .tab-bd {
    width: 100%;
    padding: 0 15px;
  }
  .business-tab .tab-bd .tab-bd-box h5 {
    display: none;
  }
  .process-step {
    margin-bottom: 15px;
  }
  .process-step:before {
    content: "";
    width: 1px;
    height: calc(100% - 220px);
    background: #df3344;
    position: absolute;
    left: 44px;
    top: 100px;
    z-index: 1;
  }
  thead tr th {
    padding: 15px;
  }
  .step-item-l {
    height: auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .step-item-r {
    height: auto;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .step-item-box {
    height: auto;
  }
  .step-item-04 {
    transform: translateY(0);
  }
  .step-item-06 {
    transform: translateY(0);
  }
  .step-item-r .step-item-box,
  .step-item-l .step-item-box {
    padding: 15px 20px 15px 90px;
  }
  .step-item-l .step-item-box span {
    left: 10px;
    right: unset;
    z-index: 2;
  }
  .step-item-r .step-item-box span {
    left: 10px;
    z-index: 2;
  }
  .calculator {
    width: 100%;
  }
  .calculator-left {
    padding: 20px 10px 15px 10px;
  }
  .calculator-input {
    margin-bottom: 20px;
  }
  .calculator-input.tar input[type=text] {
    padding: 0 5px;
  }
  .sm-tac {
    text-align: center;
  }
  .calculator-right .calculator-input h4, .calculator-left .calculator-input h4 {
    font-size: 18px;
  }
  .calculator-input > span {
    width: 108px;
    margin-right: 0px;
    font-size: 14px;
  }
  .calculator-input {
    font-size: 14px;
  }
  .calculator-input input[type=text] {
    width: 140px;
    padding: 0 8px;
    font-size: 14px;
  }
  .calculator-input input#submit {
    width: 140px;
  }
  input::-moz-placeholder,
  input::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #bcbcbc;
  }
  .calculator-border {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .calculator-input > i {
    font-size: 10px;
    color: #666;
    line-height: 20px;
    position: absolute;
    top: 40px;
    left: 108px;
    text-align: center;
  }
  .calculator-right > img {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-top: 0;
    transform: rotate(90deg);
    width: 40px;
    margin-left: -18px;
  }
  .calculator-input input[type=button] {
    width: 100%;
  }
  .calculator.active .calculator-left {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }
  .calculator-right {
    width: 100%;
    max-height: 700px !important;
    padding: 60px 10px 20px 10px;
  }
  .calculator-input {
    margin-bottom: 20px;
  }
  .calculator-right .calculator-text p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }
  .calculator-left div:last-child span:first-child {
    display: none;
  }
  .audit-main {
    padding: 20px 15px;
  }
  .audit-main h4 {
    font-size: 18px;
  }
  .audit-select, .audit-chechbox, .audit-button, .audit-result {
    width: 100%;
    height: auto;
  }
  .audit-button {
    text-align: center;
  }
  .audit-button input[type=button] {
    margin-right: 10px;
  }
  .audit-select select {
    width: 100%;
    padding-left: 8px;
  }
  .audit-select span, .audit-chechbox span, .audit-button span, .audit-result span:first-child {
    width: 100%;
    margin-right: 5px;
    display: block;
    text-align: left;
  }
  .audit-select, .audit-chechbox, .audit-button, .audit-result {
    margin-bottom: 10px;
  }
  .audit-chechbox>label {
    margin-right: 2px;
    font-size: 16px;
  }
  .audit-button span:first-child {
    display: none;
  }
  .audit-border {
    padding-right: 0;
  }
  .audit-button input[type=button] {
    padding: 0 30px;
  }
  .audit-button input[type=reset] {
    padding: 0 35px;
  }
  .finance-common {
    padding: 0 15px !important;
  }
  .culture-tab1 .list-item {
    height: auto;
  }
  .contact-us-text {
    margin-top: 30px;
  }
  .contact-us-text .contact-tips h3 {
    font-size: 20px;
  }
  .contact-us-text .contact-tips h4 {
    font-size: 18px;
  }
  .contact-us-text .address {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .contact-us-text .wx-code {
    margin-bottom: 20px;
  }
  .contact-us-text .phone {
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-us-text .fax {
    padding-left: 0;
  }
  .news-list {
    margin: 0 15px;
    padding: 20px 15px;
  }
  .news-list-item {
    margin-bottom: 20px;
  }
  .recruit-tab .tab-hd-item {
    width: 30%;
  }
  .recruit-tab .tab-bd-box .tab-img {
    width: 100%;
  }
  .recruit-tab .tab-bd-box .tab-text {
    width: 100%;
    padding: 15px;
  }
  .recruit-top {
    height: auto;
  }
  .recruit-top .recruit-top-r {
    padding: 30px 18px;
  }
  .recruit-top .recruit-top-r img {
    width: 180px;
  }
  .recruit-top .recruit-top-r > p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .step-item-l .step-item-box img {
    display: none;
  }
  .about-best .rec-content .intro span {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav>li>a {
    font-size: 18px;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 25px !important;
  }
  .index-business-right p.intro {
    margin-bottom: 10px;
  }
  .index-news .tab-bd-list {
    min-height: 150px;
  }
  .index-bottom > div > h3 {
    border-bottom: 1px solid #eaeaea;
  }
  .index-bottom > div > h3 span {
    line-height: 26px;
    vertical-align: bottom;
  }
  a.more img {
    margin-top: 0;
  }
  .finance-right thead tr th {
    padding: 15px 10px;
  }
  .finance-right tbody tr:nth-child(even) td,
  .finance-right tbody tr:nth-child(odd) td {
    padding: 15px 12px 15px 12px;
  }
  .m-talents-list-head {
    display: none;
  }
  .m-talents-list-body li {
    height: 225px;
  }
  .m-talents-list-body .b3,
  .m-talents-list-body .b4 {
    padding-left: 30px;
  }
  .m-talents-list-body > li div.b5 {
    padding-left: 30px;
    display: block !important;
  }
  .m-talents-list-body > li div:nth-child(odd) {
    width: 100% !important;
  }
  .m-talents-list-body > li div:nth-child(even) {
    width: 100% !important;
    display: none;
  }
  .business-tab .tab-text p a,
  .business-tab .tab-text p {
    font-size: 14px;
  }
  .business-tab .tab-text p a {
    height: 60px;
  }
  .audit-tips {
    margin-top: 0;
  }
  .about-common .container-comm > h4,
  .news-list .container-comm > h4,
  .page-container .container-comm > h4 {
    font-size: 18px;
  }
  .contact-us-text > h3 {
    padding-left: 0;
  }
  .contact-us-text > p {
    padding-left: 0;
  }
  .contact-us-text > p:nth-child(2) span:nth-child(1) {
    vertical-align: top;
    height: 60px;
  }
  .contact-us-text > p:nth-child(2) span:nth-child(2) {
    width: calc(100% - 60px);
  }
  .contact-us-text > p span:nth-child(1) {
    display: inline-block;
  }
  .contact-us-text > p span:nth-child(2) {
    display: inline-block;
  }
  .page-pagination a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 14px;
  }
  .page-pagination .jp-next:after,
  .page-pagination .jp-previous:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}