@charset "utf-8";
html,body{ width:100%; height:100%; overflow:hidden;}
body{color:#222;-webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,button,input,select,textarea {font-family:Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;font-size:62.5%; line-height:1.5;}
ol,ul{list-style:none;}
a {text-decoration: none;background-color: transparent;}
.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}
.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}
.section-wrap .section .title{width:100%;position:absolute;top:10%;color:#fff;font-size:2.4em;text-align:center;}
.section-wrap .section .title p{ padding:0 4%;opacity:0}
.section-wrap .section .title.active .tit{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}
.section-wrap .section-1{ background-color:#fff}
.section-wrap .section-2{ background-color:#fff}
.section-wrap .section-3{ background-color:#000;}
.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}
.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
/*.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}*/
.section-btn{ width:14px;position:fixed;right:4%;top:50%;z-index: 9999;}
.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff; onsor:pointer;}
.section-btn li.on{ background:#fff}
.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:38px;color:#fff;cursor:pointer;overflow:hidden;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

#Header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}
.Header_contianer{
    width: 100%;
    height: 122px;
    -webkit-transition: height 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: height 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: height 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #fff;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: absolute;
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.Header_contianer .logo{
    display: inline-block;
    position: absolute;
    left: 120px;
}
.Header_contianer .logo img{
    width: 240px;
    margin-top: 27px;
}
.Header_contianer ul{
    float: right;
    margin-right: 120px;
}
.Header_contianer ul li {
    padding: 0;
    line-height: 122px;
    padding-left: 48px;
    display: inline-block;
    list-style: none;
    color: #000;
    position: relative;
}
.Header_contianer ul li a{
    cursor: pointer;
}
.Header_contianer ul li a:hover{
    cursor: pointer;
    font-weight: bolder;
}
.Header_contianer ul li a:link {
    color: #000;
}
.Header_contianer ul li a:hover, a:link, a:visited {
    color: #000;
}

.slide_div {
    width: 100%;
    height: 100%;
}

.slide_img_div {
    position: relative;
}

.slide_img_ul {width:100%;height: 100%;overflow: hidden;}

.slide_img_ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.slide_option {
    position: absolute;
    z-index: 999;
    bottom: 15%;
    width: 500px;
    /* background: black; */
    /* opacity: 0.5; */
    text-align: center;
    display: block;
    list-style: none;
}

.check_li {
    background: #fff !important;
    opacity: 1 !important;
    border: solid 2px #fff !important;
}

.slide_option li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #f0f0f0;*/
    border-radius: 100%;
    border: solid 2px #d0d0d0;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.banner_wrap{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 101%;
    height: -moz-calc(100vh - 122px);
    height: calc(100vh - 122px);
    top: 122px;
    -webkit-transition: opacity 0.3s linear,width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: opacity 0.3s linear,width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: opacity 0.3s linear,width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1),height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}

.banner_wrap .banner_text{
    position: absolute;
    z-index: 10;
    top: -moz-calc(50% - 120px);
    top: calc(50% - 120px);
    left: 120px;
    font-size: 3.33vw;
    line-height: 4.37vw;
    letter-spacing: .1vw;
    color: #fff;
    font-weight: bold;
}
.banner_wrap .banner_text p{
    width: 41.67vw;
    font-size: 1.11vw;
    line-height: 1.67vw;
    text-align: justify;
    letter-spacing: .1vw;
    color: #fff;
    opacity: .7;
    margin-bottom: 2.22vw;
}
#newsPage{
    width: 100%;
    height: 100%;
    min-width: var(--min-width);
}
#newsPage .news_warp{
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    width: 100%;
    min-width: var(--min-width);
}
.news_warp h1 {
    padding: 50px 84px;
    font-size: 2.64vw;
    color: #000;
    position: relative;
}
.news_warp h1 span{
    font-size: 16px;
    line-height: 70px;
    letter-spacing: .02em;
    color: #777e87;
    font-weight: normal;
    cursor: pointer;
    float: right;
}
.news_warp h1 span a{
    color: #777e87;
}
.news_list{
    width: -moz-calc(100vw - 168px);
    width: calc(100vw - 168px);
    min-width: 792px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 84px;
    margin-right: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-wrap{
    width: -moz-calc((100vw - 168px - 68px) / 3);
    width: calc((100vw - 168px - 68px) / 3);
}
.list-content{
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: -moz-calc((100vw - 168px - 68px) / 3);
    width: calc((100vw - 168px - 68px) / 3);
    margin-right: 24px;
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    padding: 0; 
}
.list-wrap:hover .list-content{
    top: -15px;
}
.list-content img{
    width: 100%;
    height: 15.5vw;
    border-radius: 20px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    /* position: absolute; */
    /* top: 0; */
}
.list-content h2{
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 0.7vw;
    font-size: 1.25vw;
    text-align: justify;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-content p{
    line-height: 1.5vw;
    font-size: .97vw;
    text-align: justify;
    letter-spacing: .06em;
    color: #777e87;
    font-weight: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-content span{
    background-color: #ffffff;
    margin-top: -18px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 3px;
}
.arrowleft {
    width: 7px;
    height: 7px;
    border-top: 2px solid #afb6be;
    border-right: 2px solid #afb6be;
    box-shadow: 0 0 0 lightgrey;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    float: right;
    margin-top: 35px;
}
#line{
    width: 41.67vw;
    height: 1px;
    background: #fff;
    opacity: .1;
    margin-top: 20px;
    margin-bottom: 24px;
}

.page_bottom{
    background: #000;
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    z-index: 10;
}
.page_bottom_beian{
	margin-top: 8%;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: white;
}