*{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: 120px;
    height: auto;
    position: absolute;
    right: 36px;
    z-index: 1;
}
#app .mySwiper-pagination .swiper-pagination-bullet:first-child{
    margin-top: 0;
}
#app .mySwiper-pagination .swiper-pagination-bullet {
    width: 120px;
    height: 130px;
    opacity: 1;
    position: relative;
    margin: 58px 0 0;
    clear: both;
    background: none;
}
#app .mySwiper-pagination .swiper-pagination-bullet::before{
    content: "";
    width: 166px;
    height: 76px;
    background: url(./images/icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    animation: star 3s infinite both;
}
@keyframes star {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#app .mySwiper-pagination .swiper-pagination-bullet img{
    width: 100%;
    height: 100%;
}
#app .mySwiper-pagination .swiper-pagination-bullet-active {
    transform: translateX(-63px);
    transition: all 1s;
}


/* .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 .col .logo{
    width: 612px;
    height: 118px;
    margin: 67px auto 0;
}
.page1 .col .title{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 67px 0 74px;
    margin-top: 70px;
}
.page1 .col .tit1{
    width: 476px;
    height: 182px;
} 
.page1 .col .tit2{
    width: 492px;
    height: 171px;
} 
.page1 .col .symbol{
    width: 59px;
    height: 51px;
    position: absolute;
    top: 0;
}
.page1 .col .symbol1{
    left: 0;
}
.page1 .col .symbol2{
    right: 0;
}
.page1 .col .subTitle{
    width: 1033px;
    height: 121px;
    margin: 0 auto;
}


/* page2 */
.page2 .title,.page3 .title,.page4 .title,.page5 .title,.page6 .title{
    width: 263px;
    height: auto;
    position: absolute;
    top: 200px;
    left: -100px;
}
.page .col{
    overflow: inherit;
}
.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: 483px;
    height: 122px;
    background: url(./images/page2-icon.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 32px 49px 32px 43px;
    margin-top: 5px;
}
.page2 .list-box .item h2{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page2 .list-box .item h2 a{
    color: #ffffff;
}

.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: 283px;
    border-radius: 16px;
}
.page2 .img-box .item h2{
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 5px;
}
.page2 .img-box .item h2 a{
    color: #ffffff;
}
.page2 .main-bottom{
    margin-top: 14px;
    position: relative;
}
.page2 .main-bottom .img{
    width: 640px;
    height: 360px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 1;
}
.page2 .content{
    width: 500px;
    height: 360px;
    background-image: linear-gradient(
		#c9222a, 
		#c9222a), 
	linear-gradient(
		#9d734a, 
		#9d734a);
    background-blend-mode: normal, 
		normal;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 143px 62px 0 202px;
}
.page2 .content h2{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page2 .content h2 a{
    color: #ffffff;
}
.page2 .play{
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    background: url(./images/page2-play.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: 77px;
}
.page2 .swiper-container{
}
.page2 .swiper-container .swiper-pagination{
    top: 254px;
    right: 23px;
    width: max-content;
    display: block;
    text-align: right;
    height: 12px;
    bottom: initial;
    left: initial;
}
.page .swiper-container .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    bottom: 0;
}
.page .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    bottom: 1px;
    position: relative;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 6px;
}

/* page3 */
.page3 .main-top .item{
    width: 500px;
    height: auto;
    margin-bottom: 28px;
}
.page3 .main-top .img{
    width: 250px;
	height: 140px;
    border-radius: 16px;
}
.page3 .main-top .txt{
    width: 250px;
    height: 140px;
    box-sizing: border-box;
    padding: 40px 43px 40px 11px;
}
.page3 .main-top .txt h2{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page3 .main-top .txt h2 a{
    color: #ffffff;
}
.page3 .list-box .item:first-child{
    margin-top: 0;
}
.page3 .list-box .item{
    width: 484px;
    height: 122px;
    background: url(./images/page3-icon.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 32px 48px 32px 44px;
    margin-top: 5px;
}
.page3 .list-box .item h2{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page3 .list-box .item h2 a{
    color: #ffffff;
}
.page3 .main-bottom{
    margin-top: 38px;
}
.page3 .video-box{
    width: 500px;
	height: auto;
    border-radius: 16px;
    display: block;
    overflow: hidden;
}
.page3 .video-box .img{
    width: 100%;
    height: 281px;
    position: relative;
}
.page3 .video-box .icon{
    width: 60px;
	height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    overflow: hidden;
    background: url(./images/page3-play.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}
.page3 .video-box h2{
    height: 94px;
    width: 100%;
    font-size: 26px;
	line-height: 90px;
	color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #c9222a;
    box-sizing: border-box;
    padding: 0 10px;
}
.page3 .video-box h2 a{
    color: #fff;
}
/* page3 end */
/* page4 */
.page4 .main-top{
    background: url(./images/page4-icon.png) no-repeat bottom center;
    background-size: 100%;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
    box-sizing: border-box;
    padding: 34px 51px 10px;
}
.page4 .main-top .item{
    margin-bottom: 24px;
}
.page4 .main-top h2{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 444px;
    box-sizing: border-box;
    padding: 0 20px;
}
.page4 .main-top h2 a{
    color: #ffffff;
}
.page4 .main-bottom{
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.page4 .swiper-container .swiper-slide{
    width: 645px;
    height: 363px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
}
.page4 .swiper-container .swiper-slide .txt h2{
    font-size: 18px;
}
.page4 .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;
}
.page4 .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;
}
.page4 .swiper-container .swiper-slide .txt h2 a{
    color: #ffffff;
}
/* page4 end */