﻿@charset "utf-8";
/* CSS Document */
/*
 * @description 网站通用样式、头部样式、底部样式
 * @author GuoR
 * @Date 2015/8/7
 */
 /*通用样式*/
/*
html{
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
*{margin:0; padding:0;}
body{margin:0;padding:0;font-size:12px;font-family:"微软雅黑";bockground:#FFF;min-width:1349px;}
ul,ol,dl{list-style:none;}
img{border:none;}
a{text-decoration:none}
form,input{vertical-align:middle;margin:0;padding:0;border:0;}
i{ font-style:normal;}
/*关于我们*/
.rain_gywm{width:50px;height:210px;position:fixed;left:50%;top:50%;margin-left:-660px;z-index:1000;}
.rain_gywm img{margin-top:6px;}
#rain_erweimaM{position:absolute;left:0;top:0; z-index:10001;}

#erweima{width:280px;text-align:center;height:340px;background:#FFF;position:fixed;z-index:9002;left:50%;top:50%;display:none;}
#erweima .close{float:right;margin-top:-10px;margin-right:-10px;cursor:pointer;}
#erweima h2{font-size:18px;clear:both;padding:5px 0;}
#erweima #qrcode{width:230px;height:230px;overflow:hidden;margin:10px auto;clear:both;}
#qrcode img{width:230px;height:230px;}
#erweima p{font-size:14px;}
/*返回顶部*/
.rain_fhdb{position:fixed;left:50%;bottom:60px;margin-left:660px;z-index:1000;cursor:pointer;}
.rain_zhutiR{width:79px;border-right:1px solid #e3e8ed;border-top:1px solid #e3e8ed;position:fixed;left:50%;bottom:60px;margin-left:660px;z-index:1000;background:#FFF;}
.rain_zhutiR li a{display:block;height:26px;line-height:26px;width:78px;text-align:center;color:#9ea5ae;border-left:1px solid #e3e8ed;border-bottom:1px solid #e3e8ed;}
.rain_zhutiR li a:hover{color:#FFF;background:#505050;}
/*头部样式*/
.rain_top{width:100%;padding-top:60px;height:90px;background:#d0d6dc;}
.rain_topM{width:1200px;margin:0 auto;}
.rain_topML{margin-left:40px;float:left;}
.rain_topML img{max-height:90px;}

.rain_topMR{width:680px;float:right;padding-top:12px;text-align:right;}
.rain_topMRP{height:25px;color:#514e50;}
.rain_topMRP select{padding-left:12px;height:25px;line-height:25px;color:#8e949c;font-size:11px;}
.rain_topMRPT{width:240px;padding-left:30px;height:25px;line-height:25px;background:url(../images/ico/sousuo.png) no-repeat;margin:0 6px 0 10px;}
.rain_topMRPS{width:91px;height:25px;background:url(../images/ico/search.png) no-repeat;margin-right:20px;cursor: pointer;}
.rain_topMRP a{color:#514e50;font-size:11px;}
.rain_topMRU{margin-top:25px;height:28px;line-height:28px;font-size:15px;}
.rain_topMRU li{margin-left:36px;float:left;height:26px;}
.rain_topMRU li:hover{border-bottom:2px solid #371526;}
.rain_topMRU .rain_topMRUL{border-bottom:2px solid #371526;}
.rain_topMRU li a{color:#371526;}

/*底部样式*/
.rain_bottom{width:100%;height:100px;padding-top:40px;background:#6d6b6c url(../images/ico/rain_mainM2.png) no-repeat top center;text-align:center;line-height:22px;color:#b9c0c8;}


/*分页*/
.rain_fenye{width:1200px;margin:-60px auto 0;height:100px;font-size:16px;font-weight:600;color:#9fa6b0;}
.rain_fenye ul{margin-left:360px;}
.rain_fenye li{float:left;width:40px;text-align:center;height:40px;line-height:40px;margin:0 3px;}
.rain_fenye .rain_ZY{font-size:20px;}
.rain_fenye li a{display:inline-block;width:38px;text-align:center;height:38px;line-height:38px;color:#9fa6b0;border:1px solid #9fa6b0;}
.rain_fenye li a:hover{background:#9fa6b0;color:#d7dee6;}
.rain_fenye li .rain_XZ{background:#9fa6b0;color:#d7dee6;}

/*loading背景图*/
.rain_loading{background:url(../images/ico/loading.gif) no-repeat center;}


.rain_sousuoMY{width:1200px;margin:0 auto;text-align:center;font-size:26px;height:500px;line-height:500px;}


/*弹出样式*/
#tanchuBJ{width:100%;position:fixed;top:0;left:0;z-index:999;background:#000;filter:alpha(opacity=60);opacity:0.6;}
#tanchu{width:810px;position:fixed;top:0;left:50%;z-index:1000;margin-left:-400px;}
.tanchuM{width:810px;height:456px;position:relative;text-align:center;background:#535353;color:#FFF;}
.tanchuGB{position:absolute;top:0;right:-24px;z-index:1000;}

.ie{   
   _position: absolute;  
   _clear: both;   
   _top:expression(eval(document.compatMode &&   
		   document.compatMode=='CSS1Compat') ?   
		   documentElement.scrollTop   
		   +(documentElement.clientHeight-this.clientHeight) - 1   
		   : document.body.scrollTop   
		   +(document.body.clientHeight-this.clientHeight) - 1); 
}