/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
    text-align: left;
}
a {
    text-decoration: none;
}
/*共用样式*/
html{
    font-family: 微软雅黑;
    color: #585858;
    background: #f2f2f2;
}
header{
    margin-top: 50px;
}
.header_title{
    height: 50px;
    line-height: 40px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #0199ed;
}
.header_title{

}
.header_title img{
    width: 8%;
    float: left;
    margin-left: 5%;
    margin-top: 2%;
}
.header_title h1{
    line-height: 50px;
    font-size: 22px;
    color: white;
    width: 65%;
    margin: 0 auto;
    float: left;
    text-align: left;
    font-weight: bold;
    margin-left: 3%;
}
.header_title i{
    text-align: right;
    display: inline-block;
    width: 15%;
    float: left;
    line-height: 50px;
    font-size: 30px;
    margin-right: 2%;
    color: white;
}
.navdiv{
    position: fixed;
    top: 50px;
    width: 100%;
    background: #f2f2f2;
    line-height: 40px;
    z-index: 99;
}
.navdiv ul{
    display: flex;
    justify-content: space-evenly;
    line-height: 40px;
    width: 95%;
    float: left;
}
.navdiv ul li{
    width: 100%;
    text-align: center;
}
.navdiv ul li a{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
}
.navdivimg{
    display: inline-block;
    vertical-align: middle;
}
.navdivimg img{
    width: 10px;
    margin-top: -3px;
    vertical-align: middle;
}
.navdivimg img:nth-of-type(2){
    display: none;
}
.navdivtitle{
    width: 95%;
    float: left;
    font-size: 15px;
    text-indent: 4%;
    display: none;
}
.navdivtext{
    padding: 1% 0;
    position: fixed;
    top: 90px;
    width: 100%;
    background: #f2f2f2;
    display: none;
    z-index: 99;
}
.navdivtexttitle{
    display: flex;
    justify-content: space-evenly;
}
.navdivtexttitle div{
    width: 22%;
    background: #58b2fe;
    line-height: 36px;
}
.navdivtexttitle div img{
    width: 26%;
    margin-top: 1%;
    margin-left: 14%;
    vertical-align: middle;
}
.navdivtexttitle div span{
    color: white;
    font-size: 15px;
    vertical-align: middle;
}
.navdivtexttext{
    display: flex;
    justify-content: space-evenly;
}
.navdivtexttext a{
    display: block;
    width: 22%;
    background: white;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #585858;
    border-bottom: 2px solid #f2f2f2;
}
.mask1,.mask2{
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}
nav{
    z-index: 99;
}
nav ul{
    width: 35%;
    position: fixed;
    background: white;
    height: 100%;
    right: -41%;
    z-index: 99999;
    top: 90px;
}
nav ul li{

}
nav ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    color: black;
}
nav ul li:first-child a{
    border-top: 1px solid #e4e4e4;
}
nav ul li:last-child{
    display: block;
}
nav ul li:last-child>p{
    border-radius: 15px;
    background:#0094fe;
    height: 30px;
    line-height: 30px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: white;
    cursor: pointer;
}
.contentIMG {
    width: 100%;
}

.contentIMG img {
    width: 100%;
}
.banner_img{
    margin-top: 90px;
}
.banner_img img {
    width: 100%;
    display: block;
}
.titlespan{
    line-height: 30px;
    font-size: 21px;
    display: block;
    text-align: center;
    background: white;
    padding-top: 3%;
}
.titlespan span{
    line-height: 22px;
    font-size: 12px;
    color: #ffa930;
    display: block;
    text-align: center;
}
.content1{
    width: 96%;
    padding:1% 2%;
    background: white;
    overflow: hidden;
    border-bottom: 5px solid #f2f2f2;
}
.content1 img{
    width: 22%;
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 1%;
}
.content1text{
    width: 70%;
    float: left;
    overflow: hidden;
    height: 30px;
    position: relative;
    vertical-align: middle;
    margin-left: 3%;
}
.content1text ul{
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    width:100%;
}
.content1text ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content1text ul li a{
    color: #585858;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}
.content1text ul li span{
    color: #ff9900;
}
.content2{
    width: 100%;
    background: white;
    padding-top: 2%;
    margin-top: -2%;
}
.content2text{
    width: 96%;
    border: 1px dashed #e5e5e5;
    margin: auto;
}
.content2text b{
    text-align: center;
    display: block;
    margin: 2%;
}
.content2text p{
    text-align: center;
    font-size: 12px;
    color: #ff9900;
}
.content2text div{
    width: 96%;
    margin: auto;
}
.content2text div img{
    width: 100%;
}
.content2text span{
    width: 96%;
    display: block;
    margin: auto;
    font-size: 12px;
    text-indent: 2em;
    line-height: 20px;
    margin-bottom: 2%;
}
.content5{
    width: 100%;
    background: white;
    padding-top: 1%;
    padding-bottom: 1%;
}
.content5 ul{
    display: flex;
    width: 98%;
    margin:2% auto;
}
.content5 ul li{
    width: 31%;
    margin: auto;
}
.content5 ul li p{
    text-align: center;
    font-size: 14px;
}
.content5 ul li >a{
border: 1px solid #ff9900;
    border-radius: 6px;
    font-size: 14px;
    color: #ff9900;
    display: block;
    width: 60%;
    text-align: center;
    padding: 1%;
    margin:3% auto;
}
.content5 ul li div a img{
    width: 100%;
}
.content3{
    width: 100%;
    position: relative;
    z-index: -1;
}
.content3 p{
    position: absolute;
    top: 3%;
    width: 100%;
    font-size: 22px;
    text-align: center;
}
.content3 img{
    width: 100%;
}
.content3-text{
    position: absolute;
    top: 15%;
    left: 60%;
}
.content3-text ul li {
    margin-top: 15%;
}
.content3-text ul li span{
    font-size: 12px;
}
.content3-text ul li b{
    display: block;
}
.content6{
    width: 100%;
    background: white;
    display: flex;
    vertical-align: middle;
    padding-bottom: 2%;
}
.content6 div{
    margin: 2%;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #eaeaea;
    padding-bottom: 3%;
}
.content6 div span{
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 2%;
}
.content6 div p{
    font-size: 12px;
    margin-left: 2%;
    margin-top: 1%;
}
.content6 div a{
    width: 22%;
    float: left;
    font-size: 14px;
    margin-left: 2%;
    color: #0092f2;
    border-radius: 5px;
    border: 1px solid #0397EF;
    margin-top: 2%;
    text-align: center;
    line-height: 30px;
}
.content4{
    width: 100%;
    padding-top:1%;
    background: white;
    overflow: hidden;
    margin-bottom: 2%;
}
.content4-title{}
.content4-title ul{}
.currentSM{
    width: 25%;
    float: left;
    line-height: 35px;
    text-align: center;
    background: #f2f2f5;
}
.currentM{
    width: 25%;
    float: left;
    line-height: 35px;
    text-align: center;
    border-top: 1px solid #f2f2f5;
}
#dc_1{
    display: block;
}
#dc_2{
    display: none;
}
#dc_3{
    display: none;
}
#dc_4{
    display: none;
}
.content4-text{
    display: inline-block;
    /*background: #f2f2f5;*/
}
.content4-text ul{
    margin-top: 2%;
}
.content4Text{
    float: left;
    width: 96%;
    border-bottom: 1px solid #eaeaea;
    margin: 1% 2%;
}
.content4Text a img{
    width: 35%;
}
.content4-textItem{
    width: 63%;
    float: right;
}
.content4-textItemimg1{
    width: 7%;
}
.content4-textItemimg2{
    margin-left: 1%;
    margin-top: 5%;
    width: 5%;
    vertical-align: middle;
}
.content4-textItem p{
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1%;
}
.content4-textItem span{
    font-size: 13px;
    display: inline-block;
    margin-left: 3%;
    margin-top: 5%;
    vertical-align: middle;
}
.content4-textItema{
    border-radius: 5px;
    font-size: 14px;
    padding: 1% 1%;
    float: right;
    margin: 2% 3%;
}
.content4-textItema:nth-of-type(2){
    border: 1px solid #028df4;
    color: #028df4;
}
.content4-textItema:nth-of-type(1){
    color: white;
    background: #ff9900;
    border: 1px solid #ff9900;
}
.content4>a{
    width: 85%;
    display: block;
    margin: 0 auto;
    border: 1px solid #ff9900;
    border-radius: 5px;
    color: #ff9900;
    text-align: center;
    line-height: 38px;
    margin-bottom: 3%;
}
.content7{
    width: 100%;
    background: white;
}
.content7 ul li{
    width: 47%;
    float: left;
    margin-left: 2%;
    background: #f2f2f2;
    padding-bottom: 2%;
    margin-top: 2%;
}
.content7 ul li span{
    font-size: 14px;
    text-align: center;
    display: block;
    color: #0099ef;
}
.content7 ul li>a{
    width: 50%;
    display: block;
    padding: 2%;
    margin:2% auto auto;
    background: #ff9900;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.content7 ul li div a img{
    width: 100%;
}

/*iphone7*/
@media all and (max-width: 413px) {
    .header_title img {
        margin-top: 3%;
    }
    .content3-text ul li {
        margin-top: 11%;
    }
    .content4-textItem b{
        font-size: 15px;
    }
    .content4-textItem span{
        margin-left: 0;
    }
}
/*iphone5*/
@media all and (max-width: 374px) {
    .header_title img {
        width: 10%;
    }
    .header_title h1 {
        font-size: 20px;
    }
    .titlespan{
        font-size: 18px;
    }
    .content3-text{
        top: 13%;
        left: 58%;
    }
    .content3-text ul li {
        margin-top: 8%;
    }
    .content3-text ul li b{
        font-size: 14px;
    }
    .content6 div span{
        font-size: 17px;
    }
    .content4-textItem b{
        font-size: 12px;
    }
    .content4-textItem span{
        margin-left: 0;
    }
    .content4-textItema{
        font-size: 13px;
        padding:1% 1%;
        float: right;
        margin: 2% 2%;
    }
}