* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'microsoft yahei';
}

ul li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  outline-width: 0ch;
}

:root {
  --main-color: #4869c9;
  --main-color-white: #ffffff;
  --main-color-555: #555555;
  --main-color-999: #999999;
  --main-color-666: #666666;
  --main-color-333: #333333;
  --main-color-888: #888888;
  --main-color-222: #222222;
  --main-transition: all ease 0.4s;
  --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
  .pcmenu {
    width: 100%;
    height: 72px;
    background-color: var(--main-color);
  }

  .pcnav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    height: 72px;
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .pcnav>li {
    position: relative;
    flex: 1;
    transition: var(--main-transition);
  }

  .pcnav>li>a {
    display: block;
    text-align: center;
    height: 72px;
    line-height: 72px;
    font-size: 17px;
    transition: var(--main-transition);
    color: var(--main-color-white);
    padding: 0 8px;
    background-image: url(../image/ge.png);
    background-repeat: no-repeat;
    background-position: right -1px;
  }

  .pc_sec_nav {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    opacity: 0;
    top: 120%;
    visibility: hidden;
    transition: var(--main-transition);
  }

  .pc_sec_item a {
    color: var(--main-color-white);
    background: rgba(72, 105, 201, .9);
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    transition: var(--main-transition);
  }

  .pc_sec_item a:hover {
    background: rgba(72, 105, 201, 1) !important;
  }

  .pcnav>li>a:hover {
    color: var(--main-color-white);
  }

  /* .pc_sec_item a:hover {
    color: var(--main-color-white) !important;
} */
  .pcnav li:hover .pc_sec_nav {
    opacity: 1 !important;
    top: 100%;
    visibility: visible !important;
  }

  .pc_sec_item:hover .pc_third_nav {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .pcnav li:hover .first_a {
    color: var(--main-color-white);
  }

  .pc_sec_item:hover .second_a {
    color: var(--main-color-white) !important;
  }

  .third_a:hover {
    color: var(--main-color) !important;
  }

  .pc_sec_item {
    position: relative;
  }

  .pc_third_nav {
    position: absolute;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    left: 100%;
    top: 0;
    z-index: 998;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--main-transition);
  }

  .third_a {
    color: var(--main-color-666);
    background-color: var(--main-color-white);
  }

  .third_a:hover {
    color: var(--main-color-white) !important;
  }

  .copy {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #555555;
    background-color: #3b3d40;
  }

  .copycon {
    text-align: center;
    max-width: 1200px;
    text-align: center;
    font-size: 14px;
    color: var(--main-color-999);
    margin: 0 auto;
  }

  .copycon a {
    font-size: 14px;
    color: var(--main-color-999);
  }

  .inbanner {
    width: 100%;
    height: 400px;
    background-image: url(https://tengyun.template.tyjz.com/14283/images/inbanner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: 90px;
    justify-content: center;
  }

  .inbanner strong {
    font-size: 30px;
    color: var(--main-color-white);
    font-weight: normal;
  }

  .inside {
    max-width: 1530px;
    padding: 15px 65px;
    margin: 0 auto;
    margin: 20px auto;
    /* background-color: var(--main-color-white); */
  }

  .inside p {
    font-size: 15px;
    color: var(--main-color-222);
  }

  body {
    background: #f5f5f5;
    background-size: 100%;
  }

  .pchead {
    width: 100%;
    background: url(../image/banner.jpg) center center no-repeat;
    height: 180px;
  }

  .pcheader {
    max-width: 1530px;
    padding: 0 65px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    /*height: 160px;*/
  }

  .pc_search {
    display: flex;
    align-items: center;
  }

  .pc_search input {
    width: 390px;
    height: 40px;
    padding-left: 15px;
    background-color: var(--main-color-white);
    outline: none;
    border: none;
  }

  .pc_search a {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color-white);
    font-size: 15px;
  }

  .pc_search .search_btn {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color-white);
    font-size: 15px;
    padding: 0;
  }

  .con1 {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .con1con {
    width: 100%;
    padding: 15px;
    background-color: var(--main-color-white);
  }

  .con1_top {
    padding: 15px;
    position: relative;
    background-color: #f5f5f5;
    background-image: url(https://tengyun.template.tyjz.com/14283/images/toutiao.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .con1_top_pos {
    position: absolute;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color-white);
    font-size: 20px;
    left: 10px;
    top: 5px;
  }

  .con1_top a:hover {
    color: var(--main-color) !important;
  }

  .con1_top a {
    color: var(--main-color-333);
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 150px;
  }

  .con1_top p {
    text-align: left;
    padding: 0 150px;
    width: 100%;
    color: var(--main-color-666);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .con1_bot {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
  }

  .con1_bot_left {
    width: 48%;
  }

  .con1_bot_right {
    width: 50%;
    border: 1px solid #efefef;
  }

  .con1_banner {
    width: 100%;
  }

  .con1_banner img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }

  .con1_bannerbtn {
    width: 40px !important;
    color: var(--main-color-white);
    line-height: 40px;
    text-align: center;
    font-size: 20px !important;
    height: 40px !important;
    background-image: none !important;
    background: rgba(0, 0, 0, .6);
  }

  .con1pos {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: var(--main-color-999);
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right: 150px;
  }

  .con1_banner_page {
    text-align: right !important;
    padding-right: 15px;
  }

  .con1tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tab_active {
    color: var(--main-color-white) !important;
    background-color: var(--main-color) !important;
  }

  .con1tab span {
    cursor: pointer;
    user-select: none;
    flex: 1;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 10px;
    background-color: #fafafa;
  }

  .con1fycon {
    padding: 15px;
  }

  .con1fy_top a {
    display: block;
    text-align: left;
    color: var(--main-color-333);
    font-size: 20px;
    font-weight: bold;
  }

  .con1fy_top p {
    text-align: left;
    color: var(--main-color-999);
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .con1fy_bot {
    margin-top: 10px;
  }

  .common_list li:last-child {
    margin-bottom: 0;
  }

  .common_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    padding-left: 25px;
    background-image: url(../image/listnot.png);
    background-repeat: no-repeat;
    background-size: 10px;
    border-bottom: 1px dashed #dedede;
    background-position: left center;
  }

  .common_list li a {
    display: block;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: var(--main-color-666);
    width: 75%;
  }

  .common_list li a:hover {
    color: var(--main-color);
  }

  .common_list li span {
    color: var(--main-color-888);
    font-size: 13px;
  }

  .con1fycon {
    display: none;
  }

  .ml_mb_head {
    display: none;
  }

  .ml_mb_nav {
    display: none;
  }

  .con2 {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .con2con {
    width: 100%;
    padding: 15px;
  }

  .con2con img {
    width: 100%;
  }

  .con3 {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .con3con {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .con3left {
    width: 70%;
    padding: 15px;
    background-color: var(--main-color-white);
    border-top: 4px solid var(--main-color);
    box-shadow: var(--main-shadow);
  }

  .con3left_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
  }

  .con3left_top strong {
    position: relative;
    color: var(--main-color);
    font-size: 22px;
  }

  .con3left_top a {
    color: var(--main-color-999);
    font-size: 14px;
  }

  .con3left_top strong::after {
    content: '';
    width: 100%;
    left: 0;
    bottom: -10px;
    background-color: var(--main-color);
    position: absolute;
    height: 2px;
  }

  .con3left_bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .con3left_bot_left {
    width: 30%;
  }

  .con3left_bot_left img {
    width: 100%;
  }

  .con3left_bot_right {
    width: 68%;
  }

  .con3left_bot_right p {
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 16px;
    color: var(--main-color-666);
  }

  .con3right {
    width: 28%;
    background-color: var(--main-color-white);
    box-shadow: var(--main-shadow);
    padding: 15px;
    border-top: 4px solid var(--main-color);
  }

  .con3right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .con3right ul li:nth-child(3n) {
    margin-right: 0;
  }

  .con3right ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
  }

  .con3right ul li img {
    transition: var(--main-transition);
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .con3right ul li p {
    margin-top: 5px;
    font-size: 16px;
    color: var(--main-color-666);
  }

  .con3right ul li:hover p {
    color: var(--main-color);
  }

  .con3right ul li:hover img {
    transform: rotateY(180deg);
  }

  .con4 {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .con4con {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .con4item {
    width: calc((100% - 40px) / 3);
    padding: 15px;
    background-color: var(--main-color-white);
    box-shadow: var(--main-shadow);
    margin-right: 20px;
  }

  .con4item:nth-child(3n) {
    margin-right: 0;
  }

  .con4con .con4item:nth-child(1) {
    border-top: 4px solid #ee8000 !important;
  }

  .con4con .con4item:nth-child(2) {
    border-top: 4px solid #34a1ff !important;
  }

  .con4con .con4item:nth-child(3) {
    border-top: 4px solid #5bd76f !important;
  }

  .con5 {
    max-width: 1530px;
    padding: 0 80px;
    margin: 0 auto;
  }

  .con5con {
    width: 100%;
    padding: 50px;
    background-image: url(../image/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .con5con a {
    display: block;
    padding: 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 2px 2px #006;
    margin: 0 25px;
  }

  .con5con a:nth-child(1) {
    background-color: #4acbfa;
  }

  .con5con a:nth-child(2) {
    background-color: #34a1ff;
  }

  .con5con a:nth-child(3) {
    background-color: #2a9bfc;
  }

  .con5con a:nth-child(4) {
    background-color: #3190fb;
  }

  .con6 {
    max-width: 1500px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .con6con {
    padding: 15px;
    background-color: var(--main-color-white);
  }

  .mySwiper_case {
    width: 100%;
  }

  .mySwiper_case img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .mySwiper_case .swiper-slide {
    padding: 10px;
    transition: var(--main-transition);
    cursor: pointer;
    background-color: #ececec;
  }

  .mySwiper_case .swiper-slide p {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: var(--main-color-666);
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .mySwiper_case .swiper-slide:hover {
    background-color: var(--main-color) !important;
  }

  .mySwiper_case .swiper-slide:hover p {
    color: var(--main-color-white);
  }

  .mySwiper_case_page {
    display: none;
  }

  .mySwiper_case_btn {
    background-image: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    color: var(--main-color-white);
    font-size: 20px !important;
    background: rgba(72, 105, 201, .9);
  }

  .con7 {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
  }

  .con7con {
    padding: 15px;
  }

  .con7con ul {
    display: flex;
    flex-wrap: wrap;
  }

  .con7con ul li {
    width: calc((100% - 100px) / 5);
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 5px;
    background-color: #efefef;
  }

  .con7con ul li img {
    width: 100%;
  }

  .con7con ul li:nth-child(5n) {
    margin-right: 0;
  }

  .foot {
    padding: 40px 0;
    background-color: var(--main-color);
  }

  .footer {
    max-width: 1530px;
    padding: 0 65px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .footerleft {
    width: 220px;
    padding-right: 20px;
  }

  .footerleft ul li {
    display: flex;
    align-items: center;
  }

  .footerleft ul li i {
    font-size: 15px !important;
    color: var(--main-color-white);
    width: 20px !important;
  }

  .footerleft ul li {
    margin-bottom: 10px;
  }

  .footerleft ul li span {
    flex: 1;
    padding-left: 5px;
    color: var(--main-color-white);
    font-size: 14px;
  }

  .footerright {
    flex: 1;
    padding: 0 20px;
  }

  .footercode {
    width: 120px;
    margin-left: 30px;
  }

  .footercode img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  .footercode p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: var(--main-color-white);
  }

  .footerright ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footerright ul li {
    padding: 0 15px;
    /* width: 25%; */
    margin-bottom: 20px;
  }

  .footerright ul li:last-child {
    border-right: 0 !important;
  }

  .f_a {
    font-size: 15px;
    color: var(--main-color-white);
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .s_a {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #ffffff99;
  }
}

@media only screen and (max-width: 996px) {
  .foot {
    padding: 30px 15px;
    background-color: var(--main-color);
  }

  .footer {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .footerleft {
    width: 100%;
    margin-bottom: 25px;
  }

  .footerleft ul li {
    display: flex;
    align-items: center;
  }

  .footerleft ul li i {
    font-size: 15px !important;
    color: var(--main-color-white);
    width: 20px !important;
  }

  .footerleft ul li {
    margin-bottom: 10px;
  }

  .footerleft ul li span {
    flex: 1;
    padding-left: 5px;
    color: var(--main-color-white);
    font-size: 14px;
  }

  .footerright {
    width: 100%;
  }

  .footercode {
    width: 100%;
  }

  .footercode img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }

  .footercode p {
    margin: 10px 0;
    font-size: 14px;
    color: var(--main-color-white);
  }

  .footerright ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footerright ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .footerright ul li:last-child {
    border-right: 0 !important;
  }

  .f_a {
    font-size: 15px;
    color: var(--main-color-white);
    display: block;
    /*margin-bottom: 30px;*/
    text-align: center;
  }

  .s_a {
    display: none;
  }

  .con7 {
    padding: 15px;
    margin: 0 auto;
  }

  .con7con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .con7con ul li {
    width: 48%;
    margin-bottom: 25px;
    padding: 5px;
    background-color: #efefef;
  }

  .con7con ul li img {
    width: 100%;
  }

  .con7con ul li:nth-child(5n) {
    margin-right: 0;
  }

  .con6 {
    margin: 0 auto;
  }

  .con6con {
    padding: 15px;
    background-color: var(--main-color-white);
  }

  .mySwiper_case {
    width: 100%;
  }

  .mySwiper_case img {
    width: 100%;
  }

  .mySwiper_case .swiper-slide {
    padding: 10px;
    transition: var(--main-transition);
    cursor: pointer;
    background-color: #ececec;
  }

  .mySwiper_case .swiper-slide p {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: var(--main-color-666);
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .mySwiper_case_page {
    display: none;
  }

  .mySwiper_case_btn {
    background-image: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    color: var(--main-color-white);
    font-size: 20px !important;
    background: rgba(72, 105, 201, .9);
  }

  .con5 {
    padding: 15px;
  }

  .con5con {
    width: 100%;
    background-image: url(../image/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 15px;
  }

  .con5con a {
    width: 48%;
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding: 30px 5px;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 0px 2px 2px #006;
  }

  .con5con a:nth-child(1) {
    background-color: #4acbfa;
  }

  .con5con a:nth-child(2) {
    background-color: #34a1ff;
  }

  .con5con a:nth-child(3) {
    background-color: #2a9bfc;
  }

  .con5con a:nth-child(4) {
    background-color: #3190fb;
  }

  .con4con .con4item:nth-child(1) {
    border-top: 4px solid #ee8000 !important;
  }

  .con4con .con4item:nth-child(2) {
    border-top: 4px solid #34a1ff !important;
  }

  .con4con .con4item:nth-child(3) {
    border-top: 4px solid #5bd76f !important;
  }

  .con4 {
    padding: 15px;
    margin: 0 auto;
  }

  .con4con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .con4item {
    width: 100%;
    padding: 15px;
    background-color: var(--main-color-white);
    box-shadow: var(--main-shadow);
    margin-bottom: 20px;
  }

  .con3 {
    padding: 15px;
    margin: 0 auto;
  }

  .con3con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .con3left {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background-color: var(--main-color-white);
    border-top: 4px solid var(--main-color);
    box-shadow: var(--main-shadow);
  }

  .con3left_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
  }

  .con3left_top strong {
    position: relative;
    color: var(--main-color);
    font-size: 18px;
  }

  .con3left_top a {
    color: var(--main-color-999);
    font-size: 14px;
  }

  .con3left_top strong::after {
    content: '';
    width: 100%;
    left: 0;
    bottom: -10px;
    background-color: var(--main-color);
    position: absolute;
    height: 2px;
  }

  .con3left_bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .con3left_bot_left {
    width: 100%;
    margin-bottom: 15px;
  }

  .con3left_bot_left img {
    width: 100%;
  }

  .con3left_bot_right {
    width: 100%;
  }

  .con3left_bot_right p {
    line-height: 25px;
    width: 100%;
    font-size: 14px;
    color: var(--main-color-666);
  }

  .con3right {
    width: 100%;
    background-color: var(--main-color-white);
    box-shadow: var(--main-shadow);
    padding: 15px;
    border-top: 4px solid var(--main-color);
  }

  .con3right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .con3right ul li:nth-child(3n) {
    margin-right: 0;
  }

  .con3right ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
  }

  .con3right ul li img {
    transition: var(--main-transition);
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .con3right ul li p {
    margin-top: 5px;
    font-size: 14px;
    color: var(--main-color-666);
  }

  .con3right ul li:hover p {
    color: var(--main-color);
  }

  .con3right ul li:hover img {
    transform: rotateY(180deg);
  }

  .con2 {
    margin: 0 auto;
    padding: 15px;
  }

  .con2con {
    width: 100%;
  }

  .con2con img {
    width: 100%;
  }

  .con1_top_pos {
    display: none;
  }

  .ml_mb_arrowChange {
    transform: rotate(90deg);
  }

  .ml_mbnav_3 {
    display: none;
  }

  .ml_mbnav_3_item {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    background-color: #efefef;
  }

  .ml_mbnav_3_item>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: var(--main-color-666);
    font-size: 14px;
    padding-left: 35px;
  }

  .ml_mb_nav i {
    font-size: 22px !important;
    transition: var(--main-transition);
  }

  .ml_mbnav_2_item {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    background-color: #e3e3e3;
  }

  .ml_mbnav_2_item>a {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: var(--main-color-666);
    font-size: 14px;
    padding-left: 20px;
  }

  .ml_mbnav_2 {
    display: none;
  }

  .ml_mbnav_1_item>a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: var(--main-color-666);
    font-size: 14px;
    width: 100%;
  }

  .ml_mbnav_1_item {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
  }

  .ml_mb_nav {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    right: -100%;
    background-color: var(--main-color-white);
    z-index: 100;
    border-top: 1px solid #ccc;
    overflow: scroll;
    padding: 20px 0;
    transition: var(--main-transition);
  }

  .mb_navShow {
    right: 0 !important;
  }

  .hb_fadeout {
    opacity: 0 !important;
  }

  .change2 {
    transform: translateY(-10px) rotate(-45deg);
  }

  .change1 {
    transform: translateY(10px) rotate(45deg);
  }

  .hb span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: var(--main-transition);
  }

  .hb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 20px;
    flex-direction: column;
  }

  .pchead {
    margin-top: 60px;
  }

  .pcheader .logo {
    display: none;
  }

  .ml_mb_logo img {
    height: 52px;
  }

  .ml_mb_head {
    display: flex;
    height: 60px;
    padding: 0 20px;
    /*background-color: var(--main-color-white);*/
    background: url(../image/banner_yd.jpg) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    z-index: 99;
  }

  .pcmenu {
    display: none;
  }

  .con1 {
    padding: 15px 15px;
    margin: 0 auto;
  }

  .con1con {
    width: 100%;
    padding: 15px;
    background-color: var(--main-color-white);
  }

  .con1_top {
    padding: 15px;
    position: relative;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .con1_top a:hover {
    color: var(--main-color) !important;
  }

  .con1_top a {
    color: var(--main-color-333);
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .con1_top p {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    color: var(--main-color-666);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .con1_bot {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
  }

  .con1_bot_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .con1_bot_right {
    width: 100%;
  }

  .con1_banner {
    width: 100%;
  }

  .con1_banner img {
    width: 100%;
    object-fit: cover;
  }

  .con1_bannerbtn {
    width: 40px !important;
    color: var(--main-color-white);
    line-height: 40px;
    text-align: center;
    font-size: 20px !important;
    height: 40px !important;
    background-image: none !important;
    background: rgba(0, 0, 0, .6);
  }

  .con1pos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: var(--main-color-999);
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right: 50px;
  }

  .con1_banner_page {
    text-align: right !important;
    padding-right: 15px;
  }

  .con1tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tab_active {
    color: var(--main-color-white) !important;
    background-color: var(--main-color) !important;
  }

  .con1tab span {
    cursor: pointer;
    user-select: none;
    flex: 1;
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 5px;
    background-color: #fafafa;
  }

  .con1fycon {
    padding: 10px;
  }

  .con1fy_top a {
    display: block;
    text-align: center;
    color: var(--main-color-333);
    font-size: 14px;
    font-weight: bold;
  }

  .con1fy_top p {
    text-align: center;
    color: var(--main-color-666);
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .con1fy_bot {
    margin-top: 10px;
  }

  .common_list li:last-child {
    margin-bottom: 0;
  }

  .common_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    padding-left: 15px;
    background-image: url(../image/listnot.png);
    background-repeat: no-repeat;
    background-size: 10px;
    border-bottom: 1px dashed #dedede;
    background-position: left center;
  }

  .common_list li a {
    display: block;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 75%;
    color: var(--main-color-666);
  }

  .common_list li a:hover {
    color: var(--main-color);
  }

  .common_list li span {
    color: var(--main-color-888);
    font-size: 12px;
  }

  .con1fycon {
    display: none;
  }

  body {
    background: #f5f5f5;
    background-size: cover;
  }

  .pchead {
    width: 100%;
    padding: 20px 15px;
  }

  .pcheader {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    display: block;
    margin: 0 auto;
  }

  .logo img {
    width: 250px;
  }

  .pc_search {
    display: flex;
    align-items: center;
    width: 100%;
    /*margin-top: 20px;*/
  }

  .pc_search input {
    width: 85%;
    height: 40px;
    padding-left: 15px;
    background-color: var(--main-color-white);
    outline: none;
    border: none;
  }

  .pc_search a {
    display: block;
    width: 15%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color-white);
    font-size: 14px;
  }

  .pc_search .search_btn {
    display: block;
    width: 15%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-color-white);
    font-size: 14px;
    padding: 0;
  }

  .inside {
    padding: 15px;
    background-color: var(--main-color-white);
  }

  .inside p {
    font-size: 14px;
    color: var(--main-color-222);
  }

  .inbanner {
    width: 100%;
    height: 200px;
    margin-top: 60px;
    background-image: url(https://tengyun.template.tyjz.com/14283/images/inbanner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inbanner strong {
    font-size: 25px;
    color: var(--main-color-white);
    font-weight: normal;
  }

  .copy {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #555555;
    background-color: #3b3d40;
    margin-bottom: 60px;
  }

  .copycon {
    text-align: center;
    text-align: center;
    font-size: 13px;
    color: var(--main-color-999);
    margin: 0 auto;
  }

  .copycon a {
    font-size: 13px;
    color: var(--main-color-999);
  }
}


/* 证书查询 */
.query_box {
  width: 510px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.zscx {
  display: flex;
  flex-direction: column;
}

.zscx_item {
  display: flex;
  justify-content: space-between;
}

.zscx_item label {
  display: block;
  width: 80px;
  line-height: 55px;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}

.zscx_item input {
  width: 390px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

.query_btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background-color: #4869c9;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.show_message {
  width: 320px;
  padding: 15px 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
}

.show_message .close_show {
  width: 80px;
  height: 32px;
  border-radius: 4px;
  border: none;
  background-color: #4869c9;
  color: #fff;
}

.show_message p {
  width: 320px;
  font-size: 16px;
  padding: 0 15px 15px;
}

@media screen and (max-width: 510px) {
  .query_box {
    width: 100%;
  }

  .zscx_item {
    display: flex;
    flex-direction: column;
  }

  .zscx_item label {
    width: 100%;
  }

  .zscx_item input {
    width: 100%;
  }
}