﻿a:active, a:focus, a:hover{color:#1a73e8}
*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  transition-duration: 0.7s, 0.7s, 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}
body{color:#666;}
/* 通用 */
.index-section {
    padding: 83px 0;
}

.index-tit {
    text-align: center;
    margin-bottom: 70px;
}

.index-tit .tit-e {
    font-size: 48px;
    font-weight: 700;
    color: #ccc;
    position: relative;
    line-height: 72px;text-transform: uppercase;
}

.index-tit .tit-e::before {
    content: "—";
}

.index-tit .tit-e::after {
    content: "—";
}

.index-tit h3 {
    font-size: 36px;
    font-weight: 700;
}
@media (max-width:1024px) {
.index-tit .tit-e {font-size: 38px;line-height: 42px;}
.index-tit h3 {font-size: 28px;}
}
@media (max-width:524px) {
.index-tit .tit-e {font-size: 30px; }
.index-tit h3 {font-size: 22px;}
}

/* index-banner */
.index-banner .swiper-container {
    height: 100vh;
}

.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
    color: #fff;
}

:root {
    --swiper-theme-color: #fff !important;
}

.index-banner .swiper-container .swiper-slide,
.index-banner .swiper-container .swiper-img,
.index-banner .swiper-container .swiper-slide .container,
.index-banner .swiper-container .swiper-wrapper {
    height: 100%;
}

.index-banner .swiper-container .swiper-slide .container a {
    display: block;
    position: relative;
    height: 100%;
}

.index-banner .swiper-container .swiper-slide .banner-txt .text4,
.index-banner .swiper-container .swiper-slide .banner-txt .text3,
.index-banner .swiper-container .swiper-slide .banner-txt .text1 {
    overflow: hidden;
}

.index-banner .swiper-container .swiper-slide .banner-txt .text3>*,
.index-banner .swiper-container .swiper-slide .banner-txt .text1>*,
.index-banner .swiper-container .swiper-slide .banner-txt .text5>* {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    opacity: 0;
}
.index-banner .swiper-container .swiper-slide .banner-txt .text6>* {
    -webkit-transform: translateY(70px);
       -moz-transform: translateY(70px);
        -ms-transform: translateY(70px);
         -o-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    opacity: 0;
}
.index-banner .swiper-container .swiper-slide .banner-txt .text4>.banner-more {
    -webkit-transform: translateY(50px);
       -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.index-banner .swiper-container .swiper-slide .banner-txt .text2>strong {
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    opacity: 0;
}

.index-banner .swiper-container .swiper-slide-active .banner-txt .text4>.banner-more,
.index-banner .swiper-container .swiper-slide-active .banner-txt .text2>strong,
.index-banner .swiper-container .swiper-slide-active .banner-txt .text3>*,
.index-banner .swiper-container .swiper-slide-active .banner-txt .text1>*,
.index-banner .swiper-container .swiper-slide-active .banner-txt .text5>*,
.index-banner .swiper-container .swiper-slide-active .banner-txt .text6>* {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    opacity: 1;
}

.index-banner .swiper-container .swiper-slide .container a .banner-txt {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);*/
	background-image:-webkit-linear-gradient(left,#735f9e,#2896d1); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ text-align: center; margin: 0 auto; left: 0%; top:45%; width:100%}
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt3{ text-align: center; margin: 0 auto; left: 0%; top:45%; width:100%}
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 {
    font-size: 20px;
    margin-top: 20px;
}

.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span:last-child {
margin-right: 0;
}

.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span,
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span img {
margin-right: 15px;
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-more {
width: 450px; height:66px; line-height: 66px;
background-color: #1a73e8; border-radius: 15px;
padding: 0px 30px;
color: #fff;
text-shadow: none;
margin-top: 20px; margin-bottom: 20px;
font-size: 32px;
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt p {
font-size: 24px;
text-transform:uppercase;background-image:-webkit-linear-gradient(left,#735f9e,#2896d1); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt strong {
font-size: 54px;font-weight: bold; letter-spacing: 2px; margin-bottom: 10px;
background-image:-webkit-linear-gradient(left,#735f9e,#2896d1); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 p{  font-size: 32px; letter-spacing: 2px; }
.index-banner .swiper-container .swiper-slide .container a .banner-txt .text5 p {
font-size: 18px; width: 75%;
}
.index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{
border-top: 1px solid #fff; border-bottom: 1px solid #fff; line-height: 45px; font-size:28px; text-align: center; width: 550px; padding: 7px 10px; margin: 10px 0;
}
@media (max-width:1366px) {
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 0%; top:45%;}
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt3{ left: 0%; }
}
@media (max-width:1200px) {
.index-banner{ padding-top: 60px;}
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 0%; }
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt3{ left: 0%; }
}
@media (max-width:992px) {
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 0%; }
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt3{ left: 0%; }
.index-banner .swiper-container .swiper-slide .container a .banner-txt p {
font-size: 20px;
}
}
@media (max-width:762px) {
    .index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 0%; }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt3{ left: 0%; }

}
@media (max-width:700px) {
    .index-banner .swiper-container .swiper-slide .container a .banner-txt p {font-size: 15px;}

}
/* index-pro */
.index-pro {
background: url('../images/index_pro_bkg.png') no-repeat center 30% #fff;
}

.index-pro .swiper-main {
    padding: 0 46px;
    position: relative;
}

.index-pro .swiper-main .swiper-slide a .pro-txt {
    display: block;
    text-align: center;
    background-color: #f7f7f7;
    padding: 40px 20px;
}

.index-pro .swiper-main .swiper-slide a .pro-txt .pro-tit h3 {
    font-size: 18px;
    font-weight: 700;
  
}

.index-pro .swiper-main .swiper-slide a .pro-txt .index-more a {
    border: 1px solid #dcdcdc;
    color: #666;
}

.index-pro .swiper-main .swiper-slide a:hover .pro-txt .index-more a {
    background-color: #1a73e8;
    color: #fff;
}

.index-pro .swiper-main .swiper-slide a:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-pro .swiper-main .swiper-slide a .pro-txt .pro-c {
    color: #666;
    line-height: 2em;
}


.index-pro .swiper-main .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.index-pro .swiper-main .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #848484;
    font-weight: 700;
    font-size: 37px;
}

.index-pro .swiper-button-next:hover::after ,
.index-pro .swiper-button-prev:hover::after{
   color:#1a73e8!important;
}
/* index-about */
.index-about {
    position: relative;
    overflow: hidden;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh);
    position: relative;
}

.index-about .container {
    position: relative;
    height: 100%;
}

.index-about .about-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.index-about .index-about-bkg img {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    height: 100vh;
    width: 100%;
}

.index-about .index-about-bkg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.index-about .index-tit {
    margin-bottom: 50px;
}

.index-about .index-tit .tit-e {
    color: rgba(255, 255, 255, .5);
}

.index-about .index-tit h3 {
    color: #fff;
}

.index-about .about-profile {
    text-align: center;
    color: #fff;
    line-height: 35px;
    width: 82%;
    margin: 0 auto;
}

.index-about .index-more a {
    border: 1px solid #fff;
    color: #fff;
	background-color: #1a73e8;
    border-color: transparent;
}

.index-about .index-more a:hover {
    background-color: #1a73e8;
    border-color: transparent;
}

.index-about .about-lists {
    text-align: center;
    margin: 50px 0;
}

.index-about .about-lists ul {
    text-align: left;
    display: inline-block;
}

.index-about .about-lists ul li {
    float: left;
    margin-right: 75px;
}

.index-about .about-lists ul li:last-child {
    margin-right: 0;
}

.index-about .about-lists ul li:hover .about-img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.index-about .about-lists .about-img {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.index-about .about-lists .about-txt {
    color: #fff; text-align: left;
    font-size: 16px;
}
.index-about .about-lists .about-txt span{ font-size: 24px; margin-bottom: 10px;}
.index-about .about-lists .about-txt p{ margin-top: 8px; font-size: 15px;}
/* .index-customer */
.index-customer .customer-swp{
    display:none;
}
.index-customer {
    background-color: #fff;
}

.index-customer .customer-lists ul {
    height: 464px;
    overflow: hidden;
}

.index-customer .customer-lists ul li {
    float: left;
    width: 12.5%;
    display: block;
    position: relative;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.index-customer .customer-lists ul li .customer-txt {
    color: #fff;
}

.index-customer .customer-lists ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-customer .customer-lists  .customer-txt .customer-tit h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.index-customer .customer-lists  .customer-txt .customer-tit p {
    white-space: nowrap;
}

.index-customer .customer-lists  .customer-txt .index-more a {
    background-color: #fff;
    color: #1a73e8;
    border-color: #fff;
    display: none;
}

.index-customer .customer-lists ul .customer-active .customer-txt .index-more a {
    display: inline-block;
}

.index-customer .customer-lists ul .customer-active:hover .customer-txt .index-more a {
    background-color: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}

.index-customer .customer-lists ul li .img-box {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.index-customer .customer-lists ul li .img-box img {
    height: 100%;
    width: auto;
}

.index-customer .customer-lists ul li .customer-txt {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-customer .customer-lists ul .customer-active .img-box img {
    width: 100%;
}

.index-customer .customer-lists ul .customer-active {
    width: 37.43%;
}
.index-customer .customer-lists .customer-swp .index-customer-bkg{
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.index-customer .customer-lists .customer-swp .index-customer-bkg .bkg-black{
    position: absolute;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    border-radius: 7px;
}
.index-customer .customer-lists .customer-swp .index-customer-bkg img{ width: 100%;}
.index-customer .customer-lists .customer-swp .customer-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.index-customer .customer-lists .customer-swp .swiper-slide .customer-txt .customer-tit{
    text-align: center;
}
.index-customer .customer-lists .customer-swp .swiper-slide .customer-txt .customer-tit h3{
      color:#fff;
      font-weight: 400;
}
.index-customer .customer-lists .customer-swp .swiper-slide .customer-txt .customer-tit p{
     color:#fff;
} 
.index-customer .customer-lists .customer-swp .swiper-slide .customer-txt .index-more a{
     background-color: transparent;
     border-radius: 30px;
     color:#fff;
}
/* index-service */
.index-service {
    background: url('../images/index_service_bkg.jpg') no-repeat center;
    background-color: #fff;
}

.index-service .service-lists ul {
    margin-left: -15px;
    margin-right: -15px;
}

.index-service .service-lists ul li {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.index-service .service-lists ul li .service-item {
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
    padding: 60px 0;
}

.index-service .service-lists ul li .service-item .service-img {
    width: 89px;
    height: 92px;
    margin: 0 auto;
}

.index-service .service-lists ul li .service-item .service-img .img {
    width: 100%;
    height: 100%;
}

.index-service .service-lists ul li .service-item .service-img .img2 {
    display: none;
}

.index-service .service-lists ul li .service-item:hover {
    background-color: #1a73e8;
    color: #fff;
}

.index-service .service-lists ul li .service-item:hover .img1 {
    display: none;
}

.index-service .service-lists ul li .service-item:hover .img2 {
    display: block;
}

.index-service .service-lists ul li .service-item .service-txt .service-tit {
    font-size: 24px;
    margin: 15px 0;
}

.index-service .service-lists ul li .service-item .service-txt .service-c {
    font-size: 16px;
}

/* index-news */
.index-news {
    background-color: #f4f4f4;
}
.index-news .container{
    overflow: hidden;
}
.index-news .news-lists ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.index-news .news-lists ul li a .news-date {
    padding-right: 20px;

}
.index-news .news-lists>.row>div:nth-child(2){
    overflow: hidden;
}
.index-news .news-lists ul li a .news-date .year {
    text-align: right;
    font-size: 44px;
    color: #999;
    line-height: 1em;
}

.index-news .news-lists ul li {
    padding: 30px 10px 30px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.index-news .news-lists ul li:last-child {
    border-bottom: 0;
}

.index-news .news-lists ul li a .news-date .day {
    white-space: nowrap;
    font-size: 20px;
    color: #999;
}

.index-news .news-lists ul li a .news-txt {
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
}

.index-news .news-lists ul li:hover a .news-date .year,
.index-news .news-lists ul li:hover a .news-date .day {
    color: #1a73e8;
}

.index-news .news-lists ul li a .news-txt .news-tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.index-news .news-lists .row {

}

.index-news .news-lists ul li a .news-txt p {
    color: #666;
    line-height: 25px;
}

.index-news .news-lists .news-img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.index-news .news-lists .f-r{ float: right!important;}
.index-news .news-lists .f-r a{display:block;}
.index-news .news-lists .f-r .rect-718{padding-bottom:74%;}
.index-news .news-lists .f-r .info{background:rgba(62,62,62,0.35); position: absolute;
    bottom: 0%; left: 15px; right: 0;
    width:100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;}
.index-news .news-lists .f-r .info .tit{font-size:18px;  padding-left: 40px; color:#fff;}

.index-news .news-lists .news-img .img-box{
    width: 100%;
   
}
.index-news .news-lists .news-img img {
    width: 100%;
    height: 100%;
}

.index-news .news-lists .news-img-t {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 2;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    font-size: 18px;
}

/* index-video */
.index-video {
    position: relative;
    overflow: hidden;
    height: 567px;
}

.index-video .index-video-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-video .index-video-bkg img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

.index-video .video-content {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
}

.index-video .video-content .video-txt {
    font-size: 24px;
    margin-top: 20px;
    line-height: 2em;
}

.index-video .video-content .index-more a {
    color: #1a73e8;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.index-video .video-content .index-more a:hover {
    background-color: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}

.index-news .news-lists .pc{
    display: block;
}
.index-news .news-lists .mob{
    display: none;
}
.index-about .index-about-bkg .pc{ display: block;}
.index-about .index-about-bkg .mob{ display: none;}

@media (max-width:1200px) {
    .index-banner .swiper-container {
        height: 530px;
    }
}

@media (max-width:1024px) {
    .index-banner .swiper-container {
        height: 455px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt{
        top: 50%;
    }
    .index-banner .swiper-button-next, .index-banner .swiper-button-prev{
        display: none;
    }
    .index-about .about-lists .about-txt span{ font-size: 20px; }

}
@media (max-width:1366px) {
    .index-banner .swiper-container .swiper-slide .container a .banner-txt strong {
        font-size: 44px;
        }
        .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-more {
        width: 360px; height:60px; line-height: 60px;
        padding: 0px 20px;
        margin-top: 15px; margin-bottom: 15px;
        font-size: 28px;
        }
        .index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{
       line-height: 40px; font-size:26px; width: 450px; padding: 5px 8px; margin: 8px 0;
        }
        .index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 p{  font-size:28px;}
    .index-customer .customer-lists .customer-txt .customer-tit h3{
        font-size: 18px;
    }
    .index-pro .swiper-main .swiper-slide a .pro-txt .pro-tit h3{
        font-size: 16px;margin-bottom: 20px; margin-top: 8px;
    }
    .index-about .about-lists .about-txt span{ font-size: 22px; }
}
@media (max-width:1199px){
    .index-about .about-profile { width: 90%;}
    .index-pro {
       -o-background-size: 100% auto;
          background-size: 100% auto; 
    }
    .index-customer .customer-lists ul{
        display: none;
    }
    .index-customer .customer-swp{
        display:block;
    }
    .index-video .video-content{
        width: 564px;
    }

    .index-about .about-lists ul {
        text-align: center;
    }
    .index-about .about-lists ul li{
        margin-right: 0;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /*text-align: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;*/
        margin-bottom: 30px;
    }
    .index-about .about-lists ul li:nth-child(3),
    .index-about .about-lists ul li:nth-child(4){
        margin-bottom: 0;
    }
}

@media (max-width:992px) {

    .index-banner .swiper-container {
        height: 440px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text1 {
        font-size: 18px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 {
        font-size: 22px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text2 strong {
        font-size: 30px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 p{  font-size: 22px; letter-spacing: 2px; }
    .index-about .about-lists ul li{width: 50%;}
    .index-about .about-lists .about-img {margin-right: 10px;}
    .index-about .about-lists .about-txt span{ font-size: 20px; }
}

@media (max-width:991px) {
    .index-banner .swiper-container .swiper-slide .container a .banner-txt{
        top: 44%;
    }

    .index-about .index-about-bkg {
        position: absolute;
    }
.index-about .index-about-bkg .pc{ display: none;}
.index-about .index-about-bkg .mob{ display: block;}
    .index-about{
        height: auto;
    }
    .index-about .about-content{
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .index-about .index-about-bkg img{
        height: 100%;
        width:  100%;
    }
.index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{
line-height: 35px; font-size:22px; text-align: center; width: 350px; padding: 7px 10px; 
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-more {
width: 300px; height:56px; line-height: 56px;
padding: 0px 10px;
margin-top: 10px; margin-bottom: 10px;
font-size: 22px;
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 img { width: 100%;}

}
@media(max-width:768px){
    .index-banner .swiper-button-next, .index-banner .swiper-button-prev{
        display: none;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3{
        font-size: 18px;
        width: 75%; margin-top: 10px;
    }
    .index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{
        line-height: 30px; font-size:18px; text-align: center; width: 250px; padding: 1px 10px; margin: 5px 0;
        }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text5 p {
        font-size: 15px; width: 75%; margin: 5px 0;
        }
    .index-service .service-lists ul li{
        width: 100%;
    }
    .index-about .about-lists .about-txt span{ font-size: 20px; }
    .index-news .news-lists .pc{
        display: none;
    }
    .index-news .news-lists .mob{
        display: block;
    }
}
@media(max-width:700px) {
.index-news .news-lists .f-r .rect-718{padding-bottom:74%;}
.index-news .news-lists .f-r .info{ width:95.5%;}
}
@media(max-width:600px) {
.index-news .news-lists .f-r .info{ width:94.5%;}
.index-news .news-lists .f-r .info .tit{font-size:16px;padding-left: 40px;}
.index-news .news-lists ul li a .news-date {padding-right: 0px; display: none;}
.index-news .news-lists ul li a .news-txt {padding-left: 0px;border-left:0px solid #dcdcdc;}
}
@media(max-width:500px) {
.index-news .news-lists .f-r .info{ width:93%; }
}
@media(max-width:400px) {
.index-news .news-lists .f-r .info{ width:92%; }
.index-news .news-lists .f-r .info .tit{font-size:16px;padding-left: 20px;}

}

@media(max-width:767px) {
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span, .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span img{
        margin-right: 5px;
    }
    .index-video .video-content{
        width: 500px;
    }
    .index-video{
        height: auto;
    }
    .index-video .video-content{
        position: relative;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
 
    .index-service .service-lists ul li .service-item{
        box-shadow: none;
    }
    .index-banner .swiper-button-next:after,
    .index-banner .swiper-button-prev:after {
        display: none;
    }

    .index-banner .swiper-container {
        height: 300px;
    }

    .index-banner .swiper-container {
        height: 300px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text1,
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 p {
        font-size: 16px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text2 strong {
        font-size: 24px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-more {
        width: 120px;
        padding: 5px 15px;
        margin-top: 20px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text1 {font-size: 16px;    }
}
@media (max-width:639px){
    .index-pro .swiper-main{
        padding: 0;
    }
    .index-pro .swiper-button-next,.index-pro .swiper-button-prev{
       top: 32%;
    }
    .index-pro .swiper-main .swiper-slide a .pro-txt{
        padding: 20px;
    }
    .index-pro .swiper-main .swiper-slide a .pro-txt .pro-c {
        line-height: 1.5em;
    }
    .index-pro .swiper-button-prev{
        left: 0px;
     }
     .index-pro .swiper-button-next{
        right: 0px;
     }
}
@media (max-width:640px) {
    .index-about .index-tit{
        margin-bottom: 25px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text4{
        display: none;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text3 p {
        font-size: 16px;
    }

    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text2 strong {
        font-size: 18px; margin-bottom: 5px;
    }
}
@media (max-width:600px){

    .index-about .about-lists .about-img{
        margin-right: 15px;
    }
    .index-service .service-lists ul li .service-item{
        padding: 30px 0;
    }
    .index-tit{
        margin-bottom: 10px;
    }
    .index-section{
        padding: 20px 0;
    }
    .index-pro .swiper-main .swiper-slide a .pro-txt .pro-tit h3{
     margin-bottom: 15px;
    }
    .index-pro .index-more a {margin-top: 15px; margin-bottom: 5px;}
    .index-more a { padding: 5px 25px;}
}

@media (max-width:580px){
.index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3 span img{
   width: 20px;
    }
    .index-banner .swiper-container .swiper-slide .banner-txt .sp .p1{
       display: none;
    }
    .index-banner .swiper-container .swiper-slide .banner-txt .sp .p2{
        display: block;
     }
     .index-banner .swiper-container .swiper-slide .banner-txt .sp .p2 p{
         display: block;
     }
     .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-txt3{
         display: none;
     }
     .index-banner .swiper-container .swiper-slide .container a .banner-txt .text2 strong{
         font-size: 17px; margin-bottom: 0px;
     }
}
@media (max-width:540px) {
.index-banner .swiper-container {
    height: 280px;
}
.index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 7%; }
.index-banner .swiper-container .swiper-slide .container a .banner-txt .text5 p {
font-size: 15px; width: 95%;
}
.index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{
 line-height: 35px; font-size:18px; text-align: center; width: 230px; padding: 2px 5px; margin:5px 0;
}
    .index-video .video-content{
        width: auto;
    }
    .index-about .about-lists ul li{
       width: 50%;
       margin-bottom: 30px;
    }
    .index-about .about-lists ul li:nth-child(3){
        margin-bottom: 30px;
    }

    .index-about .about-lists{
        margin:30px 0;
    }
    .index-about .about-lists .about-txt{
        font-size: 16px;
    }
    .index-about .about-lists .about-img{
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .index-about .about-lists{
        padding: 0 15px;
    }
    .index-about .about-lists .about-txt{
        font-size: 16px;
    }
    .index-about .about-lists ul li:nth-child(2) .about-img{
      background-position: -41px 0!important;
    }
    .index-about .about-lists ul li:nth-child(3) .about-img{
        background-position: -82px 0!important;
      }
      .index-about .about-lists ul li:nth-child(4) .about-img{
        background-position: -124px 0!important;
      }
      .index-pro .swiper-main .swiper-slide a .pro-txt{
        padding: 10px;
    }
}

@media (max-width:460px) {
    .index-tit .tit-e{
        font-size: 28px;
    }
    .index-about .about-lists .about-txt{
        width: auto;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt.banner-txt1{ left: 1%; }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text4 {
        display: none;
    }
    .index-banner .swiper-container .swiper-slide .container .banner-txt .text6 p{ display: none;
       }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .banner-more {
        width: 98px;
        padding: 5px 10px;
    }
    .index-video{
        padding: 20px 15px;
    }
    .index-video .video-content .video-txt{
        font-size: 18px;
    }
    .index-banner .swiper-container .swiper-slide .container a .banner-txt .text2 strong{
        font-size: 17px; 
    }
}

@media (max-width:375px) {
    .index-about .about-lists .about-txt{
        width: 60%;
    }
    .index-about .about-lists ul li{
        width: 100%;
     }
}

@media (max-width:320px) {
    .index-banner .swiper-container {
        height: 200px;
    }
   
}
.index-news .swiper-main {
    padding: 0 46px;
    position: relative;
}
.index-news .swiper-main .swiper-button-next:after,
.index-news .swiper-main .swiper-button-prev:after{
    color: #848484;
    font-weight: 700;
    font-size: 37px;
}

.index-news .swiper-button-next:hover::after ,
.index-news .swiper-button-prev:hover::after{
   color:#1a73e8!important;
}
.index-news .swiper-slide {
      text-align: left;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.index-news .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
@media (min-width: 640px){
.sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
}
@media (min-width: 1536px){
.\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
.text-text-400 {
    --tw-text-opacity: 1;
    color: rgb(83 91 97/var(--tw-text-opacity));
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.opacity-40 {
    opacity: .4;
}

.text-text-400 {
    --tw-text-opacity: 1;
    color: rgb(83 91 97/var(--tw-text-opacity));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.mt-5 {
    margin-top: 1.25rem;
}

@media (min-width: 640px)
.sm\:h-\[15\.3rem\] {
    height: 15.3rem;
}

.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-60 {
    height: 15rem;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.l-shape{    height: 5vh;
    transform: rotateY(180deg);
    bottom: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    color: #f4f4f4;}
	
	

.yhnews >.hd{display:flex;justify-content:center;margin-bottom:30px;}
.yhnews >.hd h2{line-height: 44px;background: #ffffff;border: 1px solid #c8daf8;border-radius: 2px;font-size: 18px;font-weight: bold;color: #88a3d3;cursor: pointer;text-align: center;padding:0 80px;}
.yhnews >.hd h2.on,.yhnews .hd h2:hover{border: 1px solid #5482d4;color: #1a73e8;}
.yhnews >.hd h2 a{color: #88a3d3}
.yhnews >.hd h2.on a,.yhnews .hd h2:hover a{color: #1a73e8;}

.inews .fadeInRight li{width: 100%;box-sizing: border-box;border-bottom: 1px dotted #c4c4c4;cursor: pointer;justify-content:space-between;}
.inews .fadeInRight li:before{content:'';clear:both;}
.inews .fadeInRight li .item-left{margin-right: 17px;float:left;width:85%;}
.inews .fadeInRight li .item-left p{font-size: 14px;line-height: 40px;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.inews .fadeInRight li a{font-size: 14px;text-decoration: none;    background: url(../images/li2.png) left center no-repeat;padding-left: 15px;display:block;}
.inews .fadeInRight li .item-left span{font-size: 14px;font-family: Microsoft YaHei;color: #c4c4c4;}
.inews .fadeInRight li .item-right{float:right;}
.inews .fadeInRight li .item-right p{font-size: 14px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height:40px;}
.inews .fadeInRight li .item-right p a{font-size: 18px;color: #333333;text-decoration: none;}
.inews .fadeInRight li .item-right span a{font-size: 16px;color: #999999;text-decoration: none;    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display:block;}
.ipart1 .islide{ width: 100%; border:1px solid #efefef; position: relative;}
.ipart1 .islide .hd{position: absolute; right:0; bottom: 18px; width:100%; height: 5px; z-index: 900; text-align:center;}
.ipart1 .islide .hd ul{ text-align: right;}
.ipart1 .islide .hd li{ display:inline-block; width: 10px; height: 3px; margin-right:5px; cursor:pointer; background:#fff; text-indent:999em;}
.ipart1 .islide .hd li.on{ background: #13619f;}
.ipart1 .islide .bd{ position:relative; z-index:0; }
.ipart1 .islide .bd li{ position: relative;}
.ipart1 .islide .bd li img{ display: block; width:100%; height: 300px;} 
.ipart1 .islide .bd li div{ position: absolute; width:100%; bottom:0; padding:10px 100px 10px 10px; background: rgba(0,0,0,.6); line-height: 30px; color:#fff;font-size:16px;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.index-section .row{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;}
.lj-box{
padding: 0;
height: 100%;

}
.lj-box-box-1{
	width: 100%;
	height: 619px;

}
.box-show{
	width: 100%;
	height: 100%;
	box-shadow: inset -34px -114px 122px 0px #000102;
	position: inherit;
	text-align: right;
	/* height: 619px; */
}
.show2{
	width: 100%;
	height: 100%;
	box-shadow: inset -34px -114px 122px 0px #000102;
	position: inherit;
	text-align: right;
	/* height: 375px; */
}
.show-img{
	/* height: 100%; */
	 position:absolute; 
    left:0px;
    z-index:-1;
	width: 100%;
}

.ljbox-title-box{
	right: 0;
	bottom: 0;
	position: absolute;
}
.ljbox-title-box2{
	right: 0;
	bottom: 0;
	position: absolute;
}

.ljbox-title-box-text1{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 30px;margin-bottom: 1rem;
}
.ljbox-title-box-text2{
	font-size: 16px;
	color: #ffffff;
	padding-right: 30px;margin-bottom: 1rem;
}
.offer_item {
	cursor: pointer
}

.offer_item img {
	transition: all .3s linear;
	position: relative;
	z-index: -1
}

.offer_item .content {
	padding-top: 27px
}

.offer_item .content h6 {
	font-size: 16px;
	letter-spacing: .8px;
	margin-bottom: 20px
}

.offer_item:hover .img_hover img {
	transform: scale(1.09)
}

.offer_item:hover .img_hover:before {
	opacity: .9
}

.offer_item:hover h6 {
	color: #8781bd
}
.img_hover {
	position: relative;
	overflow: hidden;
	
}

.img_hover:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

	opacity: 0;
	transition: opacity 1.2s linear
}

.img_hover img {
	transition: all .5s linear;
	position: relative;
	z-index: -1
}

.img_hover .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #212028;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	transform: scale(0);
	transition: all .3s linear
}

.img_hover .icon:hover {
	background: #fff;
	color: #8781bd
}
.ljbox-title-box3{
	text-align: left;
	bottom: 0;
	position: absolute;
	
}
.ljbox-title-box-text3{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 30px;margin-bottom: 1rem;
}
.ljbox-title-box-text4{
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;margin-bottom: 1rem;
}
.ljbox-title-box-anniu2{
	width: 120px;
	text-align: center;
	border: 1px solid #ffffff;
	line-height: 40px;
	color: #ffffff;
	float: left;
	margin-left: 30px;
}
.ljbox-title-box4{
	text-align: left;
	bottom: 0;
	position: absolute;
	
}

.service .e_flt_inf {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	padding: 25px 28px 10px 15px;
	overflow: hidden;
	z-index: 20;
	color: #fff;
	white-space: normal;
	word-wrap: break-word;
}


.service .e_flt_inf h3 {
	font: 16px/22px "微软雅黑";
	margin-bottom: 22px;
}

.service .e_flt_inf h3 a, .service .e_flt_inf h2 a {
	color: #fff;
}

.service .e_flt_inf .t_info {
	line-height: 20px;
	height: 84px;
	overflow: hidden;
}

.service .e_flt_inf .t_info a {
	color: #fff;
}
.service .e_pic_wrap {
	z-index: 1;
	white-space: nowrap;
	width: 100%;
	/*max-height: 80vh;*/
}

.service .e_pic_wrap li {
	position: relative;
	display: inline;
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
}
.service .e_flt_inf .t_info .l_view {
	background: url(images/ico_p1.png) no-repeat scroll -120px 0;
	color: #fff;
	width: 39px;
	height: 14px;
	line-height: 14px;
	padding: 0 2px;
	display: inline-block;
}
.service .e_bg_flt {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background: #1a73e8;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	z-index: 10;
}

.ui-heading {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 7rem;
  font-weight: normal;
  color: #1a73e8;
  text-shadow: -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.ui-heading:before {
  font-size: .5rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
  letter-spacing: 1px;
}
.ui-paragraph2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.7;
  font-weight: bold;
  color: #ffffff;
}

.anniuyuan{
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 100px;
  margin-top: 30px;
  text-align: center;display:block;
}
.anniuicon {
    width: 50px;
}

.service .prev, .service .next {
	position: absolute;
	z-index: 30;
	display: block;
}

.service .prev {
	top: 50%;
	left: 10px;
}

.service .next {
	top: 50%;
	right: 10px;
}

.service .prev a, .service .next a {
	display: block;
	width: 25px;
	height: 32px;
	overflow: hidden;
	background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
}

.service .prev a {
	background-position: 0 0;
}

.service .prev a:hover {
	background-position: 0 -40px;
}

.service .next a {
	background-position: 0 -80px;
}

.service .next a:hover {
	background-position: 0 -120px;
}

.p_articles {
    width: calc((100% - 30px)/3);
    margin: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.2);
    vertical-align: middle;
}
.p_LinkA {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
}
.p_articles .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hiddden;
}

.pa-title-box{margin-bottom:30px;}
.pa-title-box .title-txt{color: #5e5e5e;
    line-height: 1.8;
    font-size: 16px;font-weight:bold}
.pa-title-box .line-box{max-width:36px;min-height:20px;}
.pa-title-box .title{color:#222;font-size:36px;font-weight:700;}
.pa-title-box .line-box .line{width: 100%;
    min-height: inherit;
    font-size: 0;animation-fill-mode: both;}
.pa-title-box .line-box .line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}
.pa-title-box .line-box .line-txt{border-top-style: solid;border-top-color: #1a73e8;
    border-top-width: 2px;display: inline-block;
    vertical-align: middle;width:100%;}
	
.pa-content{margin-top: 5%;line-height: 1.8;
    color: #999999;
    font-size: 16px;}
	
.pa-btn-box{max-width: 200px;min-height: 45px;
    margin-top: 5%;}
.pa-btn-box .pa-btn{background-color: rgba(0, 0, 0, 0);
    border-color: rgb(170, 170, 170);
    border-radius: 50px;padding-right: 20px;
    padding-left: 20px;
    text-align: center;height: 36px;border-width: 1px;
    border-style: solid;line-height: 36px;color: rgba(71, 71, 71, 1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;}
.pa-btn-box .pa-btn:hover {
    background-color: #1a73e8;
    border-color: #3c763d;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;

    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
}
.footer-main{border-top: 4px solid #1a73e8;}
.top-nav-wrap {
    display: flex;
    font-size: 14px;
    color: #333;
}

.top-nav-wrap .clear {
    clear: both;
}

.top-nav-wrap .btlink1 {
    display: none;
}

.top-nav-wrap .btlink7 {
    display: none;
}

.top-nav-wrap .btlink6 {
    margin-right: 0px;
}

.top-nav {
    width: 100%;
    float: none;
    margin-right: 5%;
    line-height: 24px;
}

.top-nav-a1 {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.top-nav-a2 {
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #aaa;
}
.top-nav-a2{color:#aaa !important;}


@media only screen and (min-width: 769px) {
    .top-nav-wrap .ej-nav {
        display: flex;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 900px;
    }

    .top-nav-wrap .top-nav.btlink6 {
        /*display: none;*/
    }

    .top-nav-wrap .top-nav.btlink9 {
        display: none;
    }

    .top-nav-a2 {
        margin-right: 15px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .top-nav {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .top-nav-wrap {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
    }

    .top-nav {
        flex: 0 0 100%;
        margin-right: 0;
        flex:1;
    }
.qrcode{margin-top:20px;text-align:center !important;}
    .top-nav-a1 {
        font-size: 16px;
        line-height: 50px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-size: 13px !important;
        background: url(../images/btlink_jia.png) no-repeat right center;
    }

    .footer-sub-hides {
        display: none;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-nav-a2 {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        background: url(../images/btlink_ico.png) no-repeat left center;
        background-size: 3px auto;
        line-height: 36px;
        margin-bottom: 0;
        padding-left: 15px;
    }

    .top-nav.cur .top-nav-a1 {
        background: url(../images/btlink_jian.png) no-repeat right center;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .top-nav {
        margin-right:10%;
    }

    .top-nav-a2 {
        margin-bottom: 5px;
    }
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background-color: #1a73e8;
    border-color: #3c763d;}
.pagination>li>a, .pagination>li>span{color:#1a73e8;}

.new-product-intro {
    color: #fff
}
/*------ 技术服务V1 start -------------*/
.new-product-intro .intro-title {
    height: 64px;
    line-height: 64px;
    padding-left: 33px;
    font-size: 16px;
    position: relative
}

.new-product-intro .intro-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,1);
    opacity: .18
}

.new-product-intro .intro-title>span {
    vertical-align: middle
}

.new-product-intro .title-icon {
display: inline-block;}
.service1 .title {   vertical-align: middle;
    margin-right: 3px
}


.new-product-intro .service1 .intro-list li {
    /*margin-bottom: 17px*/
}



.new-product-intro .load-icon {
    font-size: 26px
}

.new-product-intro .mysql-icon,.new-product-intro .sqlserver-icon {
    font-size: 24px
}

.new-product-intro .intro-info {
    float: left
}

.service1 {
    width: 35%;
    height: 631px;
    float: left;
    background: url(../images/service1.png) right center no-repeat;
	background-size: cover;
    margin-right: 2%
}

.service1 .intro-list li:not(.private):hover {
    background: #6864e7
}

.new-product-intro .intro-list {
    padding: 32px 0 20px 0;
    overflow: hidden
}

.new-product-intro .intro-list li {
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin-bottom: 3px;
    height: 50px;line-height:50px;
    width: 100%
}

.new-product-intro .intro-list li.private {
    opacity: .5
}

.new-product-intro .intro-list li.private a {
    cursor: not-allowed
}

.new-product-intro .intro-list li a {
    width: 80%;margin-left:20%;
    /*padding: 18px 0 18px 20px;*/
    height: 50px;
    color: #fff;
    display: block;
    box-sizing: border-box
}

.new-product-intro .intro-list li .main-title {
    font-size: 18px;
    margin-bottom: 5px
}

.new-product-intro .intro-list li .main-title:after {
    content: "";
    display: inline-block;
    margin-left: 9px;
    width: 30px;
    height: 15px;
    vertical-align: middle
}


.new-product-intro .intro-list li .subtitle {
    font-size: 12px;
    line-height: 17px
}
.intro-other {
    float: left;
	width:63%;
}

.intro-other .service2 {
    width: 100%;
    height: 303px;
    background: url(../images/service2.png) right center no-repeat;
	background-size: cover;
    margin-bottom: 20px
}

.intro-other .service2 .intro-list {
    padding-left: 49px;
    padding-top: 30px
}

.service2 .intro-list li,.service2 .intro-list li a {
    width: 50%
}

.service2 .intro-list li:not(.private):hover {
    background: #47556c
}

.intro-other .service3 {
    float: left;
    width: 49%;
    height: 308px;
    background: url(../images/service3.png) right center no-repeat;
	background-size: cover;
    margin-right: 2%
}

.intro-other .service3 .intro-list {
    padding-left: 49px;
    padding-top: 21px
}

.service3 .intro-list li,.service3 .intro-list li a {
    width: 250px
}

.service3 .intro-list li:not(.private):hover {
    background: #27addc
}

.intro-other .service4 {
    float: left;
    width: 49%;
    height: 308px;
    background: url(../images/service4.png) right center no-repeat;
	background-size: cover;
}

.intro-other .service4 .intro-list {
    padding-left: 49px;
    padding-top: 21px
}

.service4 .intro-list li,.service4 .intro-list li a {
    width: 250px
}

.service4 .intro-list li:not(.private):hover {
    background: #6864e7
}

.new-product-intro .intro-list li a i{display:none}
.new-product-intro .intro-list{counter-reset: li;}
.new-product-intro .intro-list li:before {
    background: #8da97d;
    color: white;
    
    counter-increment: li;
	content: counter(li);
    font-size: 1.2em;
    line-height: 1em;
    padding: 0.5em 0;
    position: absolute;
    top: 0.4em;
    left: 8%;
    text-align: center;
    width: 2em;
}

/*------ 技术服务V2 start -------------*/
.pro-bg { /*background-color:#f8f8f8; background-size:cover;*/
	padding: 60px 0;
	padding: 0.6rem 0;
	min-height: 6rem;
}
.lypro .pro-bg {
	padding: 0;
	min-height: 5.2rem;
}
.pc .pro-bg .cont {
	overflow: visible;
}
.third-nav {
	text-align: center;
	text-transform: none;
}
.third-nav ul {
	display: inline-block;
	vertical-align: top;
}
.third-nav li {
	float: left;
	border-radius: 4px;
	height: 38px;
	height: 0.38rem;
	line-height: 38px;
	line-height: 0.38rem;
	overflow: hidden;
	margin: 0 10px;
	margin-bottom: 0.2rem;
}
.third-nav a {
	padding: 0 24px;
	padding: 0 0.24rem;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-size: 0.14rem;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease-in-out;
}
.pc .third-nav li:hover a, .pc .third-on a {
	background: #1a73e8;
	color: #fff;
}
.pro-cont {
	margin-top: 40px;
	margin-top: 0.2rem;
}
.pc .pro-list {
	overflow: hidden;
	width: 1248px;
	width: 12.48rem;
	margin-left: -24px;
	margin-left: -0.24rem;
}
.pro-list li {
	float: left;
	width: 384px;
	height: 330px;
	background-color: #fff;
	width: 3.84rem;
	height: 3.3rem;
	margin: 0 0 30px 24px;
	margin: 0 0 0.3rem 0.24rem
}
.pro-list a {
	display: block;
	width: 100%;
}
.pro-pic {
	width: 100%;
	height: 270px;
	height: 2.7rem;
	overflow: hidden;
}
.pro-pic .pic-box {
	width: 384px;
	height: 270px;
	width: 3.84rem;
	height: 2.7rem;
}
.pc .pro-pic img {
	transition: all 0.5s ease-in-out;
	max-width: 100%;
	height: auto;
	max-height: 270px;
}
.pro-text {
	width: 100%;
}
.pro-text .text-box {
	width: 384px;
	height: 60px;
	width: 3.84rem;
	height: 0.6rem;
}
.pro-text span {
	vertical-align: middle;
}
.pc .pro-list li:hover {
	box-shadow: 0 8px 40px rgba(0,0,0,0.14);
}
.pc .pro-list li:hover img {
	transform: scale(1.1, 1.1);
}
.pc .pro-list li:hover .pro-text {
	background: #00a1e9
}
.pc .pro-list li:hover .pro-text span {
	color: #fff;
}
.ly_show {
	width: 100%;
}
.ly_show_in {
	width: 100%;
	margin: 0 auto;
}
.ly_show .show_menu {
	width: 24%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ly_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}
.ly_title p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #0256ac;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.ly_title p font {
	color: #0256ac;
}
.ly_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 10px auto 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
	font-family: "Arial";
	text-align: center;
}
.show_menu .menu_tit {
	width: 100%;
	/*height: 80px;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: #1a73e8;
	box-sizing: border-box;
}
.menu_tit p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.menu_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit em {
	display: none;
}
.show_menu .menu_list {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	margin: 0 auto 0.2rem;
	padding: 20px 10px;
	padding: 0.2rem 0.1rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-top: 0;
}
.menu_list .menu_li {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
}
.menu_li>p>a {
	display: block;
	width: 80%;
	overflow: hidden;
	float: left;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_li p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 0.3rem;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.menu_li>p>span {
	display: block;
	width: 20%;
	height: 40px;
	float: right;
	background: url(../images/menu_tb1.png) center center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.menu_li>p>span.on {
	transform: rotateX(180deg);
}
.menu_li>p:hover {
	background: #1a73e8;
	color: #fff;
}
.menu_li>p:hover a {
	color: #fff;
}
.menu_li>p:hover span {
	background: url(../images/menu_tb3.png) center center no-repeat;
}
.menu_li ul {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	padding: 0 0;
	background: #fff;
}
/*相关文章点击展开*/
.show_menu .menu_tit2 {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: url(../images/menu_tit_bg.jpg) 0 0 repeat-x;
	box-sizing: border-box;
}
.menu_tit2 p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.menu_tit2 span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit2 em {
	display: none;
}
.show_menu .menu_list2 {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 9px 19px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.menu_list2 .menu_li2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.menu_li2>p>a {
	width: 60%;
	float: left;
	display: block;
	color: #515671;
}
.menu_li2 p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.menu_li2>p>span {
	display: block;
	width: 30%;
	height: 40px;
	float: right;
	background: url(../images/menu_tb1.png) 80% center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.menu_li2>p>span.on {
	transform: rotateX(180deg);
}
.menu_li2>p:hover {
	background: #1a73e8;
	color: #fff;
}
.menu_li2>p:hover a {
	color: #fff;
}
.menu_li2>p:hover span {
	background: url(../images/menu_tb3.png) 80% center no-repeat;
}
.menu_li2 ul {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
}
/*产品分类第一个默认展开*/
.menu_li ul:first-of-type{display:block;}
.menu_li ul li {
	width: 100%;
	overflow: hidden;
	margin: 0.1rem auto;
	padding: 0;
	background: #f6f6f6;
}
.menu_li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	height: 0.6rem;
	overflow: hidden;
	line-height: 30px;
	line-height: 0.6rem;
	color: #666;
	font-size: 14px;
	font-size: 0.28rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.menu_li ul li a p {
	width: 208px;
	color: #999;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
.menu_li p img, .menu_li ul li a img {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 13px 13px 0;
	padding: 0;
	float: left;
}
.menu_li ul li a:before {
	display: block;
	width: 14px;
	height: 14px;
	margin: 8px 13px 13px 0;
	padding: 0;
	float: left;
	background: url(../images/menu_tb2.png) center center no-repeat;
}
.menu_li ul li a img {
	margin: 7px 13px 13px 0;
}
.menu_li ul li a:hover {
	color: #1a73e8;
}
.ly_show .show_list {
	width: 76%;
	margin: 0;
	padding: 0;
}
.ly_show .show_list_news {
	width: 74%;
	margin: 0;
	padding: 0;
}
.ly_show .show_list22 {
	width: 74%;
	margin: 0;
	padding: 0 12px;
	padding: 0;
}
.show_list ul li {
	width: 33.33333%;
	margin: 0 0 20px;
	margin: 0 0 0.3rem;
	padding: 0 0 0 3%;
	float: left;
}
.show_list ul li>div {
}
.show_list ul li a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.show_list ul li .show_pro_img {
	background: #fff;
}
.show_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 9px;
	border: 1px solid #ddd;
}
.show_pro_img span {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}
.show_pro_img span img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.show_list ul li p {
	width: 100%;
	height: 40px;
	height: 0.5rem;
	overflow: hidden;
	line-height: 40px;
	line-height: 0.3rem;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0.2rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li .procs {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.show_list ul li .proxx {
	width: 100%;
	height: 28px;
	height: 0.28rem;
	overflow: hidden;
	line-height: 20px;
	line-height: 0.2rem;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0.2rem 0.08rem;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li p a {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 0.15rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li .proxx font {
	color: #999;
}
.show_list ul li:hover .show_pro_img a {
	border: 1px solid #0071bf;
}
.show_list ul li:hover .show_pro_img a img {
	transform: scale(1.1);
}
.show_list ul li:hover p a {
	color: #0071bf;
}
.show_list ul li .pro_list2 {
	border: 1px solid #ddd;
}
.show_list ul li .pro_list2 .show_pro_img a {
	border: 0;
}
.show_list ul li .pro_list2 .show_pro_img span {
	height: 196px;
}
.show_list ul li:hover .pro_list2 {
	border: 1px solid #1a73e8;
}
.show_list ul li:hover .pro_list2 .show_pro_img a {
	border: 0;
}
.news-list {
	padding: 0;
	padding: 0;
}
.news-list li {
	border-bottom: 1px dashed #dedede;
	margin-bottom: 0.3;
}
.news-list li:hover {
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
	border-bottom: 1px dashed #fff;
}
.news-list li:hover span a {
	color: #1a73e8;
}
.news-pic {
	width: 220px;
	height: 100%;
	overflow: hidden;
	width: 2.2rem;
	margin-right: 30px;
	margin-right: 0.3rem;
	float: left;
}
.news-pic .pic-box {
	width: 220px;
	height: 140px;
	width: 2.2rem;
	height: 1.4rem;
}
.news-text {
	position: relative;
	padding: 0.2rem;
}
.news-text span {
	transition: all 0.3s ease-in-out;
}
.news-text span {
	font-size: 18px;
	display: block;
	font-size: 0.34rem;
	line-height: 18px;
	line-height: 0.72rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.news-text p {
	font-size: 14px;
	color: #999;
	font-size: 0.28rem;
	line-height: 20px;
	line-height: 0.4rem;
	height: 40px;
	height: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 18px 0;
	margin: 0.36rem 0;
	width: 100%;
}
.news-text small {
	font-size: 14px;
	color: #888;
	font-size: 0.14rem;
	display: block;
	line-height: 14px;
	line-height: 0.14rem;
}
.news-text b {
	font-weight: normal;
	width: 100px;
	height: 36px;
	display: block;
	width: 2rem;
	height: 0.72rem;
	line-height: 36px;
	line-height: 0.72rem;
	text-align: center;

	border: 1px solid #cccccc;
	color: #888;
	font-size: 14px;
	font-size: 0.28rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.news-list li .news-text span a:hover {
	color: #1a73e8;
}
.news-list li .news-text b:hover, .news-list li:hover .news-text b {
	border: 1px solid #1a73e8;
	background: #1a73e8;
	color: #fff;
}
.newsC .pages {
	margin-top: 50px;
	margin-top: 0.5rem;
}

/*------------------------------------------ 新闻资讯详情 start ------------------------------------------*/
.newsD .news-bg {
	padding: 30px 0;
	padding: 0.3rem 0;
}
.newsD-title {
	text-align: center;
	padding: 30px;
	padding: 0.1rem 0 0.3rem;
	border-bottom: 1px solid #dfdfdf;
}
.newsD-title span {
	font-size: 20px;
	font-size: 0.4rem;
	color: #333;
	display: block;
	line-height: 20px;
	line-height: 1.8em;
	margin-bottom: 20px;
	margin-bottom: 0;
}
.newsD-title h1 {
	font-size: 20px;
	font-size: 0.48rem;
	color: #333;
	display: block;
	line-height: 20px;
	line-height: 1.8em;
	margin-bottom: 20px;
	margin-bottom: 0.4rem;
	font-weight: normal;
	white-space: initial;
}
.newsD-title small {
	font-size: 14px;
	font-size: 0.28rem;
	color: #888;
	display: block;
	line-height: 14px;
	line-height: 0.28rem;
}
.proD-text {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
}
.newsD-text {
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
	padding: 0.6rem 0;
	font-family: Arial, "Microsoft YaHei", "黑体"!important;
}
.newsD-text table {
	font-family: Arial, "Microsoft YaHei", "黑体"!important;
}
.newsD-textimg {
	text-align: center;
}
.newsD-textimg img {
	max-width: 50%;
	height: auto;
}
@media screen and (max-width:1081px) {
.newsD-textimg img {
	max-width: 100%;
}
}
.newsD-text p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-size: 0.28rem;
	line-height: 0.6rem;
	text-indent: 25px;
	text-indent: 0.5rem;
}
.newsD-bottom {
	overflow: hidden;
	margin: 30px 0 0;
	margin: 0.6rem 0 0;
}
.newsD-b-left {
	float: left;
	width: 90%;
}
.newsD-b-left p {
	font-size: 16px;
	font-size: 0.3rem;
	line-height: 0.8rem;
	line-height: 0.6rem;
	margin-bottom: 20px;
	margin-bottom: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsD-b-left a {
	color: #666;
}
.back-list {
	display: block;
	float: right;
	margin-top: 0;
	margin-top: 0;
}
.newsD-bottom a {
	transition: all 0.3s ease-in-out;
}
.newsD-bottom a:hover {
	color: #1a73e8;
}
/*------------------------------------------- 新闻资讯详情 end -------------------------------------------*/

/*平板*/
@media (max-width:991px) {
	.ly_show .show_menu {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 0.2rem;
}
	.menu_tit {
	background: #1a73e8!important;
}
.menu_tit p {
	font-size: 0.4rem;
	float: left;
	width: 30%;
	text-align: left;
}
.menu_tit em {
	cursor: pointer;
	display: block;
	width: 30%;
	text-align: right;
	color: #fff;
	height: 0.64rem;
	line-height: 0.64rem;
	font-style: normal;
	float: right;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	font-size: 0.24rem;
}
.menu_list .menu_li {
	overflow-y: hidden;
	overflow-x: hidden;
}
.menu_li p {
	padding: 0 10px;

}
.menu_li ul li a p {
	width: 100%;
}
.show_menu .menu_list {
	display: none;
}
.show_menu .menu_tit {
	height: 1.24rem;
	padding: 16px 20px;
	margin-bottom: 0;
}
.menu_tit span {
	display: none;
}
.ly_show .show_list {
	width: 100%;
}

.ly_show .show_list_news {
	width: 100%;
}
.show_list ul li {
	width: 49%;
	margin: 0 2% 0.2rem 0;
	padding: 0;
}
.show_list ul li:nth-child(2n+2) {
	margin: 0 0 0.2rem;
}
.show_list ul li p {
	width: 100%;
}
.news-text b {
	font-weight: normal;
	width: 100px;
	height: 52px;
	display: block;
	width: 1.2rem;
	height: 0.52rem;
	line-height: 52px;
	line-height: 0.52rem;
	text-align: center;
	position: relative;
	right: 0;
	top: 0;
	border: 1px solid #cccccc;
	color: #888;
	font-size: 14px;
	font-size: 0.14rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
}
.news-text span .stag{display: initial;font-size: 14px;background: #333;color: #fff;padding: 5px 10px;margin-left: 10px;}
.news-list li .news-text:hover .stag{background: #1a73e8;}
@media(max-width:711px) {
.inews .fadeInRight li .item-left{margin-right: 10px;float:left;width:80%;}
.ui-heading{font-size:5rem;}
.ui-paragraph2{font-size:1.8rem;}
}
@media(max-width:511px) {
.inews .fadeInRight li .item-left{margin-right: 10px;float:left;width:75%;}
.yhnews >.hd h2{padding:0 50px;}
.ui-heading{font-size:3rem;}
.ui-paragraph2{font-size:1.3rem;}
.anniuyuan{width:30px;height:30px;}
.anniuicon{width:30px}
}
@media(max-width:411px) {
.inews .fadeInRight li .item-left{margin-right: 0px;float:left;width:98%;}
.inews .fadeInRight li .item-right{display:none;}
.yhnews >.hd h2{padding:0 45px;}
.ui-heading{font-size:2rem;}
.ui-paragraph2{font-size:1rem;}
.anniuyuan{width:25px;height:25px;}
.anniuicon{width:25px}
}