@charset "utf-8";
*{margin:0px;padding:0px;}
div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,th,td{margin:0;padding:0;border:0; font-size: 100%; font-weight:normal;}
ul,li{list-style: none;}
i,b,em{font-style: normal;}
a{text-decoration: none;color: #333;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.margin{margin: 0 auto;}
body {font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,'Microsoft Yahei';font-weight: normal;margin: 0;min-width: 1200px;color: #333;}
.ct{width: 1200px;margin: 0 auto;overflow: hidden;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.b{font-weight: 700;}
.cf{color: #fff;}
.f16{font-size: 16px;}

/* 网站头部 */
.top{width: 1200px;height: 130px;position: relative;}
.top .logo{width: 264px;height: 90px;position: absolute;left: 0;top: 15px;}
.top .logo img{border:0;}
.top_c{width: 600px;height: 130px;background: red;padding-left: 26px;font-family: '微软雅黑'; font-size: 20px; position: absolute;left: 315px;line-height: 130px;background: url(../images/top_c.jpg) no-repeat center left;}
.top_r{width: 290px;position: absolute;right: 0;top: 26px;background: url(../images/top_r.jpg) no-repeat 80px 25px;}
.top_r .fl{font-size: 16px;line-height: 24px;margin-top: 15px;text-align: center;}
.top_r .fr{width: 190px;font-size: 24px;font-weight: bold;color: #fe0000;margin-top: 8px;}
.top_r i{display: inline-block;width: 170px;height: 30px;padding-left: 20px; background: url(../images/top_phone.png) no-repeat center left;line-height: 30px;}
.top_r em{display: inline-block;width: 170px;height: 30px;padding-left: 23px; background: url(../images/top_phone2.png) no-repeat center left;line-height: 30px;}
.nav{width: 1200px;margin: 0 auto;}
/*核心样式 实现三级导航的效果*/
.dropdown { position: relative; z-index: 597; float: left;}
.dropdown li{ float: left; vertical-align: middle; zoom: 1;}
.dropdown li.hover,.dropdown li:hover { position: relative; z-index: 599; cursor: default;}
.dropdown ul { visibility: visible; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
.dropdown li.on{width: 280px;background: #126fcc;margin-right: 10px;}
/*核心样式 实现三级导航的效果*/
/*辅助样式 美化导航 更多：www.daixiaorui.com */
.my_nav{font-size:14px;height:50px; line-height:50px;width: 1200px;}
.my_nav ul{	background: url(../images/navon.png)}
.my_nav li a.act{color:#126fcc;}
.my_nav li:hover a{color:#126fcc;}
.my_nav ul li a:hover{text-decoration:underline;}
.my_nav li{width:100px;text-align:center;}
.my_nav a{text-decoration:none;color:#474747;}
.my_nav ul{width:280px;line-height: 30px;padding-top: 30px;}
.my_nav ul dd{width: 280px;margin: 0 auto;}
.my_nav li.zhuanti ul{height:0; padding-top:0; overflow:hidden; transition: all ease-out .3s; }
.my_nav li.zhuanti:HOVER ul{ height:360px; padding-top: 30px;}
.my_nav li.on li{width: 280px;height: 120px;}
.my_nav li.on a{color:#fff;}
.my_nav li.on dt{font-size: 20px;font-weight: 500;}
.my_nav li.on dt a{margin: 0 10px;}
.my_nav li.on dt i{width: 10px;height: 10px; display: inline-block;background: url(../images/navdti.jpg) no-repeat center;}
.my_nav li.on dd a{margin-left: 2px; width: 90px;display: inline-block;}
.my_nav .buxian{height:250px; padding-top:0;}
.my_nav .buxian a:HOVER{text-decoration: none;}
.my_nav .buxian li{height:130px; margin-top:50px; color:#fff; }
.my_nav .buxian li .mianfei{width:86px; height:47px; margin:0 auto; line-height:47px; border-radius:2px; background:#fff; font-size:31px; color:#126fcc; }
.my_nav .buxian li .kancha{margin-top:15px;  font-size:20px;}
.my_nav .buxian li .sheji{margin-top:5px; font-size:20px;}

/*banner*/
.banner{position:relative;}
.banner-hd {height:580px;position: relative; overflow:hidden;}
.banner-hd  ul{height:100%;margin: 0 auto;}
.banner-hd  ul li{height:100%;}
/*数字按钮样式*/
.banner-hd .num { overflow:hidden;  position:absolute; bottom:5%; margin:0 auto;left:0;right:0;text-align:center;zoom:1; z-index:3 ;}
.banner-hd .num ul{display: inline-block;}
.banner-hd .num li {width:13px;height:13px;  color: #FFFFFF;margin:0 5px; cursor:pointer; float: left;background:url(../images/banner-ico.png) no-repeat;}
.banner-hd .num li.on { background:url(../images/banner-ico-on.png) no-repeat } /*当前项*/
