﻿*{box-sizing: border-box;}

body{background:#fff;color:#666;}
.banner,.content,.footer{min-width:1024px;width:100%;}
.wh_mar{height: 100%;position: relative;}
.clear{clear: both;}
.js_ily_top{position:fixed;color:#fff;height:50px;width:50px;background:url(../image/scrollup.png) no-repeat center;font-size:16px;right:40px;bottom:50px;display:none;z-index:98;}
.js_ily_top:hover{background: url(../image/scrollup_active.png) no-repeat center;}

.header{position: absolute;top:18px;left:50%;z-index:999;width:770px;height:60px;font-size:14px;background:rgba(255,255,255,.8);box-shadow: 0 0 10px 0px rgba(204,204,204,.5);border-radius: 5px;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .8s ease-in-out;}
.header.black{background:rgba(0,0,0,.5);box-shadow: 0 0 10px 0px rgba(0,0,0,.5);}
.header.black.tint{background:rgba(0,0,0,.2);}
.header.black .logoBox .logo{color:#fff;}
.header.black .menu_list li a{color:#fff;}

.header .logoBox{width: 200px;height: 100%;line-height: 60px;}
.header .logoBox .logo{display:block;width: auto;height: 30px;line-height:30px;margin-left:50px;margin-top: 15px;color:#666;vertical-align: middle;}
.header .logoBox .logo img{float:left;width:auto;height: 100%;}
.header .logoBox .logoText{margin-left: 10px;transition: all .5s ease-in-out .2s;}
.header .menu_list{display: inline-block;height: 100%;}
.header .menu_list li{float:left;width: 120px;height: 100%;line-height: 60px;position: relative;cursor: pointer;}
.header .menu_list li a{display:block;width: 100%;height: 100%;line-height: 60px;text-align:center;color:#343434;transition: all .5s ease-in-out;}
.header .menu_list li a:hover{color:#20c4f4;}
.header .menu_list li a.active{color:#20c4f4;}


.header .ai_ul{ position: absolute;top:60px;left: -20px;box-shadow: 0 0 10px 0px rgba(204,204,204,.5);border-radius: 2px;
  transition: transform .2s ease 0s, opacity .2s ease 0s;
    -moz-transition: -moz-transform .2s ease 0s, opacity .2s ease 0s;
    -webkit-transition: -webkit-transform .2s ease 0s, opacity .2s ease 0s;
    -o-transition: -o-transform .2s ease 0s, opacity .2s ease 0s;
    -ms-transition: -ms-transform .2s ease 0s, opacity .2s ease 0s;
    transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;

}
.header .aiGame:hover .ai_ul{
	    visibility: visible;
	 transform:translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
                    -o-transform: translate3d(0, 0, 0);
                    -webkit-transform: translate3d(0, 0, 0);
                    -moz-transform: translate3d(0, 0, 0);
                    opacity: 1;
}
.header .ai_ul{ padding-top:3px; }
.header .aiGame .xx-y{position: absolute;top:28px;right: 10px;
 width: 8px;height: 4px;background: url(../image/xx-y1.png);}
.header.black .aiGame .xx-y{background: url(../image/xx-y3.png);}
 .header .aiGame:hover .xx-y{background: url(../image/xx-y2.png);}

.header.black .ai_ul{ box-shadow: inherit;}

.header .ai_ul li{width: 172px; background: #ffffff;border-bottom: 1px solid #e9e9e9;}
.header .ai_ul li:hover{background:#f9f9f9; }
.header .ai_ul li:nth-child(1){border-top:2px solid #36b3e3; border-radius: 2px 2px 0 0;}
.header .ai_ul li:nth-last-child(1){border-radius: 0 0 2px 2px;border-bottom: 0;}

.header.black  .ai_ul li{background: rgba(118,125,127,.8); border-bottom: 0;}
.header.black  .ai_ul li:hover{background: rgba(66,66,66,.8); border-bottom: 0;}

.header .ai_ul li a{height: 47px;line-height: 47px;text-align: left;padding-left: 20px;
-ms-transform:all .3s ease-in-out; 	
-moz-transform:all .3s ease-in-out; 	
-webkit-transform:all .3s ease-in-out; 
-o-transform:all .3s ease-in-out; 	 
transition: all .3s ease-in-out;

}
.header .ai_ul li a:hover{padding-left: 35px;}
.header.black .menu_list li.aiGame:hover>a{color: #20c4f4;}
.header .menu_list li.aiGame:hover>a{color: #20c4f4;}

.header .languageBtnBox {margin-right: 30px;width:24px;height: 100%;}
.header .languageBtnBox >a{width:24px;height: 24px;margin-top: 18px;position: relative;display: inline-block;vertical-align: top;}
.header .languageBtnBox >a >img{width:24px;height: 24px;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity: 1;}
.header .languageBtnBox >a >img:nth-child(2){position: absolute;top: 0;left: 0;opacity: 0;}
.header .languageBtnBox >a:hover>img:nth-child(1){opacity: 0;}
.header .languageBtnBox >a:hover>img:nth-child(2){opacity: 1;}








.wrapper{position:relative;width:100%;height:auto;min-height:512px;overflow:hidden}

.bannerContent{width: 100%;margin-top:30px;margin-bottom: 50px;padding: 0 15px;}
.bannerContent .newsList{display:inline-block;width: 100%;min-height: 300px;}
.newsList .newsList_li{float:left;width: 25%;padding: 0 15px;margin-bottom: 10px;cursor: pointer;}
.newsList_li .newsList_li_box{width: 100%;height: 100%;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.newsList_li .bannerBox{position: relative;width: 100%;padding-top: 50.8%;}
.newsList_li .bannerBox a{display: block;position:absolute;top:0;left:0;width: 100%;height: 100%;border-radius: 3px;overflow: hidden;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}
.newsList_li .bannerBox img{width: 100%;height: 100%;object-fit: cover;transition: all .6s ease-in-out;}
.newsList_li:nth-child(3) .bannerBox img{object-position: bottom;}
.newsList_li:nth-child(4) .bannerBox img{object-position: top;}
.newsList_li .bannerDescribeBox{width: 100%;height: 95px;padding:15px 15px 0;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.newsList_li:hover .newsList_li_box{-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);transform:translateY(-6px);box-shadow: 0 0 10px 5px rgba(204,204,204,.4);}
.newsList_li:hover .bannerBox a{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.bannerDescribeBox .bannerTitle{display:block;width: 100%;height: 35px;line-height: 35px;font-size: 20px;font-weight: 700;color:#313131;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.bannerDescribeBox .bannerText{width: 100%;height: 20px;line-height: 20px;font-size: 14px;color:#9e9e9e;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.footer{width: 100%;height: 66px;background-color: #202020;}
.footer .contact_list{width: 100%;height: 53px;padding-top:13px;text-align: center;}
.footer .contact_list span{font-size: 14px;line-height: 20px;display: inline-block;vertical-align: middle;}
.footer .contact_list .v_line{margin:0 5px;}

::-webkit-scrollbar{width:6px;height:8px;background-color:transparent;position: absolute;right: 0;}
::-webkit-scrollbar-track{border-radius:10px;background-color:#eee;position: absolute;right: 0;}
::-webkit-scrollbar-thumb{border-radius:10px;background-color:#616161;position: absolute;right: 0;}

.gallery_slide_wrapper{position:relative;width:100%;height:100%;transition:all .7s ease-in-out}
.gallery_item{contain: strict;display:block;position:absolute;left:0;top:0;z-index:1;overflow:hidden;width:100%;height:100%;color:#333;will-change:transform;transition:all .7s ease-in-out;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.gallery_item .gallery_image{position:absolute;z-index:1;width:100%;height:110%;background-repeat:no-repeat;background-size:contain;background-position:bottom center}




.gallery_item[data-idx="0"]{background:url('../image/171498251529143.jpg') center center no-repeat;background-size:cover;background-position:center}
.gallery_item[data-idx="0"] .gallery_item_lockup_wrapper{left: 2%;width: 8%;top: 5%;height: auto;}
.gallery_item[data-idx="0"] .gallery_item_lockup_wrapper img{width: 100%;height: auto;}


.gallery_item[data-idx="1"]{background:url('../image/171446755242916.jpg') center center no-repeat;background-size:cover;background-position:center}
.gallery_item[data-idx="1"] .gallery_item_lockup_wrapper{right: 18.3%;width: 16.6%;top: 9.7%;height: auto;}
.gallery_item[data-idx="1"] .gallery_item_lockup_wrapper img{width: 100%;height: auto;}




.gallery_item[data-idx="2"]{background:url('../image/cytus_bg.jpg') center center no-repeat;background-size:cover;background-position:0 center,0 center}
.gallery_item[data-idx="2"] .gallery_item_lockup_wrapper{left: 30%;width: 40%;bottom: 11.6%;height: auto;}
.gallery_item[data-idx="2"] .gallery_item_lockup_wrapper img{width: 100%;height: auto;}



.gallery_item[data-idx="3"]{background:url('../image/33e4b952cf53fa28e2a5c863befe0810.jpg') center center no-repeat;background-size:cover;background-position:0 center,0 center}
.gallery_item[data-idx="3"] .gallery_item_lockup_wrapper{width: 24%;left: 38%;top: 26.3%;}
.gallery_item[data-idx="3"] .gallery_item_lockup_wrapper img{width: 100%}
















agonest/images/banner_st02_two.png)}
.gallery_item.zIndex{z-index:0}
.gallery_item.zIndexTop{z-index:3}
.gallery_item_content{position:absolute;z-index:1000;top:0;height:100%;width:100%;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.gallery_item_lockup_wrapper{position:absolute;width:auto;text-align:center;z-index:2}
.gallery_item_lockup_wrapper img{height: 100%;}

.nav_btn{opacity:0;top:0;position:absolute;cursor:pointer;width:10%;height:100%;z-index:3}
.nav_btn:hover{opacity:.1}
.nav_btn.left{left:0}
.nav_btn.left .btn_left{position:absolute;top:0;left:0;width:100%;height:100%;background-image:-webkit-linear-gradient(right,rgba(255,255,255,0) 0,#eed7ff 100%);background-image:linear-gradient(to left,rgba(255,255,255,0) 0,#eed7ff 100%)}
.nav_btn.right{right:0}
.nav_btn.right .btn_right{position:absolute;top:0;right:0;width:100%;height:100%;background-image:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#eed7ff 100%);background-image:linear-gradient(to right,rgba(255,255,255,0) 0,#eed7ff 100%)}
.nav{position:absolute;bottom:25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);list-style-type:none;z-index:10}
.nav_slide{position:relative;display:inline-block;width:50px;height:2px;background:#fff;background:rgba(255,255,255,.6);margin-left:10px;cursor:pointer}
.nav_slide:before{content:'';position:absolute;left:0;top:0;width:0;height:2px;background:0 0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.nav_slide.active:before{width:100%}
.nav_slide:after{content:'';position:absolute;left:0;top:-9px;width:100%;height:20px}
.nav_slide:first-child{margin-left:0}
.nav_slide .slide_btn{width:100%;height:2px;background-color:transparent}
.nav_slide.active .slide_btn{background:#20c4f4}
.nav_slide.autoplay .slide_btn{background:#20c4f4;-webkit-animation:scaleX 5s linear;-webkit-animation-fill-mode:forwards;transform-origin:0;-moz-animation:scaleX 5s linear;-moz-animation-fill-mode:forwards;transform-origin:0}
@-webkit-keyframes scaleX{0%{-webkit-transform:scaleX(0)}
100%{-webkit-transform:scaleX(1)}
}
@-moz-keyframes scaleX{0%{-moz-transform:scaleX(0)}
100%{-moz-transform:scaleX(1)}
}
.header .logoBox .logo img.logo_word{
    margin-top: 8px;
    height: 46%;
    margin-left: 13px;
}