﻿/*css 菜单*/
/** { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}*/
html,body,p{ padding: 0; margin: 0;  }
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
.mobile-nav { display:none;
}
h1 { font-size:26px;
}
h2 { font-size:22px;
}
h3 { font-size:18px;
}
h4 { font-size:16px;
}
 .mobile-nav-img { display:none;
    }
/*rh-nav*/
#rh-nav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-image: url(../images/6.jpg);
  background-size: 100% 100%;
  opacity: 0;
}
#rh-nav.active{
  z-index: 1002;
  opacity: 1;
}
#rh-nav .head{
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  z-index: 1;
}
#rh-nav .head .rh-logo{
  float: left;
  width: 150px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/logo-l.png);
}
#rh-nav .head .close{
  float: right;
  width: 40px;
 
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/close1.png);
  cursor: pointer;
  position: relative;
}
#rh-nav .head .close p{
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777;
  display:none;
}
#rh-nav ul{
  font-size: 0;
  height: 100%;
}
#rh-nav ul li{
  display: inline-block;
  vertical-align: top;
  width: 12.4%;
  text-align: center;
  height: 100%;
  border-right: 1px solid #ebebeb;
  padding-top: 8%;
  transition-property: opacity,top,background;
  transition-duration: 0.5s,0.5s,0.5s;
  -webkit-transition-property: opacity,top,background;
  -webkit-transition-duration: 0.5s,0.5s,0.5s;
  position: relative;
  opacity: 0;
  top: -40px;
  background: #fff;
}
#rh-nav.active ul li{
  top: 0;
  opacity: 1;
}
#rh-nav.active ul li:nth-child(1){
  transition-delay: 0.4s,0.4s,0s;
  -webkit-transition-delay: 0.4s,0.4s,0s;
}
#rh-nav.active ul li:nth-child(2){
  transition-delay: 0.6s,0.6s,0s;
  -webkit-transition-delay: 0.6s,0.6s,0s;
}
#rh-nav.active ul li:nth-child(3){
  transition-delay: 0.8s,0.8s,0s;
  -webkit-transition-delay: 0.8s,0.8s,0s;
}
#rh-nav.active ul li:nth-child(4){
  transition-delay: 1s,1s,0s;
  -webkit-transition-delay: 1s,1s,0s;
}
#rh-nav.active ul li:nth-child(5){
  transition-delay: 1.2s,1.2s,0s;
  -webkit-transition-delay: 1.2s,1.2s,0s;
}
#rh-nav.active ul li:nth-child(6){
  transition-delay: 1.4s,1.4s,0s;
  -webkit-transition-delay: 1.4s,1.4s,0s;
}
#rh-nav.active ul li:nth-child(7){
  transition-delay: 1.6s,1.6s,0s;
  -webkit-transition-delay: 1.6s,1.6s,0s;
}
#rh-nav.active ul li:nth-child(8){
  transition-delay: 1.6s,1.6s,0s;
  -webkit-transition-delay: 1.6s,1.6s,0s;
}
#rh-nav ul li:hover{
  background: transparent;
}
#rh-nav ul li:last-child{
  border-right: 0 none;
}
#rh-nav ul li .line{
  width: 1px;
  height: 50px;
  background-color: #333333;
  opacity: 0;
  display: block;
  margin: 0 auto 90px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rh-nav ul li:hover .line{
  margin: 0 auto 65px;
  opacity: 1;
  background-color: #fff;
}
#rh-nav ul li h3{
  font-size: 82px;
  color: #f2f2f2;
  margin-bottom: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rh-nav ul li:hover h3{
  margin-bottom: 48px;
  color: #fff;
}
#rh-nav ul li h4{
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  font-family: 'roboto';
  margin-bottom: 30px;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rh-nav ul li:hover h4{
  display: block;
  color: #fff;
}
#rh-nav ul li a.big{
  font-size: 24px;
  font-weight:bold;
  color: #333;
  display: block;
  margin-bottom: 46px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#rh-nav ul li:hover a.big{
  color: #fff;
}
#rh-nav ul li .small a{
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-weight:bold;
}
#rh-nav ul li:hover a{
  color: #fff;
}
#rh-nav ul li a.big.active,#rh-nav ul li a.big:hover,#rh-nav ul li .small a.active,#rh-nav ul li .small a:hover{
  color: #064c92;
}




/*footer*/

.rh_footer-wx{ width:60px;}

.rh_footer {
    width: 100%;
    height: 80px;
    left: 0px;
    bottom: 30px;
    z-index: 9;
}

    .rh_footer table {
        width: 1100px;
        margin: 0px auto;
    }

        .rh_footer table tr td {
            padding:10px;
            font-size: 14px;
            text-align: left;
            color: #333;
        }

            .rh_footer table tr td a {
                color: #333;
            }

#index .rh_footer {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0px;
    bottom: 2rem;
    z-index: 1001;
}

    #index .rh_footer table {
        margin-left: 77px;
    }

        #index .rh_footer table tr td {
            padding: 0px 10px;
            font-size: 14px;
            text-align: left;
            color: #fff;
        }

            #index .rh_footer table tr td a {
                color: #fff;
            }

#news_show .rh_footer { background:#fff; position:fixed; bottom:0px;
}
 #news_show .rh_footer table { width: 1100px;
        margin: 0px auto;
    }
  #case .rh_footer { background:#fff; position:fixed; bottom:0px;
}
   #news_show .rh_footer table { width: 1100px;
        margin: 0px auto;
    }





   /*关于我们*/


.response-page.page2 .rh_footer {
    background: #f4f4f4;
}



.response-page .sec2 .gywm { margin-bottom:20px;
}
    .response-page .sec2 .gywm ul li { display:inline-block; width:19%; margin:auto; margin-left:2%; height:180px; border:2px solid #00A1DD; padding:15px; overflow:hidden;
    }
        .response-page .sec2 .gywm ul li h3 {  font-weight:bold; text-align:center;
        }
        .response-page .sec2 .gywm ul li span { display:block; margin-top:10px;
        }

    .response-page .sec2 .gywm .xian {
        display: block;
        width: 40px; height:10px;
        border-bottom: 3px solid #ccc;
        margin:auto;
    }
.gywm-jj { width:600px; margin-left:20px; float:left;
}
    .gywm-jj h2 { line-height:3;
    }

.gywm-tp { width:530px;float:left;  padding-left:1%; padding-top:5%; overflow:hidden;
}




/*二级页面底部*/

 .rh_footer_ej {
        display:block;
   
        width: 100%;
        background: #1f2024;
        padding: 20px 0 7px;
        color: #fff;
    }
  
    .footer-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #3c3c42;
    }

    .footer-bot {
        padding: 10px 0;
    }

    .footer-bot-left {
         text-align:center;
    }

        .footer-bot-left p {
            font-size: 12px;
            line-height: 22px;
            opacity: .5;
            filter: alpha(opacity=50);
        }

            .footer-bot-left p span {
                margin-left: 20px;
            }

        .footer-bot-left a {
            color: #fff;
            line-height: 23px;
            margin-right: 10px;
            transition: color .3s;
        }

    .footer-bot .bdsharebuttonbox {
        float: right;
        height: 32px;
        margin-top: 6px;
    }

        .footer-bot .bdsharebuttonbox a {
            width: 32px;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            display: inline-block;
            text-indent: 0;
            opacity: 1;
            filter: alpha(opacity=100);
            transition: opacity .3s;
        }

    .footer-top-center {
        float: left; width:90%;
    }

    .footer-top .weixin {
        width: 7.8%;
        float: left;
        text-align: center;
    }

        .footer-top .weixin img {
            width: 100%;
        }

    .footer-top h2 {
        font-size: 14px;
        line-height: 33px;
        margin-bottom: 7px;
        opacity: .8;
        filter: alpha(opacity=80);
    }

    .footer-top h2 {
        font-size: 14px;
        line-height: 33px;
        margin-bottom: 7px;
        opacity: .8;
        filter: alpha(opacity=80);
    }

    .footer-top-left .lan {
        display: block;
        width: 58%;
        height: 38px;
        line-height: 38px;
        padding-left: 42px;
        margin-top: 74px;
        font-size: 12px;
        color: #fff;
        background: #3c3c42 url(../img/fot02.jpg) no-repeat 12px center;
    }

    .footer-top-center li {
        width: 12%;
        float: left;
    }

        .footer-top-center li:last-child {
            width: 16%;
            text-align:left;


        }

        .footer-top-center li p {
            font-size: 13px;
            line-height: 24px;
        }

        .footer-top-center li a {
            color: #fff;
            transition: color .3s;
        }

            .footer-top-center li a:hover {
                color: #dd231f;
            }

              .w1400 {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        width: 92%
    }.f-cb {
  zoom: 1
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."
}
.fl {
  float: left;
  display: inline
}

.fr {
  float: right;
  display: inline
}

.por {
  position: relative
}
.innov-no { display:none;
}


/*快讯*/
  .app-section__news-main {
            /*display: flex;*/
            align-items: stretch;
            margin: -12px;
        }


        .app-section__news-main__cell {
            padding: 12px;
            width: 30%;
            flex: 0 0 auto;
            display: inline-block;
        }

            .app-section__news-main__cell .top {
                color: #999;
                display: flex;
                align-items: center;
                margin-bottom: .5em;
            }

                .app-section__news-main__cell .top .tag {
                    font-size: 12px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 0 .25em;
                    border-radius: 2px;
                    border: 1px solid currentColor;
                    margin-right: .5em;
                    color: #0560f6;
                    border: 1px solid #0560f6;
                }

            .app-section__news-main__cell .title {
                color: #333;
                height: 80px;
                overflow: hidden;
                display: block;
            }

            .app-section__news-main__cell .intor {
                color: #666;
                margin-top: 1em;
                line-height: 1.6;
            }

            .app-section__news-main__cell .more {
                display: flex;
                align-items: center;
            }

                .app-section__news-main__cell .more a {
                    color: #333;
                }

                    .app-section__news-main__cell .more a::after {
                        content: ">";
                        margin-left: .25em;
                        font-size: 14px;
                        font-family: "å®‹ä½“";
                    }

                    .app-section__news-main__cell .more a:hover {
                        color: #0560f6;
                    }

            .app-section__news-main__cell .inner-1 {
                /*height: 100%;*/
                border-radius: 20px;
                overflow: hidden;
                display: block;
                background-color: #fff;
                box-shadow: 0 2px 24px rgba(0, 0, 0, .15);
            }



                .app-section__news-main__cell .inner-1 img {
                    width: 100%;
                    height: 100%;
                    -webkit-object-fit: cover;
                    -moz-object-fit: cover;
                    -o-object-fit: cover;
                    -ms-object-fit: cover;
                    object-fit: cover;
                    -ms-transition: 1s ease transform;
                    transition: 1s ease transform;
                }

                .app-section__news-main__cell .inner-1:hover img {
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

                .app-section__news-main__cell .inner-1 .single {
                    height: 100%;
                    display: flex;
                    align-items: stretch;
                    flex-direction: column;
                }

                    .app-section__news-main__cell .inner-1 .single .image {
                        flex: 0 0 auto;
                        height: 0;
                        position: relative;
                        padding-bottom: 64.516129%;
                        overflow: hidden;
                    }

                        .app-section__news-main__cell .inner-1 .single .image img {
                            width: 100%;
                            height: auto;
                            display: block;
                        }

                    .app-section__news-main__cell .inner-1 .single .content {
                        flex: 1 1 auto;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        padding: 1em 2em;
                        transition: 300ms background ease;
                        background-color: #fff;
                    }

                        .app-section__news-main__cell .inner-1 .single .content .head {
                            margin-bottom: 0.1em;
                        }


                    .app-section__news-main__cell .inner-1 .single:hover .content {
                        background-color: #0560f6;
                        transition: 300ms background ease;
                    }

                        .app-section__news-main__cell .inner-1 .single:hover .content .tag,
                        .app-section__news-main__cell .inner-1 .single:hover .content .time,
                        .app-section__news-main__cell .inner-1 .single:hover .content .title,
                        .app-section__news-main__cell .inner-1 .single:hover .content .intor,
                        .app-section__news-main__cell .inner-1 .single:hover .content .more a {
                            color: #fff;
                        }

                        .app-section__news-main__cell .inner-1 .single:hover .content .app-text-more {
                            color: #fff;
                        }

        [data-appear-animation=slide-up].is-inview {
            opacity: 1;
            transform: translateY(0);
        }


@media only screen and (max-width:1320px){
	
}
@media only screen and (max-width:1270px){
	
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1024px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size:29px;}
	body{
		 font-size: 90%;
	}
	.mobile{
		display: block!important;
	}
	.web{
		display: none!important;
	}
    h2 { font-size: 1rem;
    }
     h3 { font-size: 0.9rem;
    }
  .inner{width: 92%;}



  
  /*rh-nav*/
    #rh-nav { background:#fff; overflow:auto;
    }
  #rh-nav .head{
    left: 0.9375rem;
    top: 0.9375rem;
    right: 0.9375rem;
  
  }
  #rh-nav .head .rh-logo{
    display: none;
  }
  #rh-nav .head .close{
    width: 2rem;
    height: 2rem;
  }
  #rh-nav .head .close p{
    margin-top: 0.1875rem;
    font-size: 0.5625rem;
    white-space: nowrap;
    display:none;
  }
  #rh-nav ul{
    padding-top: 3.125rem;
    background-color: #fff;
    overflow: auto;
    height:auto;
  }
  #rh-nav ul li{
    width: 100%;
    text-align: left;
    height: auto;
    border-right: 0 none;
    border-bottom: 1px solid #ebebeb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    top: -1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-start;
  }
  #rh-nav ul li .line{
    display: none;
  }
  #rh-nav ul li .icon{
    background-repeat: no-repeat;
    background-image: url(../images/rhnav_icon.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    /*right: 2.125rem;*/
    right:4rem;
    top: 3rem;
    width: 1.2rem;
    height: 0.6rem;
  }
  #rh-nav ul li.active .icon{
    /*transform: rotate(180deg);
    -webkit-transform: rotate(180deg);*/
  }
  .icontoggle {
     transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    }
  #rh-nav ul li h3{
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 1.875rem;
    color:#eee;
  }
  #rh-nav ul li:hover h3{
    margin-bottom: 0;
    color: #f2f2f2;
  }
  #rh-nav ul li:hover h4{
    display: none;
  }
  #rh-nav ul li a.big{
    font-size: 1.5rem;
    line-height: 2.5625rem;
    margin-bottom: 0.1rem;
    font-weight:normal;
    margin-top:1rem;
    font-weight:bold;
  }
  #rh-nav ul li:hover a.big{
    color: #333;
    /*font-weight:normal;*/
  }
  #rh-nav ul li .small{
    display: none;
    margin-top:1rem;
  }
  #rh-nav ul li.active .small{
    display: block;
  }
  #rh-nav ul li .small a{
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    margin-left:0.3rem; font-weight:normal;
  }
  #rh-nav ul li .small a:last-child{
    margin-bottom: 0;
  }
  #rh-nav ul li:hover a{
    color: #666;
  }
  /*footer*/
  .footer{
    font-size: 0.5625rem;
    left: 1.25rem;
    bottom: 1.75rem;
    right: 1.25rem;
  }
    .rh_footer table { width:90%;
    }


    /*公司介绍*/
    .response-page .sec2 .gywm ul li { width:41%; 	padding:0.6em; margin:0.2em; height:13em;
    }


    .gywm-jj { width: 92%;
		padding:1em;
}
    .gywm-jj h2 { line-height:3; 
    }

.gywm-tp { width: 92%;
		padding:1em; overflow:hidden;
}
   
.header{
		/*top: 0.9375rem;
		left: 0.9375rem;
		right: 0.9375rem;*/
        position:fixed;
        background:#fff;
        height:1rem;
        padding:1rem;
        box-shadow:0 0 5px rgba(0,0,0,0.1);
        border-bottom:1px solid #eee;
	}
#news_list .header{
		/*top: 0.9375rem;
		left: 0.9375rem;
		right: 0.9375rem;*/
        position:fixed;
        background:#fff;
        height:1rem;
        padding:1rem;
        box-shadow:0 0 5px rgba(0,0,0,0.1);
        border-bottom:1px solid #eee;
	}

 .logo-b .header { position:fixed;
        background:#fff;
        height:1.5rem;
        padding:1rem;
        box-shadow:0 0 5px rgba(0,0,0,0.1);
        border-bottom:1px solid #eee;
    }

	.header .logo{
		/*width: 5.4375rem;
		height: 1.6875rem;*/
		margin-top: 0.3125rem;
		margin-left: 0.3125rem;
	}
    .logo-b .header .logo {background-image:url(../images/logo-l.png);  margin:0px; width:8rem; height:2rem;
    }
    .logo-b .header .menu {background-image:url(../images/menu1.png);margin:0px; margin-right:1.8rem;width:1.8rem; height:1.8rem;
    }
	.header .menu{
		width: 1.25rem;
		height: 1.25rem;
	}
	.header .menu p{
	    /*margin-top: 0.1875rem;*/
	    font-size: 0.5625rem;
		white-space: nowrap;
        display:none;
	}
	.main{
		padding-bottom: 5rem;
	}
    .it-service .main .inner {width: 92%;
		padding:2em 0;
    }
   
	.main .inner{
		width: 92%;
		padding:2em 0;
	}
	.main .sec1{
		height: 10rem;
		line-height: 15rem;
        margin-top:1.5rem;
	}
	.item-title{
		padding:0.5rem 0 1rem;
	}
	.item-title h1{
		font-size: 1.5rem;
		margin-bottom: 1.14rem;
	}

	.item-title p{
		font-size: 0.8rem;
		margin-bottom: 1rem;
	}
  .row-col-4 li{
		width: 39%;
		margin-right: 0;
		margin-bottom: 1.2rem;
	}
    .row-col-3 li {width: 46.5%;
		margin-right: 0;
		margin-bottom: 1.2rem;
    }
   
	.row-col-3 li:nth-child(2n-1),.row-col-4 li:nth-child(2n-1){margin-right: 4.4%;}
	.row-col-3 li:nth-child(2n),.row-col-4 li:nth-child(2n){margin-right: 0;}
	.it_product li{
		padding:0.9rem;
	}
	.it_product li h3{
		/*font-size: 0.9rem;*/
		margin:0.5rem 0 0.8rem;
	}
	.it_product li p{
		font-size: 0.7rem;
		padding:0 0 1.2rem;
		line-height: 1.2rem;
		margin-bottom: 0;
	}
	.it_demo li h3{
		font-size: 0.8rem;
		padding:0.7rem 0.6rem 0.3rem !important;
	}
	.it_demo li p{
		font-size: 0.6rem;
		padding:0 0.6rem 0.5rem;
		line-height: 26px;
	}
	.it_product-btn {
		width: 10rem;
		height: 2.3rem;
		line-height: 2.3rem;
		font-size: 0.9rem;
		border-radius: 3rem;
	}
	.it-service-new li .row-3-img img{height: auto !important;}
	.it-service-new li .row-3-img{padding: 10px 5px 5px !important;height: auto !important;}


    .js-bps li { width:43.5%
    }
    .rhxz { margin-left:15%;
    }
    /*运维*/
      .gc-service .main .sec2 {width: 92%;
		padding:2em 0;
    }
    .gc-service .row-col-3 li {width: 42%;
		margin-right: 0;
		margin-bottom: 1.2rem;
    }

    /*政采*/
    #purchase .main .inner {width: 92%;
		padding:2em 0;
    }
     #purchase .row-col-4 li{
		width: 44.5%;
		margin-right: 0.4rem;
		margin-bottom: 1.2rem;
	}
    .purchase-cen {width: 92%;
		padding:2em 0;
    }
    .purchase-cen ul li {  
    }
        .purchase-cen ul li span { font-size:0.5rem;
        }

/*快讯*/
    .main .sec2 {width: 92%;
		padding:2em 0;
    }
   
    #news_show .sec2{width: 92%;
		padding:2em;}


    .rh_footer_ej { display:none;
    }
      .app-section__news-main__cell {
                width: 100%;
            }
          
            .app-section__news-main__cell .inner-1-1 { padding:0px;
            }

                    .app-section__news-main__cell .inner-1-1 .single .image img {
                        transform: scale(1);   border-radius: 20px;
                    }

                    .app-section__news-main__cell .inner-1-1 .single .image img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

            .app-contact-service .item .content .more a + a {
                padding: 0 1em;
            }

            .app-container {
                width: 85.5%;
            }

            .app-header__main nav .mian-menus > .item {
                margin-right: 1.5em;
            }

            .app-header-drawer {
                display: block;
            }

            .app-banner__page.partner .page-swiper-button-next,
            .app-banner__page.partner .page-swiper-button-prev {
                display: none;
            }

            .app-banner__page.partner .page-swiper-button-next {
                display: none;
            }

            .app-section__news-main__cell .inner-1 .single .image img {
                transform: scale(1);
            }

            .app-section__news-main__cell .inner-1 .single:hover .content {
                background-color: #fff;
            }

                .app-section__news-main__cell .inner-1 .single:hover .content .tag,
                .app-section__news-main__cell .inner-1 .single:hover .content .time,
                .app-section__news-main__cell .inner-1 .single:hover .content .title,
                .app-section__news-main__cell .inner-1 .single:hover .content .intor,
                .app-section__news-main__cell .inner-1 .single:hover .content .app-text-more {
                    color: #333;
                }

            .app-section__news-main__cell:nth-child(1),
            .app-section__news-main__cell:nth-child(2) {
                width: 100%;
            }
    .app-section__news-main__cell .top {font-size:1.2rem;
    }
    .app-section__news-main__cell .more {font-size:1.2rem;
    }
.app-section__news-main__cell .title{ font-size:1.6rem; height:auto;
    }



    /*集成服务*/
    .yw-service .main .inner {width: 92%;
		padding:2em 0;
    }
    .yw-service .row-col-4 li {width: 44.5%;
		margin-right: 0.4rem;
		margin-bottom: 1.2rem;
    }
    #case .sec2 {width: 92%;
		padding:2em;
    }
    .sy-img{ display:none;}


    /*三级页面导航*/
    .header1 { display:none
    }
    .mobile-nav {
         display:block;
       width: 100%;
        background: #fff;
        border-bottom:1px solid #eee;
        position:fixed;
        z-index:10;
       box-shadow:0 0 5px rgba(0,0,0,0.1);

     
    } 
    .mobile-nav-logo { height:1rem; padding:1rem; 
    }

    .mobile-nav-logo-img { width:2rem; /*height:2rem;*/
    }
   .mobile-nav ul {
         border-top: 1px solid #eee;
        width: 100%;
     
        position:absolute;
        z-index:99;
        background:#fff;
        padding-bottom:2rem;
        
    }
   .mobile-nav li {
        width: 100%;
         border-bottom: 1px solid #eee;
         line-height:4; 
         text-align:left;
         padding-left:1rem;
         font-size:1.3rem;
         font-weight:bold;
         


    }
    #case .main { 
    }
    .sec4 { background:#fff;
    }
        .sec4 .sec2 {box-shadow:none;
        }

/*首页app*/

    *#index .header { background:none; border:0px; padding:0rem; height:auto;
    }
    /*#index .header .logo { margin:0rem;
    }
    #index .header .logo-txt { margin:0rem; color:#000; margin-top:0.1rem; margin-left:0.2rem;
    }
    #index .header .menu { margin:0rem;background-image:url(../images/menu1.png); margin-right:1.5rem;
    }*/

    .innov { display:none;
    }
    .innov-no { display:block;
    }
        /*.innov-no h2 {border-left:2px solid #064c92;
        }*/
        
        #index .rh_footer table tr td {
            padding: 0px 10px;
            font-size: 0.6rem;
            text-align: left;
            color: #fff;
        }
    .rh_footer-wx { width:80px;
    }
  .mobile-nav-img { text-align:center; display:none; transform: skew(-20deg);  font-size:2rem; line-height:2.5; font-weight:bold; border-top:5px solid #000;
    }
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}