@charset "utf-8";
/* CSS Document */
*{padding:0px;margin:0px; }	
body{font-size:12px;font-family:"Arial";min-width:1200px; background: #fff; padding-top:60px;}		
img{border:none;}   
a{color:#333;text-decoration:none; border:none;}
a:hover{text-decoration: none;color:#285bd5;}	
ul,li{list-style:none;}   
input,select,button{font:12px Verdana,Arial,Tahoma;vertical-align:middle; outline: medium none;}
.clear{clear:both;height:0px; overflow: hidden;}
/*---------------头部-----------------*/
.header{width:100%;height:60px; overflow:hidden;position: fixed; z-index:100; top:0; }
/*------*/
.header .nav{width:100%;height:60px;float:right; background:#30359b; }
.header .nav ul{ width:1300px; height:60px; display:block; margin:0 auto;}
.header .nav ul li{float:left;height:60px; text-align:center;}
.header .nav ul li a{color:#fff;font-size:16px; display:block; height:40px; line-height:40px; margin:10px 0px; padding:0 10px; font-weight:600;}
.header .nav ul li a:hover,.header .nav ul li #hov{color:#fff; background:#BB1914;}
/*----------------底部----------------*/
.footer{width:100%; color:#fff; background:#30359b;}
.footer .top{width:100%; height:100%; overflow:hidden; background:#8D8D8D;}
.footer .top .left{ width:50%; float:left;}
.footer .top .left img{ width:100%; float:left;}
.footer .top .right{ width:50%; float:right; text-align:center; font-size: 20px; font-weight: 400;  padding-top:8%;}
.footer .top .right .tit{ margin-bottom:10px; line-height:42px;}
.footer .top .right .tit b{ font-size:36px;}
.footer .top .right .con2{ margin-bottom:10px;}
.footer .bot{ width:100%; height:100px; line-height:100px; font-size:16px; border-top:1px solid #0b3087; margin:0 auto; text-align:center;}

/*-------弹出层-----------*/
.theme-popover,.theme-popover2{z-index:9999;position:fixed;top:38%;left:50%;width:460px;height:500px;margin:-180px 0 0 -186px;border-radius:5px;border:solid 2px #285bd5;background-color:#f6f6f6;display:none;box-shadow: 0 0 2px #999;}
.theme-poptit,.theme-poptit2{height:30px;padding:10px;position: relative;}
.theme-poptit h3,.theme-poptit2 h3{float:left;font-size:14px; padding:20px 0 0 93px; line-height:32px;}
.theme-poptit h3 b,.theme-poptit2 h3 b{ display:block; border-top:3px solid #23252a;border-bottom:3px solid #23252a; border-left:2px solid #23252a; border-right:2px solid #23252a; padding:12px 8px; float:left; margin-right:15px;}
.theme-poptit .close,.theme-poptit2 .close{float:right;color:#f60;padding:5px;margin:-2px -5px -5px;font:bold 14px/14px simsun;text-shadow:0 1px 0 #ddd;}	 
.theme-poptit .close:hover,.theme-poptit2 .close:hover{color:#f30;}		
.theme_box{padding:38px 60px;}
.theme_box img{ margin:0 auto; display:block; border:1px solid #dedede; margin-bottom:30px;}
.theme_box p{ margin:0 auto; width:160px; padding:8px 46px; height:32px; line-height:32px; background:#f90; font-size:14px;border-radius:30px; text-align:center; color:#fff; }
.theme_box p:hover{ background:#f80;}
.theme-popover-mask{background: #000 none repeat scroll 0 0;display: none;height: 100%;left: 0;opacity: 0.6;position: fixed;top: 0;width: 100%; z-index: 9998;}

/*------------------*/
.temp::after {
    content: "°C"; /* 或者使用 "°F" 表示华氏度 */
}

