@charset "utf-8";


/*  广告轮播图 */
.banner{margin: 0 auto; position:relative;height:650px;overflow:hidden;width:100%;min-width:1280px;}
.banner .bd{  height:650px; z-index:0;position: relative;left:50%; margin-left:-950px;}
.banner_ctr{ height:90px;position:absolute;top:45%;z-index:2;left:50%;margin-left:-600px;}
.banner_ctr a{ display:block;width:58px;height:58px; background: url('/images/pn.png') no-repeat 0 0; position:absolute; opacity:0;filter: alpha(opacity=0);display:block; border-radius:50%}
.banner_ctr a.prev{left:-90px;}
.banner_ctr a.next{right:-1280px; background-position: -55px 0px;}
.banner_ctr a:hover{opacity:1;filter:alpha(opacity=100);}
.banner .hd{position:absolute; bottom:60px; text-align: center; z-index:5;left: 49%;font-size: 0; line-height: 16px; margin-left:-50px;height:16px;overflow:hidden;}
.banner .hd li{display: inline-block;width: 16px;height: 16px;border-radius: 100px;margin: 0 8px;position: relative;cursor: pointer;background: url(/images/li.png)no-repeat center;}
.banner .hd li.on{background: url(/images/li_on.png)no-repeat center;}

.Btie{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 50px}
.Btie b{font-size: 40px;color: #333;margin: 0 auto;text-align: center;font-weight: normal;position: relative;line-height: 60px;}
.Btie span{display: block; font-size: 16px;color: #999;margin-top: 10px;text-transform: uppercase;font-weight: normal;}
.Btie b:after{content: '';display: block;position: absolute;width: 13px;height: 5px;background: #224080;left: -30px;top: 30px}
.Btie b:before{content: '';display: block;position: absolute;width: 13px;height: 5px;background: #224080;right:-30px;top: 30px}

.Wtie{width: 100%;margin: 0 auto;text-align: center;margin-bottom: 40px}
.Wtie b{font-size: 40px;color: #fff;margin: 0 auto;text-align: center;font-weight: normal;position: relative;}
.Wtie span{display: block; font-size: 16px;color: #fff;margin-top: 10px;text-transform: uppercase;font-weight: normal;}
.Wtie b:after{content: '';display: block;position: absolute;width: 13px;height: 5px;background: #224080;left: -30px;top: 30px}
.Wtie b:before{content: '';display: block;position: absolute;width: 13px;height: 5px;background: #224080;right:-30px;top: 30px}



