/**
 * Description: 666
 * Author: 666
 * Author URI: http://www.wwcxtd.cn
 * Version 1.0.0
 */
body {
	background-image: url(../img/bg.jpg);
	background-attachment:fixed;
	background-position:center;
}
::selection{color:#FFF;background:#70CEE9}::-moz-selection{color:#FFF;background:#70CEE9;}::-webkit-scrollbar{width:12px;}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(66,66,66,0.2);}::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,0.4);}::-webkit-scrollbar-thumb:hover{background:rgba(97,179,230,0.8);}
a{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
a {color:#60C4FD;text-decoration:none;}
#footer {
	filter:alpha(Opacity=93);-moz-opacity:0.93;opacity: 0.92;
	text-align:center;
	position:relative;
	z-index:9;clear:both;
	background-color:#1A1A1A;
	color:#fff;
	padding:80px 0 60px 0;
	letter-spacing:1px;
}
#menu {
	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}

.describe{white-space:nowrap;overflow:hidden;text-align:center;}
.describe .des_about{
    display:inline-block;
    padding:3px;
    width:35%;
    margin:2% 2% 10px 0.1%;
    border-radius:5px;
    background-color:white;
    border:2px solid;
    
}
.describe .des_about1{color:#38CCA2;}
.describe .des_about2{color:#FF5E52;}
.describe .des_about3{color:#25B6ED;}
.describe .des_about4{color:#9933FF;}
.describe .des_about1:hover{background-color:#38CCA2;color:#fff;}
.describe .des_about2:hover{background-color:#FF5E52;color:#fff;}
.describe .des_about3:hover{background-color:#25B6ED;color:#fff;}
.describe .des_about4:hover{background-color:#9933FF;color:#fff;}
.describe .about-ico{font-size:26px;text-align:center;}
.describe .about-title{font-size:18px;text-align:center;margin-bottom:6px;}
.describe .about-content{margin-bottom:0px;white-space:initial;text-align:center;}

#footer .footer-nav{margin-bottom:15px;}
#footer .footer-nav a{font-size:14px;color:#fff;}
#footer .footer-nav a:hover{color:darkorange;}
#footer .footer-nav span{margin:0 16px;position:relative;top:-1px;color:#4d4d4d;font-size:10px;display:inline-block;-webkit-transform:scale(0.8) translate(0,0);}
#footer p {height:20px;margin:5px 0px;color:#fff;font-size:14px;}
#footer a {color:#616161;font-size:12px;}
#footer a:hover {color:#ddd;}
#footer-scroll{position:fixed;right:20px;bottom:20px;z-index:1111;display:none;}
#footer-scroll .top-scroll a{position:relative;display:block;border-radius:2px;width:50px;height:50px;color:#fff;background-color:#ccc;background-color:rgba(200,200,200,0.4);padding:15px 0px;text-align:center;font-size:20px;}
#footer-scroll .top-scroll a:hover{background-color:rgba(97,179,230,0.9);}