@media screen and (min-width: 300px) and (max-width: 500px) {
	.wrapper {
    display:none;
}
}
@media screen and (min-width:801px) {
.wrapper {
    position: relative;
    margin-top: 2.5rem;
    background: #f6f6f6;
}

.texing-box {
    text-align: center;
    background: url(../images/bg1.jpg) center top no-repeat;
        background-size: auto auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.news-box, .service-box, .texing-box, .jieshao-box {
    padding: 100px 0;
   
    overflow: hidden;
}

.scontainer {
    position: relative;
    width: 1500px;
   
    margin: 0 auto;
}

.texing-box {
    text-align: center;
}

.texing-box .h2-title {
    color: #fff;
-webkit-text-stroke: 1px #3796d7;
}
.h2-title {
    
    font-weight: bold;
    text-align: center;
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
h1, h2, h3, h4 {
    font-weight: normal;
    color: #333;
}
ul, li {
    list-style: none;
}

.texing-list li:first-child {
    margin-left: 0;
}
.texing-list li {
    float: left;
    width: 460px;
    color: #999;
    line-height: 24px;
    
    margin-left: 60px;
    margin-bottom: 20px;
    
    padding-bottom: 50px;
    
    background: #fff;
}

.tx-top {
    background: #036eb6;
}

.tx-top span {
    position: relative;
    display: inline-block;
    width: 80px;
    
    height: 80px;
    line-height: 80px;
    
    font-size: 36px;
    
    color: #fff;
    margin: 35px 0;
    
    border-radius: 100%;
    border: 2px solid #51a6e0;
}

.texing-list h3 {
    font-size: 22px;
    
    margin: 55px 0 30px;
    
}

.texing-list p {
    margin: 0 80px;
    
}

.data-box li {
    position: relative;
    float: left;
    width: 25%;
    margin: 40px 0;
    
    text-align: center;
    color: #333;
}

.data-box span {
    position: relative;
    display: inline-block;
    font-size: 48px;
   
    color: #eb5904;
    margin-bottom: 10px;
}
.data-box li {
    text-align: center;
    color: #333;
}


.jieshao-box {
    text-align: center;
    background: url(../images/bg2.jpg) center bottom no-repeat #fff;
        background-size: auto auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


.small-tit {

    font-size: 18px;
   
    color: #999;
    margin: 20px 0;
   

}
.jieshao-box .tel {

    position: relative;
    display: inline-block;
    font-size: 16px;
    
    color: #036eb6;
    padding: 10px 20px;
    margin: 25px;
    
    border: 1px solid #036eb6;
    border-radius: 30px;

}
.jieshao-list {

    width: 760px;
    margin: 80px auto;
    
    color: #fff;
    padding: 40px 30px;
    
    background: #036eb6;

}
.jieshao-list span {

    display: inline-block;
    max-width: 70px;

}
img {

    max-width: 100%;
   
    border: 0 none;
    outline: none;
    vertical-align: middle;

}
.jieshao-list p {

    font-size: 16px;
   
    line-height: 30px;
    
    margin: 20px;
    

}
.jieshao-list a {

    font-size: 12px;
    color: #fff;
    padding: 5px 25px;
    
    border-radius: 2px;
    border: 1px solid #fff;

}
a {

    color: #555;
    text-decoration: none;
    transition: all .3s;

}

.data-box span::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -19px;
    margin-left: -.19rem;
    display: inline-block;
    content: '';
    width: 38px;
    width: .38rem;
    height: 2px;
    background: #e6e6e6;
}
}