@charset "UTF-8";.header{position:relative;width:100%;height:100px;background-color:#09f}.header .logo{line-height:100px}.header .logo a{color:#fff;font-size:26px}@media screen and (max-width:768px){.header .logo{width:100%;text-align:center}}.header .desc{height:40px;margin-top:30px;line-height:20px;color:#fff;text-align:center}@media screen and (max-width:960px){.header .desc{display:none}}.header .search{position:absolute;bottom:32.5px;right:40%;font-size:0}@media screen and (max-width:960px){.header .search{right:2%}}@media screen and (max-width:768px){.header .search{right:50%;margin-right:-125px;bottom:-50px;z-index:20}}.header .search .search_btn,.header .search .search_txt{display:inline-block;vertical-align:top;height:35px;color:#555}.header .search .search_txt{width:200px;font-size:16px;text-indent:10px;border-radius:2px 0 0 2px;font-family:"Microsoft JhengHei","Microsoft Yahei"}.header .search .search_btn{width:50px;border-radius:0 2px 2px 0;background-color:#0cf;color:#fff}.header .search .search_btn .icon-search{font-size:22px}.container{position:relative}.container .nav{position:absolute;top:0;left:0}@media screen and (max-width:960px){.container .nav{display:none}}.container .nav .nav_item{display:block;width:120px;height:45px;line-height:50px;border-bottom:1px solid #ccc;background-color:#09f;color:#fff;text-align:center;font-size:15px}.container .nav .nav_item.active,.container .nav .nav_item:hover{transition:all .25s linear;border-radius:5px;background-color:#06c;font-weight:700}.container .content{padding:20px 0 0 150px}@media screen and (max-width:960px){.container .content{padding-left:2%}}@media screen and (max-width:768px){.container .content{padding-top:40px}}.container .content .content_items{padding-top:20px}.container .content .content_items .title{width:120px;height:40px;margin-bottom:10px;line-height:40px;border-radius:5px;background-color:#09f;text-align:center;font-size:20px}@media screen and (max-width:640px){.container .content .content_items .title{width:98%}}.container .content .content_items .content_item{width:16%;height:60px;padding:10px;margin-right:10px;margin-bottom:10px;box-shadow:2px 2px 5px 2px #bbb;background-color:#fff;border-radius:5px;overflow:hidden}@media screen and (max-width:1200px){.container .content .content_items .content_item{width:21%}}@media screen and (max-width:825px){.container .content .content_items .content_item{width:27%;margin-right:1%}}@media screen and (max-width:640px){.container .content .content_items .content_item{padding:2%;margin:0 1% 10px}}.container .content .content_items .content_item .link{display:inline-block;font-size:15px;margin-bottom:5px}.container .content .content_items .content_item .text{color:#999;font-size:12px}.container .content .content_items .content_item:hover{transition:all .2s linear;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.footer{position:relative;height:150px;margin-top:50px;background-color:#222;text-align:center;font-size:18px}.footer .info{height:50px;line-height:50px;letter-spacing:2px}.footer img{width:100px;height:100px}.back_to_top{position:fixed;bottom:25px;right:25px}.back_to_top a{display:block;width:50px;height:50px;line-height:50px;border-radius:5px;background-color:rgba(0,0,0,.3);color:#fff;text-align:center;font-size:22px}.back_to_top a:hover{transition:all .2s linear;background-color:rgba(0,0,0,.6)}