/*Common For Max 1600*/

@media only screen and (max-width:1900px) {
  /*title*/
  .g-tit1 ul {
    font-size: 1.25vw;
  }
  .g-tit1 h2 {
    font-size: 1.25vw;
  }
  /*******************************
  -------[=banner]-------
********************************/
  #banner .item {
    height: 35.416vw;
    min-height: 200px;
  }
  /*******************************
  -------[=首页]-------
********************************/
  .g-row {
    margin: 4.166vw 0;
  }
  .m-txt1 .title {
    font-size: 1.875vw;
  }
  .index_tabs .tabTit li {
    font-size: 1.145vw;
  }
  .index_other .title {
    font-size: 1.25vw;
  }
  .index_other .more {
    font-size: .9375vw;
  }
  .index_dynamic .left {
    width: 51.15%;
    margin-right: 3%;
  }
  .index_tabs .left {
    width: 29.23%;
  }
  .index_other .left {
    width: 49.23%;
    padding-right: 4.23%;
    margin-right: 4.23%;
  }
}


/*Common For Max 1366*/

@media only screen and (max-width:1440px) {
  /*title*/
  .g-tit1 {
    font-size: 14px;
  }
  .g-tit1 ul {
    font-size: 20px;
  }
  .g-tit1 h2 {
    font-size: 20px;
  }
  /*******************************
  -------[=header]-------
********************************/
  .hd-search .form {
    right: 0;
  }
  #navigation li {
    padding: 0 20px 0 0;
  }
  #navigation .more {
    margin: 0 0 0 3px;
  }
  #navigation .ml-10 {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  #navigation .subBox {
    font-size: 14px;
    line-height: 30px;
  }
  #navigation .subBox .right {
    left: auto;
    margin-left: 0;
    width: 335px;
    padding-right: 5%;
  }
  #navigation .subnav h3 {
    font-size: 24px;
  }
  /*******************************
  -------[=footer]-------
********************************/
  .f-top .right {
    width: 69.23%;
  }
  .f-nav dd {
    line-height: 25px;
  }
  /*******************************
  -------[=banner]-------
********************************/
  /* #banner .slider-nav{margin-right: 0;right: 5%;} */
  /*******************************
  -------[=首页]-------
********************************/
  /* .m-txt1 .title{font-size: 26px;} */
  .m-txt1 .desc {
    font-size: 14px;
  }
  .index_notice .title {
    font-size: 20px;
  }
  .m-list1 {
    font-size: 14px;
  }
  .m-imgTxt1 .txt {
    font-size: 14px;
  }
  .m-txt2 .desc {
    font-size: 14px;
  }
  .m-list2 li {
    font-size: 14px;
  }
  .index_tabs .tabTit li {
    font-size: 18px;
  }
  .m-txt3 .title {
    font-size: 18px;
  }
  .m-txt3 .desc {
    font-size: 14px;
  }
  .m-imgTxt2 .text li {
    font-size: 14px;
  }
  .index_other .title {
    font-size: 20px;
  }
  .index_other .more {
    font-size: 14px;
  }
}


/*Common For Max 1024*/

@media only screen and (max-width: 1200px) {
  /*fonts*/
  body {
    font-size: 12px;
  }
  /*******************************
  -------[=header]-------
********************************/
  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .header_space {
    height: 77px;
  }
  .header {
    height: 35px;
    line-height: 35px;
    padding: 5px 0;
  }
  .logo img {
    max-height: 30px;
  }
  .hd-search {
    position: static;
  }
  .hd-search .soBtn {
    height: 35px;
  }
  .hd-search .form {
    padding-top: 0;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
  }
  .hd-search:hover .form {
    width: 100%;
  }
  .menuBtn {
    display: block;
  }
  #navigation {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 5%;
    line-height: 50px;
    background: #fff;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: all .5s cubic-bezier(.77, 0, .175, 1);
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
  }
  #navigation.open {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  #navigation ul {
    padding-top: 50px;
  }
  #navigation li {
    float: none;
    text-align: center;
    padding: 0;
  }
  #navigation .v1 {
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
  }
  #navigation .subBox {
    position: static;
    background: rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .02);
    padding: 10px 0;
    display: none;
    transition: 0s;
    -webkit-transition: 0s;
  }
  #navigation .v1 em {
    display: block;
  }
  #navigation .v1 .icon {
    display: none;
  }
  #navigation .more {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
  }
  #navigation .more::before {
    display: none;
  }
  #navigation .more::after {
    content: '+';
    color: #666;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
  }
  #navigation .open .more::after {
    content: '-';
  }
  #navigation .subBox .left {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  #navigation .subBox .right {
    position: static;
    display: none;
  }
  #navigation .subnav {
    padding-right: 0;
  }
  #navigation .subnav h3 {
    font-size: 18px;
    display: none;
  }
  #navigation .subnav dd {
    margin-bottom: 0;
  }
  #navigation .picture {
    display: none;
  }
  /*******************************
  -------[=footer]-------
********************************/
  .f-top {
    padding: 25px 0;
  }
  .f-top .left {
    width: 250px;
  }
  .f-info .picture {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .f-bot {
    padding: 10px 0;
    line-height: 28px;
  }
  .f-bot span {
    margin-left: 10px;
  }
  /*******************************
  -------[=首页]-------
********************************/
  .index_news .left {
    margin-right: 3.4vw;
  }
  .m-imgTxt1 .txt {
    padding: 10px 20px;
    padding-right: 100px;
  }
  .index_dynamic .Slider .slick-dots {
    bottom: 20px;
    right: 10px;
  }
  .index_tabs .tabTit li {
    font-size: 16px;
    padding: 59px 1.8vw;
  }
  .index_tabs .tabTit .icon {
    width: 50px;
  }
  /* .index_tabs .tabTit .icon{width: 40px;height: 35px;margin-top: 10px;}
.index_tabs .tabTit .icon img{filter: drop-shadow(0 35px #fff);} */
  .m-imgTxt2 .text {
    margin-right: 0;
  }
  /* .m-imgTxt2 .text li{line-height: 30px;}
.m-imgTxt2 .text .more{margin-top: 7px;} */
  .index_other .title {
    font-size: 18px;
  }
  .index_other .title .icon-title {
    margin-right: 15px;
  }
}


/*Common For Max 768*/

@media only screen and (max-width: 992px) {
  /*fonts*/
  /*scrollbar*/
   ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  /*title*/
  .g-tit1 ul {
    font-size: 18px;
  }
  .g-tit1 h2 {
    font-size: 18px;
  }
  /*******************************
  -------[=footer]-------
********************************/
  .f-top .flex {
    display: block;
  }
  .f-top .left {
    margin: 0 auto;
  }
  .f-top .right {
    display: none;
  }
  .f-so {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .f-info .picture {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 8px;
  }
  .f-bot {
    text-align: center;
  }
  .f-bot .flex {
    display: block;
  }
  /*******************************
  -------[=banner]-------
********************************/
  /* #banner .slider-nav{display: none;} */
  #banner .slick-dots {
    height: 6px;
    bottom: 10px;
  }
  #banner .slick-dots li,
  #banner .slick-dots button {
    width: 6px;
    height: 6px;
  }
  /*******************************
  -------[=首页]-------
********************************/
  .g-row {
    margin: 35px 0;
  }
  .index_news {
    margin-bottom: 15px;
  }
  .index_news .left {
    width: 80px;
  }
  .m-txt1 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .m-txt1 .desc {
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
  }
  .index_news .Slider .slick-dots li {
    width: 15px;
    height: 3px;
    margin: 0 3px;
  }
  .index_news .Slider .slick-dots button {
    width: 15px;
    height: 3px;
  }
  .index_notice {
    padding: 0 10px;
  }
  .index_notice .icon_horn {
    width: 20px;
    background-size: 16px auto;
  }
  .index_notice .title {
    font-size: 18px;
  }
  .index_dynamic .left {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .m-imgTxt1 .pic {
    height: 0;
    padding-top: 60.15%;
  }
  .m-txt2 .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .m-txt2 .desc {
    line-height: 25px;
    height: 50px;
  }
  .m-list2 li {
    margin-bottom: 5px;
  }
  /* .index_tabs .tabTit li{padding: 10px;} */
  .index_tabs .tabTit .icon {
    margin-right: 5px;
  }
  .index_tabs .tabTit .icon img {
    height: 30px;
  }
  .index_tabs .tabTit .icon svg {
    height: 25px;
  }
  .index_tabs .tabItem.active {
    height: 435px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .m-imgTxt2 {
    display: block;
  }
  .m-imgTxt2 .picture {
    width: auto;
    max-width: 440px;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* .m-imgTxt2 .picture{display: none;} */
  .m-imgTxt2 .text li {
    margin-bottom: 10px;
  }
  .index_tabs .left {
    width: 240px;
  }
  .index_tabs .right {
    padding: 20px 30px;
  }
  .m-txt3 {
    margin-bottom: 20px;
  }
  .m-txt3 .desc {
    line-height: 25px;
    height: 75px;
  }
  .m-list3 ul {
    margin: -4px;
  }
  .m-list3 .con {
    height: 9.23vw;
    margin: 4px;
  }
  .index_other .left {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index_other .left::after {
    top: 100%;
    left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  .index_other .title .icon-title {
    width: 50px;
    height: 40px;
    line-height: 20px;
    background-size: contain;
  }
  .index_other .title span {
    height: 60px;
    line-height: 60px;
  }
}


/*Common For Max 640*/

@media only screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding: 0 15px;
  }
  /*******************************
  -------[=header]-------
********************************/
  .headTop .left {
    display: none;
  }
  #navigation .subnav dd {
    float: none;
    width: auto;
  }
  /*******************************
  -------[=首页]-------
********************************/
  .index_tabs .left {
    float: none;
    width: auto;
    border-right: 0;
  }
  .index_tabs .tabTit li {
    font-size: 14px;
    padding: 5px 10px;
  }
  .index_tabs .tabTit .icon img {
    height: 25px;
  }
  .index_tabs .right {
    padding: 15px;
  }
  .index_tabs .tabItem.active {
    height: auto;
    padding-right: 0;
  }
  .m-list3 li {
    width: 50%;
  }
  .m-list3 .con {
    height: 18.26vw;
  }
  .index_news .left {
    width: 50px;
  }
  .m-txt1 .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .m-txt1 .desc {
    line-height: 20px;
    height: 40px;
  }
  .m-list1 {
    font-weight: normal;
  }
  .m-list1 span {
    margin-right: 0;
  }
}


/*Common For Max 414*/

@media only screen and (max-width: 479px) {
  /*******************************
  -------[=首页]-------
********************************/
  .index_other .flex {
    display: block;
    text-align: center;
  }
  .index_other .left .title {
    margin-bottom: 20px;
  }
}


/*Common For Max 320*/

@media only screen and (max-width: 370px) {
  /*******************************
  -------[=首页]-------
********************************/
}