/*轮播图*/
.index-banner{
   min-width: 1200px;
   margin:0 auto;
}
/*产品中心*/
.index-product{
    height: 588px;
}
.index-product-ul{
    margin-top: 60px;
    display: flex;
    flex-flow: row nowrap;
}
.index-product-ul li{
    width: 300px;
    height: 300px;
    text-align: center;
    padding: 32px 0;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
    background-color: #fff;
}
.index-product-ul li:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    color: #00c3c5;
    transform: scale(1.07);
    z-index: 999;
}
.index-product-ul-title a{
    font-size: 18px;
}
.index-product-ul-explain{
    padding: 0 14px;
    line-height:22px;
}
.index-product-ul-explain span{
    color: #666;
    font-size: 14px;
}
.index-product-ul-title{
   margin-bottom: 15px;
}
.index-product-ul-box{
    padding-top: 35px;
}
.index-product-center{
    padding-top: 50px;
}
/*关于简游*/
.index-about{
    height: 480px;
    overflow: hidden;
    background: url("../images/index/about.jpg") center 0px no-repeat;
}
.index-about-con{
    display: flex;
    flex-flow: row nowrap;
}
.index-about-lt{
    width: 600px;

}
.index-about-gt{
    width: 600px;
    padding: 70px 20px 30px 40px;
    color: #fff;
}
.index-about-gt-title h5{
   margin: 12px 0 ;
}
.index-about-gt-content{
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
}
.index-about-more{
    display: flex;
    justify-content: center;
    align-items: center;
   padding: 40px 0 20px 0;
}
.index-about-gt .btn{
    padding: 8px 30px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 20px;
}
/*精品案例*/
.index-case{
    margin: 90px 0 40px;
}
.index-case-info{
    overflow: hidden;
}
.index-case-title{
    padding-bottom: 45px;
}
.index-case-ul{
    display: flex;
    flex-flow: row wrap;
    width:1260px;
    margin: 0 auto;
}
.index-case-li,.case-li{
    border-bottom: 3px solid #dcdcdc;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 286px;
    height: 280px;
    position: relative;
}
.index-case-li p,.case-li p {
    position: absolute;
    width: 100%;
    height:220px;
    top:0px;
    left:0px;
    background: rgba(0, 195, 197, 0.5) url("../images/index/case/more.png") center center no-repeat;
    display: none;
}
.index-case-li  img,.case-li  img{height:200px;}
.index-case-li a:hover >p,.case-li a:hover >p{
    display: block;
}
.index-case-ul li:hover,.case-ul li:hover{
    border-bottom: 3px solid #00c3c5;
}
.index-case-ul li h4,.case-ul li h4{
  margin: 20px 0;
}
/*优势*/
.index-advantage{
    padding-top: 88px;
    background: url("../images/index/advantage/bg2.jpg")center 0 no-repeat;
}
.index-advantage-box{
    background-color: rgba(255,255,255,.9);
    height: 760px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.16);
}
.index-advantage-title{
    padding: 25px 0 0 0;
}
.index-advantage-ul{
    display: flex;
    flex-flow: row wrap;
}
.index-advantage-ul-li{
    width: 600px;
    margin-top: 45px;
}
.index-advantage-explain .xian2{
    width: 40px;
    height:2px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid #ffc001;
}
.index-advantage-explain h4{
    padding: 34px 0 20px;
    margin: 0;
}
.index-advantage-explain p{
    color: #666;
    margin-top: 10px;
    padding: 0 126px;
    line-height: 24px;
}
/*新闻资讯*/
.index-news{
    margin-top:74px;
}
.index-news-title{
    padding-bottom:40px;
}
.index-title-top .xian{
    width: 60px;
    height:1px;
    margin: 0px auto;
    border-bottom: 3px solid #00c3c5;
}
.index-news-lr{
    display: flex;
    flex-flow: row nowrap;
}
/*左边*/
.index-news-lt,.index-news-gt{
    width: 600px;
}
.index-news-lt-ul{
   display: flex;
    flex-flow: row nowrap;
}
.index-news-lt-ul li{
    width: 270px;
    margin-right: 30px;
}
.index-news-lt-ul li:hover,.index-news-gt-list li:hover{
    color: #00c3c5;
}
.index-news-lt-ul li a h4{
    padding: 10px 0;
}
.index-news-lt-ul li p{
    height: 88px;
    color: #666;
}
.index-news-lt-ul li img{width:100%;height:150px;}
.index-news-more {
    font-size: 14px;
}
.index-news-more span{
    padding-right: 5px;
}
.index-news-more a{
    color: #faad19;
}
/*右边*/
.index-news-gt-li{
    border-bottom: dashed 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.index-news-gt-li:last-child{
    border: none;
}
.index-news-gt-li:hover{
    color:#00c3c5;
}
.index-news-gt-item{
    display: flex;
}
.index-news-gt-time{
    height: 100px;
    width: 100px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-news-time1{
    color: #666;
    font-size: 26px;
}
.index-news-time2{
    color: #666;
    font-size: 12px;
}
.index-news-gt-explain{
    width: 482px;
    margin-left: 18px;
    position: relative;
    overflow: hidden;
}
.index-news-gt-explain p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
/*.index-news-gt-explain:hover p,.index-news-gt-explain:hover h4{
    color: #fff;
}
.index-news-gt-explain:after{
    content: "";
    background-color: #00c3c5;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100px;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.index-news-gt-explain:hover:after {
    width: 100%;
}*/

/*关于简游*/
.about-con .public-explain {
    line-height: 30px;
    font-size:16px;
}
.about-con{
    width: 1020px;
    margin: 45px auto 0;
}
.about-link{
    margin-top: 50px;
}
.about-link ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.about-link ul li:hover{
    color:#00c3c5;
}
.about-link ul li h4{
    margin-top: 20px;
}
.about-service-concept{
    margin-top: 50px;
}
.about-bg{
    margin-top: 46px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.about-bg-text{
    background-color: rgba(0,195,197,.9);
    color: #fff;
    position: absolute;
    width: 642px;
    height: 302px;
    display: flex;
    align-items: center;
    padding: 0 79px;
    line-height: 30px;
}
/*产品中心*/
.product-ul li{
    margin-top: 50px;
    border-bottom: 2px solid #e5e5e5;
}
.product-ul li:last-child{
    border: none;
}
.product-con{
    padding: 20px 0 40px 0;
}
/*精品案例*/
.case-con{
    margin-top: 60px;
}
.case-tab{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px;
    position: relative;
}
.public-case{
    background-color: #f0f0f0;
    color: #333;
    padding: 10px 39px;
    font-size: 18px;
    position: relative;
    /*margin-bottom:10px;*/
}
.case-tab .on{
    background-color: #00c3c5;
    color: #fff;
}
.case-tab .on::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -55px;
    margin:auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00c3c5;
}
.case-list{
    overflow: hidden;
}
.case-ul{
    width:1260px;
    display: flex;
    flex-wrap: wrap;
}
.case-more{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.case-more .btn{
    padding: 8px 30px;
    border: 1px solid #00c3c5;
    color: #00c3c5;
    font-size: 16px;
    border-radius: 20px;
}
.case-more .btn:hover{
    color: #ff2222;
}

.product-tab{display:flex;justify-content:strat!important;}
.product-tab-li{margin-bottom:20px;}

/*案例详情*/
.case-show-info{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #66666612;
    margin-top: 45px;
}
.case-show-content{
    margin-top: 30px;
}
.case-show-project{
    padding-top: 10px;
    font-size: 16px;
}
.case-show-explain {
    width:964px;
}
.case-show-erwei{

}
.case-show-erwei-img{
    padding: 15px;
    width: 180px;
    height: 180px;
    background-color: #efefef;
}
.case-show-erwei p,.case-show-explain p{
   color: #666;
}
.case-show-span{
    color:#000;
    font-weight: normal;
}
.case-correlation{
    background-color: #f2f2f2;
    padding-top: 36px;
    margin-top: 100px;
}
.case-correlation-title p{
    margin: 15px auto;
}
.case-correlation-list{
    padding: 20px 0;
}
/*新闻动态*/
.news-info{
    margin: 55px 0 90px;
    overflow: hidden;
}
.news-list{
    overflow: hidden;
}
.news-ul{
     display: flex;
     flex-wrap: wrap;
     width: 1260px;
}
.news-ul li{
    margin: 0 60px 40px 0;
    background-color: #f3f2f2;
    width: 360px;
    height: 410px;
}
.news-ul li img{height:240px;width:100%;}
.index-news-more{
    margin: 16px 0;
}
.news-explain{
    height: 108px;
    margin-top: 16px;
}
.news-explain,.index-news-more{
    padding:0 20px;
}
.news-ul li:hover,.index-news-more a:hover{
    color: #00c3c5;
}
.news-centent{
    margin: 0;
    line-height: 26px;
}
.news-centent,.index-news-more span,.news-show-content{
    color:#666;
}
/*新闻动态详情页*/
.news-show-box{
    width: 962px;
    margin:0 auto;
}
.news-show-title{
    margin: 0px 0px 50px;
}
.news-show-title h3{
    padding-bottom: 20px;
}
.news-show-title span{
    color: #999;
    padding-right: 15px;
}

/*联系我们*/
.contact-info{
    /*margin-bottom: 60px;*/
    padding-bottom: 50px;
}
.contact-ul{
    margin-bottom: 50px;
    margin-top: 60px;
    display: flex;
    width:1008px;
}
.contact-tel{
    background-color: #ffcbe6;
}
.contact-email{
    background-color: #cfeaff;
}
.contact-address{
    background-color: #e9ffd5;
}
.contact-li{
    margin-right: 56px;
    text-align: center;
    padding: 0 18px 0px;
    width: 280px;
    height: 280px;
}
.contact-li img{
    padding: 40px 0;
}
.contact-ul-p2{
    margin: 0;
    padding-bottom:40px ;
}
.width952{
    width: 952px;
    margin: 0 auto;
    overflow: hidden;
}
.contact-map {
    width: 952px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width:100%;
}

.content-box{width:100%;margin:50px auto;}
.content-box-left{width:70%;float:left;}
.pro-newul-right{width:28%;float:right;padding:10px;border:3px solid #00c3c5;}
.pro-newul-right>p{font-size:18px;font-weight:bold;padding:10px 0;}
.pro-newul-right>p::after{content:'';width:100%;display:block;border-bottom:1px solid #999;margin-top:8px;}
.pro-newul-right li{padding:10px 0px;}
.pro-newul-right li span{color:#999;float:right;}


.anniu{width:100px;height:40px;background-color:rgb(183, 1, 35);border-radius:5px;margin-bottom:20px;text-align:center;line-height:40px;color:#fff;}
.news-list table{width:100%;border:1px solid #f1f1f1;padding:5px;}
.news-list table thead{background-color:#f1f1f1;}
.news-list table tr{width:100%;height:40px;}
.news-list table tr:nth-child(2n){background-color:#f1f1f1;}
.news-list table tr .tone{width:77%;padding-left:5px;}
.news-list table tr .ttwo{width:10%;}
.news-list table tr .tthree{width:5%;}
.news-list table tr .tfour{width:8%;}
.news-list table tr a:hover{color:#00c3c5;}

.page{ text-align: center; font-size: 13px; margin:5% 0; height: 30px; line-height: 30px; padding-bottom: 5%;}
.page a,.page b{display: inline-block; padding: 0px 12px; border:1px solid #00c3c5; margin:0 4px;}
.page b{background-color: #00c3c5 !important;}