body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote{margin:0px;padding:0px;font-size:12px;text-align:left; font-family:"Microsoft Yahei"!important;}
ul,ol ,li {list-style:none;}
body{margin:0px; padding:0px; color:#666; font-family:"Microsoft Yahei"!important;}
a{color: #666; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: none;}
a img { border:0;}
td,th{ font-size:12px;}
.claer{ clear: both;}
.top{  width:100%; height:50px;  background:#e0e0e0;color:#000; line-height:50px;}
.topnn{ width: 1200px; height: 50px; margin: auto; line-height: 50px;}

.top_lt{ width:655px; height:50px; float:left; font-size: 14px;}
.top_rt{ width:315px; height:50px; color:#000; float:right; padding-left: 30px; background: url(../images/tdh.png) left center no-repeat no-repeat;}
.top_rt a{ color:#000;}
.top_rt span{font-size: 24px; color: #0f4ea4; font-family: arial; font-weight: bold;}

/*end Notice*/


.headbj{ width: 100%; height: 55px;background: #0f4ea4;}
.head{ width: 1200px; height: 55px; margin: auto; }
/*end Notice*/

.hedl{ width: 1200px; margin: auto;}






#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 1200px;
margin: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;

  z-index: 9999;
    position: absolute;
  
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}


#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
width: 170px;
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
text-align: center;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;

}
#cssmenu > ul > li:hover > a{color: #fff; font-size: 15px; background: #e4a427;}
#cssmenu > ul > li.has-sub > a {
 
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  content: "";

}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  
}
#cssmenu li:hover > ul {
  left: auto;
  width: 180px;
  padding-bottom: 25px;
  padding-top: 15px;
background: #0f4ea4;
      border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 35px;

}

#cssmenu ul ul li a {
  padding: 10px 25px;
  width: 180px;
  font-size: 14px;

  text-decoration: none;
  color: #fff;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #1753a4;
 
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.banner{ height:500px;
overflow:hidden;
	margin:auto; 
	position: relative; 
	min-width:1024px; 
	max-width:100%;
	background: url(../images/bn.jpg) center center no-repeat;
	}
.bwrap{
	position: relative; 
	z-index: 0;
	 }
.bquery{
	position: relative; 
	z-index: 0; 
	height: 600px; 
	}
.blist{
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 0; 
	height:700px; 
	font-size: 0; 
	line-height: 0; 
	}
.blist a{
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
	}
.blist img{ 
}

.bfilter{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 9; 
	width: 100%; 
	height: 600px; 
	font-size: 0; 
	line-height: 0; 
	}
.bfilter a{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 5%; 
	height: 600px; 
	overflow: hidden;
	}
.bfilter a img{
	position: absolute; 
	left: 0; 
	top: 0; 
	}

.bctrl{
	position: absolute; 
	bottom: 15px; 
	left: 0; 
	z-index: 9; 
	width: 100%; 
	height: 24px; 
	}
.bctrli{
	text-align: center; 
	font-size: 0; 
	line-height: 0; 
	}
.bctrli a{
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	margin: 0 5px; 
	background: url(../images/banner_control.png) no-repeat left center; 
	}
.bctrli a:hover,
.bctrli a.curr{
	background-position: right center;
	 }
.bctrli a{
	*display: inline; 
	*zoom: 1; 
	}

*{padding: 0;margin: 0;}


#move{ margin:-30px auto 0; width: 1195px; height: 55px;z-index: 999; position: relative;}
#move a{display: inline-block;
		width: 120px;height: 55px;
float: left;
margin-left: -5px;
		background: url(../images/cpflbj.png) left center no-repeat;
		text-align: center;

		position: relative;

		color: #fff;
		font-size: 12px;
		text-decoration: none;
		line-height: 55px;
		overflow: hidden;
}

#move a:hover{color: #f00;}
#move p{ width: 120px; text-align: center; font-weight: bold; color: #fff; z-index: 9999; position: absolute; top:20px; height: 40px; line-height: 40px; font-size: 14px; text-align: center;}


.hzhb{ width: 100%;  overflow: hidden;}
.hznr{ width: 1200px; height: auto; margin: auto;}
.hzbt{ width: 1200px; height: 75px; margin:30px auto; background: url(../images/hzhbbt.jpg) center center no-repeat;}




.bot{ width:40px; height:40px; display:block; cursor:pointer;}
.bot1{ background:url(../images/bot1.png) no-repeat center; float: left; margin-top: 30px;}
.bot2{ background:url(../images/bot2.png) no-repeat center; float: right; margin-top: -80px;}



/*panerMain*/
.panerMain{ background:url(../images/panerMainbg.png) repeat-y center;padding-bottom:53px;}
.panerMain .ptop{ text-align:center;}
.panerMain .ptop h5{ font-size:24px; margin-bottom:5px; color:#333;}
.panerMain .ptop h5 span{ font-weight:normal; color:#666;}
.panerMain .ptop em{ color:#b3b3b3; text-transform:uppercase; font-size:11px;}
.panerMain .pcont{ overflow:hidden; }
.panerMain .pcont ul{ overflow:hidden; width:1100px; float: left;}
.panerMain .pcont .bd{ overflow:hidden; width:1200px; margin: auto;}
.panerMain .pcont li{ float:left; width:194px; height: 122px; border: 5px solid #055197; margin-right:10px;}
.panerMain .pcont li:hover{ border: 5px solid #e4a428; }
.panerMain .pcont .pbot{ width:82px; margin:48px auto 0 auto; padding:0 36px; overflow:hidden;}
.panerMain .pcont .pbot .bot{ float:left; margin-left:1px;}
.tempWrap{ width: 1100px!important;}

.proMain{ padding-top:49px; padding-bottom:40px;}
.proMain .pro_l{ float:left; width:220px;}
.proMain .pro_r{ float:right; width:732px;}






.fwxm{ width: 1200px; height: auto;margin: auto; overflow: hidden;}
.fwbt{width: 1200px;height: 66px; margin-top: 40px; margin-bottom: 20px; background: url(../images/fwbt.jpg) center  top no-repeat;}
.xmnr{ width: 245px; float: left; background: #eeeeee; padding-bottom: 30px;}
.xmnr ul{ width: 245px; float: left;}

.xmnr ul li{
margin-left: 16px;
	line-height: 40px;
	width: 210px;
	

}
.xmnr ul li a{
	 display: block;
	 width: 210px;
	 height: 36px;
	 line-height: 36px;
	 padding-left: 45px;
	 font-weight: bold;
border-radius: 5px;
	 font-size: 14px;
	 color: #fff;
margin-top: 10px;
	 background: url(../images/ico1.png) no-repeat 12% center #1a52a2;

}
.xmnr ul li a:hover{
	 background: url(../images/ico1.png) no-repeat 12% center #1a52a2;
	 color:#fff;
	}
.xmnr ul li .xdhgl{
background: url(../images/ico2.png) no-repeat 12% center #1a52a2;
	 color:#fff;
	}
	
.xmnr ul li ul{
	border-top: 1px solid #d6d7d9;
	background: #f7f7f7;
	padding: 10px 0 ;

}
.xmnr ul li ul li{
	line-height: 14px;
	line-height: 36px;
	border: none;
}
.xmnr ul li ul li a{
	 display: block;
	 width: 240px;
	 height: 36px;
	 font-size: 14px;
	 padding-left: 30px;
	 background: none;
}
.xmnr ul li ul li a:hover{
	 background: none;
	 color:#1a52a2
}
.xmnr ul li ul li .xdhg2{
	 color:#1a52a2
	}
	






.fljs{ width: 1200px; height: 105px; background: #015231; margin: auto; z-index: 999; position: relative; }
.flzc{width: 255px; height: 105px;  background: #fcb905; float: left;  line-height: 105px; text-align:center; font-size: 28px; font-weight: bold; color: #fff;}
.flyc{ width: 940px; float: right; padding-top: 30px;}
.flyc ul{ width: 940px; float: right;}
.flyc ul li{ width: 125px; height: 42px; border: 1px solid #417d65; line-height: 42px; text-align: center; float: left; margin-right: 10px; margin-left: 15px;}
.flyc ul li a{color: #fff;}
.flyc ul li:hover{ background: #03472b; border: 1px solid #417d65;}


.probt{ width: 215px; height: 80px; line-height: 80px; margin: auto; background: #029d42; text-align: center; line-height: 80px; z-index: 99; position: absolute; left: 50%; margin-left: -100px; margin-top: -40px;}
.probt h1{ font-size: 20px; font-weight: bold; color: #fff;line-height: 80px; text-align: center;}
.pro_tb{ width: 1200px; height:485px; margin: auto;  padding-top: 50px; }
.cpnr{ width: 1200px; margin: auto; padding-top: 40px; overflow: hidden;}
.cpleft{ width: 630px; float: left;}
.cpright{ width: 480px; float: right;}

.cpnr1{ width: 1200px; margin: auto; padding-top: 40px; overflow: hidden;}
.cpleft{ width: 630px; float: left;}
.cpright{ width: 480px; float: right;}


.inn_pro{
	width: 950px;
float: right;
}
.inn_pro ul{
	width: 950px;
float: right;
}
.inn_pro ul li{
	width: 285px;
	height: 330px;
	overflow: hidden;
	margin-right: 10px;
	margin-left:10px;
	float: left;
}

.inn_pro ul li  img{display: block;width: 100%;position: relative;overflow: hidden; transition: all 0.3s ease 0s;}
.inn_pro ul li:hover img{transform: scale(1.1, 1.1);} 
.inn_pro ul li .img{ display:block; overflow:hidden; width:305px; height:250px; overflow: hidden;}



.inn_pro ul li h3{
	color: #000;
	font-size: 14px;
	margin-top:10px;
	text-align: center;
}

.inn_pro ul li p{
	display: block;
	color: #000;
	background: url(../images/jg.png) 25% center no-repeat #e7e7e7;
	line-height: 30px;
	width: 285px;
	text-align: center;
padding-left: 20px;
	float: right;
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
	border-radius: 5px;
}


.ysbj{ width: 100%; height: auto; background:url(../images/ysbj.jpg) center bottom no-repeat #e7e7e7; padding-top: 20px; padding-bottom: 30px;}
.yst{ width: 1200px; height: 160px; margin: auto; background: url(../images/yst.jpg) center center no-repeat #fff;}




#sgdz {
    width: 350px;
    height: 40px;
    line-height: 40px;
    background: #ebebeb;
}
#sgmj {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ebebeb;
}
#lxdh {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #ebebeb;
}

.about{ width:1200px; height:580px; margin: auto; }

.about_nr{ width: 470px;  background: #0f4ea2;  padding: 20px; float: left; margin-top: 20px; }
.about_nr h1{ font-size: 18px; font-weight: bold; color: #fff; margin-top: 20px; margin-bottom: 10px;}
.about_nr p{ font-size: 14px; color: #fff; margin-bottom: 20px; font-weight: normal; line-height: 30px; text-align: left; }

.sgal{ width: 1200px; margin: auto; overflow: hidden;}
.albt{ width: 1200px; height: 70px; margin:20px auto; background: url(../images/albt.jpg) center center no-repeat;}
.albt h1{ font-size: 28px; font-weight: bold; color: #0f4ea2; text-align: center; line-height: 50px;}
.albt p{ font-size: 14px; text-align: center;}

.alnr{ width: 1200px; height: auto; margin: auto;}
.alzc{ width: 268px; height: 410px; float: left; background: #0f4ea2;}
.alzc ul{ width: 268px; float: left;}
.alzc ul li{ width: 268px; height: 100px; float: left; border-bottom: 1px solid #fff; }

.alzc ul li:nth-child(1){background:url(../images/01ico.png) 10% center no-repeat #0f4ea2; }
.alzc ul li:nth-child(2){background:url(../images/02ico.png) 10% center no-repeat #0f4ea2; }
.alzc ul li:nth-child(3){background:url(../images/03ico.png) 10% center no-repeat #0f4ea2; }
.alzc ul li:nth-child(4){background:url(../images/04ico.png) 10% center no-repeat #0f4ea2; }


.alzc ul li a{ width: 195px; display: block; float:right;color: #fff; margin-top: 35px;}
.alzc ul li:hover a{ color: #fff; font-size: 16px;}
.alzc ul li h1{ font-size: 20px; font-weight: bold;}

.alyc{ width: 930px; height: 408px; float: left; background: #f5f5f5; }
.alyc ul{ width: 910px; float: left; margin-left: 10px;}
.alyc ul li{ width:280px; height: 350px; border-right: 1px solid #e8e8e8; float: left; margin-top: 30px; margin-left: 15px; margin-right: 5px;}
.alyc ul li img{ width: 268px; height: 180px; float: left;}
.alyc ul li h1{ width: 268px; height: 40px; line-height: 40px; float: left; display: block; text-align: center; font-size: 18px;}
.alyc ul li p{ font-size: 12px; text-align: left; line-height: 24px; display: block; float: left; width: 90%;}

.lc{ width: 100%; height: 240px; background:url(../images/lc.png) center center no-repeat  #0f4ea2; margin-top: 30px;}


.ckgd{ width:165px; height: 46px; display: block; margin-top: 30px; background: #e4a427;  float:left;line-height: 42px; text-align: center;}
.ckgd a{ color: #fff; font-size: 14px;}
.jsbz{ width: 375px; float: left; margin-top: 35px;}

.ys{ width: 725px; height: 610px; background: url(../images/ys.png) center center no-repeat; float: right; margin-top: 25px;}


.xwnnr{width: 1200px; height:515px; margin: auto; margin-bottom: 30px; overflow: hidden;}
.gsxw{ width: 760px; height: 470px; background:#fff; float: right;margin-top: 40px;}
.gsxwbt{ width:760px;height: 60px; float: left; margin-left: 25px;background: #272727;}
.gsxwbt ul{ width: 760px; height: 60px; float: left;}
.gsxwbt ul li{ width: 220px; height: 60px; float: left; }
.gsxwbt ul li h1{ width: 395px; line-height: 60px; padding-left:60px; font-size: 18px; float: left; font-weight: bold; color: #fff;}
.gsxwbt ul li h1 p{ width: 100px; display: block; text-align: right; float: right; font-weight: normal;}
.gsxwbt ul li:nth-child(2){background: #0151a6;}
.gsxwbt ul li:nth-child(2) h1{color: #fff;}
.gsxwbt ul li:nth-child(2) h1 a{color: #fff;}

.newt{ width: 780px; height: 180px;  float: left;margin-left: 20px;margin-top: 30px; border-bottom: 1px solid #ccc;}
.newtr{ width: 550px; float: left; margin-left: 15px;}
.newt img{ float: left;}
.newtr h1{ height: 40px; line-height: 40px; font-size:14px; font-weight: bold;}
.newtr p{line-height: 24px;}
.newtr h2{width: 100px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #ccc; width: ;}



.gsxwnr{ width: 780px; float: left; height: auto;}
.gsxwnr ul{ width: 780px; height: auto;margin-left:20px;overflow: hidden; margin-left: 10px; margin-top: 20px;}
.gsxwnr ul li{ width: 365px; height: 70px; padding-top: 15px; float: left; padding-left:15px; font-size: 14px; margin-left: 10px; border-bottom: 1px solid #ccc;}
.gsxwnr ul li p{ font-size: 12px; width: 150px;}
.gsxwnr ul li img{ float: right; width: 17px; margin-top: -30px;}


.cjwd{  width: 412px; height: 465px; float: left; border: 1px solid #ccc; margin-top: 40px;}
.cjwd h1{ width: 412px; height: 68px;background: #0f4ea2; float: right; text-align: left;  padding-left:20px;line-height: 68px;color: #fff; font-size: 24px; }
.cjwd h1 a{text-align:center;line-height: 30px; color: #fff;}
.cjwd ul{ width: 370px; height: auto;float: left;margin-left: 10px; margin-top: 30px;}
.cjwd ul li{ width:360px; height:100px; margin-bottom: 10px;  background: url(../images/wd.jpg) left top no-repeat; padding-left: 30px; border-bottom: 1px solid #ccc;}
.cjwd ul li h2{ font-size: 14px; font-weight: bold; line-height: 20px;}
.cjwd ul li p{ float: right; line-height: 22px; margin-top: 15px;}



.foot{ width: 100%; height: 235px; background: #0f4ea2; overflow: hidden;}


.foottopnn{ width: 1200px; height: auto; margin: auto;  }

.lxnr{ width: 1000px; float: left; font-size: 12px; color: #fff; line-height: 24px;}
.contact{ width: 200px; float: right; margin-top: 20px;}
.footbotnn{ width: 1200px; height: 40px; line-height: 40px; text-align: center;  color:#fff; font-size:14px;height: auto; margin: auto;  overflow: hidden; }
.footbotnn a{ color: #fff;}
.bqsy{width: 950px; height: 110px; border-bottom: 1px solid #4878b8;  float: left; color: #fff; line-height: 30px; display: block;margin-left: 10px; margin-top: 30px;}
.bqsy ul{ width: 900px; float: left;}
.bqsy ul li{ width: 300px; height: 90px; float: left; }
.bqsy ul li:nth-child(1){ background: url(../images/dico1.png) left center no-repeat; padding-left: 65px; padding-top: 13px; font-size: 14px;}
.bqsy ul li:nth-child(2){ background: url(../images/dico2.png) left center no-repeat; padding-left: 65px; padding-top: 13px; font-size: 14px;}
.bqsy ul li:nth-child(3){ background: url(../images/dico3.png) left center no-repeat; padding-left: 65px; padding-top: 13px; font-size: 14px;}

.dbbq{ width: 780px; height: 70px; font-size: 14px; line-height: 70px; margin-top: 10px; margin-left: 10px; }


.dbmn{  width:600px; height: 30px; float:left; font-size: 14px;  overflow: hidden; margin-bottom: 10px; margin-top: 30px;}
.dbmn a{ margin:10px;float: left; font-size: 14px; color: #fff; padding-right: 20px; font-weight: normal; background: url(../images/fgx.jpg) right center no-repeat;}

.yqlj{ width: 100%; height: 60px; line-height: 60px;}
.yqnr{ width: 1200px; height: 60px; margin: auto; line-height: 60px; font-size: 14px;}
.yqnr span{ font-weight: bold; color: #0f4ea4;}

.animated10s { 
-webkit-animation-duration: 1s; 
animation-duration: 1s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}
.animated15s { 
-webkit-animation-duration: 1.5s; 
animation-duration: 1.5s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}
.animated20s { 
-webkit-animation-duration: 2s; 
animation-duration: 2s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}
.animated25s { 
-webkit-animation-duration: 2.5s; 
animation-duration: 2.5s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}
.animated28s { 
-webkit-animation-duration: 2.8s; 
animation-duration: 2.8s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}
.animated30s { 
-webkit-animation-duration: 3s; 
animation-duration: 3s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both;
opacity: 1;
}


.delay1 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay2 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay3{ -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
.delay4{ -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.delay5{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay6{ -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
.delay7{ -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
.delay8{ -webkit-animation-delay: 2.0s; animation-delay: 2.0s; }
.delay9{ -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }
.span2,.span3{animation-duration:1.5s;-webkit-animation-duration:1.5s; }
.an-hide{ visibility:hidden;}
.an-show{ visibility:visible}