@charset "utf-8";
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  /* banner */
  .banner .swiper-slide a {
    height: 400px;
    background-size: auto 100%;
  }

  
  /* nbanner */
  .nbanner {
    height: 350px;
    background-size: auto 100%;
  }
  /* in_heng */
  .in_heng .text {
    font-size: 16px;
  }
  .in_heng .tel a {
    width: 140px;
  }
  .in_heng .tel em {
    font-size: 20px;
  }
  /* in_about */
  .in_about .box {
    padding: 0 30px 0 0;
  }
  .in_about .box .bt span {
    font-size: 22px;
  }
  .in_about .box .bt em {
    font-size: 16px;
  }
  .in_about .box .text {
    line-height: 28px;
    padding: 15px 0 25px 0;
  }
  .in_about .box ul {
    padding: 20px 0 0 0;
  }
  .in_about .box ul li img {
    height: 70px;
  }
  .in_about .pic {
    width: 430px;
  }
  .in_about .pic img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 999px) {
  body {
    padding-top: 60px;
  }
  /* header */
  header {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    z-index: 999;
  }
  header .top {
    display: none;
  }
  header .head .container {
    height: 60px;
  }
  header .head .logo img {
    height: 32px;
  }
  header .head .tel {
    display: none;
  }
  header .head .navbut {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  header .head .navbut i {
    height: 2px;
    background: #222;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
  }
  header .head .navbut .w1 {
    top: 4px;
  }
  header .head .navbut .w2 {
    top: 14px;
  }
  header .head .navbut .w3 {
    top: 24px;
  }
  header .head .navbut.cur .w1 {
    top: 15px;
    transform: rotate(45deg);
  }
  header .head .navbut.cur .w2 {
    height: 0px;
  }
  header .head .navbut.cur .w3 {
    top: 15px;
    transform: rotate(-45deg);
  }
  header nav {
    display: none;
    background: #fff;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 60px;
    bottom: 0px;
    overflow-y: auto;
  }
  header nav ul {
    display: block;
  }
  header nav .container {
    padding: 0;
  }
  header nav li {
    transform: skewX(0);
    border-left: 0;
    border-right: 0;
  }
  header nav li > a {
    transform: skewX(0);
    font-size: 16px;
    color: #555;
    height: auto;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
  }
  header nav li .iconfont {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    z-index: 5;
  }
  header nav li .sub {
    position: static;
    background: #f5f5f5;
    transform: skewX(0);
  }
  header nav li .sub a {
    color: #888;
    padding: 0 15px;
    margin-left: 0;
    line-height: 34px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #eee;
  }
  header nav li .sub a:hover {
    background: none;
  }
  header nav li:hover {
    background: none;
  }
  header nav li:hover > a {
    color: #555;
  }
  header nav li.on {
    background: #fd9900;
  }
  header nav li.on > a {
    color: #fff;
  }
  header nav li.on .iconfont {
    color: #fff;
  }
  /* footer */
  footer {
    line-height: 1.8;
  }
  footer .flex_main {
    padding: 20px 0;
  }
  footer .flex_main .b_tit {
    font-size: 16px;
  }
  footer .flex_main .b_tit:after {
    margin: 12px 0 10px 0;
  }
  footer .flex_main dl {
    display: none;
  }
  footer .flex_main .cont {
    display: block;
    font-size: 12px;
  }
  footer .flex_main .weixin {
    font-size: 16px;
    width: 120px;
  }
  footer .flex_main .weixin img {
    margin-top: 10px;
  }
  footer .link {
    display: none;
  }
  footer .copy {
    border-top: 1px solid #444;
    margin: 0 -10px;
    padding: 10px;
    font-size: 12px;
  }
  /* banner */
  .banner .swiper-slide a {
    height: auto;
  }
  .banner .swiper-slide a img {
    display: block;
  }
  .banner .banner-next,
  .banner .banner-prev {
    width: 30px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 20px;
  }
  .banner .banner-next {
    right: 0;
  }
  .banner .banner-prev {
    left: 0;
  }
  .banner .swiper-pagination-bullets {
    bottom: 5px;
  }
  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  /* nbanner */
  .nbanner {
    height: auto;
  }
  .nbanner img {
    display: block;
  }
  /* in_box */
  .in_box {
    padding: 20px 0 30px 0;
  }
  /* in_heng */
  .in_heng {
    background-size: 100% 100%;
  }
  .in_heng .container {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 20px 0;
  }
  .in_heng .text {
    font-size: 14px;
    text-align: center;
  }
  .in_heng .text .t1 {
    font-size: 18px;
    padding: 0 0 5px 0;
    line-height: 1.5;
  }
  .in_heng .tel {
    padding: 15px 0 0 0;
  }
  .in_heng .tel a {
    font-size: 16px;
    line-height: 36px;
    width: 130px;
  }
  .in_heng .tel em {
    font-size: 18px;
  }
  /* in_xiangmu */
  .in_xiangmu .b_tit {
    padding: 0 0 15px 0;
  }
  .in_xiangmu .b_tit .box:after {
    top: 22px;
  }
  .in_xiangmu .b_tit .box .en {
    font-size: 18px;
  }
  .in_xiangmu .b_tit .box .bt {
    font-size: 20px;
    padding: 8px 0;
  }
  .in_xiangmu .b_tit .box p {
    font-size: 14px;
  }
  .in_xiangmu .xun {
    margin: -5px;
    padding: 0 0 10px 0;
  }
  .in_xiangmu .xun li {
    width: 50%;
    padding: 5px;
  }
  .in_xiangmu .xun li .box {
    padding: 8px 0;
  }
  .in_xiangmu .xun li .box span {
    font-size: 14px;
    padding: 0 0 2px 0;
  }
  .in_xiangmu .xun li .box p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
  }
  /* in_case */
  .in_case {
    padding: 20px 0 0 0;
  }
  .in_case .b_tit {
    padding: 0 0 15px 0;
    text-align: center;
  }
  .in_case .b_tit .en {
    font-size: 26px;
    margin-left: 0px;
  }
  .in_case .b_tit .box {
    position: static;
  }
  .in_case .b_tit .bt {
    float: none;
    margin: -13px 0 0 0;
  }
  .in_case .b_tit .bt span {
    font-size: 20px;
    padding: 0 0 8px 0;
  }
  .in_case .b_tit .bt em {
    font-size: 14px;
  }
  .in_case .b_tit .text {
    font-size: 14px;
    padding: 0;
    float: none;
    line-height: 1.5;
  }
  .in_case .b_tit .text:before {
    margin: 8px auto;
  }
  .in_case .xun {
    margin: -5px;
  }
  .in_case .xun li {
    width: 50%;
    padding: 5px;
  }
  .in_case .xun li span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px;
  }
  .in_case .xun li:first-child {
    width: 100%;
  }
  /* in_about */
  .in_about {
    display: block;
  }
  .in_about .box {
    width: 100%;
    padding: 0 0 0 0;
  }
  .in_about .box .bt {
    text-align: center;
  }
  .in_about .box .bt span {
    font-size: 20px;
    padding: 0 0 2px 0;
  }
  .in_about .box .bt em {
    font-size: 14px;
  }
  .in_about .box .text {
    line-height: 1.8;
    padding: 10px 0 15px 0;
  }
  .in_about .box ul {
    padding: 15px;
    overflow: hidden;
  }
  .in_about .box ul li {
    width: 33.3333333333%;
  }
  .in_about .box ul li img {
    height: 50px;
  }
  .in_about .box ul li span {
    padding: 3px 0 0 0;
    font-size: 14px;
  }
  .in_about .pic {
    width: 100%;
    margin-bottom: -20px;
  }
  /* in_news */
  .in_news {
    display: block;
  }
  .in_news .b_tit {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .in_news .b_tit .icon {
    width: 50px;
    height: 50px;
  }
  .in_news .b_tit .icon img {
    height: 30px;
  }
  .in_news .b_tit span {
    font-size: 16px;
    margin-left: 10px;
    padding: 0 5px;
  }
  .in_news .b_tit .more {
    right: 10px;
    font-size: 12px;
  }
  .in_news .left {
    width: 100%;
  }
  .in_news .left dl {
    margin: 0;
  }
  .in_news .left dl dt {
    padding: 0;
  }
  .in_news .left dl dt a {
    padding: 0 0 5px 0;
  }
  .in_news .left dl dt .pic img {
    height: 80px;
    width: 120px;
  }
  .in_news .left dl dt .box {
    padding: 0 0 0 10px;
  }
  .in_news .left dl dt .box span {
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 6px 0;
  }
  .in_news .left dl dt .box p {
    margin: 5px 0 0 0;
    line-height: 22px;
    font-size: 12px;
    max-height: 44px;
  }
  .in_news .left dl dt .box em {
    display: none;
  }
  .in_news .left dl dd {
    width: 100%;
    padding: 0;
  }
  .in_news .left dl dd a {
    border-bottom: 1px dashed #ddd;
  }
  .in_news .right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .in_news .right .gund li a {
    padding: 10px 0;
    line-height: 24px;
  }
  .in_news .right .gund li span {
    padding: 0 0 0 45px;
    font-size: 14px;
  }
  .in_news .right .gund li span:before {
    width: 35px;
    font-size: 16px;
  }
  .in_news .right .gund li p {
    font-size: 12px;
    height: 48px;
    padding: 0 0 0 45px;
  }
  .in_news .right .gund li p:before {
    width: 35px;
    font-size: 16px;
  }
  /* in_fuwu */
  .in_fuwu {
    margin-top: 15px;
    display: block;
  }
  .in_fuwu:after {
    display: none;
  }
  .in_fuwu:before {
    display: none;
  }
  .in_fuwu .b_tit {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
  }
  .in_fuwu .b_tit span {
    font-size: 20px;
    padding: 0 0 8px 0;
  }
  .in_fuwu ul {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .in_fuwu ul li {
    float: left;
    width: 33.333333333333%;
    padding: 5px 0;
  }
  .in_fuwu ul li .icon {
    border: 2px solid #c2c2c2;
    width: 80px;
    height: 80px;
  }
  .in_fuwu ul li .icon img {
    height: 40px;
    width: 40px;
  }
  .in_fuwu ul li span {
    padding: 5px 0 0 0;
    font-size: 14px;
  }
  .in_fuwu ul li:first-child {
    margin-left: 16.666666666666666666%;
  }
  .in_fuwu ul li.line {
    display: none;
  }
  /* main */
  .main {
    padding: 0 0 30px 0;
  }
  .main .position {
    line-height: 1;
    margin: 0 -10px 10px -10px;
    background: #f0f0f0;
    padding: 10px;
    color: #666;
    overflow: hidden;
  }
  .main .position a {
    color: #666;
  }
  .main .web_cate {
    display: none;
  }
  /* list_ser */
  .list_ser {
    margin: -5px;
  }
  .list_ser li {
    width: 50%;
    padding: 5px;
  }
  .list_ser li .box {
    padding: 8px;
  }
  .list_ser li .box span {
    font-size: 14px;
    padding: 0 0 2px 0;
  }
  .list_ser li .box p {
    line-height: 22px;
    height: 44px;
    font-size: 12px;
  }
  /* list_news */
  .list_news {
    margin: -10px 0;
  }
  .list_news li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
  }
  .list_news li .pic {
    width: 120px;
    height: 80px;
  }
  .list_news li .box {
    padding: 0 0 0 10px;
  }
  .list_news li .box .bt {
    font-size: 16px;
    border-bottom: 1px dashed #eee;
    padding: 0 0 6px 0;
  }
  .list_news li .box p {
    line-height: 22px;
    height: 44px;
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  .list_news li .box .but {
    display: none;
  }
  .list_news li:last-child {
    border-bottom: 0;
  }
  /* list_case */
  .list_case {
    margin: -5px;
  }
  .list_case li {
    width: 50%;
    padding: 5px;
  }
  .list_case li span {
    padding: 8px 0 0 0;
  }
  /* box_page */
  .box_page .b_tit {
    font-size: 18px;
    padding: 10px 0;
  }
  .box_page .body {
    line-height: 1.8;
  }
  .box_page .body hr {
    height: 10px;
  }
  /* view_news */
  .view_news .tit {
    font-size: 18px;
    padding: 10px 0;
  }
  .view_news .cs {
    font-size: 12px;
    padding: 8px 0 0 0;
    display: block;
    overflow: hidden;
    line-height: 20px;
    margin: 0 -5px;
    text-align: center;
  }
  .view_news .cs li {
    display: inline-block;
    padding: 0 5px;
  }
  .view_news .body {
    line-height: 1.8;
    padding: 15px 0;
  }
  .view_news .body hr {
    height: 10px;
  }
  .view_news .sxp {
    line-height: 22px;
    font-size: 12px;
    padding: 0;
  }
  .view_news .sxp .bdsharebuttonbox {
    display: none;
  }
  .view_news .xgxw {
    padding: 15px 0 0 0;
  }
  .view_news .xgxw .b_tit {
    height: 30px;
  }
  .view_news .xgxw .b_tit span {
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
  }
  .view_news .xgxw ul {
    margin: 5px 0 0 0;
  }
  .view_news .xgxw ul li {
    width: 100%;
    padding: 0;
  }
  .view_news .xgxw ul li a {
    line-height: 36px;
    font-size: 12px;
    border-bottom: 1px dashed #eee;
  }
  /* box_ban */
  .box_ban {
    margin: 0 -10px;
  }
  .box_ban .ban-next,
  .box_ban .ban-prev {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .box_ban .ban-next:hover,
  .box_ban .ban-prev:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .box_ban .ban-next {
    right: 0;
  }
  .box_ban .ban-prev {
    left: 0;
  }
  .box_ban .swiper-pagination-bullets {
    padding: 5px 0 0 0;
  }
  .box_ban .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  /* pagination */
  .pagination {
    padding: 20px 0 0 0;
  }
  .pagination li {
    padding: 0;
    margin: 0 0 0 -1px;
  }
  .pagination li a,
  .pagination li span {
    padding: 0 10px;
    line-height: 28px;
    border-radius: 0;
  }
  /* tan_box */
  .tan_box {
    padding: 40px 0;
  }
/* lxdywm */
.lxdywm {
	padding: 0 0 30px 0;
}
.lxdywm .tit {
	font-size: 22px;
}
.lxdywm .more {
	margin: 10px 0;
}
.lxdywm .more a {
	padding: 0 15px;
}
.lxdywm .more a span {
	font-size: 18px;
	padding: 0 30px;
	line-height: 40px;
}
.lxdywm p {
	padding: 0 15px;
	font-size: 14px;
	letter-spacing: 3px;
}  
  
  
}
