.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 1170px;
}
li {
	list-style: none
}
/*================================= header========================================  */

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}


.mb20 {
	margin-bottom:20px;
}


.header {
	overflow: hidden;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}
.headerBox {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 584px;
	float: left;
}
.tel {
	width: 559px;
	float: right;
}


.ptitle {
	background-color:#c9c9c9;
}


/*=================================== nav======================================  */



.nav_bg .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_bg .nav li a {
	float: left;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 3;
	font-family:'\5FAE\8F6F\96C5\9ED1';

}
.nav_bg .nav li a span {
	padding: 0 0;
}
.top {
	position: relative;
	z-index: 999999;
}
#banner {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*=================================== main======================================  */


.contain {
	width:1200px;
	margin: 500px auto 0;
}


.contain  .ab_out {
	width:448px;
	float: left;
}


.contain  .ab_out  .photo01 {
	width:174px;
	float: left;
	overflow: hidden;
}


.ab_out  .photo01  img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.ab_out  .photo01 a img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}



.about_text {
	float: right;
	width:262px;
	padding-top:15px;
}



.about_rBox {
	width:705px;
	float: right;
}



.about_rBox .honner {
	width:312px;
	float: left;
}



.about_rBox .n_ews {
	width:346px;
	float: right;
}


.about_rBox .n_ews a {
	color:#333333;
}
  
  
/*=================================== main======================================  */
  
  
.zy_bg {
	background-color:#f5f5f5;
	overflow: hidden;
	width:100%;
}


.me_nu li{
	width:33%;
	float: left;
	margin-bottom:50px;
}


.me_nu li a {
	float: left;
}


.me_nu li a  img {
	display: block;
}



.me_nu li a.meu01 {
	background: url(../images/menu_img01_out.jpg) no-repeat center;
	width:318px;
	height:100px;

}

.me_nu li a.meu01:hover {
	background: url(../images/menu_img01_hover.jpg) no-repeat center;
	width:318px;
	height:100px;
}



.me_nu li a.meu02 {
	background: url(../images/menu_img02_out.jpg) no-repeat center;
	width:311px;
	height:100px;

}

.me_nu li a.meu02:hover {
	background: url(../images/menu_img02_hover.jpg) no-repeat center;
	width:312px;
	height:100px;
}
  
  
  
  
.me_nu li a.meu03 {
	background: url(../images/menu_img03_out.jpg) no-repeat center;
	width:312px;
	height:100px;

}

.me_nu li a.meu03:hover {
	background: url(../images/menu_img03_hover.jpg) no-repeat center;
	width:312px;
	height:100px;
}


.me_nu li a.meu04 {
	background: url(../images/menu_img04_out.jpg) no-repeat center;
	width:315px;
	height:100px;

}

.me_nu li a.meu04:hover {
	background: url(../images/menu_img04_hover.jpg) no-repeat center;
	width:315px;
	height:100px;
}



.me_nu li a.meu05 {
	background: url(../images/menu_img05_out.jpg) no-repeat center;
	width:315px;
	height:100px;

}

.me_nu li a.meu05:hover {
	background: url(../images/menu_img05_hover.jpg) no-repeat center;
	width:315px;
	height:100px;
}

.me_nu li a.meu07 {
	background: url(../images/menu_img07_out.jpg) no-repeat center;
	width:311px;
	height:100px;

}

.me_nu li a.meu07:hover {
	background: url(../images/menu_img07_hover.jpg) no-repeat center;
	width:312px;
	height:100px;
}


.me_nu li a.meu06 {
	background: url(../images/menu_img06.jpg) no-repeat center;
	width:312px;
	height:100px;

}


.productsroll{width:1200px; margin:0 auto; margin-top:40px;}
#ScrollBox{margin-left:32px;width:1200px;overflow:hidden}
#ScrollBox li{float:left;display:inline;width:220px;text-align:center; padding-bottom:20px;}
#ScrollBox li a{display:block;border:#e5e5e5 1px solid;padding:5px 5px 0px 5px;margin:0px 5px}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{color:#000}
#ScrollBox li a:hover{border:#008aff 1px solid;color:#008aff; text-decoration:none;}
#ScrollBox li a span{display:block;padding:10px 0; }









  /*=================================== main======================================  */
  
  
  .case {
	  padding-top:20px;
  }
  
  
  

  
    /*=================================== main======================================  */

amburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 693px;
	background: #000;
}


.fullSlide1 {
	width: 100%;
	position: relative;
	height: 422px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 693px;
	overflow: hidden;
	text-align: center;
}


.fullSlide1 .bd li {
	width: 100% !important;
	height: 422px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 693px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #FFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #FC0;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 70%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
.nav-box {
	position: relative;
	clear: both;
	z-index:9999;
	height:49px;
	width: 100%;
	background: url(../images/nav_bg.png) repeat-x left top;


}
.nav-pc {
	text-align: center;
}
.nav-pc ul {
	width: 1200px;
}
.nav-pc .menulevel {
	padding: 0;
}
.nav-pc li {
	width: 200px;
	float: left;
	background: url(../images/nav-list.jpg) no-repeat center right;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
}
.nav-pc ul li ul li {
	float: left;
	width: 150px;
	
}
.nav-pc ul li ul {
	width: 120px;
}
.nav-pc li.firstli {
}
.nav-pc li a {
	color: #000;
	height: 40px;
	line-height: 40px;
}
.nav-pc li:hover {
}
.nav-pc li:hover a {
	text-decoration: none;
	color: #9e0000;
}
.nav-pc li:hover ul li a {
	text-decoration: none;
	color: #fff;
}
.nav-pc li:hover>.menulevel {
	display: block;
}
.menulevel {
	width: 100%;
	left: 15px;
	display: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 40px;
}
.menulevel li {
	display: block;
	background: #9e0000;
}
.menulevel li:hover {
	background: #002e79;
}
.menulevel li>.menulevel {
	width: 100%;
	left: 100%;
	top: 0;
}
/*banner开始=======================================================================================*/
.banner {
	position: relative;
	overflow: hidden;
	max-height: 540px;
	z-index:1;
}
.slides li {
	float: left;
}
.block_home_slider .slide {
	position: relative;
}
.block_home_slider .caption {
	padding: 13px 16px 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(bg_caption.png);
	text-align: left;
}
.block_home_slider .caption p {
	padding-bottom: 0px;
	font-size: 11px;
	color: #dedede;
	text-shadow: 0px -1px #000000;
	line-height: 17px;
}
.block_home_slider .caption p.title {
	padding-bottom: 6px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}
.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(sprite_arrow_2.png);
	text-indent: -9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	top: -100px;
	background-position: left top;
}
.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	top: -100px;
	background-position: right top;
}
.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}
.block_home_slider .flex-control-paging {
	padding-top: 15px;
	position: absolute;
	bottom: 20px;
	right: 45%;
	z-index: 90
}
.block_home_slider .flex-control-paging li {
	display: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background: #000;
	text-indent: -9000px;
	cursor: pointer;
	display: none;
}
.block_home_slider .flex-control-paging li a.flex-active {
	background-position: right top;
}
.block_home_slider .flex-control-paging {
	display: none;
}
.flex-direction-nav {
	display: none;
}
.block_home_post_feature {
	width: 300px;
}
.block_home_post_feature p {
	padding-bottom: 0px;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flex-control-paging {
	height: 0;
	padding-top: 0;
	margin: 0;
}
/*index开始=====================================================================================*/
.page-products {
	width: 870px;
	float: right;
}
#friendlink .container {
	clear: both;
}
.contain .title {
	margin-bottom: 15px;
}
.contain .new {
	width: 375px;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
.contain .new a p {
	background: url(../images/line01.jpg) no-repeat left center;
	padding-left: 15px;
	color: #333;
}
.contain .new a:hover p {
	color: #9e0000;
}
.product-header {
	position: relative;
	text-align: center;
}
.product-header span {
	display: inline-block;
}
.product-header .span1 {
	height: 3px;
	background: #4cb034;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-header .span5 {
	height: 1px;
	background: #666;
	padding: 0;
	margin: 0;
	margin-top: 51px;
}
.product-header p {
	position: absolute;
	z-index: 109;
	text-align: center;
	width: 100%;
	padding-top: 40px;
	font-size: 14px;
	line-height: 50px
}
.product-header p b {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #002e79;
	font-family: "微软雅黑";
	padding: 0 20px 10px;
	background: #f7f7f7
}
.product-nav ul {
	
	float: left;
}
.product-nav li {
	width: 180px;
	height: 250px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	background: #f6f6f6;
	padding: 10px;
	text-align: center;
	position: relative;
	color:#636363 !important;
}
.product-nav li:hover {
	background: #1283d1;
}

.product-nav li span {
	position: relative;
	display: block;
	margin: 0 auto;
}
.product-nav li span img {

	display: inline-block;
	max-height:240px;
	max-width:220px;
	
}
.product-nav li span .imghou {
	display: none
}
.product-nav li p {
	margin-top: 10px;
	font-weight: bold;
	color: #595959;
}


.product-nav .ckgd {
	display: block;
	width: 130px;
	height: 203px;
	float: left;
	margin-top: 10px;
}
.proNav ul {
	width: 1040px;
	float: left;
}
.proNav li {
	height: 220px;
	float: left;
	margin-right: 8px;
	margin-bottom: 20px;
	background: #fafafa;
	text-align: center;
	position: relative;
	margin-right: 15px;
}
.proNav li:hover {
	margin-bottom: 20px;
}
.proNav li a {
	width: 180px;
	
}


.hui {
	color:#333 !important;
}

.hui a:hover {
text-decoration: none !important;
}
.proNav li span {
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
}
.proNav li span img {
	display: inline-block;
	height: 179px;
	width: auto;
	padding-top: 10px;
	width:200px;
}
.proNav li a {
	position: absolute;
	left: 10px;
	z-index: 5;
}



.images_img {
	float: left;
}






.images_title {
	display:inline;
}





.proNav li .imghou {
	display: none;
	position: absolute;
	left: 0;
	z-index: 1;
}
.proNav li p {
	margin-top: 10px;
	font-weight: 100;
	color: #000;
}
.proNav .ckgd {
	display: block;
	width: 130px;
	height: 203px;
	float: left;
	margin-top: 10px;
}
.jptj-header {
	position: relative;
	text-align: center;
}
.jptj-header .span6 {
	height: 1px;
	background: #666;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.jptj-header p {
	position: absolute;
	z-index: 111;
	text-align: center;
	width: 100%;
	padding-top: 37px;
	font-size: 14px;
}
.jptj-header b {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #002e79;
	font-family: "微软雅黑";
	padding: 0 20px 10px;
	background: #f7f7f7
}
.picMarquee-left {
	overflow: hidden;
}
.picMarquee-left .bd ul {
	padding: 15px;
	zoom: 1;
}
.picMarquee-left .bd li {
	float: left;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 14px;
}
.picMarquee-left .bd li img {
	width: 220px;
	height: 160px;
	display: block;
}
.picScroll-left {
	overflow: hidden;
	margin-top: 40px;
}
.picScroll-left .bd li {
	float: left;
	height: 275px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
}


.no_underline {
	color:#333333 !important;
	padding-top:20px;
}

.no_underline a:hover {
	text-decoration: none;
}
.picScroll-left .bd li img {
	width: 274px;
	height: 202px;
	display: block;
}
.span-name {
	width: auto;
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-bottom: #c7c7c7 solid 2px;
}
.p-more {
	width: 90px;
	display: inline-block;
	float: right;
	height: 25px;
	margin: 20px auto;
	border: #c2c2c2 solid 1px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #000;
}
.about {
	background: url(../images/youshi-bg.jpg) no-repeat center top;
	height: 608px;
}
.about-header {
	width: 300px;
	height: 65px;
	margin: 0 auto;
	padding-top: 60px;
}
.about-nav ul li {
	float: left;
	width: 234px;
	margin-top: 65px;
}
.about-nav ul li.even {
	margin-top: 240px;
}
.about-headerm {
	width: 300px;
	height: 65px;
	margin: 0 auto;
	line-height: 65px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 20px;
	display: none
}
.about-navm {
	display: none;
}
.about-navm ul {
	text-align: center;
}
.about-navm ul li {
	display: inline-block;
	width: 300px;
	margin: 10px;
	border-radius: 10px;
	padding: 10px;
	background: #0E4CB3;
}
.about-navm ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
}
.about-navm ul li span {
	display: block;
}
.about-navm ul li span a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	font-family: "微软雅黑";
}
.shili-bt {
	margin-left: 15px;
	width: 215px;
	height: 37px;
	float: left;
}
.shili-bt span {
	color: #000;
	font-weight: bold;
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
}
.shili-bt span a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
	font-weight: bold;
}
.shili-content {
	margin-left: 20px;
	width: 213px;
	height: 70px;
	float: left;
	margin-top: 15px;
	text-align: left;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}
.shili-content a {
	color: #fff;
	text-decoration: none;
}
.anli-more {
	display: block;
	width: 190px;
	height: 50px;
	margin: 30px auto;
	background: #51bd38;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}
.slideTxtBox {
	text-align: left;
	width: 830px;
	float: left;
	background: #fff;
	margin-top: 40px;
}
.slideTxtBox .hd {
	height: 54px;
	float: left;
	line-height: 54px;
	width: 830px;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	height: 54px;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 415px;
	height: 54px;
	font-size: 20px;
	line-height: 54px;
	text-align: center;
}
.slideTxtBox .hd ul li.on {
	height: 54px;
	background: #002e79;
	color: #fff;
}
.slideTxtBox .hd ul li:hover {
	background: #002e79;
	color: #fff;
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox .bd ul li {
	margin-left: 0;
	width: 400px;
	height: 30px;
	background: url(../images/news-tb.jpg) no-repeat center left;
	float: left;
	line-height: 30px;
}
.slideTxtBox .bd ul li a {
	color: #333;
}
.slideTxtBox .bd ul li a p {
	padding-left: 15px;
}
.slideTxtBox .bd ul li.frist {
	width: 100%;
	background: none;
	height: 153px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.slideTxtBox .bd ul li.frist img {
	display: block;
}
.slideTxtBox .bd ul li.frist span {
	width: 194px;
	height: 132px;
	float: left;
	border: #cccccc solid 1px;
	padding: 10px;
}
.slideTxtBox .bd ul li.frist p {
	width: 555px;
	height: 135px;
	float: right;
	padding-top: 17px;
}
.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.new .right {
	width: 330px;
	height: 420px;
	margin-top: 40px;
	float: right;
	background: #fff;
}
.jishu-top {
	height: 51px;
	border-top: #002e79 solid 2px;
	border-bottom: #e5e5e5 solid 1px;
	font-size: 18px;
	line-height: 51px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
}
.jishu-top span {
	color: #c4c1c4;
	font-size: 14px;
	font-weight: normal;
}
.jishu-top img {
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}
.new .right ul {
	width: 320px;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
}
.new .right ul li {
	margin-left: 0;
	width: 320px;
	height: 30px;
	background: url(../images/news-tb.jpg) no-repeat center left;
	float: left;
	line-height: 30px;
}
.new .right ul li a {
	color: #333;
}
.new .right ul li a p {
	padding-left: 15px;
}
.new .right ul li.frist {
	height: 84px;
	background: none;
}
.new .right ul li.frist p {
	width: 190px;
	height: 84px;
	float: right;
}
.new .right ul li a {
	color: #333;
}
.lh68 {
	position: absolute;
	top: 0;
	z-index: -1;
}
.lhbd label {
	display: inline-block;
	max-width: 80px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}
.lhbd dt {
	padding: 10px 0;
	width: 100%;
}
.lhbdfr {
	float: right;
	width: 50%;
}
.lhbdfl {
	float: left;
	width: 50%;
}
.lhbdfr label {
	max-width: 75px;
	width: 100%;
}
.lhbd input, .lhbd .Content {
	width: 70%;
}
.clear {
	clear: both;
}
.lhbd .Content {
	height: 150px;
}
.submit {
	background: #9e0000;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: none;
}
.index-contact {
	width: 340px;
	float: right;
}
.index-contact .contact {
	background: url(../images/contact_bg.jpg) no-repeat left top;
	line-height: 38px;
	padding-left: 40px;
}
.btnBox {
	margin-top: 20px;
}
.btnBox ul li {
	float: left;
	margin-right: 15px;
}
.btnBox ul li.last {
	margin-right: 0;
}
.btnBox ul li a {
	display: block;
}
.page-left {
	width: 220px;
	float: left;
	border: 1px solid #CCC;
	padding: 20px;
	background: url(../images/con_bg.jpg) no-repeat right bottom;
	padding-bottom: 100px;
}
.page-news {
	width: 870px;
	float: right;
}
.bannerTitle {
	padding-top: 242px;
}
.page-news a {
	color: #333;
}
/*********************************************** 纵向主导航条 ***********************************************/
.ddsmoothmenu-v {
}
.ddsmoothmenu-v ul {
}
/*主菜单设置*/
.ddsmoothmenu-v ul li {
	position: relative
}
.ddsmoothmenu-v ul li a {
	display: block;
	height: 31px;
	line-height: 31px;
	vertical-align: middle
}
.ddsmoothmenu-v ul li a span {
	display: block;
	padding: 0px 20px
}


.ddsmoothmenu-v ul li ul li a span {
	padding:0 60x;
}
#LeftMenu .lihover #three li a {
	background: none;
	color: #333333;
}
/*主菜单连接效果设置*/
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited {
	background: url(../images/s_navi_bg.jpg) no-repeat left top;
	color: #000;
	line-height: 41px;
	height: 41px;
}
.ddsmoothmenu-v ul li a:hover {
	background: url(../images/s_navi_on.jpg) no-repeat left top;
	text-decoration: none;
}
.ddsmoothmenu-v ul li a:hover span {
	color: #FFF
}
.ddsmoothmenu-v ul li a:active {
	background: url(../images/s_navi_on.jpg) no-repeat left top
}
.ddsmoothmenu-v ul li a:active span {
	color: #FFF
}
#LeftMenu .lihover a {
	color: #FFFFFF;
	background: url(../images/s_navi_on.jpg) no-repeat left top
}
.ddsmoothmenu-v ul li .selected:link, .ddsmoothmenu-v ul li a.selected:visited, .ddsmoothmenu-v ul li a.selected:active {
	background: url(../images/leftmenu.gif) no-repeat center top
}
.ddsmoothmenu-v ul li a.selected span {
	color: #FFF
}
/*主菜单当前所在页面*/
.ddsmoothmenu-v ul li a#menu_selected {
	background: url(../images/leftmenu.gif) no-repeat center top
}
.ddsmoothmenu-v ul li a#menu_selected span {
	color: #FFF
}
/*子集菜单设置*/
.ddsmoothmenu-v ul.menulevel {
	position: absolute;
	top: 0;
	visibility: hidden;
	border-top: 1px solid #CCC
}
.ddsmoothmenu-v ul.menulevel li {
	background: none;
	margin: 0px;
	padding: 0px;
	display: list-item
}
.ddsmoothmenu-v ul.menulevel li a {
	background: url(../images/mainmenu.gif) repeat-x left -60px;
	height: 26px;
	line-height: 26px;
	width: 180px;
	padding: 0px 5px;
	margin: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #CCC
}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link, .ddsmoothmenu-v ul.menulevel li a:visited {
	color: #000
}
.ddsmoothmenu-v ul.menulevel li a:hover {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
.ddsmoothmenu-v ul.menulevel li a.selected {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
/*子集菜单连接效果设置*/
.ddsmoothmenu-v ul.menulevel li a:link, .ddsmoothmenu-v ul.menulevel li a:visited {
	color: #000
}
.ddsmoothmenu-v ul.menulevel li a:hover {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
.ddsmoothmenu-v ul.menulevel li a.selected {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
/*左侧箭头*/
.ddsmoothmenu-v .rightarrowclass {
	position: absolute;
	top: 10px;
	right: 10px
}
.ddsmoothmenu-v ul.menulevel .rightarrowclass {
	position: absolute;
	top: 8px;
	right: 10px
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: 1%
}
* html .ddsmoothmenu-v ul li a {
	height: 1%
}
#LeftMenu .lihover ul li a {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
#LeftMenu .lihover ul li a {
	background: url(../images/mainmenu.gif) repeat-x left -90px;
	color: #034fab;
	font-weight: bold
}
#LeftMenu .lihover ul li a {
	color: #034FAB;
	font-weight: normal;
}
#LeftMenu .ahover span {
	font-weight: bold;
}
#LeftMenu .lihover ul li a:hover span {
	font-weight: bold;
	color: #034FAB;
}
#LeftMenu .lihover .lihover li span {
	padding-left: 50px;
}
#LeftMenu .lihover .lihover .lihover li span {
	padding-left: 70px;
}
/*footer开始====================================================================================*/
#copyright {
	clear: both;
	background-color: #2c2f34;
	padding: 25px 0px;
	text-align: center;
	color: #e3e3e3;
}
#copyright a{
	color:#fff;
	text-decoration:none;
}
.foot-content {
	height: 60px;
	text-align: left;
	line-height: 24px;
	padding-top:40px;
}
.site-nav {
	height: 50px;
	background: #ececec;
	margin-bottom: 10px;
	line-height: 50px;
	text-align: left;
	text-indent: 15px;
}
.site-nav .s_nav {
	width: 1170px;
	margin: auto;
}
.site-nav span {
	color: #636363;
	font-weight: bold;
}
.site-nav span a {
	color: #9e0000;
}
.newsList li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #f7f7f7;
}
.page_list {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.page_list span.current {
	border: #ddd 1px solid;
	padding: 2px 5px;
	font-weight: bold;
	margin-right: 2px;
	color: #FFF;
	background-color: #15428b;
}
.page_list a {
	border: #ddd 1px solid;
	color: #15428b;
	padding: 2px 5px;
	margin-right: 2px;
}
.page_list select {
	width: 45px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#shownews h1 {
	text-align: center;
	font-family: "微软雅黑";
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
}
#shownews .hits {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
}
#shownews .text {
	line-height: 30px;
}
.page {
	margin-top: 20px;
	padding-top: 10px;
	line-height: 35px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
#shownews .related {
	font-weight: bold;
	height: 40px;
	line-height: 30px;
	font-size: 13px;
	margin-top: 15px;
	background: url(../images/bg_news.gif) repeat-x;
}
.related_cp ul {
	width: 100%;
	height: auto;
	padding-top: 5px;
	overflow: hidden;
	padding-bottom: 20px;
}
.related_cp ul li {
	text-align: center;
	width: 125px;
	float: left;
}
.related_cp ul li img {
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 88px;
	padding: 5px;
}
.related_cp ul li a:hover img {
	border: 1px solid #ff0000;
}
#ShowImages li {
}
#piclist li {
	height: 250px;
	background: none;
	border: 1px solid #ddd;
}
#piclist li .ph_hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.jobList li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #ddd
}
.page-guestbook b {
	line-height: 30px;
	display: inline-block;
	width: 80px;
	text-align: right;
}
.page-guestbook dt {
	line-height: 30px;
}
.page-guestbook b span {
	padding-left: 10px;
}






 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
.lhbd label {
	display: inline-block;
	max-width: 80px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}
.lhbd dt {
	padding: 10px 0;
	width: 100%;
}
.lhbdfr {
	float: none;
	width: 100%;
}
.lhbdfl {
	float: none;
	width: 100%;
}
.lhbdfr label {
	max-width: 75px;
	width: 100%;
}
.lhbd input, .lhbd .Content {
	width: 70%;
}
.lhbd .Content {
	height: 150px;
}
.submit {
	background: #FF0000;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: none;
}
.lh68 {
	display: block;
	z-index: 100;
}

.logo {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.logo a {
	width: 247px;
	display: block;
	margin: 0 auto;
	float: none;
}
.head-top-r {
	width: 100%;
	font-size: 12px;
	height: auto;
	float: none;
	text-align: center;
}
.guangwang {
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.e-mail {
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.hamburger {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}
.nav-pc ul {
	padding: 0;
	overflow: hidden;
}
.nav-pc li {
	height: auto;
}
.mobile_nav {
	display: none;
}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {
	margin: 0;
	width: 100%;
}
.mobile_nav ul li {
	list-style: none;
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}
.mobile_nav .menulevel {
	position: static;
}
.product-header span {
	display: none
}
.product-nav ul {
	width: 100%;
	text-align: center;
}
.product-nav li {
	display: inline-block;
	float: none;
}
.product-nav .ckgd {
	width: 130px;
	height: 203px;
	display: none
}
.proNav {
	width: 100%;
	text-align: center;
}
.proNav li {
	display: inline-block;
	float: none;
}
.proNav .ckgd {
	width: 130px;
	height: 203px;
	display: none
}
.product-header p {
	position: static;
	line-height: 23px;
}
.jptj-header .span6 {
	display: none;
}
.jptj-header p {
	position: static;
}
.about {
	background: none;
	height: auto;
}
.about-header, .about-nav {
	display: none;
}
.about-headerm, .about-navm {
	display: block;
}
.about-navm ul li {
	width: 90%
}
.about-bt {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #002e79;
}
.about-content {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-top: 15px;
	line-height: 24px;
}
.foot-content {
	font-size: 12px;
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	border-left: none;
	padding-left: 0;
	line-height: 24px;
}
.foot-logo {
	float: none;
	margin: 0 auto;
	width: 100%
}
.new .left {
	float: none;
	width: 100%;
}
.new .right {
	width: 100%;
	float: none;
}
.new .frist {
	display: none;
}
.index-about {
	height: auto;
}
.slideTxtBox {
	text-align: left;
	width: 100%;
	float: none;
	background: #fff;
	margin-top: 40px;
}
.slideTxtBox .bd ul li {
	width: auto;
	float: none;
}
.new .left {
	height: auto;
}
.new .right {
	height: auto;
}
.new .right ul li {
	float: none;
}
.slideTxtBox .hd {
	float: none;
	width: 100%;
}
.slideTxtBox .hd ul {
	width: 100%;
}
.slideTxtBox .hd ul li {
	width: 50%;
}
.slideTxtBox .hd ul li span {
	display: none;
}
.jobList li {
	width: 33%;
}
.page-guestbook b {
	text-align: left;
}
#ShowImages li {
	margin-right: 8px;
	margin-left: 8px;
}
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.lhbd label {
	display: inline-block;
	max-width: 80px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}
.lhbd dt {
	padding: 10px 0;
	width: 100%;
}
.lhbdfr {
	float: none;
	width: 100%;
}
.lhbdfl {
	float: none;
	width: 100%;
}
.lhbdfr label {
	max-width: 75px;
	width: 100%;
}
.lhbd input, .lhbd .Content {
	width: 55%;
}
.lhbd .Content {
	height: 150px;
}
.submit {
	background: #FF0000;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: none;
}
.lh68 {
	display: block;
	z-index: 100;
}
.mobile_nav .menulevel {
	position: static;
}
.nav-box {
	overflow: hidden;
}
#ShowImages li {
	border: 1px solid #ccc;
	margin-right: 1%;
	margin-left: 1%;
}
#preview {
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}
.jqzoom {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
#pro_info {
	display: none;
}
.new .right {
	height: auto;
}
.new .right ul li {
	float: none;
}
.slideTxtBox .bd ul li {
	width: auto;
	float: none;
}
.new .left {
	height: auto;
}
.logo {
	width: 100%;
	margin-top: 10px;
}
.logo a {
	width: 169px;
	display: block;
	margin: 0 auto;
	float: none;
	height: auto;
}
.logo p {
	display: none;
}
.head-top-r {
	width: 100%;
	font-size: 12px;
	height: auto;
	float: none;
	text-align: center;
}
.guangwang {
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.e-mail {
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.hamburger {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}
.lhcd {
	position: fixed;
	top: 0
}
.nav-pc ul {
	padding: 0;
	overflow: hidden;
}
.nav-pc li {
	height: auto;
}
.mobile_nav {
	display: none;
}
.mobile_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	z-index: 110;
	background: #0b69c9;
	padding-top: 40px;
}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li {
	width: 100%;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}
.product-header span {
	display: none
}
.product-nav ul {
	width: 100%;
	text-align: center;
}
.product-nav li {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 1%;
}
.product-nav li span {
	position: relative;
	display: block;
	width: 100%;
	max-height: 122px;
	height: auto;
	overflow: hidden;
}
.product-nav li span img {
	width: 100%;
	height: auto;
	position: static;
}
.product-nav li span img.imghou {
	position: absolute;
	z-index: -1;
	top: 0;
	display: none;
	width: 0;
}
.product-nav .ckgd {
	width: 130px;
	height: 203px;
	display: none
}
.proNav {
	width: 100%;
	text-align: center;
}
.proNav li {
	display: inline-block;
	float: none;
	width: 40%;
	height: auto;
}
.proNav li a {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.proNav li span {
	max-height: 120px;
	height: auto;
	overflow: hidden;
}
.proNav li span img {
	height: 100%;
}
.proNav li .imghou {
	display: none;
	width: 0;
	height: 0;
}
.proNav li span {
	width: 100%;
}
.proNav .ckgd {
	width: 130px;
	height: 203px;
	display: none
}
.product-header p {
	position: static;
	line-height: 23px;
}
.jptj-header .span6 {
	display: none;
}
.jptj-header p {
	position: static;
}
.about {
	background: none;
	height: auto;
}
.about-header, .about-nav {
	display: none;
}
.about-headerm, .about-navm {
	display: block;
}
.about-navm ul li {
	width: 90%
}
.about-bt {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #002e79;
}
.index-about {
	height: auto;
}
.about-content {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-top: 15px;
	line-height: 24px;
}
.foot-logo {
	float: none;
	margin: 0 auto;
	width: 100%
}
.foot-content {
	width: 100%;
	font-size: 12px;
	height: auto;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	border-left: none;
	padding-left: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
.new .left {
	float: none;
	width: 100%;
}
.new .right {
	width: 100%;
	float: none;
}
.new .frist {
	display: none;
}
.slideTxtBox {
	text-align: left;
	width: 100%;
	float: none;
	background: #fff;
	margin-top: 40px;
}
.slideTxtBox .hd {
	float: none;
	width: 100%;
}
.slideTxtBox .hd ul {
	width: 100%;
}
.slideTxtBox .hd ul li {
	width: 50%;
}
.slideTxtBox .hd ul li span {
	display: none;
}
.jobList li {
	width: 33%;
}
.page-guestbook b {
	text-align: left;
}
}
