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;}
.top{  width:100%; height:32px; background: #1584EF;color:#fff; line-height:32px;}
.topnn{ width: 1200px; height: 32px; margin: auto; line-height: 32px;}

.top_lt{ width:325px; height:32px; float:left;}
.top_rt{ width:200px; height:32px; color:#fff; float:right;}
.top_rt a{ color:#fff;}


/*end Notice*/



.head{ width: 1200px; height: 100px; margin: auto; }
/*end Notice*/
.header11{ width:1200px; margin: auto;  }
.header11 a{ color: #fff;}
.header11 .logo{ overflow:hidden}
.hedl{ width: 330px; float: left;}

.hedr{ width: 855px; float: right; margin-top:20px;}




#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: 860px;
float: right;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;

  z-index: 9999;
    position: absolute;
    left: 65%;
    margin-left: -550px;
}
#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 {
  padding: 20px;
  font-size: 14px;
  height: 80px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  padding-right: 35px;
  padding-left: 35px; 
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;

}
#cssmenu > ul > li:hover > a{color: #015231; font-size: 14px;}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  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 > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  
}
#cssmenu li:hover > ul {
  left: auto;
  padding-bottom: 25px;
  padding-top: 15px;
  background: #015231;
      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;
 border-bottom: 1px dotted #424343;  
}

#cssmenu ul ul li a {
  padding: 10px 25px;
  width: 160px;
  font-size: 12px;
  background: #015231;
  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: #ffffff;
  background: #181818;
 
}
#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: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #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: #000000;
    cursor: pointer;
    font-size: 12px;
    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:660px;
overflow:hidden;
	margin:auto; 
	position: relative; 
	min-width:1024px; 
	max-width:100%;
	}
.bwrap{
	position: relative; 
	z-index: 0;
	 }
.bquery{
	position: relative; 
	z-index: 0; 
	height: 660px; 
	}
.blist{
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 0; 
	height:660px; 
	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: 660px; 
	font-size: 0; 
	line-height: 0; 
	}
.bfilter a{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 5%; 
	height: 660px; 
	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;}

.fljs{ width: 1200px; height: 105px; background: #1584EF; margin: auto; z-index: 999; position: relative; margin-top: -40px;}
.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: 100px; 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: 1200px;
	margin: auto;
	padding-top:20px;
}
.inn_pro ul{
	width: 1300px;
margin: auto;
}
.inn_pro ul li{
	width: 285px;
	height: 245px;
	overflow: hidden;
	margin-right: 10px;
	margin-left:10px;
	float: left;
	margin-top:20px;	
	/*border-right: 1px solid #ccc;*/
}
.inn_pro ul li a{
	display: block;
	width:285px;
	height: 240px;
	position: relative;
}
.inn_pro ul li a div{
	background-color:rgba(95,95,95,1); 
	width: 285px;
	height: 245px;
	z-index: 2;
	position: absolute;
	top: 210px;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out ;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
}
.inn_pro ul li a div h3{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.inn_pro ul li a div p{
	margin-top: 15px;
	color: #fff;
	line-height: 24px ;
}
.inn_pro ul li a div span{
	display: block;
	color: #fff;
	border: 2px solid #fff;
	line-height: 30px;
	width: 80px;
	text-align: center;
	margin-top: 20px;
}
.inn_pro ul li a:hover div{
	top: 0;
	padding: 30px 20px;
}



.about{ width:100%; height:712px; overflow:hidden;  margin-top:50px;  background: url(../images/jjbj.jpg) center top repeat-y; }
.about_nr{ width: 1200px; margin: auto; overflow: hidden;}
.about_left{ width: 365px; height: auto; float: left; }

.aboutnn span{ width: 360px; float: left; line-height: 24px; font-size: 14px; color: #fff; display: block; text-align: left; margin-top: 20px;}
.aboutnn p{ font-size: 32px; color: #fff; margin-bottom: 20px; font-weight: normal; }
.aboutnn{ width: 560px; float: left; margin-top: 50px; font-size: 22px; color: #fff;}
.ckgd{ width:129px; height: 42px; display: block; margin-top: 30px; background: url(../images/gdbj.jpg) center top no-repeat; float: left; line-height: 42px; text-align: center;}
.ckgd a{ color: #fff; font-size: 14px;}
.jsbz{ width: 375px; float: left; margin-top: 35px;}

.about_right{ width: 420px;  float: right; margin-top: 70px; }
.about_right ul{ width: 420px; float: right;}
.about_right ul li{ width: 380px; float: right;  background: url(../images/ico.jpg) right 15% no-repeat; padding-right: 30px; margin-bottom: 20px;}
.about_right ul li h1{  font-size: 20px; color: #ffae01; font-weight: bold; text-align: right; line-height: 50px;}
.about_right ul li p{ text-align: right; line-height: 24px;}


.new{ width:1200px; height:auto; overflow:hidden; margin: auto;  padding-top:50px }
.new_bt{ width:1200px; height: 40px;  margin: auto;text-align: center; font-size: 25px; font-weight: normal; line-height: 30px;}
.new_bt span{ font-size: 16px;}
.new_bt p{ text-align: center;}
.tim{  float: left; margin-bottom: 20px; }

.new_nr{ width:1200px; height:auto; margin:30px auto; overflow:hidden;}
.cjwt{ width: 705px; height: 345px; margin-top: 20px; float: left; background: url(../images/cjwt.jpg) center top no-repeat;}
.zxzx{ width: 475px; float: right;}
.wtzc{ width: 100px; height: 25px; background: #feae01; line-height:25px; text-align: center; margin-top: 150px; margin-left: 15px; float: left;}
.wtzc a{ color: #fff; text-align: center;}
.cjwtn{ width: 530px; float: right; margin-right: 20px; padding-top: 10px;}
.cjwtn ul{ width: 530px; float: left;}
.cjwtn ul li{ width: 525px;height: 90px; float: left; border-bottom: 1px dashed #d6d6d6; margin-top: 15px;}
.sj{ width: 95px; height: 65px; border-right: 1px solid #ccc; float: left; margin-left: 10px;text-align: center;}
.sj h1{ font-size: 31px; text-align: center; color: #000;}
.sj p{ font-size: 14px;text-align: center; color: #000;}
.xnr{ width: 400px; float: right;}
.xnr h1{ font-size: 15px;line-height: 30px;color: #000;}
.xnr p{ font-size: 12px;color: #000;}

.zxzx{ width: 475px; float: right;margin-top:20px;}
.zxzx ul{ width: 475px; float: right;}
.zxzx ul li{ width: 465px; height: 38px; float: left; border-bottom: 1px dotted #ccc; background: url(../images/xwico.jpg) left center no-repeat; padding-left: 20px; line-height: 38px;}
.zxzx ul li a{ font-size: 14px;}

.time span{ font-size: 12px;line-height: 12px; color: #000;}

.foot{ width: 100%; height: auto; overflow: hidden;}
.foottop{ width: 100%; height: auto;background: #1584EF; overflow: hidden; padding-bottom: 40px;}
.footbot{width: 100%; height: 40px; background: #0ea03e; overflow: hidden;}
.foottopnn{ width: 1200px; height: auto; margin: auto; overflow: hidden; }
.foottopnn ul{}
.lxnr{ width: 630px; float: left; font-size: 12px; color: #fff; line-height: 24px;}
.contact{ width: 300px; float: left;}
.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: 630px; float: left; color: #fff; margin-top: 30px; display: block;margin-left: 10px; margin-top: 30px;}
.dbmn{  width:700px; height: 30px; float:left; font-size: 14px;  overflow: hidden; margin-bottom: 10px; margin-top: 30px;}
.dbmn a{ margin:5px;float: left; font-size: 14px; color: #fff; padding-right: 10px; font-weight: normal; background: url(../images/fgx.jpg) right center no-repeat;}

.albt{ width: 1200px; height: 88px; margin: auto; background: url(../images/albt.jpg) center top no-repeat;}
.ewm{ width: 220px; float: right; margin-top: 30px;}


#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;}

.film_focus{width:1200px;height:440px;overflow:hidden;position:relative;margin:0 auto;}
.film_focus .film_focus_imgs_wrap{background:url(images/load.gif) no-repeat center center;}
.film_focus ul.film_focus_imgs{height:540px;height:9999em;position:absolute;right:0;top:0;overflow:hidden;}
.film_focus ul.film_focus_imgs li{height:540px;overflow:hidden;}
.film_focus ul.film_focus_imgs li span{ line-height: 130px;}
.film_focus ul.film_focus_imgs li img{height:540px;width:960px;}

.film_focus ul.film_focus_nav{width:232px;height:540px;position:absolute;left:0;top:0;z-index:100;}
.film_focus ul.film_focus_nav li{height:135px;background: url(../images/albj.jpg) 10% 80% no-repeat #dedede;margin:0px 0px 5px 0;padding:0px 18px 0 19px;position:relative;width:210px;cursor: pointer;cursor: hand;color:#333;font-weight:normal;font-size:14px;overflow:hidden;line-height:27px;}
.film_focus ul.film_focus_nav li span{ line-height: 130px;font-size: 18px;}
.film_focus ul.film_focus_nav li.cur{background:url(../images/hd_on.png) no-repeat;width:210px;height:135px;left:0px;padding:0px 33px 0 25px;word-break:break-all;color:#fff;font-weight:normal;font-size:22px;overflow:hidden;line-height:30px;}
.film_focus ul.film_focus_nav li b{display:none; font-weight: normal; font-size: 18px;}
.film_focus ul.film_focus_nav li b span{display:block}
.film_focus ul.film_focus_nav li.cur b{display:block;vertical-align: middle;display: table-cell;height:132px;}
.film_focus ul.film_focus_nav li.cur span{display:none}

.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}
