@media (max-width: 768px) {
  .links {
    display: none;
  }
  .p_menu div,
  .p_menu:after,
  .p_menu:before {
    width: 24px;
    height: 3px;
    left: 50%;
    margin-left: -12px;
    background: #555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_menu:active div,
  .p_menu:active:after,
  .p_menu:active:before {
    background: #e8260d;
    color: #fff;
  }
  .p_menu {
    width: 30px;
    height: 28px;
    position: relative;
    display: none;
  }
  .p_menu div {
    position: absolute;
    top: 5px;
  }
  .p_menu:after,
  .p_menu:before {
    content: " ";
    position: absolute;
    top: 13px;
  }
  .p_menu:after {
    content: " ";
    position: absolute;
    top: 21px;
  }
  .p_menu div,
  .p_menu:after,
  .p_menu:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .menu {
    position: absolute;
    top: 0;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    margin-right: 1%;
  }
  .border-bottom::after {
    content: "";
    position: absolute;
    -webkit-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    transform: scaleY(0.3);
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #dad9d9;
    z-index: 10;
  }
  .border-top::after {
    content: "";
    position: absolute;
    -webkit-transform: scaleY(0.3);
    -ms-transform: scaleY(0.3);
    transform: scaleY(0.3);
    width: 100%;
    height: 0px;
    left: 0;
    top: 0;
    border-bottom: 1px solid #dad9d9;
    z-index: 10;
  }
  .border-right::after {
    content: "";
    position: absolute;
    -webkit-transform: scaleX(0.3);
    -ms-transform: scaleX(0.3);
    transform: scaleX(0.3);
    height: 100%;
    width: 0px;
    right: 0;
    top: 0;
    border-left: 1px solid #dad9d9;
    z-index: 10;
  }
  .border-left::after {
    content: "";
    position: absolute;
    -webkit-transform: scaleX(0.3);
    -ms-transform: scaleX(0.3);
    transform: scaleX(0.3);
    height: 100%;
    width: 0px;
    left: 0;
    top: 0;
    border-left: 1px solid #dad9d9;
    z-index: 10;
  }
  .is_mobile {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cir {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
  }
  .min {
    width: 100%;
  }
  .header {
    overflow: visible;
  }
  .header,
  .header .header-fix {
    height: 60px;
    width: 100%;
    z-index: 8;
    position: relative;
  }
  .header .header-fix {
    position: fixed;
    left: 0;
    top: 0;
  }
  .header .min {
    height: 60px;
    overflow: visible;
  }
  .header .bg {
    opacity: 1;
  }
  .header .menu {
    display: block;
    z-index: 9;
  }
  .header .search_wrp .l {
    width: 100%;
    float: none;
  }
  .header .search_wrp .l .logo {
    margin-top: -20px;
    height: 40px;
    padding-left: 3%;
    position: relative;
    top: 50%;
    display: block;
  }
  .header .search_wrp .l .logo img {
    height: 100%;
    margin-top: 0;
  }
  .header.mb_open .menu div {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .header.mb_open .menu:before,
  .header.mb_open .menu:after {
    top: 50%;
  }
  .header.mb_open .menu:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.mb_open .menu:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 70px;
    padding-bottom: 40px;
    position: fixed;
    z-index: 7;
    left: 0;
    top: -120%;
    overflow-y: auto;
    float: none;
    background-color: #fff;
  }
  .nav .nav-wrp {
    overflow-y: auto;
  }
  .nav li {
    display: block;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    float: none;
    height: auto;
    white-space: nowrap;
    line-height: 2.4;
    border-bottom: 1px dotted #f3422b;
  }
  .nav li a {
    line-height: 2.4;
    display: block;
    text-align: center;
  }
  .nav li,
  .nav li .a {
    background-color: #fff !important;
    color: #666;
  }
  .nav li:hover a {
    color: #e8260d;
  }
.nav li .nav-c {
  background-color: #eeecec;
  min-width: 100%;
  text-align: center;
  position: static;
  left: 0;
  top: -340px;
  z-index: 2;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding-bottom: 0px;
}
.nav li .nav-c a {
  background-color: #eeecec;
  color: #8b8988;
  height: 37px;
  line-height: 37px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: normal;
}
.nav li .nav-c a span {
  white-space: nowrap;
  display: block;
}
.nav li .nav-c a:hover {
  background-color: #f55b48;
}
.nav li:hover .nav-c {
  top: 60px;
}
  .nav li.li-1 {
    display: block;
  }
  .nav.mb_open {
    height: 100%;
    top: 0;
  }
  .nav li.mu {
    display: none;
  }
  .min {
    width: auto;
  }
  .easy_touch_index a {
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .banner {
    width: 100%;
    height: auto;
    padding-bottom: 43%;
  }
  .child .banner {
    height: auto;
    padding-bottom: 29%;
  }
  .banner .easy_touch_move {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner .easy_touch_index {
    bottom: 2.5%;
  }
  .title {
    padding-top: 5%;
    padding-bottom: 4%;
  }
  .title h3 {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
  }
  .title h3 strong {
    font-size: 110%;
    color: #e8260d;
  }
  .title p {
    font-size: 14px;
    padding-top: 2%;
  }
  .title .line {
    height: 14px;
    margin-top: 2%;
    background-size: auto 14px;
  }
  .title .lx {
    padding-left: 20px;
    background-size: 20px auto;
  }
  .title .rx {
    padding-right: 20px;
    background-size: 20px auto;
  }
  .youshi {
    padding-top: 2%;
  }
  .youshi .wrp {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
  }
  .youshi .description {
    width: auto;
    padding-top: 4%;
    float: none!important;
  }
  .youshi .img {
    width: 100%;
    height: auto;
    padding-bottom: 68%;
    float: none!important;
  }
  .youshi .item {
    margin-bottom: 3%;
  }
  .youshi .number {
    width: 45px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-size: 100% auto;
  }
  .youshi .text {
    padding-left: 10px;
  }
  .youshi .text h3 {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .youshi .text .p-wrp {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .youshi .text .p-wrp p {
    padding-left: 18px;
    line-height: 18px;
    padding-bottom: 4px;
    font-size: 12px;
  }
  .youshi .text .p-wrp p:after {
    content: "";
    width: 9px;
    height: 9px;
    top: 4.5px;
    left: 1px;
  }
  .solution {
    margin-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .solution .wrp {
    margin-top: 0;
  }
  .solution .description {
    width: 100%;
    float: none!important;
  }
  .solution .description h3 {
    font-size: 20px;
    padding-top: 4%;
    padding-bottom: 2.6%;
  }
  .solution .description p {
    font-size: 12px;
    height: auto;
  }
  .solution .btnx {
    padding-top: 4%;
  }
  .solution .btnx .btn {
    width: 49.8%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }
  .solution .btnx .xe {
    display: none;
  }
  .solution .img {
    width: 100%;
    height: auto;
    padding-bottom: 73.9%;
    float: none!important;
  }
  .solution .item {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .btnx .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  }
  .btnx .btn .icon {
    background-size: auto 80%!important;
    padding-left: 5px;
  }
  .btnx .xe {
    display: none;
  }
  .product_home {
    margin-top: 4%;
  }
  .product_home .more {
    height: 18px;
    line-height: 18px;
    padding-bottom: 5px ;
    border-bottom: 2px solid #f9341a;
    background-size: 170px;
  }
  .product_home .more a {
    font-size: 12px;
  }
  .product_home dl {
    width: 170px;
    float: none;
  }
  .product_home dt {
    padding-bottom: 6%;
  }
  .product_home dt h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .product_home dd {
    display: none;
  }
  .product_home ul {
    float: none;
    width: 100%;
  }
  .product_home ul li {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 3% 1.5%;
  }
  .product_home ul li .btnx .bte {
    width: 49.9%;
    height: 29px;
    line-height: 29px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
  }
  .product_home ul .e {
    width: 46.9%;
  }
  .product_home ul .e .text {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .product_home ul .e .text p {
    height: 2.71415em;
  }
  .case-home .easy_touch_move {
    height: auto;
  }
  .case-home .easy_touch_list {
    width: 100%;
    margin-right: 0;
  }
  .case-home .easy_touch_list .text {
    height: 30px;
    line-height: 30px;
  }
  .case-home .ply {
    display: none;
  }
  .case-home .btnx {
    padding-top: 4%;
    padding-bottom: 5%;
  }
  .jishi .easy_touch_list {
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    margin-right: 0;
  }
  .jishi .img {
    width: 80px;
    height: 80px;
    margin-top: 4%;
  }
  .jishi .img,
  .jishi .img .full-abs {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .jishi .name {
    padding-left: 3%;
    padding-top: 10%;
  }
  .jishi .name h3 {
    font-size: 14px;
  }
  .jishi .name p {
    font-size: 14px;
  }
  .jishi .text {
    line-height: 1.7;
  }
  .jishi .text .desx {
    height: 6.63em;
    margin-bottom: 10px;
  }
  .jishi .easy_touch_index {
    padding-top: 2%;
    padding-bottom: 0;
  }
  .liucheng {
    padding-bottom: 6%;
  }
  .liucheng img {
    width: 100%;
  }
  .jianzheng {
    height: auto;
    background-size: 900px auto;
  }
  .jianzheng .btnx {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .jianzheng ul {
    margin-top: 90px;
  }
  .jianzheng li {
    width: 50%;
    height: auto;
    padding-bottom: 100%;
  }
  .jianzheng li .text h3 {
    font-size: 15px;
    padding: 7% 5% 4% 5%;
  }
  .jianzheng li .text p {
    font-size: 12px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .jianzheng li .text strong {
    margin-top: 10px;
  }
  .jianzheng li i {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -7px;
  }
  .jianzheng li.x i {
    border-bottom: 12px solid transparent;
    top: -12px;
  }
  .jianzheng li.y i {
    border-top: 12px solid transparent;
    bottom: -12px;
  }
  .jianzheng li:last-child {
    padding-bottom: 50%;
    width: 100%;
  }
  .jianzheng li:last-child .img {
    top: 0;
  }
  .jianzheng li:last-child .text {
    bottom: 0;
    left: 50%;
  }
  .jianzheng li:last-child .img,
  .jianzheng li:last-child .text {
    width: 50%;
    padding-bottom: 50%;
  }
  .jianzheng li:last-child i {
    border-top: 12px solid transparent;
    bottom: auto;
    top: 50%;
    margin-top: -7px;
    left: -12px;
    margin-left: 0;
    border: 0!important;
    border-top: 7px solid transparent!important;
    border-bottom: 7px solid transparent!important;
    border-right: 12px solid #f06c3c!important;
  }
  .about .about-img {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 73.9%;
  }
  .about .about-img .easy_touch_index {
    left: 0;
    bottom: 5px;
    text-align: center;
  }
  .about .about-text {
    width: 100%;
    height: auto;
    float: none;
  }
  .about .about-text .about-text-wrp {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 4%;
  }
  .about .about-text .about-text-wrp h3 {
    font-size: 18px;
  }
  .about .about-text .about-text-wrp .line {
    width: 40px;
    margin-top: 3%;
  }
  .about .about-text .about-text-wrp .p {
    padding-top: 3.5%;
    font-size: 12px;
    overflow: hidden;
  }
  .about .about-text .about-text-wrp .btnx {
    position: static;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .about .about-text .about-text-wrp .btnx .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 49.9%;
    float: left;
  }
  .about .about-zizhi {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 40px;
  }
  .about .about-zizhi .t {
    font-size: 14px;
  }
  .about .about-zizhi .p {
    width: 73%;
    height: auto;
    padding-bottom: 92.3%;
  }
  .about .about-zizhi .ply {
    background-size: 12px auto;
  }
  .zhaoshang {
    height: auto;
    margin-top: 0;
    background-position: left top;
    padding-bottom: 4%;
  }
  .zhaoshang .l {
    width: 94%;
    float: none;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .zhaoshang .l h2 {
    font-size: 24px;
    padding-top: 5%;
    padding-bottom: 2%;
  }
  .zhaoshang .l .g {
    height: auto;
    line-height: 2;
    font-size: 16px;
  }
  .zhaoshang .l p {
    padding-top: 6px;
    font-size: 12px;
  }
  .zhaoshang .l .nv {
    padding-top: 6%;
  }
  .zhaoshang .l .nv a {
    width: 49.9%;
    margin-top: 1px;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 16px;
  }
  .zhaoshang .r {
    width: 94%;
    float: none;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .zhaoshang .r .tel {
    margin-top: 5%;
    padding-left: 40px;
    background-size: 30px auto;
  }
  .zhaoshang .r .tel span {
    font-size: 12px;
  }
  .zhaoshang .r .tel strong {
    font-size: 20px;
  }
  .zhaoshang .r h3 {
    font-size: 20px;
    padding-top: 6%;
    padding-bottom: 1%;
  }
  .zhaoshang .r p {
    font-size: 14px;
    padding-bottom: 2%;
  }
  .zhaoshang .r .input {
    line-height: 38px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .zhaoshang .r .input input {
    width: auto;
    height: 38px;
    line-height: 38px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .zhaoshang .r .input textarea {
    height: 60px;
    resize: none;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .zhaoshang .r .input1 {
    width: 100%;
  }
  .h-news {
    padding: 3%;
  }
  .h-news .pic {
    width: 100%;
    height: auto;
    border: 1px solid #ef7e1b;
    padding-bottom: 79%;
    float: none;
  }
  .h-news .lists {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .h-news .lists .tt {
    padding-bottom: 8px;
    padding-top: 3%;
  }
  .h-news .wenda {
    width: 100%;
    float: none;
    padding-top: 4%;
  }
  .h-news .wenda .tabs .a {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .h-news .wenda .tabs .more {
    font-size: 12px;
  }
  .h-news .easy_touch_index {
    width: 100px;
    right: 10px;
    bottom: 15px;
    height: 10px;
    line-height: 10px;
  }
  .h-news .easy_touch_index a {
    width: 8px;
    height: 8px;
  }
  .links {
    padding: 4% 3%;
  }
  .links h3 {
    font-size: 14px;
  }
  .links a {
    padding-right: 10px;
    font-size: 12px;
  }
  .footer .wrp {
    display: none;
  }
  .footer .bypower {
    padding: 3%;
    font-size: 12px;
    line-height: 1.4;
  }
  .footer .bypower span {
    display: block;
  }
  .position_c {
    padding: 3%;
  }
  .zxgl li {
    margin-bottom: 2%;
    padding-bottom: 1%;
  }
  .zxgl li .n_txtwrp {
    padding-bottom: 1% ;
    padding-left: 2% ;
    width: auto;
    float: none;
  }
  .zxgl li h1 {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .zxgl li span {
    font-size: 11px;
    padding-top: 2px;
  }
  .zxgl li p {
    font-size: 12px;
  }
  .zxgl li span .ll {
    height: 8px;
    width: 10px;
    margin-top: 0px;
    background-size: 22px auto;
    background-position: 0 -20px;
  }
  .zxgl li .img {
    width: 100px;
    height: 75px;
  }
  .zxgl li .after {
    background-size: 60% auto;
  }
  .khjz_ .li {
    padding: 2% 0;
    border-bottom: 1px solid #eee;
  }
  .khjz_ .li .img {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 75%;
  }
  .khjz_ .li .img a {
    position: absolute;
    left: 0;
    top: 0;
  }
  .khjz_ .li .img img {
    min-height: 0;
  }
  .khjz_ .li .txt_ {
    width: 100%;
    padding-left: 0;
  }
  .khjz_ .li .txt_ h1 {
    padding-top: 3%;
  }
  .khjz_ .li .txt_ p {
    padding-top: 1%;
  }
  .case li {
    position: relative;
    width: 49.99%;
  }
  .case li .wrp {
    padding: 2%;
  }
  .case li .text {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  /*201919厂区展示*/
  .image-row .image-set .example-image-link{
    position: relative;
    width: 49.99%;
	display:block;
	float:left;
  }
  .image-row .image-set .example-image-link .wrp {
    padding: 2%;
  }
  .image-row .image-set .example-image-link .text{
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  /*201919厂区展示END*/
  .product li {
    width: 49.99%;
  }
  .product ul li .wrp {
    padding: 2%;
  }
  .product ul li .wrp .text {
    padding-bottom: 0;
  }
  .product ul li .wrp .btnx .bte {
    width: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .textpage {
    padding: 3%;
  }
  .textpage .titlex {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 1.5%;
  }
  .textpage .titlex h3 {
    font-size: 18px;
  }
  .textpage .titlex .pubtime {
    font-size: 11px;
    padding-top: 2px;
  }
  .zans {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .zans .p_dianzan {
    font-size: 14px;
  }
  /*附件下载*/
  .down_load {
    padding-bottom: 5%;
  }
  .down_load .snsbg {
    padding: 2.5%;
  }
  .down_load .down_load_list dl span {
    width: 30%;
  }
  .down_load .down_load_list dl span.b {
    width: 20%;
  }
  .down_load .down_load_list dl span.a {
    width: 49.9%;
  }
  .pages {
    text-align: center;
    padding: 3% 0px;
  }
  .pages a,
  .pages span {
    padding: 1px 9px;
    font-size: 12px;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .detail .view-wrp {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .detail .left-detail {
    width: auto;
    float: none;
  }
  .detail .left-detail .position_c {
    display: none;
  }
  .detail .right-detail {
    width: auto;
    float: none;
  }
  .detail .right-detail .det {
    padding: 3%;
    display: none;
  }
  .detail .right-detail .d-des {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .detail .right-detail .wx-study,
  .detail .right-detail .tj-news {
    display: none;
  }
  .detail .right-detail .wx-study.block,
  .detail .right-detail .tj-news.block {
    display: block;
  }
  .detail .right-detail .nav-d h3 {
    display: none;
  }
  .detail .right-detail .nav-d .mu-btn {
    display: block;
    background-color: #fef7f6;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    position: relative;
  }
  .detail .right-detail .nav-d .mu-btn .icon2 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAtklEQVQokYXSsWoCURAF0KktBEnAQIRYWAVWkhTaJI2NjYVFPia/pYsrSd7bYe7c+S+bLd8+pz5c7gwjJH8AvEptIuKNZG9mTRWq6ioispm9V2HO+SUikrtv7yUuSP6T/KrClNKc5K+Z7e7BB5JXAPsq7LpuSvIM4DiK2radkDwB+C4Cd5+RvLj7oQhU9bHaR1WfSP6NbpZzfh5u9DmWsIyIBGBTBGbWkOwBfBSBiMjwKutRICI3Kkl4o0V221EAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: right center;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 3%;
    top: 0;
  }
  .detail .right-detail .nav-d .mu-btn .icon1:after {
    content: "三";
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
    font-weight: bold;
  }
  .detail .right-detail .nav-d .itm {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    position: relative;
    background-color: #fff;
    width: 60%;
    z-index: 2;
  }
  .detail .right-detail .nav-d .itm a {
    display: block;
    line-height: 40px;
    font-size: 14px;
  }
  .detail .right-detail .nav-d .itm-wrp {
    position: fixed;
    left: -120%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .detail .right-detail .nav-d .itm-wrp:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1;
  }
  .detail .right-detail .nav-d .itm-wrp:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 3%;
    padding-right: 3%;
    z-index: 1;
  }
  .detail .right-detail .nav-d .itm-wrp .item-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .detail .right-detail .nav-d .itm-wrp.open {
    left: 0;
  }
  .detail .right-detail .nav-d .itm-wrp.open:before {
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 0.3s 0.2s ease;
    -moz-transition: all 0.3s 0.2s ease;
    transition: all 0.3s 0.2s ease;
  }
  .detail .right-detail .nav-d .nav-list {
    position: relative;
    z-index: 2;
  }
  .detail .right-detail .nav-d .nav-list h4 {
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 14px;
    line-height: 40px;
  }
  .detail .right-detail .nav-d .nav-list .itm {
    display: block!important;
  }
  .tj-news dt {
    padding-bottom: 2%;
  }
  .tj-news dd ol {
    font-size: 14px;
  }
  .logo_ser,
  .ser_wrp {
    float: none;
  }
  .header_ser {
    padding-bottom: 1.2%;
    position: relative;
  }
  .header_ser .top {
    display: none;
  }
  .header_ser .ser_wrp {
    padding-top: 2.5%;
    float: none;
    padding-right: 25%;
    position: relative;
    padding-left: 2%;
  }
  .header_ser .ser_wrp form {
    overflow: visible;
    width: 85%;
  }
  .header_ser .ser_wrp .txt {
    width: 100%;
  }
  .header_ser .ser_wrp .btn {
    width: 24%;
    float: none;
    position: absolute;
    right: 2%;
    top: 0;
    margin-top: 2.5%;
    font-size: 14px;
  }
  .header_ser .goHome_a {
    display: none;
  }
  .page-search .logo_ser {
    text-align: center;
  }
  .page-search .logo_ser img {
    display: inline;
    height: 60px;
  }
  .page-search .contact_ser {
    padding: 2%;
  }
  .page-search .contact_ser .img_ser {
    width: 100px;
    height: 79px;
    margin-right: 3%;
  }
  .page-search .contact_ser ul {
    width: auto;
  }
  .page-search .contact_ser ul li a {
    font-size: 16px;
  }
  .page-search .contact_ser .icon_ser {
    font-size: 12px;
  }
  .page-search .contact_ser .icon_ser strong {
    background-size: 13px auto;
    padding-left: 15px;
  }
  .content2 {
    padding: 3% 3% 0 3%;
  }
  .contact #mapdom {
    padding-bottom: 60%;
  }
  .contact .min {
    margin-top: 0;
  }
  .contact .l,
  .contact .r {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 4%;
  }
  .contact .infobox {
    width: auto;
    padding: 6%;
  }
  .contact .infobox .t {
    font-size: 20px;
    padding-bottom: 3%;
    line-height: 1.2em;
  }
  .contact .infobox .subinfo {
    line-height: 1.714em;
    font-size: 14px;
    padding-bottom: 2%;
  }
  .contact .weixin_tel {
    padding: 6% 0;
  }
  .contact .weixin_ewm {
    padding: 3% 0 1.5% 0;
  }
  .contact .weixin_ewm img {
    border: 5px solid #fff;
  }
  .fix-bottom-mb {
    position: fixed;
    display: block;
    z-index: 99;
    left: 0;
    bottom: 0;
    background-color: #e8260d;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .fix-bottom-mb,
  .fix-bottom-mb a {
    color: #fff;
  }
  .fix-bottom-mb .o1 {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
  .fix-bottom-mb .ic {
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    background-size: 100% auto!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }
  .fix-bottom-mb .ic1 {
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .fix-bottom-mb .ic2 {
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .fix-bottom-mb .ic3 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAEFUlEQVR4nO3cX6jfcxzH8c9mtrRo7IZCsQ1tTWQu1MouzJKEXCwrEpIo07iSVrT5n+QCyQ2jmOXYSsl24UJjI40mpKSdC4zhQtuxMx4uPvudcnac8/v9vt/P9/07v9953v++v8/r2ef7/X7+vb8ptQFux6cYxce4pZ3fzZBSwnMm5qnotvU8uO9/5LXYEN3GngWX4PAUAv/GddFt7TkwF3unkNfiNyyPbnNPgYfblNfiayyMbndPgIvauHUn4n3MiW5/ONjRhbwWz0e3PxRcXUFei3ujc4SA2fIguSqjWB2dp3FwbQ3yWhzEhdGZGgW7ahQIX2JBdK5GwMXyoLhutmN2dL7i4PEC8lo8E52vKPKsY39BgXBndM5i4Ar5zVmSv7AqOmsRdD5t65YfsSg6b+3gvYYEwuc4NTpzreBAgwJhW3TmWmlYXotN0blrI0ggrIvOXguBAodxWnT+yuCHQIlXRuevDN4JFLgmOn9lsD5I3hGcE52/MliquyX8qvTHHBmz8FHD8t7E3OjstYH7G5Z3cnTmWsHZ+HNGXgXwWmF5H+jnbU+sUGZVGkawLDpjceQl+BLsic7WCLhcmV64IzpbY+CNAgL3RudqDCxW/xt5MJ6BLfBIzQJhp34dwowH8/FNAYlvDZLENQUEDpzEV2YkVgCn4/tCErcOisTV+KeQxIHpiU8UEsgg9ET5/MzuGYkVkAfYv85IrABuKChwYCQ+OiOxAvIeylBhiW/rpz2T8WCBfAa6tMS+7okX4KcGJPZ1T1wlb5D3rET5kbMIS3BSnflrAesKC2xJ7Ph2xo1y1ekIjmIfbi7hoRJ4oAGJHU37cNck13oSs0o66Rhlp3st2tpXxh1tXGsIZzThpm3wclF9mUl7Im7r4Fr7sLRJR5MiFyxuKWFtHDtw3rj/nic/SjpdOTqIa6KcnQDmYFu9vibkd3nWsgkv4KsK1zqG9dHuxpB7Q5XC7ShexLxofymllHCK6SlxF86K9pdSGuuJW4OFdMO3WBHtL6U09kx8PVhIN/yBtdH+Ukpjb+cmhjgl2Bjtbwx5BjAd2YL50f5SSinhwWgbXbIb50f7SymlhFvlCf50Y1ivFAfhKvwcLKQbjuiVCny5RuWLYCHdsjnaX0opJSzEu9E2uuSeaH8ppbFhzmPRNrpgONrdf8BaHIq20gnRzk4Ay9TzDa8mOBbta0LkhYhno+20wVC0q0nB9WILwifjABZHO5oSnKl8GVqnfIgl0W46Ajfhu2Bxo/LZoOl5YkI+cvy08pv5E/EJVkY7qAVcqvwBpxa/YIN+PGIin9/eWUjcUbyEc6NzFue4yO3HQ1flsLyCfll0rsbBcmzW+fcQR7AHD5lub9cSyJtZK7FRrpQfHifsED7Dq7hbhU/Z/wsBvrgTOf9w0AAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .fix-bottom-mb .flex1 {
    position: relative;
  }
  .fix-bottom-mb .flex1:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 0;
    border-right: 1px solid #fff;
    top: 50%;
    margin-top: -8px;
    right: 0;
  }
  .fix-bottom-mb .flex1:last-child:after {
    display: none;
  }
  .footer {
    padding-bottom: 60px;
  }
  .h_nav {
    display: block;
  }
  .h_nav a i {
    background: #231815;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .h_nav {
    padding: 3% 3% 0 3%;
  }
  .h_nav a {
    display: block;
    float: left;
    position: relative;
    width: 26%;
    margin: 4% 3.66% 1% 3.66%;
    text-align: center;
  }
  .h_nav a i {
    display: block;
    position: relative;
    height: 0;
    width: 0;
    line-height: 0;
    padding-left: 60%;
    padding-bottom: 60%;
    margin: auto;
    background-size: 45% auto!important;
  }
  .h_nav a span {
    font-size: 16;
    color: #333;
    padding-top: 0.8rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }
  .h_nav4 {
    padding: 3% 3% 0 3%;
  }
  .h_nav4 a {
    width: 23%;
    margin: 4% 1% 1% 1%;
  }
  .h_nav4 a i {
    padding-left: 62%;
    padding-bottom: 62%;
  }
  .h_nav4 a span {
    font-size: 12px;
  }
  .h_nav a i.nc1 {
    background: #e8260d url(../images/icon/icon_nav_1.png) no-repeat center center;
  }
  .h_nav a i.nc2 {
    background: #e8260d url(../images/icon/icon_nav_2.png) no-repeat center center;
  }
  .h_nav a i.nc3 {
    background: #e8260d url(../images/icon/icon_nav_3.png) no-repeat center center;
  }
  .h_nav a i.nc4 {
    background: #e8260d url(../images/icon/icon_nav_4.png) no-repeat center center;
  }
  .h_nav a i.nc5 {
    background: #e8260d url(../images/icon/icon_nav_5.png) no-repeat center center;
  }
  .h_nav a i.nc6 {
    background: #e8260d url(../images/icon/icon_nav_6.png) no-repeat center center;
  }
  .h_nav a i.nc7 {
    background: #e8260d url(../images/icon/icon_nav_7.png) no-repeat center center;
  }
  .h_nav a i.nc8 {
    background: #e8260d url(../images/icon/icon_nav_8.png) no-repeat center center;
  }
  .h_nav a i.nc9 {
    background: #e8260d url(../images/icon/icon_nav_9.png) no-repeat center center;
  }
  .h_nav a i.nc10 {
    background: #e8260d url(../images/icon/icon_nav_10.png) no-repeat center center;
  }
  .h_nav.animate a {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
  .down_load .down_load_list {
    font-size: 12px;
  }
  .down_load .down_load_list dl span.b a b {
    display: none;
  }
}
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}
