*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

/* .wrap{} */
.banner,.banner img,.col{width: 1200px;margin:0 auto;overflow: hidden;}
.flex_SpaceBetween{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.slick-prev{position: absolute;font-size: 0;cursor: pointer;z-index: 9;background: url("images/jt-left.png") no-repeat center;width: 40px;height: 40px;background-size: 100%;border: none;outline: none;opacity: 1.8;left: -70px;top: 50%;}
.slick-next{position: absolute;font-size: 0;cursor: pointer;z-index: 9;background: url("images/jt-right.png") no-repeat center;right: -71px;top: 50%;width: 40px;height: 40px;background-size: 100%;border: none;outline: none;opacity: 1.8;}



/*slick.css*/
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;}
.slick-list:focus{outline:0;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:after,.slick-track:before{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}/*如果p标签width：100%超出，则加position：relative*/
[dir=rtl] .slick-slide{float:right;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
/*slick.css-end*/
/*test轮换图片点*/
.slick-dots { position: absolute;list-style: none; display: block; text-align: center; padding: 0px; width: 100%;}
.slick-dots li {position: relative;display: inline-block;height: 14px;width: 14px;margin: 0;padding: 0px;cursor: pointer;}
.slick-dots li button {border: 0;background: transparent;display: block;height: 14px;width: 14px;outline: none;line-height: 0;font-size: 0;color: transparent;padding: 0;cursor: pointer;outline: none;}
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before {position: absolute;top: 0;left: 0;content: "\2022";width: 14px;height: 14px;text-align: center;opacity: 0.25;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background:  #069550;border-radius: 31px;}
.slick-dots li.slick-active button:before { opacity: 0.75; }
/*test轮换图片点*/

@media screen and (max-width: 768px){}

.fullImg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#app{
    width: 100%;
    height: 100%;
}
.app .swiper-slide{
    width: 100%;
    height: 100%;
}

#app .mySwiper-pagination{
    width: 171px;
    height: auto;
    position: absolute;
    /* top: 0; */
    right: 0;
    z-index: 1;
}
#app .mySwiper-pagination .swiper-pagination-bullet {
    width: 120px;
    height: 127px;
    text-align: center;
    opacity: 1;
    background: url(./images/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0;
    transition: all .4s;
    transform-origin: center;
    clear: both;
    margin-top: 18px;
}
#app .mySwiper-pagination .swiper-pagination-bullet:first-child{
    margin-top: 18px;
}
#app .mySwiper-pagination .swiper-pagination-bullet img{
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    left: 58%;
}
#app .mySwiper-pagination .swiper-pagination-bullet-active {
    background: url(./images/nav-avtive-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 145px;
    height: 139px;
}
#app .mySwiper-pagination .swiper-pagination-bullet-active img{
    top: 40%;
    left: 49%;
}
#app .mySwiper-pagination .swiper-pagination-bullet:nth-child(1),#app .mySwiper-pagination .swiper-pagination-bullet:nth-child(3),#app .mySwiper-pagination .swiper-pagination-bullet:nth-child(5){
    float: right;
}

.page .more{
    margin: 0 auto;
    width: 184px;
    height: 59px;
    background: url(./images/more.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
    font-size: 0;
    margin-top: 20px;
}

/* page1 */
.page .col{
    position: relative;
    z-index: 2;
    height: 100%;
}
.page img{
    width: 100%;
    height: 100%;
}
.page1 .title{
    width: 781px;
    height: 358px;
    position: absolute;
    top: 214px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#app .page1 .title{
    transform:translateX(-600px);
    opacity:0;
    transition:all 1s;
}
#app .page1.ani-slide .p1-active{
    transform:translateX(0);
    opacity:1;
}

/* page2 */
.page2 .title,.page3 .title,.page4 .title,.page5 .title,.page6 .title{
    width: 241px;
    height: auto;
}
.page .col{
    overflow: inherit;
}
.page2 .title,.page3 .title,.page4 .title,.page5 .title,.page6 .title{
    position: absolute;
    top: 133px;
    left: -39px;
}
.page2 .container,.page3 .container,.page4 .container,.page5 .container,.page6 .container{
    margin-left: 200px;
    margin-top: 100px;
}
.page2 .list-box .item:first-child{
    margin-top: 0;
}
.page2 .list-box .item{
    width: 479px;
    height: 117px;
    background: url(./images/p2-item-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 13px 28px;
    margin-top: 5px;
}
.page2 .list-box .item h2{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #192549;
    text-align: center;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.page2 .list-box .item h2 a{
    color: #192549;
}
.page2 .list-box .item p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #344576;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
}
.page2 .img-box{
    width: 500px;
    height: auto;
}
.page .img{
    display: block;
    overflow: hidden;
}
.page .img img{
    width: 100%;
    height: 100%;
}
.page2 .img-box .item{
    width: 100%;
}
.page2 .img-box .item .img{
    width: 100%;
    height: 281px;
    border-radius: 16px;
}
.page2 .img-box .item h2{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #192549;
    text-align: center;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
}
.page2 .img-box .item h2 a{
    color: #192549;
}
.page2 .main-bottom{
    margin-top: 0;
    position: relative;
}
.page2 .main-bottom .img{
    width: 640px;
    height: 360px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    position: relative;
    top: 13px;
    z-index: 1;
}
.page2 .content{
    width: 500px;
    height: 373px;
    background: rgba(255, 255, 255, .6);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 112px 65px 0 200px;
}
.page2 .content h2{
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #192549;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page2 .content h2 a{
    color: #192549;
}
.page2 .p2-icon{
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    background: url(./images/play.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: 77px;
}
.page2 .swiper-container{
    padding-bottom: 15px;
}
.page2 .swiper-container .swiper-pagination{
    bottom: 0;
}
.page .swiper-container .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background-color: #3b8dec;
    bottom: 0;
}
.page .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    bottom: 1px;
    position: relative;
    background-color: #3565f1;
    opacity: 1;
    margin: 0 6px;
}
/* page3 */
.page3 .main-top{
    width: 100%;
    height: auto;
}
.page3 .swiper-container .swiper-slide{
    width: 622px;
    height: 350px;
    border-radius: 16px;
    position: relative;
    display: block;
    overflow: hidden;
}
.page3 .swiper-container .swiper-slide .txt{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    padding: 0 10px;
}
.page3 .swiper-container .swiper-slide .txt h2{
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page3 .swiper-container .swiper-slide .txt h2 a{
    color: #ffffff;
}
.page3 .main-bottom{
    margin-top: 15px;
}
.page3 .list-box{
    width: 426px;
    height: auto;
    margin-top: 5px;
    margin-left: 24px;
}
.page3 .list-box .item:first-child{
    margin-top: 0;
}
.page3 .list-box .item{
    width: 100%;
    height: auto;
    margin-top: 31px;

}
.page3 .list-box .item h2{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #192549;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page3 .list-box .item h2 a{
    color: #192549;
}
.page3 .list-box .item p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #344576;
    margin-top: 7px;
    height:auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page3 .video-box{
    width: 500px;
    height: auto;
}
.page3 .video-box .img{
    width: 100%;
    height: 281px;
    position: relative;
    border-radius: 16px;
    display: block;
    overflow: hidden;
}
.page3 .video-box .img img{
    width: 100%;
    height: 100%;
}
.page3 .video-box .play{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0;
    background: url(./images/play2.png) no-repeat;
    background-size: 100% 100%;
}
.page3 .video-box h2{
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #192549;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 13px;
}
.page3 .video-box h2 a{
    color: #192549;
}
/* page4 */
.page4 .main-bottom{
    margin-top: 0;
}
.page4 .main-top{
    margin-top: 13px;
}
.page4 .swiper-container{
    transform: rotateY(180deg);
}
.page4 .swiper-container .img,.page4 .swiper-container .txt{
    transform: rotateY(180deg);
}
.page4 .list-box{
    width: 480px;
    margin-top: 0;
    margin-left: 0;
}
.page4 .list-box .item{
    height: 114px;
    background: url(./images/p2-item-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 9px 32px 0 23px;
    margin-top: 5px;
}

/* page5 */
.page5 .main-top{
    margin-top: 15px;
}
.page5 .main-bottom{
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.page5 .content{
    left: 0;
    right: inherit;
    padding: 110px 197px 0 17px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
}
.page5 .main-bottom .img{
    float: right;
}
.page5 .list-box .item{
    height: auto;
    padding: 20px 20px;
    height: 60px;
    position: relative;
}
.page5 .list-box .item h2{
    line-height: 22px;
    font-size: 17px;
    text-align: justify;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
}
.page5 .more{
    margin-top: 5px;
}
/* page6 */
.page6 .swiper-container .swiper-slide{
    width: 645px;
    height: 363px;
}
.page6 .swiper-container .swiper-slide .txt h2{
    font-size: 18px;
}