﻿



.main_wrap{ width:100%; overflow:hidden; margin:0 auto; position:relative; color:#666; } 

.icon{ background:url("../images/icon.png") no-repeat;}

.fl{ float:left;}

.fr{ float:right;}

.head{ width:100%;  background: #333; height:40px;}

.headInner{ height:40px; position:relative; z-index:200; width:1300px; margin:0 auto;}

.logo{ position:absolute; left:0px; top:0px; width:540px; overflow:hidden; transition:all 0.3s ease 0s;}

.logo span{ display:block; height:40px; line-height:40px; color: #fff; font-size:14px; font-family:Arial, Helvetica, sans-serif, "微软雅黑"; text-align:left;} 

.headRight{}

.headRight a{ font-family:Arial, Helvetica, sans-serif, "微软雅黑";line-height:40px;  color: #fff; display:inline-block; padding:0 14px; transition:all 0.3s ease 0s;}

.navWrap{ position:absolute; right:0px; top:90px;}

.navWrap a{ font-family:Arial, Helvetica, sans-serif, "微软雅黑"; color:#fff; height:26px; display:inline-block; margin-left:30px; font-size:15px; text-transform: uppercase; }

.navWrap a.active,.navWrap a:hover{ border-bottom:2px solid #004eaa; height:24px;}





.main_wrap_i .footWrap{ padding:10px 0;}

.footWrap{ width:100%; background-color:#192148; line-height:30px;}

.footInner{ width:1300px; margin:0 auto; color:#fff; line-height:30px;}

.footInner p{color:#ddd; text-align: center; border-top: 1px solid rgba(255,255,255,.2); padding:10px 0;}
.footInner p a{ color: #ddd; margin: 0 5px;}


.homepage{ position:relative; background:#000;}

.home{ position:absolute; display:none; width:300px; left:50%; top:50%;height:120px; margin:-60px 0 0 -150px; color:#181818; text-align:center;}

.home a{ color:#333;}

.imgSe{border-top:1px solid #090909; margin:15px 0 0 0;padding-top:15px;}

.imgSe a{ margin:0 15px;}

.imgSe a:hover{ color:#fff;}



/*.scrollTopW{width:32px; height:38px; top:117px;_top:117px; right:5px;_margin-top:117px;position: fixed;_position: absolute;_top: expression(documentElement.scrollTop + "px"); z-index:9999; zoom:1; background-color:#fff; padding-left:5px; padding-top:5px;}*/
.bannerSilder{ position: relative;}
.ButNext{
    position: absolute; top: 50%; transform: translatey(-50%); left: 20px; width: 80px; height: 80px; overflow: hidden; background: rgba(10,49,143,.5); z-index: 998; cursor: pointer;
    font-size: 36px; font-weight: bold; color: #fff; text-align: center; font-family: "宋体"; line-height: 80px; outline: none; opacity: 0; transition: all 0.3s ease-in-out;
} 
.ButPrev{
    position: absolute; top: 50%; transform: translatey(-50%); right: 20px; width: 80px; height: 80px; overflow: hidden; background: rgba(10,49,143,.5); z-index: 998; cursor: pointer;
    font-size: 36px; font-weight: bold; color: #fff; text-align: center; font-family: "宋体"; line-height: 80px; outline: none; opacity: 0; transition: all 0.3s ease-in-out;
} 
.bannerSilder:hover .ButNext,
.bannerSilder:hover .ButPrev{
    opacity: 1;
}
.ButNext:hover,
.ButPrev:hover{
    opacity: .7;
}