body {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    color: rgb(53, 53, 53);
    padding: 0px;
    margin: 0px;
    background: rgb(255, 255, 255);
}
a{
    text-decoration: none;
}
ul,li{
    padding: 0;
}
.app-head{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 49px;
    background: #13c4a5;
}
.app-head .head-left{
    float: left;
    width: 154px;
    height: 100%;
}
.app-head .head-right{
    float: right;
    height: 100%;
    padding: 10px;
    vertical-align: middle;
}
.app-head a{
    display: inline-block;
    vertical-align: middle;
}
.head-left img{
    width: 100%;
    vertical-align: middle;
}
.btn-line{
    padding: 0 14px;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
}
.head-right .btn-line{
    height: 29px;
    line-height: 29px;
}
.news-view{
	padding-top: 60px;
}
.news-head{
	padding:0 4%;
}
.news-head h1{
	margin-bottom: 10px;
	font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.news-content{
	padding: 10px 4%;
	font-size: 14px;
}
.news-content p{
	width: 100%
}
.news-content img{
	width: 100%;
    height:auto;
}
.time{
	font-size: 12px;
	color: #999;
}
.line {
    height: 1px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: #ddd;
    border-width: 0;
 }
.rec-box{
    padding: 10px 4%;
    border-top: 10px solid #ddd;
}
.rec-box ul{
    padding-top: 10px;
}
.rec-box ul li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    position: relative;
    padding-left: 20px;
    color: #888;
}
.rec-box ul li i{
    display: block;
    position: absolute;
    left: 10px;
    background: #09b593;
    width: 3px;
    height: 3px;
    top: 18px;
}
.rec-box ul li a{
    color: #333;
}
.btn-primary{
    background: #13c4a5;
}
.btn-primary:hover,.btn-primary:active{
    background: #0c987f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c987f;
  border-color: #0c987f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0c987f;
  border-color: #0c987f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0c987f;
  border-color: #0c987f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0c987f;
  border-color: #0c987f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/*------------------------IP精灵官网-----------------------*/
h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
.blue{
    color: #50b5fc;
}
.head-wrap{
    width: 100vw;
    height: 62vh;
    background: #000 url(../images/download_bg.png) no-repeat center;
    background-size: cover;
}
.logo-wrap{
    width: 66vw;
    margin: 7vh auto 0;
}
.btn-wrap{
    margin-top: -70px;
    padding: 0 20vw 20px;
}
.btn-blue {
  color: #fff;
  background-color: #0e75d2;
  border-color: #0e75d2;
}
.btn-gre {
  color: #fff;
  background-color: #00b9b7;
  border-color: #00b9b7;
}
.btn-org {
  color: #fff;
  background-color: #df9d00;
  border-color: #df9d00;
}
.con{
    padding: 9vw;
    box-sizing: border-box;
    background: #fbfbfd;
}
.jl-title{
    font-size: 20px;
}
.a-box{
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 25px;
    text-align: center;
}
.a-box img{
    width: 50%;
}
.a-box h3{
    font-size: 13px;
    font-weight: normal;
}
.scene{width: 110%;}
.scene li{
    display: inline-block;
    width: 26%;
    height: 80px;
    margin-right: 5%;
}
.b-box{
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}
.adv-point{
    padding: 15px 0 15px 25px;
    text-align: left;
    background: url(../images/point_blue.png) no-repeat 0 17px;
    background-size: 16px 16px;
}
.adv-point h3{
    font-size: 18px;
}
.title-group{
    text-align: center;
    margin-bottom: 10px;
}
.btn-gray{
    display: inline-block;
    padding: 8px 10px;
    background: #f2f4f5;
    border-radius: 5px;
    text-align: center;
}
.contact{
    width: 100%;
}
.contact .btn-gray{
    width: 45%;
    margin-right: 4%;
    color: #333;
}
.download-bar{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 8vh;
    padding: 1vh 3vw;
    background: #1a7bff;
}
.download-bar img{
    display: block;
    float: left;
    margin-right: 5px;
    width: 6vh;
}
.download-info{
    float: left;
    margin-right: 5px;
}
.download-info h2{
    font-size: 14px;
    color: #ffffff;
    padding: 5px 0;
}
.download-info p{
    font-size: 12px;
    color: #ffffff;
}
.download-bar .btn{
    float: right;
    background: #fff;
    color: #0067e6;
}

/*------------------------最新活动------------------------*/
.activity-box{
    margin:2vh auto;
    width: 92vw;
    height: 32vh;
    border-radius: 15px;
    background: #fff;
}
.activity-box a{
    display: block;
    width: 92vw;
    height: 32vh;
}
.ad-zs-h5{
    width: 92vw;
    height: 28vh;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.ad-zs-h5 img{
    width: 100%;
}
.activity-box h2{
    line-height: 4vh;
    height: 4vh;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #333;
}





