*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
/* @font-face {
	font-family: 'zd';
	src: url('../other/SourceHanSansCN-ExtraLight.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'zd2';
	src: url('../other/HelveticaNeue-UltraLight.eot') format('embedded-opentype'),
     url('../other/HelveticaNeue-UltraLight.woff2') format('woff2'),
     url('../other/HelveticaNeue-UltraLight.woff') format('woff'),
     url('../other/HelveticaNeue-UltraLight.ttf') format('truetype'),
     url('../other/HelveticaNeue-UltraLight.svg#weui') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'zd3';
	src: url('../other/Azedo-Light.eot') format('embedded-opentype'),
     url('../other/Azedo-Light.woff2') format('woff2'),
     url('../other/Azedo-Light.woff') format('woff'),
     url('../other/Azedo-Light.ttf') format('truetype'),
     url('../other/Azedo-Light.svg#weui') format('svg');
	font-weight: normal;
	font-style: normal;
} */
body,html,p,span,a,font,h1,h2,h3,h4,h5,h6,tr,td,th,b,i{
    /* font-family: 'zd'!important; */
    font-weight: normal;
}
a:hover{
	text-decoration: none;'
	cursor:pointer;
}
a:visited {
	text-decoration:none!important;
}
a:focus{
	text-decoration: none;
}
p{
	margin:0;
}
html, body {
    position: relative;
    height: 100%;
    width:100%;overflow: hidden;
    background: black;
}
.screenrolling{
    width: 100%;
    height: 100%;
}
.screenrolling>.swiper-wrapper>.swiper-slide{
    height:100%;
    width:100%;
    position: relative;
    overflow: hidden;
}
/*修改首页屏幕切换的速率*/
.screenrolling>.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.4, 0.7, 0.6, 0.3); 
}
/*修改首页屏幕切换的速率*/
/*首页通用导航*/
.nav_button{
    position: absolute;
    left:10px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
    color: #f78d1d!important;
    font-size: 20px;
    cursor: pointer;
    font-weight:800;
}
.nav_button img {
    width: 20px;
    position: relative;
    top: -2px;
}
.index_nav{
    position: absolute;
    left:-100%;
    width:440px;
    height:100%;
   background: rgba(255,255,255,0.6);
 /*    background: url('../images/nav_bg.jpg') no-repeat center center; */
    background-size: cover;
    z-index: 12;
    bottom:0;
    cursor:default;
}
.screen-one{
	z-index:7;
}
.screen-two{
	z-index:6;
}
.screen-three{
	z-index:5;
	cursor:default;
}
.screen-four{
	z-index:4;
}
.fp-completely{
	z-index:10;
}
.index_nav .index_nav_close{
    display: none;
    position: absolute;
    right: 20px;
    top:20px;
    color:black;
    font-size: 30px;
}

.nav_button2{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    display: none;
}
.nav_button2 img{
    width: 30px;
}
.index_nav .index_nav_close img{
    width: 20px;
}
.index_nav .index_nav_logo{
    width:60%;
   
    position: absolute;
    top:16%;
    left:0;
    right:0;
     margin:auto;
}
.index_nav .index_nav_logo img{
    display: block;
    width:100%;
}
.index_nav .index_nav_menu{
    width: 100%;
    height:auto;
    position: absolute;
    top: 46%;
}
.index_nav .index_nav_menu .index_nav_menu_inner{
    padding: 0 40px;
}
.index_nav .index_nav_menu .index_nav_menu_inner h5{
    color:#f78d1d;
    font-size: 20px;
}
.index_nav .index_nav_menu .index_nav_menu_inner h5 img{
    width: 20px;
    position: relative;
    top:-2px;
}
.index_nav .index_nav_menu .index_nav_menu_inner2{
    padding-left: 30px;
    position:relative;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6{
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a{
    width:100%;
    height:auto;
    display: block;
    padding: 2px;
    position: relative;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a font{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    left:-100%;
    top: 0;
     z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a:hover font{
    left:0;
       background: #1f1f1f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div span{
    margin: 0;
    display: block;
    padding: 5px 0;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a{
    color:black;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a:hover{
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div{
    display: none;
    padding: 5px 0;
    padding-left: 6px;
    border-bottom: 1px solid black;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div a{
     color:#595855;
    font-size: 14px;
    display: block;
    position: relative;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    padding-left: 4px;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div font{
    
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    left:-100%;
    top: 0;
     z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div a:hover{
     color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div a:hover font{
     left:0;
       background: #1f1f1f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_bottom{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.index_nav .index_nav_bottom img{
    width: 100%;
    height: auto;
    display: block;
}
.index_nav .index_nav_bottom .index_nav_bottom_left{
    width: 40%;
    position: absolute;
    bottom: 0;
    left:27px;
}
.index_nav .index_nav_bottom .index_nav_bottom_right{
    width: 36%;
    position: absolute;
    bottom: 0;
    right:27px;
}
/*首页通用导航*/
/*第一屏*/
.newslogo{
	position:absolute;
	left:7%;
	top:10%;
	width:160px;
	display:block;
	z-index:6;
}
.screen-one{
    background:black;
    position: relative;
}
.screen-one .screen-one-banner{
     position: relative;
    width: 100%;height: 100%;
}
.screen-one .screen-one-banner .swiper-slide{
    width:100%;height:100%;overflow: hidden;
}
.screen-one .screen-one-banner img{
    display: block;
    width:100%;height:auto;
}
.screen-one-banner-pagination{
	position:absolute;
	z-index:5;
}
.screen-one-banner-pagination .swiper-pagination-bullet{
	background:white;
	opacity:0.8;
}
.screen-one-banner-pagination .swiper-pagination-bullet-active{
	background:#f78d1d;
	opacity:1;
}
/*第一屏*/
/*第二屏*/
/* 新增第二屏 */
.news-screen-two{
	position:relative;
	width:100%;
	height:100%;
}
.news-screen-two-left .news-screen-two-common{
	width:50%;
	float:left;
	position:relative;
	height:100%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.news-screen-two-right .news-screen-two-common{
	width:100%;
	float:left;
	position:relative;
	height:100%;
}
.news-screen-two-one{
	
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	background:url('../images/bg0114.png') no-repeat center center;
	background-size:cover;
}
.news-screen-two-two{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	background:url('../images/bg0113.png') no-repeat center center;
	background-size:cover;
}
.news-screen-two-three{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.news-screen-two-common-cp{
	width:80%;
	margin:auto;
	position:relative;
	height:100%;
}
.news-screen-two-common-cp-inner{
	position:relative;
	height:100%;
}
.news-screen-two-common-cp-inner-in{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.news-screen-two-common-cp-inner-in p{
	width:270px;
	margin:auto;
	opacity:1;
/* 	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-ms-transition:all 0.2s; */
}
.news-screen-two-common-cp-inner-in p img{
	display:block;
	width:100%;
}
.news-screen-two-common-cp-inner-in  span{
	display:block;
	margin:20px auto;
	margin-top:30px;
}
.news-screen-two-common-cp-inner-in  span font{
	color:#808080;
	font-size:24px;
	display:block;
	text-align:center;
	margin:10px 0;
	position:relative;
}
.news-screen-two-common-cp-inner-in  span font img{
	
	position:absolute;
	left:21%;
	top:10px;
	width:14px;
}
.news-screen-two-common-cp-inner-in  span em{
	color:white;
	font-size:22px;
	text-align:center;
	display:block;
	margin:10px 0;
}
.news-screen-two-common-cp-inner-in  span b{
	text-align:center;
	display:block;
	margin:10px 0;
}
.news-screen-two-common-cp-inner-in  span b img{
	width:24px;
	display:inline-block;
	margin:0 2px;
}
.news-screen-two-common-cp-inner-in  span b  img:first-child{ display:none;}

.news-screen-two-left{
	width:66.66%;
	height:100%;
	position:relative;
	float:left;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	background:url('../images/newsbij.jpg') no-repeat center center;
	background-size:cover;
}
.news-screen-two-right{
	width:33.33%;
	height:100%;
	position:relative;
	float:left;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	background:url('../images/bjbj2.jpg') no-repeat center center;
	background-size:cover;
}
.news-screen-two-leftac{
	
	width:75%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.news-screen-two-leftac .news-screen-two-one{
	width:66.66%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	background:url('../images/bjbj4.jpg') no-repeat center center;
	background-size:cover;
}
.news-screen-two-leftac .news-screen-two-two{
	width:33.33%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.news-screen-two-leftac .news-screen-two-one .news-screen-two-common-cp-inner-in p{
	opacity:0;
/* 	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s; */
}
.news-screen-two-rightac{
	width:25%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.news-screen-two-leftac2{
	
	width:75%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.news-screen-two-leftac2 .news-screen-two-one{
	width:33.33%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	
}
.news-screen-two-leftac2 .news-screen-two-two{
	width:66.66%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	background:url('../images/bjbj.png') no-repeat center center;
	background-size:cover;
}
.news-screen-two-leftac2 .news-screen-two-one .news-screen-two-common-cp-inner-in p{
	opacity:0;
/* 	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s; */
}
/* 新增第二屏 */
.screen-two-outer-moblie{
	display:none;
}
/* 获奖 */
.press{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:6;
}
.ijoyprize{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:6;
	text-align:right;
	width:430px;
}
.ijoyprize img{
	width:100%;
}
/* 获奖 */
.screen-two{
		background:black;
}
.screen-two-outer{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.screen-two-inner{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.screen-two .screen-two-left{
    width: 40%;
    height: 100%;
    float: left;
    background: url('../images/bg010.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}
.screen-two .screen-two-right{
    width: 60%;
    height: 100%;
    float: left;
    background: black;
     background: url('../images/bg011.jpg') no-repeat center center;
    background-size: cover;
}
.screen-two .screen-two-left .screen-two-left-inner{
    width: 40%;
    float: right;
    height: 100%;
    margin-right: 10%;
    position: relative;
}
.screen-two .screen-two-left .screen-two-left-inner .screen-two-left-inner-top{
    width: 100%;
}
.screen-two .screen-two-left .screen-two-left-inner .screen-two-left-inner-top img{
    width: 100%;
}
.screen-two .screen-two-left .screen-two-left-inner .screen-two-left-inner-bottom{
    text-align: center;
}
.screen-two .screen-two-left .screen-two-left-inner .screen-two-left-inner-bottom span{
    color: #ffffff;
    font-size: 20px;
    display: block;
}
.screen-two .screen-two-left .screen-two-left-inner .screen-two-left-inner-bottom font{
    color: #ffffff;
    font-size: 20px;
        display: block;
}
.screen-two .screen-two-right .screen-two-right-one{
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}
.screen-two .screen-two-right .screen-two-right-two{
      width: 50%;
    float: left;
    position: relative;
        height: 100%;
}
.screentwo-left{
       width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.screentwo-right{
       width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.screen-two .screen-two-right .screen-two-right-one .screen-two-right-one-top img{
    width: 50%;
    margin: auto;
    display: block;
}
.screen-two .screen-two-right .screen-two-right-two .screen-two-right-two-top img{
     width: 50%;
    margin: auto;
    display: block;
}
.screen-two .screen-two-right .screen-two-right-one .screen-two-right-one-bottom{
    text-align: center;
}
.screen-two .screen-two-right .screen-two-right-one .screen-two-right-one-bottom span{
    font-size: 20px;
    color: #808080;
    display: block;
}
.screen-two .screen-two-right .screen-two-right-one .screen-two-right-one-bottom p{
    font-size: 18px;
    color: #ffffff;
}
.screen-two .screen-two-right .screen-two-right-two .screen-two-right-two-bottom{
    text-align: center;
}
.screen-two .screen-two-right .screen-two-right-two .screen-two-right-two-bottom span{
    font-size: 20px;
    color: #808080;
    display: block;
}
.screen-two .screen-two-right .screen-two-right-two .screen-two-right-two-bottom p{
    font-size: 18px;
    color: #ffffff;
}
.screenone-in{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ztone .screen-two-left{
    width: 60%!important;
    transition: all 0.3s;
}
.ztone .screen-two-right{
    width: 40%!important;
        transition: all 0.3s;
}
.zttwo .screen-two-left{
    width: 30%!important;
        transition: all 0.3s;
}
.zttwo .screen-two-right{
     width: 70%!important;
        transition: all 0.3s;
}
.zttwo .screen-two-right-one{
    width: 70%!important;
        transition: all 0.3s;
}
.zttwo .screen-two-right-two{
    width: 30%!important;
        transition: all 0.3s;
}
.ztthree .screen-two-left{
    width: 30%!important;
        transition: all 0.3s;
}
.ztthree .screen-two-right{
     width: 70%!important;
        transition: all 0.3s;
}
.ztthree .screen-two-right-one{
    width: 30%!important;
        transition: all 0.3s;
}
.ztthree .screen-two-right-two{
    width: 70%!important;
        transition: all 0.3s;
}
/*第二屏*/
	
/*第三屏*/
.screen-three{
    background:#e6e6e6;
}
.screen-three-in{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/transparent_bg01.png');
    background-size: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.screen-three-in2{
     position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/puzzle_img0.jpg');
    background-size: cover;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    opacity: 0;
}
.screen-mobile{
    display: none;
}
.screen-mobile-three{
     display: none;
}
.screen-three-two{
    width: 16%;
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.screen-three-two div{
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 1.6em;
    color: #4b4b4b;
    font-size: 14px;
    bottom: 10%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
.screen-three-two2{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    
}
.screen-three-two2 div{
    color: white;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
}
.screen-three-two img{
    width: 100%;
}
.screen-three-inner .screen-three-innerh5{
    position: absolute;
    left: 0;
    width: 18%;
    line-height: 1.6em;
    color: #4b4b4b;
    font-size: 14px;
    bottom: 10%;
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}
.screen-three-inner{
    width: 50.625%;
    position: absolute;
    top: 0;
    left: 19.2%;
    background: rgba(0,0,0,0);
}
.screen-three-inner>div{
    width:33.333333%;
    float: left;
    position: relative;
    overflow: hidden;
}
.screen-three-inner>div img{
    width:100%;
    height: auto;
    display: block;
    opacity: 1;
}
.screen-three-inner>div div{
    position: relative;
} 
.screen-three-inner>div div p{
    position: absolute;
    color: white;
    font-size: 30px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
	font-family:Arial;
} 
.screen-three-inner>div div p span{
    font-size: 14px;
    display: block;
}
.screen-three-inner>div div p font{
    font-size: 30px;
    display: block;
    padding-bottom: 30px;
}
.screen-three-inner>div .timg{
    position: absolute;
    top: 0;
    left:0;
    opacity: 0;
    transition: all 1s;
}
.screen-three-inner>div:hover .timg{
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.screen-three-inner>p{
            position: absolute;
            width:100%;
            height: 1px;
            top: 33.33333%;
            left:0;
            background: white;
        }
.screen-three-inner>b{
            position: absolute;
            width:1px;
            height: 100%;
            left: 33.33333%;
             top: 0;
            background: white;
        }
/*第三屏*/
/*第四屏*/
.screen-four{
	width:100%;
	height:100%;
	overflow:hidden;
	/* background:url('../images/background_pic_01.jpg') no-repeat center center; */
	    cursor: url(../images/cursor_01.cur) 20 20 ,auto;
}
#divFly {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	z-index:2;
	opacity:0;
}
#divFly img{
width:auto;
position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	display:block;
}
#divFly2{
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.screen-four-one{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url('../images/background_pic_01.jpg') no-repeat center center;
	background-size:cover;
	opacity:0;
	top:0;
	left:0;
}
.screen-four-two{
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	top:0;
	left:0;
}
.fp-tableCell{
	vertical-align:top!important;
}
.fp-scroller{
	height:100%!important;
}
.screen-four-three{
	width:100%;
/* 	height:68px; */
	position:absolute;
	bottom:0;
	left:0;
	background:#eaeaea;
	z-index:3;
	padding:22px 26px;
	cursor:default;
}
.screen-four-three-inner{
	height:24px;
	position:relative;
}
.screen-four-three-inner img{
	width:170px;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
}
.screen-four-three-inner p{
	width:60%;
	margin:auto;
}
.screen-four-three-inner p font{
	float:left;
	color:#5e5e5e;
	font-size:12px;
}
.screen-four-three-inner p span{
	float:right;
	color:#5e5e5e;
	font-size:12px;
}
.screen-four-three-inner p span a{
	color:#5e5e5e;
	font-size:12px;
    display: block;
}
.screen-four-two-two{
    width: 60%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: white;
    
}
.screen-four-two-two h4{
    font-weight: normal;
    font-size: 80px;
    font-style: italic;
      font-family: 'zd2','SiYuan-ExtraLigfe6c62c1b19000'!important;
}
.screen-four-two-two h4 em{
	
	
}
.screen-four-two-two div{
    padding: 40px 120px 40px 70px;
    display: inline-block;
    position: relative;
    font-style: italic;
  
}
.screen-four-two-two div p{
    padding: 7px 0;
    font-size: 20px;
}
.screen-four-two-two div span{
    display: block;
     padding: 7px 0;
    font-size: 24px;
    font-family: 'zd2'!important;
}
.screen-four-two-two ul{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
}
.screen-four-two-two ul font{
    width:100%;
    height: 160px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.section{
	opacity:0;
}
.screen-four-two-two ul font:after{
    content:'';
    display: block;
    position: absolute;
    width:1px;
    height:100%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: white;
}
.screen-four-two-two ul li{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    opacity: 0.7;
    display: none;
    margin: 10px;
}
.screen-four-two-four{
	display:none;
}
.screen-four-two-three{
    width: 100%;
    bottom: 68px;
    position: absolute;
}
.screen-four-two-three .screen-four-two-three-one{
    width: 60%;
    position: relative;
    margin: auto;
    padding-bottom: 10px;
}
.screen-four-two-three .screen-four-two-three-one span{
    font-size: 0;
   
    cursor: pointer;
    margin: 0 30px 0 15px;
    display: inline-block;
}
.screen-four-two-three .screen-four-two-three-one span font{
    margin-right: 16px;
     font-size: 20px;
    color: white;
    float: left;
}
.screen-four-two-three .screen-four-two-three-one span img{
    margin-right: 10px;
    width: 26px;
    display: inline-block;
        float: left;
}
.screen-four-two-three .screen-four-two-three-one span img:nth-child(2){ display:none;}

.screen-four-two-three .screen-four-two-three-con{
    height: 240px;
    width: 100%;
/*    background: white;*/
    position: relative;
overflow: hidden;
}
.screen-four-two-three .screen-four-two-three-con div>h5{
    width: 30%;
    height: 100%;
   position: absolute;
    left: 0;
    top: 0;
   
     padding: 0;
    margin: 0;
}
.screen-four-two-three .screen-four-two-three-con div>h6{
    width: 30%;
    height: 100%;
   position: absolute;
    right: 0;
    top: 0;
    background: #ededed;
    padding: 0;
    margin: 0;
}
.screen-four-two-three .screen-four-two-three-con .screen-four-two-three-con-inner{
    width: 100%;
    margin: auto;
/*    position: relative;*/
    position: absolute;
    height: 100%;
     background: white;
    top: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	cursor:default;
}
.screen-four-two-three .screen-four-two-three-con  .seceac{
    top:0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.screen-four-two-three-con-inner .screen-four-active{
    width: 60%;
    margin: auto;
    position: relative;
    height: 100%;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left{
    width: 50%;
    height: 100%;
    float: left;
    background: white;
    padding: 30px 0;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right{
  width: 50%;
  height: 100%;
    float: left;
    background: #ededed;
  
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner{
    margin-bottom: 20px;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner div{
    width: 14%;
    float: left;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner div img{
    width: 100%;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner p{
    width: 80%;
    float: right;
    padding-top: 14px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: bold;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner p img{
    width: 16px;
    position: relative;
    top: -2px;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner{
    padding: 30px 0 30px 50px;
    position: relative;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-left{
    width: 50%;
    float: left;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-left img{
    width: 100%;
    height: auto;
    display: block;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right{
    width: 42%;
    float: right;
    
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right span{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #6a6a6a;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right p{
    font-size: 14px;
    line-height: 1.6em;
    color: #6a6a6a;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right img{
    width: 16px;
}
/*第四屏*/
/* 通用左上角导航 */
.screen-nav{
	position:absolute;
	left:20px;
	top:20px;
	width:220px;
    color:white;
    z-index: 10;
}
.screen-nav>img{
	width:100%;
}
.screen-nav>div{
    width:40%;
    position: absolute;
    top:10%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
}
.screen-nav .screen-nav-pone{
    width: 40%;
    position: absolute;
    left:0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.screen-nav .screen-nav-pone img{
    width: 100%;
 /*   cursor: pointer;
    opacity: 0.7; */
}
.screen-nav .screen-nav-pone img:hover{
    opacity: 1;
}
.screen-nav .screen-nav-ptwo{
    width: 40%;
    position: absolute;
    right:-6%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.screen-nav .screen-nav-ptwo img{
    width: 100%;
/*     cursor: pointer;
    opacity: 0.7; */
}
.screen-nav .screen-nav-ptwo img:hover{
    opacity: 1;
}
.screen-nav .screen-nav-pthree{
    width:40%;
    position: absolute;
    bottom:-8%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.screen-nav .screen-nav-pthree img{
    width: 100%;
/*         cursor: pointer;
opacity: 0.7; */
}
.screen-nav .screen-nav-pthree img:hover{
    opacity: 1;
}
.screen-nav3>div{
    color: black;
}
.screen-nav4{
    display: none;
}
/* 通用左上角导航 */
	.contact-icon-inner {
		width:50%;
		float:left;
		margin:10px 0 0 0;
		height:97px;
	}
	.contact-icon .contact-icon-inner span b {
    display: inline-block;
    width: 80px;
    padding: 4px 8px;
    background: black;
    color: white;
    font-size: 12px;
    margin: 12px 0 20px 0;
}
/*媒体查询*/
@media screen and (max-width: 1500px) {
	
	.newslogo{
		width:140px;
	}
}
@media screen and (max-width: 1440px) {
	.screen-four-two-two{
		top:6%;
	}
    
    /*    第三屏*/
    .screen-three-inner>div div p{
        font-size: 24px;
    }
    .screen-three-inner>div div p font{
        font-size: 24px;
    }
/* 第三屏   */
    
    /*    第四屏*/
    .screen-four-two-two h4{
        font-size: 60px;
    }
    .screen-four-two-two div{
        padding:20px 80px 20px 40px; 
    }
    .screen-four-two-two div p{
        font-size: 18px;
    }
    .screen-nav{
        width:150px;
    }
    .screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner div{
        width: 20%;
    }
    .screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner p{
        padding-top: 0;
        width: 78%;
        padding-left: 2%;
    }
    
    /*    第四屏*/
    
}
@media screen and (max-width: 1366px) {
    
    
    /* 第三屏   */
    .screen-nav{
        left: 10px;
        top: 10px;
        width: 150px;
    }
	.screen-three-two div{
		
		bottom:2%;
		
	}
	.screen-four-two-three .screen-four-two-three-con{
		
		height:200px;
		
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left{
		padding:10px 0;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-left .screen-four-active-left-inner{
		margin-bottom:10px;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner{
		padding-bottom:10px;
		padding-top:10px;
		padding-left:20px;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right span{
		margin-bottom:10px;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right{
		width:45%;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right p{
		font-size:12px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	}
	.contact-icon-inner{
		margin-top:0px;
	}
	.contact-icon-inner p{
		font-size:12px;
		padding-right:10px;
	}
    /* 第三屏   */
    
    .screen-nav>div{
		
		font-size:16px;
		
	}
	
	
}
@media screen and (max-width: 1280px) {
    
    .newslogo{
		width:120px;
	}
   
    
    
}
@media screen and (max-width: 1200px) {
    
    
    /* 第三屏   */
    .screen-three-inner .screen-three-innerh5{
        width: 24%;
        text-align: justify;
        bottom: 4%;
    }
    .screen-three-inner>div div p font{
        font-size: 20px;
    }
    #divFly2 img{
        width:300%;    
    }
    
    /* 第三屏   */
    
	/* 第四屏 */
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner{
		padding-left:20px;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right span{
		margin-bottom:10px;
	}
	.screen-four-two-three-con-inner .screen-four-active .screen-four-active-right .screen-four-active-right-inner .screen-four-active-right-inner-right{
		width:46%;
	}
	/* 第四屏 */
	
	
    
}
@media screen and (max-width: 1080px) {
	
	.ijoyprize{
		width:360px;
	}
	
    
    .screen-four-three-inner img {
    display: none;
    }
    .screen-four-three-inner p{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    
    .index_nav .index_nav_close{
        display: block;
    }
}
@media screen and (max-width: 992px) {
    
       .newslogo{
		width:16%;
	}
   
    .screen-mobile{
        display: block;
        height: auto;
        width:100%;
    }
    .screen-mobile-one{
        width: 90%;
        position: relative;
        overflow: hidden;
    }
    .screen-mobile-one>div{
        width: 33.33%;
        float: left;
        position: relative;
    }
    .screen-mobile-one img{
        width: 100%;
        display: block;
        position: relative;
    }
    .screen-mobile-one>div p{
        font-size: 12px;
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
    .screen-mobile-one>b{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        display: block;
         background: white;
    }
    .screen-mobile-one>i{
         position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        display: block;
        background: white;
    }
    
    .screen-mobile-two{
        width: 50%;
        
    }
    .screen-mobile-two h5{
        padding: 10px;
        text-align: justify;
        color: #4b4b4b;
         font-size: 12px;
        line-height: 1.6em;
    }
    
    .screen-mobile-three{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .screen-mobile-three .screen-mobile-three-left{
        position: relative;
        width: 66%;
    }
    .screen-mobile-three .screen-mobile-three-left p{
        text-align: justify;
        color: #4b4b4b;
        line-height: 1.6em;
         font-size: 12px;
        padding:20px;
    }
    .screen-mobile-three .screen-mobile-three-right{
        width: 34%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .screen-mobile-three .screen-mobile-three-right img{
        width: 100%;
    }
    .press{
		width:120px;
	}
    
    
    .screen-two-inner{
        display: none;
    }
	.screen-two-outer-moblie{
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		padding-top:90px;
		top:0;
		left:0;
	}
	
	.screen-two-outer-moblie>div{
		width:100%;
		height:33%;
		overflow:hidden;
	}
	#section1{
		background:url('../images/screenbanner02.jpg') no-repeat center center;
		background-size:cover;
	}
	.screen-two-outer-moblie-left{
		width:45%;
		float:left;
		height:100%;
	}
	.screen-two-outer-moblie-left img{
		float:right;
		height:100%;
		margin:auto;
		display:block;
	}
	.screen-two-outer-moblie-right{
		width:55%;
		float:left;
		position:relative;
		padding-top:20px;
	}
	.screen-two-outer-moblie-right p{
		margin:20px 0 6px 0;
		text-align:center;
		font-size:18px;
		color:#808080;
	}
	.screen-two-outer-moblie-right font{
		margin:20px 0 0 0;
		text-align:center;
		display:block;
		font-size:16px;
		color:white;
	}
	.screen-two-outer-moblie-right span{
		margin:6px 0;
		text-align:center;
		display:block;
		color:white;
		font-size:16px;
	}
	.screen-two-outer-moblie-right font img{
		display:inline-block;
		width:16px;
	}
	.screen-two-outer-mobliets{
		background:url('../images/screenbanner023.jpg') no-repeat center center;
		background-size:cover;
	}
	
	
	
	
    .screen-three-in2{
        display: none;
    }
    .screen-three-in{
        display: none;
    }
    .screen-three-two{
        display: none;
    }
    #divFly{
        display: none;
    }
	.mob-mc{
		display:block;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		position:absolute;
		top:0;
		left:0;
	}
    .screen-nav{
        position: relative;
    }
    .screen-four-two{
        position: relative;
    }
    .screen-four-two-two{
        position: relative;
    }
    .screen-four-two-two ul font{
        display: none;
    }
    .screen-four-two-three{
        display: none;
    }
    .screen-four-two-two ul{
        display: none;
    }
    .nav_button{
        display: none!important;
    }
    .nav_button2{
		display:block
	}
    .mob-nav{
		display:block
	}
	.index_nav .index_nav_close{
		top:10px;
		right:10px;
		margin:0;
		line-height:normal;
		font-size:0;
	}
	
	.screen-four-two-four{
		display:block;
		position:absolute;
		bottom:68px;
		left:0;
		width:100%;
		height:auto;
	}
    .screen-four-two-four .screen-four-two-four-inner{
		width:60%;
		margin:auto;
		position:relative;
	}
    .screen-four-two-four .screen-four-two-four-inner ul{
		width:100%;
		padding:10px 0;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li{
		float:left;
		margin-right:10px;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li font{
		color:white;
	}
	
}
@media screen and (max-width: 768px) {
	
	
	.ijoyprize{
		width:260px;
	}
	
	
	.index_nav .index_nav_menu .index_nav_menu_inner2 div{
		display:none!important;
	}
    
    #banner1{
        background:url('../images/banner-min01.jpg') no-repeat center center!important;
        background-size:cover;
    }
    #banner2{
       background:url('../images/banner-min02.jpg') no-repeat center center!important;
        background-size:cover;
    }
    .press{
		width:60px;
	}
    .index_nav {
    width: 100%;
	background:white;
}
.index_nav .index_nav_menu {
    top: 26%;
}    
  
    .screen-four-two-two{
        width:100%;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
  .screen-nav{
	  left:0;
	  top:0
  }  
    
	
	 .screen-four-two-four .screen-four-two-four-inner{
		width:auto;
		padding:0 40px;
		margin:auto;
		position:relative;
	}
	
}
@media screen and (max-height: 760px){
/*    第四屏*/
    .screen-four-two-two{
        top:6%;
    }
    .screen-four-two-two h4{
        font-size: 50px;
    }
    .screen-four-two-two div p{
        font-size: 16px;
    }
    .screen-four-two-three .screen-four-two-three-one span font{
        font-size: 16px;
    }
    .screen-four-two-three .screen-four-two-three-one span img{
        width:20px;
    }
    /*    第四屏*/
    
    
}
@media screen and (max-height: 700px){
/*    第四屏*/
    .screen-four-two-two{
        top: 3%;
    }
    .screen-four-two-two div{
        padding-top: 14px;
        padding-bottom: 14px;
        
    }
    .screen-four-two-two div p{
        padding:0;
		line-height:1.8em;
    }
    /*    第四屏*/
    
    
}
@media screen and (max-height: 615px){
/*    第四屏*/
    .screen-four-two-three{
        display: none;
    }
    /*    第四屏*/
	
	.screen-four-two-four{
		display:block;
		position:absolute;
		bottom:68px;
		left:0;
		width:100%;
		height:auto;
	}
    .screen-four-two-four .screen-four-two-four-inner{
		width:60%;
		margin:auto;
		position:relative;
	}
    .screen-four-two-four .screen-four-two-four-inner ul{
		width:100%;
		padding:10px 0;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li{
		float:left;
		margin-right:10px;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li font{
		color:white;
	}
}
@media screen and (max-width: 600px) {
     #banner1{
        background:url('../images/banner-min03.jpg') no-repeat center center!important;
        background-size:cover;
    }
    .screen-four-two-two h4{
        font-size: 30px;
        padding: 0 10px ;
    }
    .screen-four-two-two div{
        padding: 20px 30px;
    }
    .screen-four-three-inner p span{
        float: left;
    }
    .screen-four-two-two div p{
        font-size: 14px;
    }
    .screen-four-two-two div span{
        font-size: 20px;
    }
    .screen-nav{
        width: 90px;
    }
    .screen-nav>div{
        font-size: 12px;
    }
	.screen-mobile-two h5{
		font-size:10px;
	}
	.screen-mobile-three .screen-mobile-three-left p{
		font-size:10px;
	}
	.screen-mobile-three .screen-mobile-three-left{
		float:right;
		margin-right:24%;
	}
	.screen-mobile-three .screen-mobile-three-right{
		width:24%;
	}
	 .screen-four-two-four .screen-four-two-four-inner{
		width:auto;
		padding:0 30px;
		margin:auto;
		position:relative;
	}
	.screen-four-two-four{
		bottom:120px;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li {
		margin-right:4px;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li img{
		width:20px;
	}
	.screen-four-two-four .screen-four-two-four-inner ul li font{font-size:12px;}
	
	
}
@media screen and (max-width: 350px) {
    
    .screen-four-two-two h4{
        font-size: 26px;
    }
    .screen-four-two-two div{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media screen and (min-width: 768px) and (max-height: 750px){
	.index_nav .index_nav_menu{
		top:30%;
	}
	
}
