@charset "utf-8";
/* CSS Document */
html, body {
    font-family: "微软雅黑";
}
a {
    cursor: pointer;
    font-family: "微软雅黑";
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, button, input, textarea, th, td, img, tr, td, form, select, div, strong, span, s {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
i{
	font-style: normal;
}
table {
    padding: 0px;
    margin: 0px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
a:focus {
    outline: none;
}
input, select, textarea {
    outline: none;
}
table {
    border-spacing: 0px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    min-width: 1200px;
    width: 100%;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
/* 搜索 */

.mub02address{overflow: hidden;margin-bottom: 20px;}
.mub02MainContent .search .inp{
	    float: right;
    width: 300px;
    height: 36px!important;
	margin: 0;
    overflow: hidden;
    border: 1px solid #dedbdc;
    padding: 0 16px;
    background: #fff;
    border-radius: 27px;
}
.proList{
	padding: 70px 0;
}
.proListSection{
	    width: 827px!important;
    border: 1px solid #eee;
    padding: 20px;
}
.mub02Title h2{
	    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 16px;
}
.proListSection .con li{
	width: 256px!important;
    height: 300px!important;
    margin-right: 41px;
    float: left;
}
.proListSection .con li img{
	    display: block;
    width: 251px!important;
    overflow: hidden;
    transition: all 1s ease-out;
}
.proListSection .con li a{
	font-size: 15px;color: #333;
	line-height: 35px;
}
.proListSection .con li .Pic{
	    display: block;
    width: 251px!important;
    height: 251px!important;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 2px;
}
.proListSection .con li:nth-child(3n) {
    margin: 0;
}
.mub02Title{
	margin: 0 0 25px 0;
}

/* search部分 */

.wrap-search {
    height: 75px;
    background: #eee;
}
.search .keyword {
    float: left;
    font-size: 14px;
    color: #666;
    height: 75px;
    width: 850px;
}
.search .keyword span {
    float: left;
    width: 90px;
    height: 75px;
    line-height: 80px;
    padding-left: 30px;
    background: url("../images/index_24.png") no-repeat left center;
}
.search .keyword p {
    float: left;
    line-height: 80px;
    height: 75px;
}
.search .keyword p a {
    float: left;
    color: #888;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 10px;
    background: url("../images/index_25.png") no-repeat right center;
}
.search .keyword p a:last-of-type {
    background: none;
}
.search .keyword p a:hover {
    color: #014590;
}
.search .keyword a:first-child {
    padding-left: 0;
    border-left: none;
}
.search .inp {
    float: right;
    width: 300px;
    height: 43px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #dedbdc;
    padding: 0 16px;
    background: #fff;
    border-radius: 27px;
}
.search .inp input {
    float: left;
    border: none;
    height:36px;
    line-height: 36px;
    width: 255px;
    float: left;
    text-indent: 12px;
    font-size: 14px;
    color: #999;
}
.search .inp span {
    display: block;
    float: right;
    width: 40px;
    height: 36px;
    border-left: 1px solid #dedbdc;
    cursor: pointer;
}
.search .inp span button {
    display: block;
    width: 57px;
    height: 36px;
    background: url("../images/ydj.jpg") no-repeat 10px center;
    border: none;
    cursor: pointer;
}
/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 35px 0;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
    display: inline-block;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #034f9d;
	background: #034f9d;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #034f9d;
	background: #034f9d;
	color: #fff;
}
/*头部*/
.header{
	padding: 31px 0;
    overflow: hidden;
}
.logotop img{
	    float: left;
	width: 100px;
	height: 75px;
}
.logowen {
    float: left;
    padding: 14px 0 0;
}
.logowen i{
	display: block;
    float: l;
    width: 1px;
    float: left;
    margin: 0 15px;
    height: 52px;
    background: #ededed;
}
.logotit{
	float: left;
    padding-left:5px;
}
.logotop .logotit p {
	 display: block;
    font-size: 35px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
}
.logotop .logotit span{
	font-size: 12px;
    line-height: 24px;
    color: #999;
    font-style: normal;
    text-transform: uppercase;
}
.logoms p {
	    font-size: 26px;
    color: #005faf;
    font-weight: bold;
}
.logoms ul li{
	float: left;
	background: url("../images/inico1.png")no-repeat left center;
    padding: 0 21px 0 7px;
}

.headtel{
    padding: 14px 0 0;
}

.headtel img{
	float: left;
    padding: 0 12px;
}
.telwen{float: left;}
.headtel .telwen p{
	font-size: 14px;
    color: #999;
    line-height: 28px;
}
.headtel .telwen span{
	    font-weight: bold;
    font-size: 33px;
    line-height: 24px;
    color: #ee1d23;
    font-family: "Times New Roman";
}


/*导航*/

.h_head_gd{ position:fixed; top:-1px; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)0); z-index:9999; left:0; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}
.topnav {
    width: 100%;
    margin: 0 auto;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:url("../images/navbj2.jpg");
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.topnav {
	background: url("../images/nav_bj.jpg")repeat-x center;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
    position: relative;
    z-index: 66666;
    line-height: 16px;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	background: url("../images/navbj1.jpg")no-repeat right center;
}
.nav .nLi h3 {
	float: left;
	text-align: center;
}
.nav .nLi h3 a p{
	display: block;
	padding: 0 43px;
	font-size: 16px;
	font-weight: normal;
}
.nav .nLi h3 span{
	color: #438dcb;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "[AgencyFB Bold]";
}
.nav .subs{
	width: 160px!important;
}
.nav .sub {
display: none;
    width: 145px;
    left: 3px;
    top: 81px;
    position: absolute;
    background: rgba(0,0,0,0.9);
    line-height: 26px;
    text-align: center;
}
.nav .sub li {
	zoom: 1;
	border-bottom: 1px solid #5c5b59;
}
.nav .sub a {
	display: block;
	padding: 3px 16px;
	font-size: 14px;
	line-height: 49px;
	color: rgba(255,255,255,0.7);

}
.nav .sub a:hover {
	color: #ee1d23;
}
.nav .nLi:hover span{
	color: #fb8285;
}

.nav .nLi h3 a{
	display: block;
	padding: 23px 0 25px;
	width: 150px;
}
.nav .nLi h3 a.on{
		background:url("../images/navbj2.jpg");
	color: rgba(255,255,255,1);
	display: block;
}
.nav .nLi h3 a.on span{
	color: #fb8285;
}
.nav .nLi.cur a span{
	color: #fb8285;
}

/*导航结束*/

/*底部*/
.foot{
	padding: 57px 0 0;
	background: #2b323a;
	overflow: hidden;
}
.footnav {
	background: url("../images/fico2.jpg")repeat-x bottom;
	padding-bottom: 28px;
	overflow: hidden;
}
.foot .navtit p{
	font-size: 12px;
    color: #49515b;
    text-transform: uppercase;
    font-weight: bold;
}
.foot .navtit span{
	    font-size: 18px;
    color: #fff;
    font-weight: bold;
	background: url("../images/fico.png")no-repeat right center;
	display: block;
}
.bonav  a{
	font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
.bonav {
	padding: 16px 0 0;
}

.bocontact{
	overflow: hidden;
	padding: 63px 0 25px;
	
}
.contactnr{
	width: 50%;
}
.contactnr ul{
	display: block;
	overflow: hidden;
}
.contactnr ul li{
	float: left;
	padding: 0 20px;
	border-left: 1px solid #656c74;
	font-size: 16px;
	color: #fff;
	 line-height: 14px;
}
.contactnr ul li a{
	font-size: 16px;
	color: #fff;
}
.contactnr ul li:first-child {
   border: none;
	padding-left: 0;
}
.coadd{
	margin: 35px 0;
}
.coadd p{
	    font-size: 13px;
    color: #656c74;
    line-height: 30px;
}

.coadd p a{
    color: #656c74;
	padding: 0 15px;
}
.contel {
	margin: 0 30px;
	overflow: hidden;
}

.contel a{
background: #0a60d1 url(../images/fico3.jpg) no-repeat 19px center;
    color: #fff;
    height: 37px;
    width:133px;
    display: block;
    line-height: 37px;
    font-size: 14px;
    padding-left: 44px;
	position: relative;
    right: -55px;
}
.contel p{
	    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-top: 25px;
}

.contel span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: "Times New Roman"!important;
}

.erimg  p{
	text-align: center;
    font-size: 14px;
    color: #656c74;
    line-height: 33px;
}

.footer{
	background: #2b323a url("../images/fico2.jpg")repeat-x top;
	padding: 22px 0;
	overflow: hidden;
}
.footer p{
	color: #FFFFFF;
	font-size: 20px;
}
.footer p i{
	color: #0a60d1;
}
.footer .flj a{
	color: #656c74;
	font-size: 12px;
	padding: 0 10px;
}