@charset "gb2312";

body{ overflow-y: hidden}



.big_box{position: relative; perspective: 1px; transform-style: preserve-3d; overflow: auto; overflow-x:hidden }
.box{ z-index: 0; transform: translate3d(0, 0, -1px) scale(2); vertical-align: middle;}
.box img{width: 100%; height:100%;}
.wz{ z-index: 10; position:absolute; top:100%; width: 100%; height: 650px;}


.index_top_navigation_box{height:200px; background:url("../images_NEW/index_Navigation_bj.png"); width: 100%; box-sizing: border-box; position: absolute; z-index: 1; padding: 54px 60px 0 60px; display: flex;justify-content:space-between}
.index_top_navigation_box li{}
.index_top_navigation_box .index_TopNavigation{display: flex;justify-content:space-between; width: 200px; height: 24px;}


.index_navigation_box{ border-radius: 8px; box-shadow: 0 10px 60px rgba(0,0,0,0.05); margin: 0 60px; background: #fff;}
.index_navigation{ width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between;}
.index_navigation li{ width: 33.33%;box-sizing:border-box; text-align: center; height: 400px; line-height: 400px; vertical-align:middle; padding: 70px 0;}
.index_navigation li a{ vertical-align:middle; display: block; height: 260px; line-height: 260px; border-right: 1px solid rgba(0,0,0,0.1);}
.index_navigation li:hover{ background: rgba(0,0,0,0.05);transition:  all .3s linear;}
.index_navigation li img{opacity: 0.65;}
.index_navigation li:hover img{opacity: 1.0; transition:  all .3s linear;}
.index_navigation li .ContactMe{width:190px; text-align: left; margin: 40px auto 20px auto; font-size: 16px; height: 20px; line-height: 20px; color: rgba(0,0,0,1); opacity: 0.65;}
.index_navigation li .ContactMe img{ vertical-align: middle;}
.index_navigation li .ContactMe:hover{opacity: 1.0;transition:  all .3s linear;}




/*友情链接、版权*/
.page_bottom{ margin-top: 40px; color:rgba(0,0,0,0.45);}
.page_bottom a{color:rgba(0,0,0,0.45); text-decoration: none;}
.page_bottom a:hover{color:rgba(0,0,0,0.85);}


.Links{display: flex;justify-content: center; margin-top: 10px;}
.Links li{margin: 0 5px; padding: 1px;}


.copyright{ text-align: center; margin-top: 10px;}
/*友情链接、版权*/


