/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #F7F7F7;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
button{
    outline: none;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}
.show-hide{
    display:none;
}
.margin-10{
    height:1rem;
    position: fixed;
    bottom:0;
}
.block{
    display: block;
}
.none{
    display: none;
}
@media screen and (min-width:100px) and (max-width:320px){html{font-size:8px}}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:10px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:14px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:14px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:16px}}
@media screen and (min-width:720px){html{font-size:20px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:16px}}
@media screen and (min-width:800px)and (max-width:1199px){html{font-size:20px}}
@media screen and (min-width:1200px){html{font-size:20px}}
.swiper-container {
    width: 100%;
}
/****************/
/*第一页*/
.seaction1{
    background:url("../img/background.jpg") no-repeat;
    background-size:100%;
}
.banner1{
    width:75%;
    margin:0 auto;
    margin-top:22vh;
}
.nav1{
    width:75%;
    margin:0 auto;
    margin-top:7vh;
    position: relative;
}
.nav1 form{
    width:100%;
    overflow: hidden;
}
.nav1 input{
    padding-left: 1rem;
    width:95%;
    height:35px;
    outline:none;
    border-radius:20px;
    box-shadow: 0 0 0.45rem 0 #3886DB;
}
.nav1 .nav1-int{
    border-bottom-right-radius:0;
}
.nav1-sea{
    position: absolute;
    right:15px;
    top:10px;
    width:23%;
    padding-left:3%;
    border-left:1px solid #B6B6B6;
}
.nav1-sea a{
    color:#000000;
    float:right;
    font-size:0.8rem;
}
.datalist{
    position: absolute;
    z-index: 10000;
    width:118%;
    top:131%;
    left:-2px;
}
.datalist li{
    text-align: center;
    width:99%;
    height:3rem;
    line-height:3rem;
    background:#fff;
    border-bottom:1px solid #B6B6B6;
}
.last-li-radius{
    border-bottom-right-radius:0.5rem ;
    border-bottom-left-radius: 0.5rem;
}
.datalist .datalist-lih{
    background:#CAFCF7;
}
.datalist li:hover{
    background:#CAFCF7;
}
.datalist li a{
    font-size:1rem;
    width:100%;
    height:100%;
}
.nav1-sea img{
    width:12%;
    display: inline-block;
    position: absolute;
    top:3px;
}
.nav1-sea select{
    outline:none;
    font-size:1rem;
    width:112%;
    border:0;
}

.nav1-sea select option{
    height:1.5rem;
    line-height:1.5rem;
    outline: none;
    border:0;
    border-bottom:1px solid #B6B6B6;
    border-radius:5px;
}

.nav1 form>a{
    display: inline-block;
    color:#fff;
    text-align: center;
    width:100%;
    height:35px;
    line-height:35px;
    border-radius:20px;
    border:0;
    background:#15D0F1;
    margin-top:3%;
    box-shadow: 0 0 0.45rem 0 #3886DB;
    position: relative;
    font-size:1.2rem;
}
.nav1 form>a img{
    width:8%;
    position: absolute;
    top:20%;
    left:33%;
    margin-right:3%;
}
.main1{
    width:75%;
    margin:0 auto;
    margin-top:7.5vh;
}
.main1 li{
    float:left;
    width:23%;
    margin-right:2%;
    position: relative;
    margin-bottom:4%;

}
.main1 li a img{
    border-radius: 8%;
}
.main1 li span{
    position: absolute;
    left:0;
    bottom:6%;
    width: 100%;
    text-align: center;
    color:#ffffff;
    font-size:0.8rem;
}
.foot1{
   text-align: center;
    margin-top:5vh;
}
.foot1 a{
  cursor:pointer;
}
.foot2 a{
  cursor:pointer;
}
.foot3 a{
  cursor:pointer;
}
.foot4 a{
  cursor:pointer;
}
.foot5 a{
  cursor:pointer;
}
.foot1 i{
    display: inline-block;
    color:#fff;
    width:1.8rem;
    font-size:2rem;
}
/*共同头部*/
.nav2{
    width:100%;
    height:6vh;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:transparent;
    position:fixed;
    top:0;
    z-index: 1000;
}
.nav2>a>i{
    display: inline-block;
    margin: 0.8rem 0.8rem 0 1rem;
    width: 1.75rem;
    font-size: 1.6rem;
    /*background: rgba(0,0,0,0.1);*/
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.nav2 b>a>i{
    display: inline-block;
    margin-top: 0.8rem;
    width: 1.75rem;
    font-size: 1.5rem;
    background: rgba(0,0,0,0.1);
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.nav2 span i{
    margin: 0.8rem 0.75rem 0 0;
    display: inline-block;
    width: 1.75rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.nav2 span{
    float:right;
}
#dropmenu{
    position:fixed;
    top:0;
    right:0;
    height:100%;
    width:0;
    background:rgba(21,134,207,0.9);
    transition:all 0.2s linear;
    overflow: hidden;
    z-index:2000;
}
#dropmenu li{
    width: 100%;
    margin-top:15%;
    height:8%;
    padding-top:2%;
    text-align: center;
    overflow: hidden;
}
#dropmenu li:hover{
    background:#65A6E1;
}
#dropmenu li a{
    overflow: hidden;
    display: inline-block;
    margin-top:20%;
    line-height: 2rem;
    width:100%;
    font-size:1.1rem;
    color:#ffffff;
}
#dropmenu .lixian {
    width:50%;
    margin:0 auto;
    margin-top:10%;
    border-top:1px solid #64A5E2;
}

/*第二页*/
.seaction2{
    background:url("../img/beijing1.jpg") no-repeat;
    background-size:100%;
}

.banner2{
    overflow: hidden;
    width:79.95%;
    margin:0 auto;
    margin-top:6vh;
}
.banner3{
    margin-top:6vh;
}
.banner4{
    margin-top:6vh;
}
.banner5{
    margin-top:6vh;
}
.banner6{
    margin-top:6vh;
}
.banner2 h2{
    text-align: center;
    color:#fff;
    font-weight: normal;
    height: 7vh;
    line-height: 7vh;
    font-size: 1.6rem;
}
.luobo{
    width:96rem;
    margin:0 auto;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px #888888;
    overflow: hidden;
}
.luobo img{
    border-radius: 10px;
    width:24rem;
    /*height:50%;*/
    float:left;
}
.main2{
    position: relative;
    width:80%;
    margin:0 auto;
    margin-top:2vh;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px #ACACAC;
}
.main2-top{
    display: flex;
}
.main2-top li{
    width:50%;
    height:4.5vh;
    line-height:4.5vh;
    text-align: right;
    padding-right:3rem;
    font-size:1.1rem;
    position:relative;
}
.main2-top{
    border-bottom:1px solid #10A8C3;
    overflow:hidden;
}
.main2-top li:first-child{
    border-top-left-radius: 8px;
}
.main2-top li:last-child{
    border-top-right-radius: 8px;
}
.content{
    display:none;
}
.content-1{
     display:block;
 }

.main2-top-li{
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    background: -webkit-linear-gradient(top, #fff, #E4F2F3);
    background: -o-linear-gradient(top, #fff, #E4F2F3);
    background: -moz-linear-gradient(top, #fff, #E4F2F3);
    background: -ms-linear-gradient(top, #fff, #E4F2F3);
}
.main2-top-li-hover{

    color:#ffffff;
    background: -webkit-linear-gradient(top, #4FCFCC, #0EA7C3);
    background: -o-linear-gradient(top, #4FCFCC, #0EA7C3);
    background: -moz-linear-gradient(top, #4FCFCC, #0EA7C3);
    background: -ms-linear-gradient(top, #4FCFCC, #0EA7C3);
}

.main2-top img{
    position:absolute;
    top:0;
    left:1.25rem;
    width:0.95rem;
}
.main2-down1{
    /*position:absolute;*/
    /*top:28px;*/
    width:100%;
    background:#ffffff;
    /*padding-bottom:1vh;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.main2-down1 li{
    padding:1vh 0;
    border-bottom:1px solid #EAEAEA;
}
.main2-down1 li h4{
    width:100%;
    padding-left:1.5rem;
    margin:0 auto;
    font-size:1rem;
    font-weight:normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break:keep-all;
    /*overflow: hidden;*/
}
.main2-down1 li h4 img{
    display: inline-block;
    width:1rem;
    margin-left:-0.8rem;
}
.main2-down1 li p{
    width:88%;
    margin-left:1.75rem;
    margin-top:0.15vh;
    font-size:0.8rem;
    word-break:keep-all;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.main2-down1 li p i a{
    color:#10A8C3;
}
.main2-down1 li p b{
    color:#A6A6A6;
    font-weight: normal;
}

.main2-down2{
    /*position:absolute;*/
    /*top:28px;*/
    width:100%;
    background:#ffffff;
    /*padding-bottom:1vh;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.main2-down2 li{
    padding:1vh 0;
    border-bottom:1px solid #EAEAEA;
}
.main2-down2 li h4{
    width:100%;
    padding-left:1.5rem;
    margin:0 auto;
    font-size:1rem;
    font-weight:normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break:keep-all;
    /*overflow: hidden;*/
}
.main2-down2 li h4 img{
    display: inline-block;
    width:1rem;
    margin-left:-0.8rem;
}
.main2-down2 li p{
    width:88%;
    margin-left:1.75rem;
    margin-top:0.15vh;
    font-size:0.8rem;
    word-break:keep-all;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.main2-down2 li p i a{
    color:#10A8C3;
}
.main2-down2 li p b{
    color:#A6A6A6;
    font-weight: normal;
}
.content a{
    color:#555;
}
.foot2{
    margin-top:1vh;
    text-align: center;
}
.foot2 i{
    display: inline-block;
    color:#fff;
    width:1.8rem;
    font-size:2rem;
}
.aside2{
    position:absolute;
    right:0.7rem;
    top:50%;
}
.aside2 ul li{
    width:1.2rem;
    height:1.2rem;
    margin-bottom:1rem;
    border:1px solid #D7D7D7;
    border-radius:50%;
    box-shadow: 0 0 0.25rem 0.05rem #D7D7D7;
}
.aside2 ul .aside-lihover{
    background:-moz-linear-gradient(left, #06B5DE,#0476E4);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#06B5DE), to(#0476E4));
}
/*更多按钮*/
.main2-more{
    /*margin-top: 0.2vh;*/
    height: 4vh;
    line-height: 4vh;
    padding-right: 1.2rem;
    font-size: 1.2rem;
    text-align: right;
}
.main2-more a{
    color: #30BCC8;
}

/*第三页*/
.seaction3{
    background:url("../img/beijing2.jpg") no-repeat;
    background-size:100%;
}
.banner3 h2{
    text-align: center;
    color:#fff;
    font-weight: normal;
    height:6vh;
    line-height: 6vh;
    font-size:1.6rem;
}

.banner3 img{
    border-radius: 0.8rem;
    width: 100%;
    box-shadow: 0 0 10px 2px #46C4DB;
}
.banner3>div{
    width:80%;
    margin:3% auto;
    /*overflow: hidden;*/
    position: relative;
}
.banner3>div>p{
    width:90%;
    position: absolute;
    top:0;
    left:1.25rem;
    height:2vh;
    border-bottom:1px solid #E3E4E8;
}
.banner3>div>p span{
    color:#ffffff;
    display: inline-block;
    position: absolute;
    top:-1rem;
    width:7rem;
    height:4.2vh;
    line-height:4.2vh;
    text-align: center;
    background: -webkit-linear-gradient(left, #5C74DF, #D478E8);
    background: -o-linear-gradient(left,#5C74DF, #D478E8);
    background: -moz-linear-gradient(left,#5C74DF, #D478E8);
    background: -ms-linear-gradient(left,#5C74DF, #D478E8);
    border-top-left-radius:0.4rem;
    border-top-right-radius:0.4rem;
}

/*日历*/
.rili{
    font-size:1.1rem;
    padding-top:2.5vh;
    background:#ffffff;
    height:27.5vh;
    border-radius: 0.8rem;
    box-shadow: 0 0 10px 2px #46C4DB;
}
.rili p, .rili ul{
    width:100%;
    margin:0 auto;
    /*margin-top:0.3vh;*/
    text-align: center;
}
.rili p>i{
   color:#e4393c;
    display: inline-block;
    width:12%;
    height:4vh;
    line-height:4vh;
}
.rili p span,.rili ul li{
    display: inline-block;
    width: 8%;
    margin-right: 4%;
    height: 3vh;
    line-height: 3.5vh;
    margin-bottom: 1vh;
}
/*.rili-sp1{*/
    /*margin-left:70%;*/
/*}*/
.prev-mouth{
    color:#969696;
}
.rili-p2 li{
    display: inline-block;
}
.rili-span{
    /*color:#E3E8FD;*/
    background:#E3E8FD;
    border-radius: 50%;
    position: relative;
}
.rili-span span i{
    width:0.9rem;
    height:2vh;
    line-height: 2vh;
    color: #E3E8FD;
    font-size: 0.8rem;
    background:#EE008C;
    border-radius: 50%;
    position: absolute;
    top:0;
    right:0;
}

.main3{
    width:80%;
    height:38.5vh;
    margin:0 auto;
    background:#ffffff;
    margin-top:3vh;
    border-radius: 0.8rem;
    /*overflow: hidden;*/
    box-shadow: 0 0 10px 2px #46C4DB;
}
.main3 div{
    width:100%;
    margin:0 auto;
    height:1.8vh;
    position: relative;
}
.main3 div p{
    width:90%;
    position: absolute;
    top:0rem;
    left:1.25rem;
    height:1.9vh;
    border-bottom:0.0625rem solid #E3E4E8;
}
.main3 div p span{
    color:#ffffff;
    display: inline-block;
    position: absolute;
    top:-2vh;
    width:7rem;
    height:4vh;
    line-height:4vh;
    text-align: center;
    background: -webkit-linear-gradient(left, #1664BB, #06C0DC);
    background: -o-linear-gradient(left,#1664BB, #06C0DC);
    background: -moz-linear-gradient(left,#1664BB, #06C0DC);
    background: -ms-linear-gradient(left,#1664BB, #06C0DC);
    border-top-left-radius:0.4rem;
    border-top-right-radius:0.4rem;
}
.main3 ul{
    width:85%;
    margin:0 auto;
}
.main3 ul li{
    height:9vh;
    padding:0.9vh 0;
    border-bottom:1px solid #E3E4E8;
}
.main3 ul li h4{
   position: relative;
    height:3.4vh;
}

.main3 ul li h4 a{
    color:#555;
    width:100%;
    margin:0 auto;
    font-size:0.9rem;
    /*margin-bottom:0.3125vh;*/
    margin-left: -0.8rem;
    word-break:keep-all;
    white-space:nowrap;
    position: relative;
}
.main3 ul li h4 img{
    display: inline-block;
    width:1.1rem;
    position:absolute;
    top:0.3rem;
    left:-1.3rem;
}
.main3 ul li p{
    /*margin-top:0.2vh;*/
    height: 2.5vh;
    font-size:0.8rem;
}
.foot3{
    text-align: center;
    margin-top:1vh;
}
.foot3 i{
    display: inline-block;
    color:#fff;
    width:1.8rem;
    font-size:2rem;
}
/*第三屏弹出层*/
.tanchu3{
    width:80%;
    height:65vh;
    background:#ffffff;
    margin:0 auto;
    border-radius: 1rem;
    box-shadow: 0 0 10px 2px #46C4DB;
}
.tanchu3>p{
    background: #F0F0F0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 5vh;
    line-height: 5vh;
    padding-right: 1rem;
    text-align: right;
}
.tanchu3>p>a{
    display: inline-block;
    border: 0;
    width: 27%;
    height: 3.6vh;
    line-height: 3.6vh;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #1664BB, #06C0DC);
    background: -o-linear-gradient(left,#1664BB, #06C0DC);
    background: -moz-linear-gradient(left,#1664BB, #06C0DC);
    background: -ms-linear-gradient(left,#1664BB, #06C0DC);
    border-radius: 0.9rem;
    box-shadow: 0 0 0.625rem #73D4DC;
}


/*第四屏*/
.seaction4{
    background:url("../img/beijing3.jpg") no-repeat;
    background-size:100%;
}
.banner4 h2{
    text-align: center;
    color:#fff;
    font-weight: normal;
    height:8vh;
    line-height: 8vh;
    font-size:1.6rem;
}

.banner4-time{
    width:80%;
    margin:0 auto;
    padding-top:0.35vh;
    padding-bottom:2vh;
    border-radius:0.5rem;
    background:#ffffff;
    position: relative;
    box-shadow: 0 0 10px 5px #B6B6B6;
    box-sizing:border-box;
    background:url("../img/fuwu-bg1.jpg") 100%;
}
.banner4-time>p{
    width:90%;
    position: absolute;
    top:0;
    left:1.25rem;
    height:2.4vh;
    border-bottom:0.0625rem solid #E3E4E8;
}
.banner4-time>a>p span{
    font-size:1.1rem;
    color:#ffffff;
    display: inline-block;
    position: absolute;
    top:-1.7vh;
    width:8rem;
    height:4.2vh;
    line-height:4.2vh;
    text-align: center;
    background: -webkit-linear-gradient(left, #5C74DF, #D478E8);
    background: -o-linear-gradient(left,#5C74DF, #D478E8);
    background: -moz-linear-gradient(left,#5C74DF, #D478E8);
    background: -ms-linear-gradient(left,#5C74DF, #D478E8);
    border-top-left-radius:0.4rem;
    border-top-right-radius:0.4rem;
}
.banner4-time-d1{
    width:100%;
    margin-top:3vh;
    padding-bottom:2vh;
    border-bottom:0.3125rem solid #F0F0F0;
}
.banner4-time-d1>p{
    width:90%;
    margin: 0 auto;
}
.banner4-time-d1>span{
    font-size:1rem;
}
.banner4-time-d1>p img{
    display: inline-block;
    width:1.75rem;
}
.banner4-time-d1>p b{
    position:relative;
    top:-0.4375rem;
    left:0.1875rem;
    font-size:0.9375rem;
}
.banner4-time-d1>i{
    display: inline-block;
    width:0.7vh;
    height:0.7vh;
    border-radius:50%;
    background:#3D95D6;
    margin:0 0.3125rem 0 2.25rem;
}
.banner4-time-d2{
    width:90%;
    margin:0 auto;
    margin-top:1vh;
}
.banner4-time-d2>p img{
    display: inline-block;
    width:1.75rem;
}
.banner4-time-d2>p b{
    position:relative;
    top:-0.4375rem;
    left:0.1875rem;
    font-size:0.9375rem;
}
.banner4-time-d2>ul{
    margin-top:0.5vh;
    margin-left:2.1875rem;
}
.banner4-time-d2>ul li{
    font-size:1rem;
    margin-bottom:1.4vh;
}
.banner4-time-d2>ul li p{
    margin-top: 0.8vh;
}
.banner4-time-d2>ul li i{
    display: inline-block;
    width:0.7vh;
    height:0.7vh;
    border-radius:50%;
    background:#3D95D6;
    margin:0 0.3125rem 0 -0.9375rem;
}
.main4{
    margin-top:1vh;
}
.main4 ul{
    width:80%;
    margin:0 auto;
}
.main4 ul li{
    float:left;
    width:46%;
    margin-top:1vh;
    position:relative;
}
.main4 ul li span{
     position:absolute;
     right:1rem;
     top:3.3vh;
     color:#ffffff;
     font-size:1.2rem;
     width:3rem;
 }
.main4-li{
    margin-right:8%;
}
.main4 ul li img{
    border-radius: 0.925rem;
    box-shadow: 0 0 10px 5px #B6B6B6;
}
.foot4{
    text-align: center;
    margin-top:6vh;
}
.foot4 i{
    display: inline-block;
    color:#fff;
    width:1.8rem;
    font-size:2rem;
}
/*第五屏*/
.seaction5{
    background:url("../img/beijing4.jpg") no-repeat;
    background-size:100%;
}
.banner5 h2{
    text-align: center;
    color:#fff;
    font-weight: normal;
    height:7vh;
    line-height:7vh;
    font-size:1.6rem;
}
.banner5-time{
    width:80%;
    margin:0 auto;
    padding-top:1.4vh;
    padding-bottom:1vh;
    border-radius:0.5rem;
    background:#ffffff;
    position: relative;
    box-shadow: 0 0 10px 5px #2FA882;
}
.banner5-time-p1{
    width:90%;
    position: absolute;
    top:0;
    left:1.25rem;
    height:2.4vh;
    border-bottom:0.0625rem solid #E3E4E8;
}
.banner5-time-p1 span{
    background: -webkit-linear-gradient(left, #2C7F00, #7EC501);
    background: -o-linear-gradient(left, #2C7F00, #7EC501);
    background: -moz-linear-gradient(left, #2C7F00, #7EC501);
    background: -ms-linear-gradient(left, #2C7F00, #7EC501);
    font-size:1.1rem;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -1.6vh;
    width: 8rem;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.banner5-time-ul{
    width:97%;
    margin:0 auto;
    margin-top:2vh;
    padding-bottom:1vh;
    border-bottom:0.0625rem solid #E8E8E8;
}
.banner5-time-ul li{
    width:33%;
    text-align: center;
    float:left;
}
.banner5-time-ul li dd{
    margin:0 auto;
    width:90%;
    margin-top: 1vh;
    text-align:center;
    font-size:1rem;
}
.banner5-time-ul li dd a{
    color:#333;
}
.banner5-time-ul li dt{
    width:88%;
    margin:0 auto;
}

.banner5-time-p2{
    text-align: right;
    width:85%;
    margin:0 auto;
    margin-top:1vh;
}
.banner5-time-p2 a{
    display: inline-block;
    border:0;
    width:27%;
    height:3.6vh;
    line-height:3.6vh;
    text-align: center;
    color:#ffffff;
    background: -webkit-linear-gradient(left, #10A8C3, #50CFCC);
    background: -o-linear-gradient(left, #10A8C3, #50CFCC);
    background: -moz-linear-gradient(left, #10A8C3, #50CFCC);
    background: -ms-linear-gradient(left, #10A8C3, #50CFCC);
    border-radius:0.9rem;
    box-shadow: 0 0 0.625rem #73D4DC;
}
.main5{
    margin-top:4vh;
}
.main5-time{
    width:80%;
    margin:0 auto;
    padding-top:2vh;
    padding-bottom:1vh;
    border-radius:0.5rem;
    background:#ffffff;
    position: relative;
    box-shadow: 0 0 10px 5px #2FA882;
}
.main5-time-p1{
    width:90%;
    position: absolute;
    top:0;
    left:1.25rem;
    height:2.4vh;
    border-bottom:0.0625rem solid #E3E4E8;
}
.main5-time-p1 span{
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -1.6vh;
    width: 8rem;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    background: -webkit-linear-gradient(left, #1762BA, #06BFDC);
    background: -o-linear-gradient(left, #1762BA, #06BFDC);
    background: -moz-linear-gradient(left, #1762BA, #06BFDC);
    background: -ms-linear-gradient(left, #1762BA, #06BFDC);
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.main5-list{
    width:80%;
    margin:0 auto;
    margin-top:1.8vh;
    border-bottom: 0.0625rem solid #E3E4E8;
}
.main5-list li{
    float:left;
    width:50%;
    margin-bottom:1.5vh;
}
.main5-list li img{
    width:0.625rem;
    display: inline-block;
}
.main5-list li a{
    color:#000;
    font-size: 1rem;
}
.main5-time-p2{
    text-align: right;
    width: 85%;
    margin: 0 auto;
    margin-top: 1vh;
}
.main5-time-p2 a{
    display: inline-block;
    border:0;
    width:27%;
    text-align: center;
    height:3.6vh;
    line-height:3.6vh;
    color:#ffffff;
    background: -webkit-linear-gradient(left, #10A8C3, #50CFCC);
    background: -o-linear-gradient(left, #10A8C3, #50CFCC);
    background: -moz-linear-gradient(left, #10A8C3, #50CFCC);
    background: -ms-linear-gradient(left, #10A8C3, #50CFCC);
    border-radius:0.9rem;
    box-shadow: 0 0 0.625rem #73D4DC;
}
.foot5{
    text-align: center;
    margin-top:1vh;
}
.foot5 i{
    display: inline-block;
    color:#fff;
    width:1.8rem;
    font-size:2rem;
}
/*第六页*/
.seaction6{
    background:url("../img/beijing-5.jpg") no-repeat;
    background-size: 100%;
}
.banner6 h2{
    text-align: center;
    color:#fff;
    font-weight: normal;
    height: 8vh;
    line-height: 8vh;
    font-size: 1.6rem;
}
.banner6-jieshao{
    width:80%;
    margin:0 auto;
    padding-top:2.4vh;
    padding-bottom:2.4vh;
    border-radius:0.5rem;
    background:#ffffff;
    position: relative;
    box-shadow: 0 0 10px 5px #178DA6;
}
.banner6-jieshao-p1{
    width:90%;
    position: absolute;
    top:0;
    left:1.25rem;
    height:2.4vh;
    border-bottom:0.0625rem solid #E3E4E8;
}
.banner6-jieshao-p1 span{
    background: -webkit-linear-gradient(left, #2C7F00, #7EC501);
    background: -o-linear-gradient(left, #2C7F00, #7EC501);
    background: -moz-linear-gradient(left, #2C7F00, #7EC501);
    background: -ms-linear-gradient(left, #2C7F00, #7EC501);
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -1.6vh;
    width: 8rem;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.banner6-jieshao img{
    width:91%;
    margin:0 auto;
    margin-top:1vh;
}
.banner6-jieshao-p2{
    color:#000;
    width:93%;
    font-size: 1rem;
    margin:0 auto;
    margin-top:1vh;
    line-height:1.5rem;
    height:15rem;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.main-6{
    width:80%;
    margin:0 auto;
    margin-top:2.5vh;
}
.main-6 li{
    float:left;
    width:33%;
    margin-left:0.0625rem;
    position:relative;
}
.main-6 li span{
    position:absolute;
    font-size:1rem;
    color:#ffffff;
    bottom:0.4375rem;
    left:10%;
}
.main-6 li img{
    width:89%;
    margin: 0 auto;
    box-shadow: 0 0 4px 1px #178DA6;
    border-radius: 0.5rem;
}

/*!*苹果五*!*/
/*@media screen and (max-width:321px){*/
    /*html{*/
    /*font-size:10px*/
  /*}*/
    /*.banner2 h2 {*/
        /*height: 3rem;*/
        /*line-height: 3rem;*/
    /*}*/
    /*.main2 {*/
    /*!*    margin-top: 1rem;*!*/
    /*}*/
    /*.foot2 {*/
        /*margin-top: 22rem;*/
    /*}*/
    /*.main2-down1 li p {*/
        /*margin-top: 0;*/
    /*}*/
    /*.swiper-container-vertical > .swiper-pagination-bullets {*/
        /*right: 5px;*/
        /*top: 60%;*/
        /*-webkit-transform: translate3d(0px, -50%, 0);*/
        /*transform: translate3d(0px, -50%, 0);*/
    /*}*/
    /*.calendar-title {*/
        /*height: 10px;*/
    /*}*/
    /*.calendar-week .item, .calendar-date .item {*/
        /*height: 1.8rem;*/
        /*line-height: 1.8rem;*/
    /*}*/
    /*.banner5-time-ul {*/
        /*margin-top: 1rem;*/
    /*}*/
    /*.banner5 h2, .banner6 h2{*/
        /*height: 3.5rem;*/
        /*line-height: 3rem;*/
    /*}*/
    /*.banner6-jieshao-p2 {*/
        /*height:180px;*/
        /*overflow:hidden;*/
    /*}*/
    /*.main2-top li {*/
        /*padding-right: 2.75rem;*/
    /*}*/
    /*.nav1-sea {*/
        /*width: 27%;*/

    /*}*/
    /*.datalist {*/
        /*width: 7.5rem;*/
    /*}*/
    /*.nav1 form>a img {*/
        /*width: 7%;*/
        /*top: 30%;*/
    /*}*/
    /*.main1 li span {*/
        /*font-size: 0.7rem;*/
    /*}*/
    /*.banner4-time-d1 {*/
        /*margin-top: 0.9375rem;*/
        /*padding-bottom: 0.25rem;*/
    /*}*/
    /*.main4 ul {*/
        /*width: 78%;*/
    /*}*/


/*}*/
/*!*苹果六*!*/
/*@media screen and (min-width:321px) and (max-width:375px){*/
    /*html{font-size:12px*/
    /*}*/
    /*!*.main2-down li {*!*/
        /*!*padding: 0.9rem 0;*!*/
        /*!*border-bottom: 1px solid #EAEAEA;*!*/
    /*!*}*!*/
    /*!*.main3 ul li h4 {*!*/
        /*!*margin-bottom: 0.2rem;*!*/
    /*!*}*!*/
    /*!*.main3 ul li {*!*/
        /*!*padding: 0.5rem 0;*!*/
    /*!*}*!*/
    /*!*.banner4-time-d1>p {*!*/
        /*!*margin-bottom:0.5rem;*!*/
    /*!*}*!*/
/*}*/
/*!*oppo5.0尺寸*!*/
/*@media screen and (min-width:376px) and (max-width:409px){*/
    /*.main3 ul li p {*/
        /*margin-top: 0.3rem;*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.rili {*/
        /*height: 16.5rem;*/
    /*}*/
    /*.main3 ul li {*/
        /*padding: 1rem 0;*/
    /*}*/
/*}*/
/*!*苹果六plus*!*/
/*@media screen and (min-width:410px) and (max-width:479px){*/
    /*html{*/
        /*font-size:14px*/
    /*}*/
    /*.main2-down li {*/
        /*padding: 0.9rem 0;*/
    /*}*/
    /*.main3 ul li h4 {*/
        /*margin-bottom: 0.2rem;*/
    /*}*/
    /*.main3 ul li h4 a {*/
        /*font-size: 1.2rem;*/
    /*}*/


    /*.banner2 h2 {*/
        /*height: 4rem;*/
        /*line-height: 4rem;*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.banner3 h2 {*/
        /*height: 4rem;*/
        /*line-height: 4rem;*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.banner4 h2 {*/
        /*height: 4rem;*/
        /*line-height: 4rem;*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.banner5 h2 {*/
        /*height: 4rem;*/
        /*line-height: 4rem;*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.banner6 h2 {*/
        /*height: 4rem;*/
        /*line-height: 4rem;*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.banner4-time-d1 {*/
        /*margin-top: 1.5rem;*/
    /*}*/
    /*.banner4-time-d1>p {*/
        /*margin-bottom:0.5rem;*/
    /*}*/
    /*.main5-list li {*/
        /*margin-bottom: 1rem;*/
    /*}*/
    /*.banner5-time-ul li dt {*/
        /*width: 87%;*/
    /*}*/
    /*.banner6-jieshao-p2 {*/
        /*line-height: 1.4rem;*/
        /*font-size:1.1rem;*/
        /*height: 19rem;*/
    /*}*/
    /*.main4 ul {*/
        /*width: 78%;*/
    /*}*/
    /*.rili p {*/
        /*margin-top: 0.2rem;*/
    /*}*/
    /*.rili p>i {*/
        /*height: 1.5rem;*/
        /*line-height: 1.5rem;*/
    /*}*/
    /*.rili p span {*/
        /*display: inline-block;*/
        /*!*width: 2.5rem;*!*/
        /*height: 2.2rem;*/
        /*line-height: 2rem;*/
    /*}*/
    /*.banner1 {*/
        /*margin-top: 40%;*/
    /*}*/
    /*.main1 {*/
        /*margin-top: 20%;*/
    /*}*/
    /*.foot1 {*/
        /*margin-top: 10%;*/
    /*}*/
    /*.main2 {*/
        /*margin-top: 1rem;*/
    /*}*/
    /*.main2-down1 li h4,.main2-down2 li h4 {*/
        /*font-size: 1.2rem;*/
        /*!*overflow: hidden;*!*/
        /*width:90%;*/
    /*}*/
    /*.main2-down1 li p,.main2-down2 li p {*/
        /*margin-top: 0.1rem;*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.main2-down1 li,.main2-down2 li {*/
        /*padding: 0.3rem 0;*/
    /*}*/
    /*.foot2 {*/
        /*margin-top: 3%;*/
    /*}*/
    /*.main3 ul li p {*/
        /*font-size: 1.15rem;*/
        /*margin-top: 0;*/
    /*}*/
    /*.banner4-time-d2>p b {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner4-time-d1>p b {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner4-time-d2>ul li {*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.banner4-time-d1>span {*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.banner4-time {*/
        /*padding-bottom: 2rem;*/
    /*}*/
    /*.main4 {*/
        /*margin-top: 1rem;*/
    /*}*/
    /*.main5-list li{*/
        /*font-size:1.1rem;*/
    /*}*/
    /*.foot3 {*/
        /*margin-top: 4%;*/
    /*}*/
    /*.foot4 {*/
        /*margin-top: 4%;*/
    /*}*/
    /*.banner5-time-ul li dd {*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.datalist {*/
        /*width: 7rem;*/
    /*}*/
/*}*/
/*!*oppo r11s plus*!*/
/*@media screen and (min-width:480px) and (max-width:639px){*/
    /*html{font-size:14px*/
    /*}*/
    /*.main2 {*/
        /*margin: 20px auto;*/
    /*}*/
    /*.main2-down1 li {*/
        /*padding: 0.8rem 0;*/
    /*}*/
    /*.main2-down1 li h4 {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.main2-down1 li p {*/
        /*font-size: 1rem;*/
        /*margin-top: 0.7rem;*/
    /*}*/
    /*.rili p span {*/
        /*height: 3rem;*/
        /*line-height: 3rem;*/
    /*}*/
    /*.rili {*/
        /*height: 23.5rem;*/
    /*}*/
    /*.main3 {*/
        /*margin-top: 2rem;*/
    /*}*/
    /*.main3 ul li p {*/
        /*margin-top: 0.5rem;*/
        /*font-size: 1.3rem;*/
    /*}*/
    /*.main3 ul li h4 {*/
        /*font-size: 1.5rem;*/
    /*}*/
    /*.main3 ul {*/
        /*padding-bottom: 3rem;*/
    /*}*/
    /*.foot3 {*/
        /*margin-top: 5%;*/
    /*}*/
    /*.banner4-time-d1>p b {*/
        /*font-size: 1.3rem;*/
    /*}*/

    /*.banner4-time-d2>ul li p {*/
        /*margin-top: 0.8rem;*/
    /*}*/
    /*.banner4-time {*/
        /*padding-bottom: 5rem;*/
    /*}*/
    /*.main4 ul li span {*/
        /*right: 2rem;*/
        /*top: 3rem;*/
        /*font-size: 1.5rem;*/
        /*width: 3rem;*/
    /*}*/
    /*.foot4 {*/
        /*margin-top: 7%;*/
    /*}*/
    /*.banner5-time-ul li dd {*/
        /*font-size: 1.2rem;*/
        /*margin: 1rem auto;*/
    /*}*/
    /*.main5-list li a {*/
        /*color: #000;*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.main5-list li {*/
        /*margin-bottom: 1.8rem;*/
    /*}*/
    /*.banner6-jieshao-p2 {*/
        /*font-size: 1.3rem;*/
        /*margin-top: 1.5rem;*/
        /*line-height: 1.9rem;*/
        /*height: 24rem;*/
    /*}*/
    /*.main1 {*/
        /*margin-top: 23%;*/
    /*}*/
    /*.banner2 h2 {*/
        /*height: 6.5rem;*/
        /*line-height: 6.5rem;*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*.foot2 {*/
        /*margin-top: 7%;*/
    /*}*/
    /*.banner4-time-d2>p b {*/
        /*font-size: 1.3rem;*/
    /*}*/
    /*.banner4-time-d1>span {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner4-time-d1>span {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner4-time-d2>ul li {*/
        /*margin-bottom: 2.5rem;*/
    /*}*/
    /*.banner4-time-d2>ul {*/
        /*margin-top: 1.2rem;*/
    /*}*/
    /*.banner4-time-d1>p {*/
        /*margin-bottom: 1.2rem;*/
    /*}*/
    /*.main4 {*/
        /*margin-top: 1.5rem;*/
    /*}*/
    /*.banner3 h2 {*/
        /*height: 5.5rem;*/
        /*line-height: 5.5rem;*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*.banner4 h2 {*/
        /*height: 5.5rem;*/
        /*line-height: 5.5rem;*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*.banner5 h2 {*/
        /*height: 5.5rem;*/
        /*line-height: 5.5rem;*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*.banner6 h2 {*/
        /*height: 5.5rem;*/
        /*line-height: 5.5rem;*/
        /*font-size: 1.8rem;*/
    /*}*/
    /*.banner5-time-p2 {*/
        /*margin: 1rem auto;*/
        /*margin-top: 1.5rem;*/
    /*}*/
    /*.main5-time-p2 {*/
        /*margin: 1rem auto;*/
        /*margin-top: 1.5rem;*/
    /*}*/
    /*.foot5 {*/
        /*margin-top: 6%;*/
    /*}*/
    /*.main-6 {*/
        /*margin-top: 2.9375rem;*/
    /*}*/


/*}*/
/*!*ipad*!*/
/*@media screen and (min-width:640px) and (max-width:770px) {*/
    /*html {*/
        /*font-size: 20px*/
    /*}*/

    /*.banner3 img {*/
        /*border-radius: 1rem;*/
        /*width: 38.25rem;*/
        /*height: 25.125rem;*/
    /*}*/
    /*.main2-down1 {*/
        /*top: 52px;*/
    /*}*/
    /*.foot2 {*/
        /*margin-top: 4%;*/
    /*}*/
    /*.banner3 h2 {*/
        /*height: 3.5rem;*/
        /*line-height: 5.5rem;*/
    /*}*/
    /*.calendar-title {*/
        /*height: 24px;*/
        /*line-height: 33px;*/
    /*}*/
    /*.main3 ul li {*/
        /*padding: 1.2rem 0;*/
    /*}*/
    /*.main3 {*/
        /*margin-top: 2.2rem;*/
    /*}*/
    /*.main3 ul li p {*/
        /*margin-top: 0.3rem;*/
        /*font-size:1.3rem;*/
    /*}*/
    /*.main4 ul li {*/
        /*width: 46%;*/
    /*}*/
    /*.foot4 {*/
        /*margin-top: 4%;*/
    /*}*/
    /*.main2-down1 li p {*/
        /*margin-left: 2.75rem;*/
    /*}*/
    /*#backToday {*/
        /*top: 10px;*/
    /*}*/
    /*.calendar-week .item, .calendar-date .item {*/
        /*height: 2.7rem;*/
        /*line-height: 2.5rem;*/
    /*}*/
    /*.main4 {*/
        /*margin-top: 1.275rem;*/
    /*}*/

    /*.main2-top li {*/
        /*height: 3.25rem;*/
        /*line-height: 3.25rem;*/
        /*padding-right: 8.75rem;*/
    /*}*/

    /*.banner4-time {*/
        /*padding-bottom: 0.875rem;*/
    /*}*/
    /*.main5-list li {*/
        /*margin-bottom: 1.8rem;*/
    /*}*/
    /*.banner1 {*/
        /*margin-top: 20%;*/
    /*}*/
    /*.nav1-sea {*/
        /*top: 14px;*/
        /*width: 15%;*/
    /*}*/
    /*.nav1-sea img {*/
        /*width: 14%;*/
    /*}*/
    /*.nav1-sea a {*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.nav1 input {*/
        /*height: 45px;*/
    /*}*/
    /*.nav1 form>a img {*/
        /*width: 5%;*/
        /*position: absolute;*/
        /*top: 22%;*/
        /*left: 39%;*/
        /*margin-right: 3%;*/
    /*}*/
    /*.nav1 form>a {*/
        /*height: 45px;*/
        /*line-height: 45px;*/
    /*}*/
    /*.main1 {*/
        /*margin-top: 15%;*/
    /*}*/
    /*.foot1 {*/
        /*margin-top: 6%;*/
    /*}*/
    /*.main4 ul li span {*/
        /*position: absolute;*/
        /*right: 1.7rem;*/
        /*top: 3.9rem;*/
        /*color: #ffffff;*/
        /*font-size: 1.6rem;*/
        /*width: 4rem;*/
    /*}*/
    /*.main-6 li span {*/
        /*font-size:1.6rem;*/
        /*bottom: 0.8rem;*/
        /*left: 3.2rem;*/
    /*}*/
    /*.banner3>div {*/
        /*width: 80%;*/
        /*margin: 20px auto;*/
        /*position: relative;*/
    /*}*/
    /*.banner4 h2 {*/
        /*height: 5.5rem;*/
        /*line-height: 5.5rem;*/
        /*font-size: 1.7rem;*/
    /*}*/
    /*.banner5 h2 {*/
        /*height: 4.5rem;*/
        /*line-height: 5rem;*/
        /*font-size: 1.7rem;*/
    /*}*/
    /*.banner6 h2 {*/
        /*height: 4.5rem;*/
        /*line-height: 4.5rem;*/
        /*font-size: 1.7rem;*/
    /*}*/
    /*.main2-down1 li h4 {*/
        /*font-size: 1.3rem;*/
    /*}*/
    /*.main2-down1 li h4 img {*/
        /*width: 1rem;*/
    /*}*/
    /*.main2-down1 li p {*/
        /*margin-top: 0.35rem;*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.main2-down1 li {*/
        /*padding: 0.6rem 0;*/
    /*}*/
    /*.banner4-time-d2>ul li {*/
        /*font-size: 1.1rem;*/
        /*margin-bottom: 1.75rem;*/
    /*}*/
    /*.banner4-time-d2>ul {*/
        /*margin-top: 1.6rem;*/
    /*}*/
    /*.banner4-time-d1>p b {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner4-time-d1>span {*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*.banner4-time-d2>p b {*/
        /*font-size: 1.2rem;*/
    /*}*/
    /*.banner5-time-ul li dd a {*/
        /*font-size:1.2rem;*/
    /*}*/
    /*.main5-list li a {*/
        /*font-size:1.2rem;*/
    /*}*/
    /*.banner6-jieshao-p2 {*/
        /*line-height: 1.7rem;*/
        /*font-size: 1.2rem;*/
        /*height: 19rem;*/
        /*overflow: hidden;*/
    /*}*/
    /*.rili {*/
        /*height: 22rem;*/
    /*}*/
    /*.rili p span {*/
        /*display: inline-block;*/
        /*width: 4.6rem;*/
        /*height: 3.2rem;*/
        /*line-height: 3.2rem;*/
    /*}*/
    /*.main3 ul li h4 a {*/
        /*font-size: 1.5rem;*/
    /*}*/


/*}*/
/*@media screen and (min-width:750px){*/
    /*html{font-size:16px*/
    /*}*/
/*}*/

/*************二级页*****************/
/*服务指南-借阅规则*/
.service-bg img{
    z-index: -100;
    width:100%;
}
.service-header{
    position: absolute;
    top:0;
    width:100%;
    height:3.75rem;
    color:#ffffff;
    border-bottom:1px solid #99D0E2;
}
.service-header h2{
    display: inline-block;
    font-size:1.7rem;
    font-weight: normal;
    position: absolute;
    top:0.75rem;
    left:38%;
}
.service-header>a>i{
    color:#fff;
    font-size:1.8rem;
    position: absolute;
    top:0.8333333333333334rem;
    left:0.8333333333333334rem;
}
.service-header ul{
    display: inline-block;
    position: absolute;
    top:0.8333333333333334rem;
    right:0.8333333333333334rem;
}
.service-header ul li{
    display: inline-block;
    margin-left:0.6rem;
}
.service-header ul li a i{
    color:#fff;
    font-size:1.7rem;
    border-radius:0.4rem;
}
.service-jiabg{
    background: rgba(0,0,0,0.1);
}
.service-nav{
    position:absolute;
    top:3.83rem;
    width:100%;
    margin-top:0.83rem;
}
.service-nav li{
    float:left;
    width:20%;
    height:2.083rem;
    line-height:2.083rem;
    text-align: center;
}

.service-nav li a{
    color:#fff;
    font-size:1.4rem
}
.service-nav .heightline{
    background-color: rgba(255,255,255,0.3);
}
.service-main{
    width:94%;
    position:absolute;
    top:7.5rem;
    left:3%;
    background:#fff;
    border-radius:0.66rem;
    padding-bottom:1.25rem;
    margin-bottom:1.25rem;
    box-shadow:0 0 1rem 0.16rem #ACACAC;
}
.service-main ul li{
    width:90%;
    margin-left:5%;
    text-align: center;
    margin-bottom:10px;
}
.service-main ul li a{
    font-size: 1.3rem;
    display: inline-block;
    width: 88%;
    text-align: center;
    color: #fff;
    margin: 1.25rem auto;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 0;
    border-radius: 1.2rem;
    background: -webkit-linear-gradient(left, #5FC4F7, #268EE7);
    background: -o-linear-gradient(left, #5FC4F7, #268EE7);
    background: -moz-linear-gradient(left, #5FC4F7, #268EE7);
    background: -ms-linear-gradient(left, #5FC4F7, #268EE7);
}

.service-main ul li p{
    text-align: left;
    font-size:1.3rem;
    /*color:#333;*/
    line-height:1.7rem;
}
/*活动预告*/
.active-nav{
    position:absolute;
    top:3.83rem;
    width:100%;
    margin-top:0.83rem;
}
.active-nav ul{
    display: flex;
    width:90%;
    margin:0 auto;
}
.active-nav ul li{
    width:50%;
    height:2.08rem;
    line-height:2.08rem;
    text-align: center;
}
.active-nav ul li a{
    font-size:1.4rem;
    color:#ffffff;
}
.active-heighline{
    background-color: rgba(255,255,255,0.3);
}
.active-main{
    width:94%;
    position:absolute;
    top:7.5rem;
    left:3%;
    background:#fff;
    border-radius:0.66rem;
    padding-bottom:1.3rem;
    margin-bottom:2.25rem;
    box-shadow:0 0 1rem 0 #ACACAC;
}
.active-main ul li{
    width:92%;
    margin:0 auto;
    position: relative;
    margin-top:1.166rem;
    padding-bottom:0.58rem;
    border-bottom:0.08rem solid #EDEDED;
}
.active-main ul li>img{
    width:100%;
}
.active-imgborder{
    border:1px solid #C1C1C2;
}
.active-main ul li i{
    color:#fff;
    opacity: 0.9;
    font-size:1rem;
    position: absolute;
    top:0;
    right:0.83rem;
    width:4.33rem;
    height:2.16rem;
    text-align: center;
    line-height:1.75rem;
    background: url("../img/tubiao08.png") no-repeat;
    background-size:100%;
}
.active-main ul li h2{
    font-size:1.3rem;
    display: inline-block;
    margin:0.5rem 0;
    font-weight: normal;
}
.active-main ul li h2 a{
    color:#000000;
}
.active-main ul li h2 img{
    display: inline-block;
    width: 0.8rem;
}
.active-main ul li p{
    padding-left:7%;
    line-height:1.25rem;
    font-size:1.2rem;
}
.active-main-btn{
    margin-top:1rem;
    text-align: center;
    font-size:1.1rem;
}
.active-main-btn a{
    color:#1D80BF;
}
.active-main-btn>a{
    display: inline-block;
    text-align: center;
    margin-top:1.1rem;
    width:25%;
    color:#ffffff;
    height:2.08rem;
    line-height:2.08rem;
    border:0;
    border-radius:1.66rem;
    background: -webkit-linear-gradient(left, #04A0C1, #51D0CC);
    background: -o-linear-gradient(left, #04A0C1, #51D0CC);
    background: -moz-linear-gradient(left, #04A0C1, #51D0CC);
    background: -ms-linear-gradient(left, #04A0C1, #51D0CC);
    box-shadow: 0 0 0.83rem 0 #10A8C3;
}

/*活动预告-活动详情*/
.active-detail-main{
    width:94%;
    margin:0 auto;
    margin-bottom:0.833rem;
}
.active-detail-main-top{
    text-align: center;
    margin-top:2.08rem;
}
.active-detail-main-top h2{
    font-size:1.5rem;
}
.active-detail-main-top h2 a{
   color:#333;
}

.active-detail-main-top p{
    margin-top:0.5rem;
    font-size: 1.1rem;
    color:#969696;
}
.active-detail-main-top p a{
    color:#3593EE;
}
.active-detail-main-top img{
    margin-top:1.66rem;
    border:1px solid #C1C1C2;
}
.active-detail-main-bottom b{
    color:#969696;
    font-size:1.4rem;
    font-weight:normal;
    width:11rem;
}
.active-detail-main-bottom p{
    line-height:1.7rem;
    margin-top:1.8rem;
    font-size:1.3rem;
    color:#000;
    width:99%;
    display: flex;
}
.active-detail-b{
    display: inline-block;
    margin-top:1.5rem;
}
.active-detail-main-bottom p span{
    display: inline-block;
    width:72%;
}
/*邵图概括*/
.gk-mian-video div{

}
.gaikuo-nav{
    position: absolute;
    top: 3.833rem;
    width: 100%;
    margin-top: 0.83rem;
}
.gaikuo-nav ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.gaikuo-nav ul li {
    width: 33%;
    height: 2.33rem;
    line-height: 2.33rem;
    text-align: center;
}
.gaikuo-heighline {
    background-color: rgba(255,255,255,0.3);
}
.gaikuo-nav ul li a {
    font-size: 1.4rem;
    color: #ffffff;
}
.gaikuo-main{
    width: 94%;
    position: absolute;
    top: 7.5rem;
    left: 3%;
    background: #fff;
    border-radius: 0.66rem;
    padding-bottom: 1.66rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.gaikuo-main>ul{
    width:92%;
    margin:0 auto;
    padding-bottom:1rem;
}
.gaikuo-main>ul li{
    margin-top:1.25rem;
    margin-bottom:0.83rem;
}
.gaikuo-main>ul li p{
    font-size:1.3rem;
    color:#333;
    line-height:1.6rem;
    margin-top:1.25rem;
}
.gk-mian-video{
    margin-top:1.25rem;
    text-align: center;
}
.gk-mian-video>div{
    width:27rem;
    height:11rem;
}

.gk-mian-video a{
    display: inline-block;
    text-align: center;
    width: 88%;
    height: 2.8rem;
    line-height: 2.8rem;
    border: 0;
    color: #ffffff;
    margin: 1.25rem 0;
    font-size: 1.4rem;
    border-radius: 1.35rem;
    background: -webkit-linear-gradient(left, #5FC4F7, #268EE7);
    background: -o-linear-gradient(left, #5FC4F7, #268EE7);
    background: -moz-linear-gradient(left, #5FC4F7, #268EE7);
    background: -ms-linear-gradient(left, #5FC4F7, #268EE7);
}

/*掌上阅读-美文品读*/

.read-aside{
    position: absolute;
    top: 3.75rem;
    left:2.5%;
    width: 95%;
    margin-top: 0.83rem;
}
.read-aside img{
    border-radius: 0.91rem;
    box-shadow: 0 0 1.166rem 0.083rem #B2B2B2;
}
.read-nav{
    width:94%;
    margin:0 auto;
    margin-top:1.83rem;
    border-radius:0.66rem;
    box-shadow: 0 0 1.25rem 0.08rem #B2B2B2;
}
.read-nav ul{
    width:90%;
    margin:0 auto;
    padding-bottom:1.25rem;
    padding-top:0.5rem;
}
.read-nav ul li{
    color:#000;
    font-size:1.4rem;
    float:left;
    width:25%;
    text-align: center;
    margin-top:0.83rem;
}
.read-nav ul li dd{
    margin-bottom:0.4rem;
}
.read-nav ul li dl img{
    width:54%;
    margin:0 auto;
}
.read-main{
    width: 94%;
    margin: 0.83rem auto;
    border-radius: 0.66rem;
    box-shadow: 0 0 1.25rem 0.08rem #B2B2B2;
}
.read-main ul{
    width:90%;
    margin:0 auto;
}
.read-main ul{
    width:90%;
    margin:0 auto;
    padding:0.416rem 0;
}
.read-main ul li{
    padding-top:0.58rem;
    border-bottom:0.08rem solid #EDEDED;
}
.read-main ul li img{
    width:80%;
}
.read-main ul li>a{
    display: inline-block;
    width:30%;
}
.read-main ul li div{
    display: inline-block;
    padding-top:8px;
    float:right;
    width:70%;
    text-align: left;
}
.read-main ul li div>a{
    color:#000000;
    font-size:1.3rem;
}
.read-main ul li div p{
    font-size: 1.1rem;
    color:#888888;
    margin-top:0.416rem;
}
.read-main ul li div p>a{
    color:#3B79EC;
}
/*掌上阅读-数字资源*/
.number-nav {
    position: absolute;
    top: 3.833rem;
    width: 100%;
    margin-top: 0.833rem;
}
.number-nav ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.number-nav ul li {
    width: 50%;
    height: 2.333rem;
    line-height: 2.333rem;
    text-align: center;
}
.number-nav ul li a {
    font-size: 1.4rem;
    color: #ffffff;
}
.number-main {
    width: 94%;
    margin-bottom: 2rem;
    position: absolute;
    top: 7.916rem;
    left: 3%;
    background: #fff;
    border-radius: 0.666rem;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.number-main ul{
    width:90%;
    margin:0 auto;
    padding-bottom:6.5rem;
}
.number-main ul li{
    width:25%;
    float:left;
    margin-top:2.333rem;
}
.number-main ul li dl dd{
    width:58%;
    margin:0 auto;
}
.number-main ul li dl dt{
    width:90%;
    font-size:1.3rem;
    text-align: center;
    margin-top:0.833rem;
    color:#000000;
}

/*掌上阅读-详情*/

.detail-main{
    margin-bottom: 2rem;
    width: 95%;
    position: absolute;
    top: 4.583rem;
    left: 2.5%;
    background: #fff;
    border-radius: 0.666rem;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.detail-main_div{
    width:90%;
    margin:0 auto;
}
.detail-main_div h2{
    font-size:1.5rem;

    text-align: center;
    font-weight: 500;
    margin-top:1.666rem;
}
.detail-main_div h2 a{
    color:#000000;
}
.detail-main_div>p{
    margin:0.833rem 0;
    text-align: center;
    color:#888888;
}
.detail-main_div>p a{
    color:#3B79EC;
}
.detail-p{
    color:#000000;
    font-size:1.2rem;
    line-height:1.7rem;
    margin-top:6%;
    margin-bottom:21%;
}

/*资源信息*/

.information-main{
    width: 95%;
    position: absolute;
    top: 7.916rem;
    left: 2.5%;
    background: #fff;
    border-radius: 0.666rem;
    padding:1.66rem 0;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.information-main ul{
    width:90%;
    margin:0 auto;
    border-bottom:0.083rem solid #EAEAEA;
}
.information-main ul li{
    padding:1.33rem 0 1.33rem 0;
    overflow: hidden;
}
.information-main ul .information-lihover{
    background:#E2FBFA;
}
.information-main li h4 {
    color:#000000;
    width: 87%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
}
.information-main li h4 a{
    color:#000000;
}
.information-main ul li p {
    width:90%;
    color:#333;
    margin-left: 2rem;
    margin-top: 0.5rem;
    font-size: 1.1rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.information-main ul li .information-main-p{
    margin-top:0.8rem;
}
.information-main li p i{
    color: #10A8C3;
}
.information-main li p b{
    color: #A6A6A6;
    font-weight: normal;
}
.information-main ul li img{
    display: inline-block;
    width: 0.8rem;
    margin-left: -0.8rem;
}
.information-main form{
    width:100%;
    text-align: center;
}
.information-main>form>a{
    display: inline-block;
    text-align: center;
    width:26%;
    height:2.083rem;
    line-height:2.083rem;
    border:0;
    border-radius:1.25rem;
    margin-top:1.25rem;
    color:#ffffff;
    background: -webkit-linear-gradient(left, #0DA7C2, #4FCFCC);
    background: -o-linear-gradient(left, #0DA7C2, #4FCFCC);
    background: -moz-linear-gradient(left, #0DA7C2, #4FCFCC);
    background: -ms-linear-gradient(left, #0DA7C2, #4FCFCC);
    box-shadow:0 0 0.83rem 0.083rem #4FCFCC;
}

/*通知公告*/
.notice-main{
    width: 95%;
    position: absolute;
    top: 7.916rem;
    left: 2.5%;
    background: #fff;
    border-radius: 0.66rem;
    box-shadow: 0 0 1rem 0 #ACACAC;
    height:83%;
}
.notice-maintop{
    width:90%;
    margin:0 auto;
    margin-top:3.33rem;
    text-align: center;
    padding-bottom:1.25rem;
    border-bottom:0.083rem solid #E3E3E3;
}
.notice-maintop h2{
    font-size:1.5rem;
    color:#000000;
    font-weight: normal;
}
.notice-maintop>p{
    font-size: 1.1rem;
    margin-top:0.66rem;
}
.notice-maintop p b{
    color:#26ADC7;
    font-weight:normal;
}
.notice-main>p{
    width:90%;
    color: #000;
    margin:0 auto;
    margin-top:1.66rem;
    line-height:1.7rem;
    font-size:1.3rem;
}

/*登录页面*/
.dl-main{
    background: url("../img/login-background.jpg") no-repeat;
    background-size: 100%;
    width: 100vw;
    height: 75vh;

}
.dl-sea>div>p{
    width: 90%;
    position: absolute;
    top: 0rem;
    left: 1.25rem;
    height: 1.2rem;
    border-bottom: 0.0625rem solid #E3E4E8;
}
.dl-sea>div>p>span {
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -0.8rem;
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: -webkit-linear-gradient(left, #2C7F00, #7EC401);
    background: -o-linear-gradient(left, #2C7F00, #7EC401);
    background: -moz-linear-gradient(left, #2C7F00, #7EC401);
    background: -ms-linear-gradient(left, #2C7F00, #7EC401);
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
.dl-main{
    padding-top:7rem;

}
.dl-sea{
    border-radius: 0.8rem;
    box-shadow: 0 0 0.45rem 0 #B6B6B6;
    position:relative;
    background:#fff;
    width:80%;
    margin:0 auto;
    padding-top:4rem;
    padding-bottom:4rem;
}
.dl-sea form{
    width:85%;
    margin:0 auto;
}
.form-top{
    padding-bottom:2.5rem;
    border-bottom:1px dashed #B6B6B6;
}
.form-top p{
    margin-bottom:1rem;
}
.form-top p span{
    display: inline-block;
    width:30%;
    text-align: right;
    font-size:1rem;
}
.form-top input{
    border:1px solid #888888;
    border-radius:2rem;
    outline: none;
    width:64%;
    height:2.5rem;
    padding-left:5px;
}
.form-top select{
    width:66%;
    height:2.5rem;
    padding-left:5px;
    border-radius:2rem;
    overflow: hidden;
    /*border:none;*/
    border: 1px solid #888888;
    color:#888888;
    outline: none;
    background:#fff;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

/*.form-top datalist option{*/
    /*border-radius:2rem;*/
    /*overflow: hidden;*/
    /*width:70%;*/
    /*border:1px solid #D3D3D3;*/
    /*!*border:none;*!*/
    /*color:#888888;*/
    /*outline: none;*/
    /*background:#fff;*/
/*}*/
.form-top::-webkit-input-placeholder{
    color: #888888;
    font-size:1rem;
}
.form-top  .input-last{
    width:34%;
}
.form-top img{
    width:3.5rem;
    display: inline-block;
    margin-left:3%;
}
.form-bottom{
    margin-top:2rem;
    text-align: center;
}
.form-bottom>a{
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    width: 80%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: -webkit-linear-gradient(left, #16D5F3, #0699E2);
    background: -o-linear-gradient(left,#16D5F3, #0699E2);
    background: -moz-linear-gradient(left,#16D5F3, #0699E2);
    background: -ms-linear-gradient(left,#16D5F3, #0699E2);
    border-radius: 1.8rem;
    box-shadow: 0 0 9px 0 #10A8C3;
}
.form-bottom .lg{
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    width: 80%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: -webkit-linear-gradient(left, #16D5F3, #0699E2);
    background: -o-linear-gradient(left,#16D5F3, #0699E2);
    background: -moz-linear-gradient(left,#16D5F3, #0699E2);
    background: -ms-linear-gradient(left,#16D5F3, #0699E2);
    border-radius: 1.8rem;
    box-shadow: 0 0 9px 0 #10A8C3;
}

.form-bottom p{
    width:72%;
    margin:0 auto;
    margin-top:1.5rem;
    display: flex;
    justify-content: space-between;
}
.form-bottom p>a{
    color:#686869;
}

/*资源信息-馆员推荐*/
.guanyuan-main{
    width: 95%;
    position: absolute;
    top: 7.916rem;
    left: 2.5%;
    background: #fff;
    border-radius: 0.666rem;
    padding: 1.66rem 0;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.guanyuan-main ul{
    width:90%;
    margin:0 auto;
    border-bottom:1px solid #D3D3D3;
}
.guanyuan-main ul li{
    float:left;
    width:33%;
    text-align: center;
 }
.guanyuan-main ul li img{
    width:7rem;
    margin:0 auto;
}
.guanyuan-main ul li dd a{
    font-size:1.3rem;
    display: inline-block;
    width:90%;
    height:2rem;
    line-height:2rem;
    background:#DCFAF9;
    color:#000;
    margin:0.8rem 0 1rem 0;
}
.active-main-btn a{
   color:#333;
}



/*资源信息-馆员推荐-详情*/
.guanyuan-detail-main {
    width: 95%;
    position: absolute;
    top: 7.916rem;
    left: 2.5%;
    background: #fff;
    border-radius: 0.666rem;
    padding: 1.66rem 0;
    box-shadow: 0 0 1rem 0 #ACACAC;
}
.gy-detail-top{
    width:92%;
    font-size:1.1rem;
    margin:0 auto;
    display: flex;
    padding-bottom:1rem;
    border-bottom:1px solid #D3D3D3;
}
.gy-detail-img{
    margin-top:1.5rem;
    margin-left:1rem;
    width:32%;
}
.gy-detail-img img{
    width:7rem;
}
.gy-detail-list{

}
.gy-detail-list ul li{
    margin-top:0.5rem;
    color:#000;
}
.gy-detail-list ul li span{
    color:#50BACC;
}
.gy-detail-p{
    height:5rem;
    text-align: center;
    border-bottom:0.45rem solid #EEEEEE;
}
.gy-detail-p a{
    display: inline-block;
    width:7.5rem;
    height:2rem;
    line-height:2rem;
    text-align: center;
    margin-top:1rem;
    /*background:#10A8C3;*/
    color:#fff;
    border-radius:2rem;
    background: -webkit-linear-gradient(left, #3586CB, #3DB5F1);
    background: -o-linear-gradient(left,#3586CB, #3DB5F1);
    background: -moz-linear-gradient(left,#3586CB, #3DB5F1);
    background: -ms-linear-gradient(left,#3586CB, #3DB5F1);
    box-shadow:0 0 0.53rem 0.023rem #3DB5F1;
}
.gy-detail-bottom{
    width:90%;
    margin:0 auto;
    padding-bottom:2rem;
}
.gy-detail-bottom b{
    font-size:1.4rem;
    display:block;
    color:#B4B4B4;
    margin-top:1.5rem;
    margin-bottom:1rem;
}
.gy-detail-bottom p{
    color:#333;
    line-height:1.7rem;
    font-size:1.3rem;
}

/*苹果五*/
@media screen and (min-width:320px) and (max-width:374px){
    html{font-size:10px}
    .active-detail-b {
        margin-top: 1rem;
    }
    .active-detail-main-bottom p {
        margin-top: 1rem;
    }
    .active-detail-main-top img {
        margin-top: 1rem;
    }
    .active-detail-main-top {
        margin-top: 1.08rem;
    }
    .active-detail-main-bottom p {
        margin-top: 0;
        transform:scale3d(0.9,0.9,0.8);
        -ms-transform:scale3d(0.9,0.9,0.8);
        -moz-transform:scale3d(0.9,0.9,0.8);
        -webkit-transform:scale3d(0.9,0.9,0.8);
        -o-transform:scale3d(0.9,0.9,0.8);
    }
    .active-main {
        padding-bottom: 0.5rem;
    }
    .read-nav {
        margin-top: 2rem;
    }
    .read-nav ul {
        padding-bottom: 0.8rem;
        padding-top: 0rem;
    }
    .read-main ul li {
        padding-top: 0.38rem;
    }
    .number-main ul {
        padding-bottom: 4.5rem;
    }
    .number-main ul li {
        margin-top: 2.5rem;
    }
    .detail-p {
        margin-bottom: 3%;
        margin-top: 0;
    }
    .detail-main_div h2 {
        margin-top: 1rem;
    }
    .information-main ul li {
        padding: 0.5rem 0 0.5rem 0;
    }
    .notice-maintop {
        margin-top: 2.4rem;
    }
    .notice-main {
        height: 80%;
    }
    .gk-mian-video>div {
        width: 23rem;
        height: 10rem;
    }
    .guanyuan-main ul li dd a {
        font-size: 0.8rem;
    }
}
/*iphone6plus*/
@media screen and (min-width:376px) and (max-width:414px){
    html{font-size:14px}
    .active-detail-main-top h2 {
        font-size: 1.4rem;
    }
    .active-detail-main-top {
        margin-top: 1.2rem;
    }
    .active-detail-main-top img {
        margin-top: 1.1rem;
    }
    .active-detail-main-bottom p {
        margin-top: 0.7rem;
    }
    .active-main {
        padding-bottom: 1rem;
    }
    .read-nav ul li {
        margin-top: 0.53rem;
    }
    .number-main ul {
        padding-bottom: 5rem;
    }
    .detail-main_div h2 {
        font-size: 1.4rem;
    }
    .detail-p {
        margin-bottom: 15%;
    }
    .information-main ul li {
        padding: 1.2rem 0 1.2rem 0;
    }
    .gk-mian-video>div {
        width: 25rem;
        height: 11rem;
    }
}

/*ipad*/
@media screen and (min-width:640px) and (max-width:770px) {
    .gk-mian-video>div {
        width: 41rem;
        height: 17rem;
    }
    .read-main ul li div {
        padding-top: 30px;
    }
    .read-main ul li div>a {
        font-size: 1.5rem;
    }
    .read-main ul li div p {
        font-size: 1.3rem;
    }
    .information-main li h4 {
        font-size: 1.5rem;
    }
    .information-main ul li p {
        font-size: 1.2rem;
    }
}






