@media (max-width: 768px) {
  .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: #002fa7;
    color: #fff;
  }
  .p_menu {
    width: 30px;
    height: 28px;
    position: relative;
    display: none;
    z-index: 1006;
  }
  .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%;
  }
  .mb_open .p_menu:before {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .mb_open .p_menu div,
  .mb_open .p_menu:after {
    top: 50%;
    margin-top: -1px;
  }
  .mb_open .p_menu div {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mb_open .p_menu:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .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%;
  }
  .min {
    width: auto;
  }
  .container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header,
  .header .nav-wrp,
  .header .nav-container {
    height: 60px;
  }
  .header,
  .header .nav-wrp {
    padding-top: 0;
  }
  .header .nav-wrp {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    background-image: url(none);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1007;
    position: fixed;
    border-bottom: 0;
  }
  .header .nav-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header .logo {
    height: 40px;
    margin-top: 10px;
  }
  .header .nav {
    width: 100%;
    height: calc(100vh - 114px);
    float: none;
    position: fixed;
    left: 101%;
    top: 60px;
    z-index: 1005;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.4);
  }
  .header .nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header .nav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    right: -70%;
    top: 0;
    z-index: 1;
    width: 60%;
    -webkit-transition: right 0.4s 0.1s ease;
    -moz-transition: right 0.4s 0.1s ease;
    transition: right 0.4s 0.1s ease;
  }
  .header .nav ul {
    right: -70%;
    -webkit-transition: right 0.4s 0.1s ease;
    -moz-transition: right 0.4s 0.1s ease;
    transition: right 0.4s 0.1s ease;
  }
  .header .nav ul {
    position: relative;
    width: 60%;
    height: calc(100% - 60px);
    position: absolute;
    background-color: #fff;
    z-index: 3;
    margin-top: 0!important;
    right: -70%;
    top: 0;
    overflow-y: auto;
  }
  .header .nav ul li {
    height: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header .nav ul li a {
    position: relative;
    padding-left: 2em;
    padding-right: 0;
    font-weight: normal;
    color: #333;
    padding-bottom: 0;
  }
  .header .nav ul li a .a-name {
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
    margin-top: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 15px;
    font-weight: bold;
  }
  .header .nav ul li a .a-name span {
    font-size: 11px;
  }
  .header .nav ul li a img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  .header .nav ul li .nav-name {
    display: none;
  }
  .header .nav ul li .nav-child {
    display: block;
    position: static;
    background: transparent;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header .nav ul li .nav-child .wrp-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .nav ul li .nav-child a {
    padding-left: 22px;
    padding-right: 10px;
    margin-left: 3em;
    text-align: left;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    color: #333!important;
    display: block;
    background-position: left center!important;
    background-size: 18px;
  }
  .header .nav ul li .nav-child a.act,
  .header .nav ul li .nav-child a:hover {
    color: #002fa7 !important;
  }
  .header .nav ul li.act {
    background-color: transparent;
  }
  .header .nav ul li.act a {
    color: #002fa7;
  }
  .header .nav ul li.act a:after {
    display: none;
  }
  .header .nav .tel {
    font-size: 16px;
    height: auto;
    color: #002fa7;
    float: none;
    width: 60%;
    -webkit-transition: right 0.4s 0.1s ease;
    -moz-transition: right 0.4s 0.1s ease;
    transition: right 0.4s 0.1s ease;
    padding-left: 0;
    position: absolute;
    right: -70%;
    bottom: 17px;
    z-index: 4;
    text-align: center;
    top: auto;
  }
  .header .nav .tel i {
    width: 18px;
    height: 18px;
    background-size: 100% auto;
  }
  .header .nav .tel .tel-number {
    line-height: 18px;
  }
  .header.mb_open .nav {
    left: 0;
  }
  .header.mb_open .nav:before {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .header.mb_open .nav:after,
  .header.mb_open .nav ul,
  .header.mb_open .nav .tel {
    right: 0;
  }
  .easy_touch_index a {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #f0f0f0;
  }
  .easy_touch_index a:after {
    display: none;
  }
  .easy_touch_index a.act {
    background: #002fa7;
    width: 8px;
    border-color: #fff;
  }
  .banner {
    height: auto;
    padding-bottom: 42%;
  }
  .banner .easy_touch_move {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner .easy_touch_index_wrp {
    bottom: 5%;
    right: 0;
    width: 100%;
  }
  .banner .banner-message {
    display: none;
  }
  .banner.child-banner {
    height: auto;
    padding-bottom: 35%;
  }
  .banner .loader {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .banner .easy_touch_index a {
    background: #fff;
  }
  .banner .easy_touch_index a.act {
    background: #002fa7;
  }
  .home-message {
    padding-bottom: 12px;
  }
  .home-message .container {
    width: 94%;
    min-width: 0;
  }
  .home-message form {
    display: block;
  }
  .home-message h3 {
    font-weight: normal;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-message h3 span {
    font-size: 26px;
  }
  .home-message .item {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-message .item .input {
    margin-left: 8px;
  }
  .home-message .item .input .suffix {
    top: 3px;
  }
  .home-message .item i {
    width: 24px;
  }
  .home-message .item i img {
    width: 100%;
  }
  .home-message .item img {
    display: block;
  }
  .home-message .item-address {
    font-size: 20px;
    border-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-message .item-address i {
    width: 16px;
  }
  .home-message .item-address i img {
    width: 100%;
  }
  .home-message .form-submit {
    font-size: 22px;
    border-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .home-message .form-submit .btn {
    display: block;
    height: 100%;
  }
  .youshi {
    padding-top: 26px;
    padding-bottom: 16px;
  }
  .youshi .content {
    background-size: 92% auto;
  }
  .home-case-wrp {
    background: #fff;
  }
  .home-case-wrp .name {
    display: none;
  }
  .home-case-wrp .home-title-case {
    height: auto;
    background-size: 74% auto;
    padding-bottom: 26%;
  }
  .home-case-wrp .case-banner-container {
    width: 73%;
  }
  .home-case-wrp .ft-text {
    padding-right: 6%;
    font-size: 11px;
  }
  .home-case-wrp .case-play-index {
    width: 50px;
    left: 73%;
    min-width: 0;
    background: #fff;
  }
  .home-case-wrp .case-play-index .count {
    top: 20%;
    font-size: 12px;
    line-height: 1.1;
    display: block!important;
  }
  .home-case-wrp .case-play-index .count .c {
    font-size: 16px;
    color: #002fa7;
  }
  .home-case-wrp .case-play-index .count .c,
  .home-case-wrp .case-play-index .count .a {
    display: block;
  }
  .home-case-wrp .case-play-index .count .is_pc {
    display: none;
  }
  .home-case-wrp .case-play-index .play {
    display: none;
  }
  .home-case-wrp .easy_touch_index {
    display: none;
  }
  .home-case-wrp .h-case-nav {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .home-case-wrp .h-case-nav .case-nav-wrp {
    display: block;
  }
  .home-case-wrp .h-case-nav .mm {
    display: none;
  }
  .home-case-wrp .h-case-nav,
  .home-case-wrp .h-case-nav a {
    color: #000;
  }
  .home-case-wrp .h-case-nav .title {
    padding-right: 0;
    float: none;
    padding-left: 12px;
    margin-left: 10%;
  }
  .home-case-wrp .h-case-nav .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 80%;
    top: 10%;
    background: #002fa7;
  }
  .home-case-wrp .h-case-nav .title .ch {
    font-size: 18px;
  }
  .home-case-wrp .h-case-nav .title .en {
    font-size: 11px;
  }
  .home-case-wrp .h-case-nav .title .m {
    display: none;
  }
  .home-case-wrp .h-case-nav .list {
    display: block;
    padding-left: 20px;
    padding-left: 10%;
    padding-right: 2%;
    padding-top: 2.6%;
  }
  .home-case-wrp .h-case-nav .list .item {
    width: 32.33%;
    margin-right: 1%;
    font-size: 14px;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home-case-wrp .h-case-nav .list .item a {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 0;
    padding-right: 0;
  }
  .home-case-wrp .h-case-nav .list .item a b {
    font-weight: normal;
  }
  .home-case-wrp .h-case-nav .list .item a:hover {
    background: none;
    color: #002fa7;
  }
  .home-video-wrp {
    padding-left: 3%;
    padding-right: 3%;
  }
  .home-video-wrp .home-title-video {
    height: auto;
    background-size: 64% auto;
    padding-bottom: 28%;
    background-position: center;
  }
  .home-video-wrp .home-title-video-1 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .home-video-wrp .home-title-video-1 .btn-1 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #002fa7;
    font-size: 16px;
    margin-top: 0;
  }
  .home-video-wrp .home-title-video-1 .btn-2 {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .home-video-wrp .home-title-video-1 .en {
    font-size: 16px;
    padding-left: 10px;
  }
  .home-video-wrp .video-wrp {
    padding: 0;
    overflow: visible;
  }
  .home-video-wrp .video-wrp .play {
    display: none;
  }
  .home-video-wrp .video-wrp .video {
    overflow: visible;
  }
  .home-video-wrp .video-wrp #video-list {
    padding-bottom: 40px;
  }
  .home-video-wrp .video-wrp .easy_touch_index {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
  }
  .home-video-wrp .f-title {
    height: auto;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18%;
    background-size: 45% auto;
  }
  .team {
    margin-top: 7%;
    padding-top: 10%;
    background-size: 40%;
    border-top: 2px solid #f2f2f2;
    padding-bottom: 0;
    background: none;
  }
  .big-team {
    height: auto;
    padding-left: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .big-team .img {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 172%;
  }
  .big-team .img:hover .images {
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
  .big-team .img .images {
    position: absolute;
  }
  .team-container {
    padding-top: 33%;
    width: 100%;
    background-size: 40%;
    background-position: center 5%;
    padding-bottom: 6%;
  }
  .team-container .team-list {
    height: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-container .team-list .img {
    width: auto;
    height: auto;
    float: none;
    padding-bottom: 140%;
  }
  .team-container .team-list .text {
    position: relative;
    left: 0;
    bottom: auto;
    padding-top: 12px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }
  .team-container .team-list .text > div {
    flex: 1;
  }
  .team-container .team-list .text .title,
  .team-container .team-list .text .title-en {
    padding-right: 6px;
  }
  .team-container .team-list .text .zhiwei {
    padding-top: 0;
    padding-left: 6px;
  }
  .team-container .team-list .text .zhiwei .zw,
  .team-container .team-list .text .zhiwei .zx {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  .team-container .team-list .easy_touch_move {
    position: relative;
  }
  .team-container .team-list .easy_touch_move .easy_touch_list {
    float: left;
    width: 100%;
  }
  .team-container .team-list .easy_touch_list {
    margin-bottom: 6px;
    margin-right: 0;
  }
  .team-container .team-list .easy_touch_list .images {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .team-container .team-list .easy_touch_list:hover .images {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
  .zcjj {
    padding-bottom: 40%;
    margin-top: 15px;
    background-size: 94% auto;
  }
  .fwlc-wrp .min {
    padding-bottom: 0;
  }
  .fwlc-wrp .title {
    line-height: 1.3;
    padding-top: 32px;
    padding-bottom: 25px;
    background-size: 40% auto;
    background-position: right 32px;
  }
  .fwlc-wrp .title h2 {
    font-size: 18px;
  }
  .fwlc-wrp .title .des {
    font-size: 14px;
  }
  .fwlc-wrp .b {
    background: none;
  }
  .fwlc-wrp .liucheng-list {
    padding-top: 0;
  }
  .fwlc-wrp .liucheng-list .item {
    width: 24%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 1%;
  }
  .fwlc-wrp .liucheng-list .item .icon {
    width: 80%;
    height: auto;
    padding-bottom: 60%;
  }
  .fwlc-wrp .liucheng-list .item .name {
    font-size: 13px;
  }
  .fwlc-wrp .liucheng-list .item .icon {
    background-size: 60% auto;
  }
  .news {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .new-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-group .title {
    width: 100%;
    height: 70px;
  }
  .new-group .title span {
    opacity: 0;
  }
  .new-group .item {
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-left: 0;
  }
  .new-group .item:first-child {
    padding-top: 0;
  }
  .new-group .item .title {
    background-size: 100% auto!important;
    background-position: left center!important;
    height: auto;
    padding-bottom: 18%;
  }
  .new-group .item .title span {
    display: none;
  }
  .new-group .list {
    width: 100%;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.8;
    height: auto;
    min-height: 140px;
  }
  .new-group .btn-container {
    width: 100%;
  }
  .footer {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5px;
    padding-bottom: 70px;
  }
  .footer .text-1,
  .footer .text-2 {
    font-size: 12px;
    width: 100%;
    padding-top: 10px;
    line-height: 1.3;
    float: none;
  }
  .footer .text-1 .p,
  .footer .text-2 .p {
    padding-bottom: 4px;
  }
  .footer .text-1 img,
  .footer .text-2 img {
    width: 17px;
  }
  .footer .text-1 a,
  .footer .text-2 a {
    color: #b3c1e5;
  }
  .footer .qr {
    display: none;
  }
  .footer-nav-bar {
    height: 54px;
    background: #002fa7;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .footer-nav-bar .icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-size: 90% auto!important;
    margin-top: 9px;
    position: relative;
  }
  .footer-nav-bar .icon-home {
    background-image: url('../images/footer-nav-bar-home.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-nav-bar .icon-menu {
    background-image: url('../images/footer-nav-bar-menu.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-nav-bar .icon-tel {
    background-image: url('../images/footer-nav-bar-tel.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px;
    height: 64px;
    background-color: #002fa7;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    margin-top: -12px;
    background-size: 70% auto!important;
  }
  .footer-nav-bar .icon-contact {
    background-image: url('../images/footer-nav-bar-contact.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-nav-bar .icon-jsq {
    background-image: url('../images/footer-nav-bar-jsq.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-nav-bar .text {
    padding-top: 2px;
  }
  .footer-nav-bar .brid {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: red;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -7px;
    font-style: normal;
    text-align: center;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-animation: opt 0.8s ease infinite;
    animation: opt 0.8s ease infinite;
    display: none;
  }
  .after {
    background-size: 60%;
  }
  .child-nav-container {
    padding-top: 22px;
  }
  .p-block-pd-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .child-nav {
    text-align: left;
    float: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  .child-nav .scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .child-nav a {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
  }
  .child-nav a.act {
    color: #fff;
  }
  .case-nav {
    margin-top: 10px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .case-nav a {
    font-size: 14px;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
  }
  .filter {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    overflow: visible;
    position: relative;
    z-index: 9;
  }
  .filter .dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    overflow: visible;
  }
  .filter .filter-bg {
    overflow: visible;
  }
  .filter dl {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0;
    overflow: visible;
  }
  .filter dl:first-of-type {
    border: 0;
  }
  .filter dl.open-child dd {
    display: block;
  }
  .filter dt {
    line-height: 40px;
  }
  .filter dt {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #333;
    font-weight: normal;
    position: relative;
  }
  .filter dt:after {
    content: "";
    position: static;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ddd;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  .filter dt .opacity-0 {
    display: none;
  }
  .filter dd {
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9;
    line-height: auto;
    padding: 2.5%;
    display: none;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .filter dd a {
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 0;
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sort {
    background: #f4f4f4;
    padding: 10px;
    margin-top: 0;
  }
  .sort .sort-list {
    float: none;
  }
  .sort .sort-list .order-btn {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 34px;
  }
  .sort .search {
    float: none;
    padding-top: 4px;
    display: flex;
  }
  .sort .search .input {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    flex: 1;
  }
  .sort .search .sub-btn {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-left: 10px;
  }
  .child-team {
    padding: 0;
  }
  .child-team .left {
    width: auto;
    float: none;
  }
  .child-team .li {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
  }
  .child-team .li .sjs {
    width: 100px;
    padding-right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .child-team .li .sjs .img {
    padding-bottom: 164%;
  }
  .child-team .li .tag {
    position: absolute;
    left: 30px;
    top: 12px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: normal;
  }
  .child-team .li .text {
    padding-left: 110px;
  }
  .child-team .li .text .name {
    padding-top: 30px;
    font-size: 16px;
    padding-bottom: 12px;
  }
  .child-team .li .text .name span {
    padding-left: 20px;
  }
  .child-team .li .text .des {
    display: none;
  }
  .child-team .li .text .items {
    overflow: hidden;
    height: 100px;
  }
  .child-team .li .text .items .item {
    float: none;
    padding-right: 0;
    text-align: left;
    white-space: nowrap;
    line-height: 1.45;
  }
  .child-team .li .text .items .item .b {
    display: inline;
    padding-bottom: 0;
  }
  .child-team .li .text .items .item .b:after {
    content: "：";
  }
  .child-team .li .al .t {
    color: #002fa7;
    border-bottom: 0;
  }
  .child-team .li .al .child-r-case {
    margin-top: 0;
  }
  .child-team .li .al .child-r-case li .btn-wrp {
    display: none;
  }
  .case-nav {
    padding-bottom: 10px;
  }
  .case-nav a {
    width: 33.33%;
    margin-left: 0;
    box-sizing: border-box;
    border-left: 3px solid #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .child-case {
    padding-top: 0;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .child-case .pages {
    padding-bottom: 0;
  }
  .child-case ul {
    width: 100%;
  }
  .child-case ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 3.5%;
    float: none;
  }
  .child-case ul li .text {
    padding: 10px 25px 10px 20px;
  }
  .child-case ul li .text .des {
    padding-top: 3px;
    font-size: 12px;
  }
  .child-case ul li .text h1 {
    font-size: 15px;
  }
  .child-case ul li .text .p_dianzan img {
    width: 12px;
  }
  .child-case ul li .text:before {
    width: 8px;
    height: 30px;
    margin-top: -15px;
  }
  .child-case ul li .text:after {
    width: 12px;
    height: 6px;
    bottom: 16px;
  }
  .child-case ul li .bg {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .child-case ul li .bg,
  .child-case ul li .btn-wrp {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .child-case ul li .btn-wrp {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    width: 80%;
    left: 10%;
    height: 60%;
    top: 20%;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
  }
  .child-case ul li .btn-wrp .btn {
    background: transparent;
    border: 0;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    line-height: 1.2;
  }
  .child-case ul li:hover .bg,
  .child-case ul li:hover .btn-wrp {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .child-case ul li:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .case-view .show_txt {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
  }
  .position-nav-wrp {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }
  .position-nav-wrp .position-nav {
    font-size: 14px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .position-nav-wrp .position-nav .pst {
    margin-right: 10px;
    margin-left: 10px;
  }
  .case-view-detail {
    height: auto;
  }
  .case-view-detail .case-detail-item {
    position: relative;
    left: 0;
    top: 0;
  }
  .case-view-detail .case-detail-item .easy_touch_index {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
  .case-view-detail .case-detail-item.is-media .easy_touch_list {
    text-align: center;
  }
  .case-view-detail .case-detail-item.is-media .box {
    padding-bottom: 56.25%;
  }
  .case-view-detail .case-detail-item.is-media .case-play-item {
    padding-right: 0;
  }
  .case-view-detail .case-detail-item.is-media .case-play-item .case-item-info {
    display: block;
  }
  .case-view-detail .case-item-info {
    position: static;
    width: auto;
    right: 0;
    padding: 5% 4%;
  }
  .case-view-detail .border {
    margin-left: 4%;
    margin-right: 4%;
  }
  .case-view-detail .case-play-wrp {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    position: relative;
  }
  .case-view-detail .case-play-item {
    padding-left: 0;
    padding-right: 0;
    transform: translateY(0);
    top: 0;
    padding-bottom: 30px;
  }
  .case-view-detail .case-play-item .item-name {
    font-size: 18px;
  }
  .case-view-detail .case-play-item .item-name span {
    display: inline-block;
    padding-bottom: 5px;
  }
  .case-view-detail .case-play-item .item-description {
    font-size: 13px;
    padding-top: 30px;
    line-height: 1.4;
  }
  .case-view-detail .play {
    display: none;
  }
  .case-view-mote-title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .case-view-mote-title h1 {
    font-size: 20px;
  }
  .case-view-mote-title .en {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .team-banner-detail {
    height: auto;
    background: transparent;
    color: #fff;
  }
  .team-banner-detail .wrp {
    height: auto;
    margin-top: 0;
    background: #010920;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .team-banner-detail .team-img {
    width: 120px;
    position: static;
    border-radius: 2px;
    float: left;
    margin-left: 5%;
  }
  .team-banner-detail .team-name {
    position: static;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0;
    overflow: hidden;
  }
  .team-banner-detail .team-name h1 {
    font-size: 17px;
  }
  .team-banner-detail .team-name p {
    font-size: 12px;
  }
  .team-banner-detail .team-description {
    position: static;
    right: 0;
    top: 0;
    width: auto;
    line-height: 1.2;
    font-size: 12px;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    height: 7.104em;
  }
  .team-banner-detail .yuyue {
    position: static;
    overflow: hidden;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    left: 0;
    top: 0;
  }
  .team-banner-detail .yuyue .btn {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .team-banner-detail .yuyue .tips {
    font-size: 10px;
    margin-top: 5px;
  }
  .child-team-detail {
    padding-left: 3%;
    padding-right: 3%;
  }
  .child-team-detail .caption {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .child-team-detail .items .item {
    width: 100%;
    padding-left: 0;
  }
  .child-team-detail .items .t {
    font-size: 18px;
    padding-bottom: 14px;
    background-size: 180px auto;
  }
  .child-team-detail .items .des {
    font-size: 14px;
  }
  .child-gongdi {
    padding-bottom: 0;
    padding-top: 0;
  }
  .child-gongdi .li {
    padding: 5%;
    border-bottom: 10px solid #c1c5ce;
  }
  .child-gongdi .li .data {
    border: 0;
    display: block;
  }
  .child-gongdi .li .img-wrp {
    width: 100%;
    float: none;
  }
  .child-gongdi .li .text {
    padding: 15px 0 0;
  }
  .child-gongdi .li .text .name {
    font-size: 20px;
    padding-bottom: 0;
  }
  .child-gongdi .li .text .list {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .child-gongdi .li .text .list .item {
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
  }
  .child-gongdi .li .text .list .item > div {
    width: 48%;
    padding-right: 0;
    float: none;
    font-size: 14px;
    display: inline-block;
    line-height: 1.1;
  }
  .child-gongdi .li:after,
  .child-gongdi .li:before {
    display: none;
  }
  .child-gongdi .btn-wrp {
    padding-top: 20px;
    position: absolute;
    bottom: 13px;
    right: 4%;
  }
  .child-gongdi .btn-wrp .btn-border {
    padding: 3px;
  }
  .child-gongdi .btn-wrp .btn {
    font-size: 14px;
  }
  .child-gongdi .btn-wrp .btn img {
    width: 16px;
  }
  .child-gongdi .btn-wrp .view {
    display: none;
  }
  .jindu {
    font-size: 15px;
    padding-top: 10px;
  }
  .jindu .jindu-item {
    float: none;
    overflow: hidden;
  }
  .jindu .jd-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    margin-left: 10px;
  }
  .rzlp-detail-top .child-gongdi {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .rzlp-detail-top .child-gongdi .li {
    padding-right: 5%;
  }
  .rzlp-detail-top .child-gongdi .li:after {
    display: none;
  }
  .rzlp-detail-top .child-gongdi .li .description {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rzlp-detail-top .child-gongdi .li .text .name {
    font-size: 18px;
  }
  .zsgd-params {
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 14px;
  }
  .zsgd-params .space {
    display: none;
  }
  .zsgd-params .gr {
    width: 49.9%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
  }
  .zsgd-params .gr span {
    padding-left: 18px;
    padding-right: 18px;
  }
  .zsgd-show-container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .zsgd-show-container .jindu {
    padding: 0;
  }
  .zsgd-show-container .right {
    float: none;
  }
  .single-about .title {
    font-size: 22px;
    text-align: left;
    padding-left: 3%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .single-about .info {
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-about .info .item {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }
  .single-about .info .item .h {
    padding-left: 20px;
    background-size: 10px;
    font-size: 18px;
    color: #002fa7;
    font-weight: bold;
  }
  .single-about .info .item .d {
    font-size: 14px;
    padding-top: 10px;
  }
  .single-about .info .item .text {
    float: none;
  }
  .single-about .info .tip {
    position: static;
    text-align: left;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .single-about .info .tip span {
    display: block;
  }
  .single-about .info .tip:after {
    width: 80px;
    height: 2px;
    line-height: 2px;
    right: auto;
    left: 0;
  }
  .single-about .about-banner-1 {
    background-size: 100% auto;
  }
  .single-about .about-s {
    background-size: 128% auto;
    padding-bottom: 96%;
  }
  .single-about .about-s-1 {
    background-size: 100% auto;
  }
  .single-about .title-1 {
    padding-bottom: 20%;
    background-size: auto 80%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .single-about .home-kehu {
    padding-bottom: 30px;
  }
  .single-about .home-kehu .thumb {
    display: none;
  }
  .single-about .home-kehu .list-wrp {
    width: 100%;
    height: auto;
    float: none;
  }
  .single-about .home-kehu .list-wrp .team-play {
    padding-left: 4%;
    padding-right: 4%;
    height: 100%;
  }
  .single-about .home-kehu .list-wrp .list {
    height: 100%;
  }
  .single-about .home-kehu .list-wrp .item .head {
    padding-top: 30px;
  }
  .single-about .home-kehu .list-wrp .item .description {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single-about .home-kehu .list-wrp .item .image-list {
    padding-top: 20px;
  }
  .single-about .home-kehu .play {
    display: none;
  }
  .single-about .easy_touch_index {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .single-blue {
    background-size: cover;
  }
  .single-blue .h {
    font-size: 20px;
    color: #002fa7;
    margin-top: 30px;
    line-height: 1.01;
    font-weight: bold;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-blue .h-l {
    font-size: 11px;
    right: 3%;
  }
  .single-blue .h-l:after {
    width: 70px;
    height: 2px;
    line-height: 2px;
  }
  .single-blue .blue-text-des {
    padding-top: 35px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-blue .blue-text-des .text {
    width: 100%;
    float: none;
  }
  .single-blue .blue-text-des .text p {
    padding-bottom: 20px;
  }
  .single-blue .blue-text-des .text .ch {
    padding-top: 0;
  }
  .single-blue .blue-text-des .text .en {
    padding-top: 30px;
  }
  .single-blue .blue-text-des .image {
    width: 100%;
    float: none;
  }
  .single-blue .blue-text-des .image .bg {
    background-size: 100% auto;
  }
  .single-blue .blue-tip {
    margin-top: 30px;
    background-size: 94% auto;
  }
  .single-blue .blue-img {
    background-size: 94% auto;
  }
  .single-blue .blue-list {
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
  }
  .single-blue .blue-list .tip {
    display: none;
  }
  .single-blue .blue-list .list {
    width: 100%;
  }
  .single-blue .blue-list .list .item {
    padding-bottom: 16px;
  }
  .single-blue .blue-list .list .tt {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .single-blue .blue-list .list .tt:after {
    width: 100%;
    height: 2px;
    line-height: 2px;
  }
  .single-blue .blue-list .list .tt span {
    font-size: 30px;
    padding-right: 4px;
  }
  .single-blue .blue-list .list .des {
    padding-top: 15px;
  }
  .single-wenhua .boss-info {
    width: auto;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-wenhua .boss-info .tag {
    position: static;
    margin-left: 0;
    font-size: 16px;
    padding: 8px 14px;
    margin-top: 15px;
  }
  .single-wenhua .boss-info .head .tx {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-wenhua .boss-info .head .tx .img {
    background-size: contain;
  }
  .single-wenhua .boss-info .detail {
    position: static;
    left: 0;
    width: 100%;
    padding-top: 25px;
  }
  .single-wenhua .boss-info .detail h1 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .single-wenhua .boss-info .detail h1 span {
    font-size: 12px;
  }
  .single-wenhua .boss-info .detail h3 {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-wenhua .boss-info .detail .des {
    font-size: 14px;
  }
  .single-wenhua .boss-info .gushi {
    padding-top: 30px;
  }
  .single-wenhua .boss-info .gushi .des {
    line-height: 1.56;
  }
  .single-wenhua .boss-info .gushi .des p {
    padding-top: 30px;
    font-size: 14px;
  }
  .single-wenhua .t1 {
    font-size: 22px;
    padding-left: 24px;
    background-size: 14px auto;
  }
  .single-wenhua .td-1 {
    font-size: 20px;
  }
  .single-wenhua .td-2 {
    font-size: 12px;
  }
  .single-wenhua .td-3 {
    font-size: 16px;
    padding-top: 16px;
  }
  .single-wenhua .td-4 {
    font-size: 16px;
    padding-top: 16px;
  }
  .single-wenhua .t2:after {
    content: "";
    width: 74px;
    height: 6px;
    line-height: 6px;
    background: #002fa7;
    display: block;
  }
  .single-wenhua .list {
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-wenhua .list .item {
    position: relative;
    padding-top: 40px;
  }
  .single-wenhua .list .item .text {
    width: 100%;
  }
  .single-wenhua .list .item .img {
    width: 100%;
    position: static;
    margin-top: 10px;
  }
  .single-wenhua .zongzhi {
    padding-top: 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    background-size: auto 26px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .single-wenhua .zongzhi .item {
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 8px;
    background-size: 40px auto;
    background-position: 15px center;
  }
  .single-wenhua .zongzhi .item h1 {
    font-size: 18px;
  }
  .single-wenhua .zongzhi .item h1 span {
    font-size: 14px;
    padding-left: 10px;
  }
  .single-wenhua .zongzhi .item .des {
    font-size: 14px;
    padding-top: 4px;
    line-height: 1.4;
  }
  .single-oubiao {
    padding-top: 30px;
  }
  .single-oubiao .title {
    line-height: 1.2;
    margin-left: 5%;
    margin-right: 5%;
  }
  .single-oubiao .title h1 {
    font-size: 18px;
  }
  .single-oubiao .title h1 span {
    font-size: 12px;
    display: block;
  }
  .single-oubiao .title .description {
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 50px;
  }
  .single-oubiao .title .description:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .single-oubiao .tabs {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    padding-top: 18px;
    margin-top: 10px;
    padding-right: 20px;
  }
  .single-oubiao .tabs .item {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 20px;
  }
  .single-oubiao .tabs:after {
    right: 20px;
  }
  .single-oubiao .image-play {
    padding: 0 5% 5%;
  }
  .single-oubiao .image-play .image-play-item .list {
    width: 103.01%;
  }
  .single-oubiao .image-play .image-play-item .list .item {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-top: 3%;
  }
  .single-oubiao .image-play .image-play-item .list .item .img {
    margin-top: 0;
  }
  .single-oubiao .td {
    padding-top: 30px;
  }
  .single-oubiao .icons {
    width: 103.01%;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .single-oubiao .icons .item {
    width: 47%;
  }
  .single-oubiao .icons .item .icon {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    background-size: 100% auto;
  }
  .single-oubiao .icons .item .text {
    padding: 15px;
    font-size: 14px;
  }
  .single-oubiao .title-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single-oubiao .title-1 h1 {
    font-size: 24px;
  }
  .single-oubiao .title-1 .description {
    font-size: 14px;
  }
  .single-oubiao .title-1 .en {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .single-oubiao .ten-list {
    width: 103.01%;
    padding-bottom: 20px;
  }
  .single-oubiao .ten-list .item {
    float: left;
    margin-right: 3%;
    margin-top: 3%;
    width: 47%;
  }
  .single-oubiao .ten-list .item img {
    display: block;
    width: 100%;
  }
  .single-oubiao .ten-list .item.end {
    width: 100%;
  }
  .single-oubiao .pkxc {
    padding-bottom: 0px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-oubiao .pkxc .eight {
    width: 103.01%;
  }
  .single-oubiao .pkxc .item {
    width: 47%;
    margin-right: 3%;
    margin-top: 3%;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  }
  .single-oubiao .pkxc .item .icon {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    background-size: 100% auto;
  }
  .single-oubiao .pkxc .item .name {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .single-oubiao .ten-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-oubiao .ten-service .ten-service-list {
    width: 100%;
    height: auto;
    float: none;
  }
  .single-oubiao .ten-service .ten-service-list .easy_touch_move {
    height: auto;
    width: auto;
    overflow: hidden;
  }
  .single-oubiao .ten-service .ten-service-list .easy_touch_move .easy_touch_list {
    height: auto;
    margin-bottom: 0;
    float: left;
  }
  .single-oubiao .ten-service .ten-service-list .easy_touch_move .easy_touch_list .img {
    height: auto;
    padding-bottom: 29.83%;
  }
  .single-oubiao .ten-service .ten-service-list .easy_touch_index {
    padding-top: 10px;
  }
  .single-oubiao .ten-service .ten-service-play-btn {
    display: none;
  }
  .single-oubiao .ten-service .ten-service-image {
    width: auto;
    float: none;
    height: auto;
    margin: 8% 8% 0%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 5%;
    background: #012fa7;
  }
  .single-oubiao .ten-service .ten-service-image img {
    width: 100%;
  }
  .single-oubiao .sglc {
    font-size: 14px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .single-oubiao .sglc .item {
    height: 80px;
    width: 25%;
  }
  .single-oubiao .sglc .item span {
    position: absolute;
    width: 100%;
    line-height: 1.2;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-bottom: 18px;
  }
  .single-dapai {
    padding-bottom: 0;
  }
  .single-dapai .biaozhun {
    margin-top: 3%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .single-dapai .haochu {
    padding-top: 30px;
    margin-top: 0;
  }
  .single-dapai .haochu .bg {
    height: auto;
    background-size: 100% auto;
    padding-bottom: 40%;
    position: relative;
  }
  .single-dapai .haochu .bg > .maxHeight {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .single-dapai .haochu .text {
    background-size: 60% auto;
    left: 4%;
    padding-top: 0;
    top: -5%;
  }
  .single-dapai .haochu .earth {
    right: -8%;
    padding-top: 0;
    top: -8%;
    background-size: 45% auto;
  }
  .single-dapai .title h1 {
    font-size: 22px;
  }
  .single-dapai .title .line {
    width: 80px;
    height: 3px;
    line-height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .single-dapai .title .des {
    font-size: 15px;
  }
  .single-dapai .title .en {
    font-size: 11px;
  }
  .single-dapai .images-tabs .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .single-dapai .images-tabs .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-dapai .images-tabs .tabs .item {
    width: 25%;
    line-height: 1.1;
    padding-bottom: 12px;
  }
  .single-dapai .images-tabs .tabs .item .ch {
    font-size: 16px;
  }
  .single-dapai .images-tabs .tabs .item .en {
    display: inline-block;
  }
  .single-dapai .images-tabs .image-play {
    margin-top: 20px;
  }
  .single-dapai .images-tabs .image-play .image-play-item {
    padding-left: 10%;
    padding-right: 10%;
  }
  .single-dapai .images-tabs .image-play .image-play-item .pd {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-dapai .images-tabs .image-play .image-play-item .box {
    padding-bottom: 30px;
  }
  .single-dapai .images-tabs .image-play .image-play-item .easy_touch_list {
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .single-dapai .images-tabs .image-play .image-play-item .easy_touch_list:nth-child(odd) {
    margin-top: 0;
  }
  .single-dapai .images-tabs .image-play .play {
    display: none;
  }
  .single-dapai .images-tabs .image-play .easy_touch_index {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .single-dapai .logo-list-wrp .title {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-dapai .logo-list {
    margin-top: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
  }
  .single-dapai .logo-list .bg {
    height: 90%;
  }
  .single-dapai .logo-list .logo {
    float: none;
    width: 102.01%;
  }
  .single-dapai .logo-list .logo .item {
    width: 23%;
    margin-right: 2%;
    margin-top: 2%;
    float: left;
  }
  .single-dapai .logo-list .text {
    float: none;
    width: auto;
    height: auto;
    margin-top: 3%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-size: 25px auto;
  }
  .single-dapai .logo-list .text .info {
    text-align: left;
    width: 242px;
  }
  .single-dapai .logo-list .text .line {
    height: 100%;
    width: 1px;
  }
  .single-dapai .logo-list .text .des {
    font-size: 12px;
    color: #002fa7;
    padding-top: 12px;
  }
  .single-dapai .logo-list .text .name {
    font-size: 18px;
    color: #002fa7;
  }
  .single-dapai .logo-list .text .country span {
    background: #002fa7;
    color: #fff;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-quanan .team-des {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-quanan .team-des h1 {
    font-size: 22px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-quanan .team-des h1 span {
    padding-right: 0;
  }
  .single-quanan .team-des .detail {
    margin-top: 5%;
    padding: 20px 30px;
  }
  .single-quanan .team-des .detail .item {
    padding-right: 0;
    display: block;
    padding-top: 20px;
  }
  .single-quanan .team-des .detail .item h3 {
    font-size: 18px;
  }
  .single-quanan .team-des .detail .item .des {
    font-size: 14px;
    padding-top: 10px;
  }
  .single-quanan .team-des .detail .item:first-child {
    padding-top: 0;
  }
  .single-quanan .infomation .left {
    width: auto;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-quanan .infomation .left .t {
    overflow: hidden;
  }
  .single-quanan .infomation .left .t h1 {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .single-quanan .infomation .left .t h1 span {
    font-size: 12px;
  }
  .single-quanan .infomation .left .item-info {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .single-quanan .infomation .left .item-info h3 {
    font-size: 18px;
  }
  .single-quanan .infomation .left .item-info h3 b {
    font-size: 17px;
  }
  .single-quanan .infomation .left .item-info .des {
    font-size: 14px;
    padding-top: 15px;
  }
  .single-quanan .infomation .right {
    width: auto;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-quanan .infomation .right .des {
    font-size: 16px;
    font-weight: bold;
  }
  .single-quanan .infomation .right .man-des {
    width: 100%;
  }
  .single-quanan .infomation .des-footer {
    position: static;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }
  .single-quanan .infomation .des-footer .text {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-quanan .infomation .des-footer .text h3 {
    font-size: 20px;
  }
  .single-quanan .infomation .des-footer .text .line {
    width: 70px;
    height: 1px;
    line-height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .single-quanan .infomation .des-footer .text .des {
    font-size: 13px;
  }
  .single-quanan .infomation .des-footer .fix-text {
    position: static;
    font-size: 13px;
    padding-left: 5%;
    padding-bottom: 5px;
  }
  .single-quanan .title h1 {
    font-size: 22px;
  }
  .single-quanan .title .en {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .single-quanan .title .description {
    font-size: 14px;
  }
  .single-quanan .qadz .title {
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .single-quanan .qadz .image-play .image-play-item {
    padding-left: 0;
    padding-right: 0;
  }
  .single-quanan .qadz .image-play .image-play-item .pd {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-quanan .qadz .image-play .image-play-item .easy_touch_move {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .single-quanan .qadz .image-play .image-play-item .easy_touch_list {
    width: 150px;
    margin-right: 12px;
    display: inline-block;
    float: none;
  }
  .single-quanan .qadz .image-play .play {
    display: none;
  }
  .single-quanan .title-color {
    background-image: -webkit-linear-gradient(left, #151b33 30%, #3a56d3 100%);
    background-image: -o-linear-gradient(left, #151b33 30%, #3a56d3 100%);
    background-image: linear-gradient(to right, #151b33 30%, #3a56d3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151b33', endColorstr='#ff3a56d3', GradientType=1);
    margin-top: 30px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .single-quanan .title-color .description {
    padding-top: 15px;
  }
  .single-quanan .title-color:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #243376;
    top: 98%;
  }
  .single-quanan .team-r {
    margin-top: 25px;
  }
  .single-quanan .team-r .img {
    background-size: 100% auto;
  }
  .single-quanan .yuyue-info {
    padding-bottom: 30px;
    padding-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .single-quanan .yuyue-info .text {
    font-size: 20px;
    float: none;
  }
  .single-quanan .yuyue-info .btn-wrp {
    float: none;
    font-size: 14px;
    overflow: hidden;
  }
  .single-quanan .yuyue-info .btn-wrp a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 12px;
  }
  .single-quanan .yuyue-info .btn-wrp a:hover {
    background: #00247e;
  }
  .single-quanan .yuyue-info .btn-wrp a:first-child {
    margin: 0;
  }
  .single-fuwu .title-1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .single-fuwu .title-1 h1 {
    font-size: 22px;
  }
  .single-fuwu .title-1 .en {
    font-size: 12px;
    padding-top: 8px;
  }
  .single-fuwu .title-1 .des {
    font-size: 13px;
    padding-top: 8px;
  }
  .single-fuwu .title-1 .border-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-fuwu .title-1 .border-wrp h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-fuwu .title-1 .border-wrp .des span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-fuwu .title-1 .border-wrp:before {
    border: 1px solid #ababab;
  }
  .single-fuwu .min-banner {
    width: 100%;
  }
  .single-fuwu .min-banner-1 .img {
    background-size: 94% auto;
  }
  .single-fuwu .ydd-list {
    height: auto;
    padding-top: 0;
    padding-bottom: 35%;
    background-size: 94% auto;
    margin-left: 6%;
    margin-right: 6%;
  }
  .single-fuwu .ten-service .ten-service-list {
    width: 100%;
    height: auto;
  }
  .single-fuwu .ten-service .ten-service-list .easy_touch_move {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .single-fuwu .ten-service .ten-service-list .easy_touch_move .easy_touch_list {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    float: left;
  }
  .single-fuwu .ten-service .ten-service-list .easy_touch_move .easy_touch_list .img {
    height: auto;
    padding-bottom: 28.36%;
  }
  .single-fuwu .ten-service .ten-service-list .easy_touch_index {
    padding-top: 10px;
  }
  .single-fuwu .ten-service .ten-service-play-btn {
    display: none;
  }
  .single-fuwu .ten-service .ten-service-image {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
  .single-fuwu .min-banner-2 .img {
    background-size: 94% auto;
  }
  .single-fuwu .min-banner-3 .img {
    background-size: 94% auto;
  }
  .single-fuwu .min-banner-4 .img {
    background-size: 94% auto;
  }
  .single-fuwu .hyqy {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .single-fuwu .hyqy .right-image {
    width: auto;
    height: auto;
    float: none;
    padding-bottom: 180.4%;
  }
  .single-fuwu .hyqy .left-list {
    width: auto;
    float: none;
  }
  .single-fuwu .hyqy .left-list .item {
    padding: 3% 5%;
    padding-right: 50px;
    background-size: 30px auto;
  }
  .single-fuwu .hyqy .left-list .item .icon {
    width: 50px;
    height: 50px;
    background-size: 100% auto!important;
  }
  .single-fuwu .hyqy .left-list .item .text {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .list-common {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .list-common .n-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .list-common .n-title h1 {
    font-size: 22px;
  }
  .list-common .n-title .des {
    font-size: 14px;
    padding-top: 8px;
  }
  .list-common .n-title .en {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .list-common .li {
    padding: 4% 3%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }
  .list-common .li:last-child {
    border: 0;
  }
  .list-common .li .wrp {
    padding-left: 0;
  }
  .list-common .li .index {
    display: none;
  }
  .list-common .li .img-wrp {
    width: 130px;
  }
  .list-common .li .img-wrp .img {
    padding-bottom: 72.7%;
    position: relative;
  }
  .list-common .li .data {
    border: 0;
  }
  .list-common .li .text {
    text-align: left;
    padding: 0;
    padding-left: 12px;
  }
  .list-common .li .text .name {
    font-size: 16px;
    padding-bottom: 0;
  }
  .list-common .li .text .time {
    font-size: 12px;
    color: #999;
  }
  .list-common .li .text .description {
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 1.3;
    height: 3.77em;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .list-common .li .text .more {
    display: none;
  }
  .list-common .li:after,
  .list-common .li:before {
    display: none;
  }
  .child-video {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .child-video ul {
    width: 102.101%;
  }
  .child-video ul li .text {
    padding: 10px 15px;
  }
  .child-video ul li .text h1 {
    font-size: 15px;
  }
  .child-video ul li .btn-wrp .btn {
    font-size: 12px;
  }
  .video-view-detail {
    height: 90vh;
  }
  .video-view-detail .bg {
    opacity: 1;
  }
  .video-view-detail .play {
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 2px;
  }
  .video-view-detail .close {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    top: 110%;
    right: 50%;
    margin-right: -22px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.8);
  }
  .content-view-detail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-view-detail:after {
    height: 20px;
  }
  .show_txt .zans .p_dianzan {
    font-size: 12px;
  }
  .show_txt .zans img {
    width: 20px;
  }
  .show_txt .t {
    padding-top: 10px;
    line-height: 1.3;
  }
  .show_txt .t h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .show_txt .des-2 {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
  .show_txt .des-3 {
    line-height: 1.6;
  }
  .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;
  }
  .textpage .txt img,
  .textpage .show_txt img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
  }
  .zans {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .zans .p_dianzan {
    padding: 6px 20px;
    font-size: 14px!important;
  }
  .zans .p_dianzan img {
    width: 18px!important;
  }
  /*附件下载*/
  .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%;
  }
  .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: #a7c0ff;
    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;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.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;
  }
  .pop-message .form {
    width: 90%;
    padding: 15px 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: -165px;
  }
  .pop-message .form .f-logo img {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .pop-message .form .item {
    padding-left: 24px;
    border-bottom: 1px solid #f7ecec;
    font-size: 14px;
    margin-top: 10px;
    background-size: 15px auto;
  }
  .pop-message .form .item input {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .pop-message .form .item .label {
    width: 70px;
    line-height: 34px;
  }
  .pop-message .form .item-btn {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .pop-message .form .item-btn .btn-wrp {
    width: 45%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .pop-message .form .tip {
    padding-top: 15px;
  }
  .content2 {
    padding: 3% 3% 0 3%;
  }
  .contact #mapdom {
    padding-bottom: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact .min {
    margin-top: 0;
  }
  .contact .l,
  .contact .r {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 4%;
  }
  .contact .infobox {
    width: auto;
    padding: 6%;
    font-size: 14px;
  }
  .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 .infobox .inputwrp input,
  .contact .infobox .inputwrp textarea {
    font-size: 14px;
  }
  .contact .weixin_tel {
    padding: 6% 0;
  }
  .contact .weixin_ewm {
    padding: 3% 0 1.5% 0;
  }
  .contact .weixin_ewm img {
    border: 5px solid #fff;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 520px) {
  .h-news {
    width: 102%;
  }
  .h-news .date {
    position: static;
    float: none;
  }
  .h-news .text {
    margin-left: 0;
    padding-top: 2%;
    float: none;
  }
  .h-news .text div.full-abs {
    position: static;
  }
  .h-news .text h1 {
    font-size: 18px;
    height: auto;
  }
  .h-news .text p {
    font-size: 14px;
  }
  .h-news .img {
    margin-top: 1%;
  }
  .h-news .img img {
    display: block;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .case ul {
    width: 102.51%;
  }
  .case ul li {
    width: 47.499%;
    margin-right: 2.5%;
  }
  .case ul li .text .p_dianzan {
    display: block;
  }
}
@media (max-width: 480px) {
  .down_load .down_load_list {
    font-size: 12px;
  }
  .down_load .down_load_list dl span.b a b {
    display: none;
  }
  .case ul {
    width: 100%;
  }
  .case ul li {
    width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 360px) {
  .image-list {
    width: 102.01%;
    margin-top: 3%;
  }
  .image-list li {
    width: 98%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .image-list li .title {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-list li .title1 {
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }
  .image-list li .title1 .btn-wrp {
    display: none;
  }
}
@media (max-width: 320px) {
  .child-team .li {
    width: 100%;
  }
  .child-team .li .info {
    margin-right: 0;
  }
  .child-team .li .info .name {
    font-size: 17px;
  }
  .child-team .li .info .name span {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .child-team .li .info .name .fr {
    display: none;
  }
  .child-team .li .info .description {
    padding-top: 5px;
    font-size: 12px;
  }
}
