﻿ @charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 12px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #e85300;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	color: #0661b0;
	text-decoration: none
}
a:active {
	color: #0661b0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
.container {
	width:96%;
    max-width: 1280px;
    margin: 0 auto;
}
/**头部**/
.ly_top {
	width: 96%;
	max-width: 1280px;
	height: 137px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.ly_top .top_logo {
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.ly_top .top_logo img{
	padding-top:35px;
}
.ly_top .top_tel {
	float: right;
	overflow: hidden;
	margin: 41px 0;
	padding-left: 64px;
	background: url(tel.png) left center no-repeat;
}
.ly_top .top_tel p {
	font-size: 14px;
	color: #333;
}
.ly_top .top_tel span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ff8c00;
	font-family:"Impact";
}

/**菜单**/
.ly_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #0661b0;
}
.navigation {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
	position: relative;
	width: 11.1%;
}
.navigation li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.navigation li a:hover, .navigation li a.nav_on {
	color: #fff;
	background-color: #ff8c00;
}
.navigation ul {
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	background-color: #0661b0;
}
.navigation ul li {
	width: 160px;
	float: left;
	border-top: none;
}
.navigation ul li:nth-child(even) {
	background-color: #f5f6f8;
}
.navigation ul a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
}
.navigation ul a:hover {
	color: #fff;
	background-color: #333;
}
.web_nav {
	display: none;
	width: 90%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 12px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/**轮播图**/
.apple-banner {
	width: 100%;
	height: 576px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 576px;
}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next {
	width: 8%;
	height: 100%;
	top: 0;
	background: none;
}
.apple-banner .swiper-button-prev {
	left: 0;
}
.apple-banner .swiper-button-next {
	right: 0;
}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: url(arrows1.png) no-repeat center center;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: .5;
}
.apple-banner .swiper-button-next span {
	background: url(arrows2.png) no-repeat center center;
	left: 0;
}
.apple-banner .swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 20px;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 100%;
	height: 100%;
	display: block;
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.apple-banner .swiper-pagination-bullet.current i, .apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active i, .apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active.firsrCurrent i {
	background: #0661b0;
}
/*banner END*/


/*产品中心*/
.ly_show {
	width: 100%;
	padding: 40px 0;
}
.ly_show_in {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.ly_show .show_menu {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.show_menu .menu_tit {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: #0661b0;
	box-sizing: border-box;
	text-align: center;
}
.show_menu .menu_tit{
	display:none;
}
.menu_tit p {
	width: 100%;
	overflow: hidden;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}
.menu_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit em {
	display: none;
}
.show_menu .menu_list {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 19px;
	box-sizing: border-box;
}
.menu_list .menu_li {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	box-sizing: border-box;
}
.menu_li p {
	width: 15%;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	padding: 10px 20px;
	box-sizing: border-box;
	border:1px solid #ccc;
	float:left;
    margin: 0 9px;
    text-align: center;
}
.menu_li>p>a {
	display: block;
	color: #515671;
}
.menu_li>p>span {
	display: block;
	width: 30%;
	height: 40px;
	float: right;
	background: url(menu_tb1.png) 80% center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.ny_content .menu_li p {
	background: #fff;
}
.ny_content .menu_li .menu_li_class{
    background: #f3f3f3;
}
.ny_content .show_list ul li .show_pro_img {
	background: #f6f6f6;
}
.ny_content .show_list ul li p {
	background: #f6f6f6;
}
.menu_li ul li a:hover p {
	color: #0661b0;
}
.menu_li>p>span.on {
	transform: rotateX(180deg);
}
.menu_li>p:hover {
	background: #0661b0;
	color: #fff;
}
.menu_li>p:hover a {
	color: #fff;
}
.menu_li>p:hover span {
	background: url(menu_tb3.png) 80% center no-repeat;
}
.menu_li ul {
	display: none;
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	background: #fff;
	padding: 10px 0;
}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.menu_li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #808ea4;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.menu_li ul li a p {
	width: 100%;
	color: #999;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
}
.menu_li p img, .menu_li ul li a img {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 13px 13px 0;
	padding: 0;
	float: left;
}
.menu_li ul li a img {
	margin: 7px 13px 13px 0;
}
.menu_li ul li a:hover {
	color: #fe0100;
}
.ly_show .show_list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.show_list ul li {
    width: %;
	float: left;
	margin:.5%;
	border:1px solid #ccc;
}
.show_list ul li>div {/*box-shadow: 0px 0px 0px 1px #e0e0e0;*/
}
.show_list ul li a {
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}
.show_list ul li .show_pro_img {
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 10px;
}
.show_pro_img span {
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}
.show_proimg span{
	height:275px;
}
.show_pro_img span img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li p {
	width: 98%;
	height: 45px;
	overflow: hidden;
	line-height: 33px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 1%;
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li p a {
	color: #333;
	font-size: 16px;
}
.show_list ul li>div:hover .show_pro_img {
	background: #0661b0;
}
.show_list ul li>div:hover p {
	background: #0661b0;
}
.show_list ul li>div:hover p a {
	color: #fff;
	font-weight: bold;
}
.show_list ul li>div:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.section {
    padding: 70px 0;
}

/*标题头部*/
.section-title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;	
    line-height: 45px;
    margin-bottom: 35px;
	color:#1f2123;
}
.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color:#333;
}
.section-title:after {
	display: block;
	content: '';
	background: url(cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 10px;
}

/*广告*/
.section-title3 img{
	width:100%;
}


/*构成要素*/
.in-gy {
	height: 710px;
	position: relative;
	background: url(tsbg.jpg) no-repeat center center;
}
.in-gy dl {
	margin: 0;
}
.in-gy dd {
	margin: 0;
}
.in-gy .l {
	width: 520px;
	float: left;
}
.in-gy .l dl {
	overflow: hidden;
	height: 167px;
	width: 520px;
	float: left;
	margin-bottom: 96px;
}
.in-gy .l dl:last-child {
	margin-bottom: 0;
}
.in-gy .l dt {
	width: 136px;
	height: 136px;
	padding-top: 15px;
	float: left;
}
.in-gy .l dt img {
	width: 136px;
	height: 136px;
	display: block;
}
.in-gy .l dd {
	width: 384px;
	padding-right: 78px;
	height: 167px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.in-gy .l dd h3 {
	padding-left: 46px;
	padding-top: 10px;
	white-space: nowrap;
	margin-bottom: 15px;
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
	position: relative;
}
.in-gy .l dd p {
	line-height: 21px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
}
.in-gy .l dl:nth-child(2) {
	width: 365px;
}
.in-gy .l dl:nth-child(2) dt {
	float: right;
}
.in-gy .l dl:nth-child(2) dd {
	width: 229px;
	padding-right: 40px;
}
.in-gy .l dl:nth-child(1) dd h3 {
	background: url(ts01.png) no-repeat left 0;
}
.in-gy .l dl:nth-child(2) dd h3 {
	background: url(ts02.png) no-repeat left 0;
}
.in-gy .l dl:nth-child(3) dd h3 {
	background: url(ts03.png) no-repeat left 0;
}
.in-gy .r dd p {
	line-height: 21px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
    text-align: right;
}
.in-gy .r {
	width: 520px;
	float: right;
}
.in-gy .r dl {
	overflow: hidden;
	width: 520px;
	float: right;
	margin-bottom: 84px;
}
.in-gy .r dl:last-child {
	margin-bottom: 0;
}
.in-gy .r dt {
	width: 136px;
	height: 136px;
	padding-top: 14px;
	float: left;
}
.in-gy .r dt img {
	width: 136px;
	height: 136px;
	display: block;
}
.in-gy .r dd {
	width: 384px;
	padding-left: 78px;
	height: 167px;
	box-sizing: border-box;
	float: right;
	position: relative;
}
.in-gy .r dd h3 {
	padding-right: 46px;
	padding-top: 10px;
	white-space: nowrap;
	margin-bottom: 15px;
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
	position: relative;
	text-align: right;
}
.gy_right dd p {
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	text-align: right;
}
.in-gy .r dl:nth-child(2) {
	width: 371px;
}
.in-gy .r dl:nth-child(2) dt {
	padding-top: 27px;
}
.in-gy .r dl:nth-child(2) dd {
	width: 193px;
	padding-right: 0;
	padding-left: 0;
}
.in-gy .r dl:nth-child(3) dt {
	padding-top: 25px;
}
.in-gy .r dl:nth-child(1) dd h3 {
	background: url(ts04.png) no-repeat right 0;
}
.in-gy .r dl:nth-child(2) dd h3 {
	background: url(ts05.png) no-repeat right 0;
}
.in-gy .r dl:nth-child(3) dd h3 {
	background: url(ts06.png) no-repeat right 0;
}

/*广告2*/
.bg1 {
	background: url(guangao1.jpg) no-repeat center 0 / cover;
	padding:40px 0;
}
.bg1 .section-title {
	color: #fff;
}
.bg1 .section-title:after {
	display: none;
}
.section-title_guang {
	text-align: center;
	font-size: 48px;
	font-weight: bold;	
    line-height: 45px;
	color:#fff;
}
.section-title_guang small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color:#fff;
	margin-top:12px;
}

.section-title_guang b {
	font-weight: normal;
	font-size: 30px;
	color:#ff8c00;
	margin-top:12px;
}
/*产品优势*/
.section-title1:after {
	display: block;
	content: '';
	background: url(cptit1.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 10px;
}
.youshi{
	background-color:#f9f9f9;
}
.youshi_list{
	margin:0 auto;
    overflow: hidden;
}
.youshi_list li{
	float:left;
}
.youshi_list li img{
    display: block;
    margin: 0 auto;	
    padding-top: 20px;
}
.youshi_list li span{
	font-size:16px;
	color:#333;
    display: block;
    text-align: center;
	margin:15px 0 20px 0;
}
/*客户案例*/
.section-title2 {
	color:#fff;
}
.section-title2 small{
	color:#fff;
}

.section-title2:after {
	display: block;
	content: '';
	background: url(cptit2.png) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 10px;
}
.ly_case {
    background: url(caseimg.jpg) no-repeat center 0 / cover;
}
.ly_case .slideGroup4 {
	width: 100%;
	text-align: left;
}
.ly_case .slideGroup4 .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	padding: 0;
	position: relative;
}
.ly_case .slideGroup4 .sPrev, .slideGroup4 .sNext {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	width: 30px;
	height: 60px;
	background: url(arrows1.png) center center no-repeat #0661b0;
	z-index: 999;
	pointer-events: auto !important;
	background-size: 34px;
}
.ly_case .slideGroup4 .sNext {
	left: auto;
	right: 0;
	background: url(arrows2.png) center center no-repeat #0661b0;
	background-size: 34px;
}
.ly_case .slideGroup4 .sPrev:hover, .slideGroup4 .sNext:hover {
}
.ly_case .slideGroup4 .parBd ul {
	zoom: 1;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99;
}
.ly_case .slideGroup4 .parBd ul li {
	margin: 0 0 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #fff;
	position: relative;
}
.ly_case .slideGroup4 .swiper-pagination {
	position: static;
	margin-top: 20px;
	display: none;
}
.pro_list p {
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 0;
    background: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.pro_list a:hover{
	color:#fff;
}
.pro_list p:hover {
	background:#0661b0;
	color:#fff;
}
.anli-more{
	width: 235px;
	height: 55px;
	margin:0 auto;
	margin-top: 55px;
	display: block;
	font-size:18px;
	color:#333 !important;
	line-height:55px;
	border-radius:30px;
	background:#fff;
	text-align:center;
	display:block;
}
.anli-more:hover{
	background-color:#0661b0;
}
.pro_list .show_pro_img_1 {
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_pro_img_1 span {
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}
.show_pro_img_1 span img {
	display: block;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

/*关于我们*/
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	position: relative
}
.in-about dt img {
	position: relative;
	z-index: 1;
}
.in-about dd {
	margin-left: 570px;
	background-color: #fff;
	box-shadow: 0 1px 18px 1px rgba(54,62,69,0.6);
	margin-top: 40px;
	padding: 60px 80px;
	height: 321px;
}
.in-about dd h4 {
	margin: 0;
	font-size: 24px;
}
.in-about dd p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 25px 0 0;
	text-align: justify;
}
.in-about dd .more-big {
	margin-top: 40px;
}
.more-big {
	display: block;
	background-color: #363e45;
	width: 184px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	content: "";
	height: 0;
	border-top: 44px solid #0661b0;
	border-left: 28px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.more-big span {
	display: block;
	padding: 0 15px 0 30px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.more-big span i {
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
.more-big:hover {
	color: #fff;
}
.more-big:hover:after {
	width: 100%;
	height: 100%;
}


/*新闻*/
.bg4 {
	background-color: #f9f9f9;
}
.in-news {
}
.in-news .item {
	float: left;
	width: 31.3%;
	margin-right: 2%;
}
.in-news .tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-news .tit small {
	color: #333;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
	font-size:16px;
}
.in-news .tit .more:hover {
	color: #015cb5;
}
.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #015cb5;
}
.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-news .img-center img{
	width:100%;
}
.in-news .img-center a:hover img {
	opacity: 0.7;
}
.in-news .list {
	border: 1px solid #ddd;
	padding: 20px;
}
.in-news .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(flico.png) no-repeat 0 10px;
	padding-left: 20px;
}
.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #333;
	color: #fff;
	margin: 20px auto -35px auto;
}
.in-ask {
	/*background-color: #f5f5f5;*/
	padding: 20px;
}
#marquee {
	height: 350px;
	overflow: hidden;
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}
#marquee li a {
	display: block;
	padding: 20px 0;
}
#marquee li h4 {
	margin: 0;
	background: url(icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}
#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}

/* 网站底部 */
.foot {
	width: 100%;
	background: #252525;
}
.ff_a{
	width: 35%;
	margin-top: 50px;
	border-right:1px solid #848484;
}
.ff_a h3{
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	margin-bottom:30px;
}
.ff_lx{
	margin-top: 22px;
	color: #fff;
	font-size: 16px;
	line-height: 41px;
}
.ff_lx img{
	margin-right: 7px;
}
.copyright{
	margin-top: 50px;
	color: #848484;
	font-size: 14px;
	line-height: 38px;
	width: 33%;
	margin-left:50px
}
.copyright a{
	color: #848484;
	font-size: 14px;
}
.er{
	background: #0661b0;
	text-align: center;
	padding: 57px;
}
.er div{
	width: 187px;
	height: 195px;
	border:1px solid #fff;
	margin:0 auto;
	padding-top: 19px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.er div span{
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 14px
}
.nr {
  font-size: 14px;
  color: #848484;
  line-height: 30px;
}
.nr i {
  width: 30px;
  text-align: center;
  font-size: 18px;
}


/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	right: 50px;
	bottom: 220px;
	width: 70px;
	height: 240px;
}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #0661b0;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.suspension .a.active, .suspension .a:hover {
	background: #0661b0;
	-moz-box-shadow: 0px 0px 20px #0661b0;
	-webkit-box-shadow: 0px 0px 20px #0661b0;
	box-shadow: 0px 0px 20px #0661b0;
}
.suspension .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.suspension .a-service {
	background: #0661b0 url(pf_icon1.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service:hover {
	background: #0661b0 url(pf_icon1.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service-phone {
	background: #0661b0 url(pf_icon2.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service-phone:hover {
	background: #0661b0 url(pf_icon2.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-qrcode {
	background: #0661b0 url(pf_icon3.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-qrcode:hover {
	background: #0661b0 url(pf_icon3.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-top {
	background: #D2D3D6 url(pf_icon4.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-top:hover {
	background: #0661b0 url(pf_icon4.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-top {
	display: none;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(../images/side_bg_arrow.png) no-repeat;r*/
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 1px;
}
.suspension .d-service-phone {
	top: 0;
}
.suspension .d-qrcode {
	top: 84px;
}
.suspension .d .inner-box {
	padding: 24px 22px;
}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}



/*手机底部*/

.Bottomerkg {
  height: 59px;
  display: none;
}
.Bottomer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0661b0;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}


/*二级页关于我们*/
.ny_banner {
	width: 100%;
	position: relative;
	/* background: url(../images/ny_banner1.jpg) center center no-repeat; */
	overflow: hidden;
	margin-bottom:20px;
}
.ny_banner .slideshow {
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ny_content {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.ny_content1{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.ny_content .content_right2 .bread_nav {
	margin-bottom: 10px;
	padding: 0 0 0 0;
}
.ny_content .content_right .bread_nav .bread_nav_in {
	overflow: hidden;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 12px;
	line-height: 40px;
}
.ny_content .content_right .bread_nav .h_d {
	width: 20%;
	font-size: 20px;
	color: #333;
	float: left;
	font-weight: bold;
	text-align: left;
}
.ny_content .content_right .bread_nav div {
	float: right;
	width: 78%;
	text-align: right;
	color: #777;
	overflow: hidden;
	font-size: 14px;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #0661b0
}

/*二级页产品展示*/
.content_right .conn .pro_name {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #0661b0;
	margin-bottom: 10px;
}
.content_right .conn .proshow1 {
	padding-top: 40px;
	position: relative;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 45%;
	margin-top: 0 !important;
	border: 1px solid #ddd;
}
.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 500px;
}
.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 100%;
	vertical-align: middle
}
.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}
.proshow1 .prodesc p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: bold;
	color: #0661b0;
}
.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 51%;
}
.content_right .conn .proshow1 .prodesc p.desc {
	height: 125px;
	overflow: hidden;
	color: #999;
}
.content_right .conn .proshow1 .pro_btn {
	padding-top: 30px;
	overflow: hidden;
}
.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 40%;
	margin-right: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0661b0;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 40%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	background: #7b7b7b;
	color: #fff;
	border-radius: 2px;
	float: left;
	border: 1px solid #fff;
}
.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #0661b0;
	color: #0661b0;
}
.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 20px 0 30px;
}
.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #fff;
	color: #333;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.proshow2 .prodetail_con {
	width: 100%;
	margin-top:20px;
}
.proshow2 .prodetail_con .tags_title {
	margin: 0;
}
.proshow2 .prodetail_con .content {
	padding: 30px 0;
}
.proshow2 .prodetail_con .content img {
	max-width: 80%;
	height: auto !important;
}
/*二级页新闻动态*/
.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
    display: inline-block;
}
.yunu-menu-inner a {
	float: left;
}
.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
	padding:0 35px;
}
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #0661b0;
	color: #fff;
}
.new_inside {
	overflow: hidden;
	margin-bottom: 30px;
}
.new_inside li {
	width: 100%;
}
.news_box {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.06);
	background: transparent;
	height: 180px;
}
.news_txt {
	float: left;
	padding: 36px 0 28px 10%;
	transition: all .3s ease-out 0s;
}
.news_box:hover .news_txt {
	padding: 36px 0 28px 13%;
}
.news_txt a span {
	font-size: 16px;
	color: #333;
	display: block;
	height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
}
.news_box:hover .news_txt a span {
	color: #333
}
.news_box:hover .news_txt i {
	color: #999
}
.news_txt i {
	color: #7D7D7D;
	font-style: normal;
	line-height: 24px;
	height: 73px;
	display: block;
	overflow: hidden;
}
.news_date {
	width: 80px;
	float: right;
	font-family: "微软雅黑";
	color: #999;
	padding: 36px 66px 0 0;
	transition: all .3s ease-out 0s;
	position: absolute;
	left: 0;
	float: left;
	padding-top: 30px;
}
.news_box:hover .news_date {
	padding: 36px 86px 0 0
}
.arrow_left {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	background: url(icon.png) no-repeat 9px 14px;
}
.news_box:hover .arrow_left {
	border: 1px solid #0661b0;
	background: url(icon_hover.png) no-repeat 9px 14px #0661b0;
}
.arrow_left i {
	width: 14px;
	height: 9px;
	display: block;
	margin: 13px 0 0 11px;
}
.news_date span {
	float: left;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
}
.news_date i {
	float: left;
	color: #ABABAB;
	font-size: 0;
}
.news_txt a span::before {
	width: 35px;
	height: 1px;
	content: '';
	background: #BFBFBF;
	position: absolute;
	top: 48px;
	left: 90px;
	transition: all 0.3s ease-out 0s;
}
.news_box:hover .news_txt a span::before {
	width: 60px;
	transition: all 0.3s ease-out 0s;
	background: #7D7D7D;
}
.news_box:hover .news_date span {
	color: #333;
}
.news_box:hover .news_date {
	padding: 30px 42px 0 0;
}
.ny_content .content_right .conn {
    color: #555;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 10px 0;
	font-weight: normal;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 10px 0;
	margin-bottom: 25px;
	margin-top: 15px;
	background: #f5f5f5;
}
.ny_news_ye {
	padding: 30px 0 20px;
}
.ny_news_ye p {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_news_con{	
    color: #555;
    font-size: 14px;
    line-height: 28px;
}

/*留言*/
.cpzx .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 14px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90% !important;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #0661b0;
	color: #fff;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}


/*联系我们*/
.contact .content1 ul li {
	float: left;
	width: 30%;
	margin-right: 45px;
}
.contact .content1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact .content1 ul li a {
	display: block;
}
.contact .content1 ul li a em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 15px;
}
.contact .content1 ul li.lx1 em {
	background: url(contact_tel.png) center center no-repeat;
}
.contact .content1 ul li.lx2 em {
	background: url(contact_email.png) center center no-repeat;
}
.contact .content1 ul li.lx3 em {
	background: url(contact_address.png) center center no-repeat;
	-webkit-animation: bounce-up 1.4s linear infinite;
	animation: bounce-up 1.4s linear infinite;
}
.contact .content1 ul li a .wz {
	float: left;
	width: 78%;
}
.contact .content1 ul li a .wz p {
	font-size: 18px;
	padding-bottom: 10px;
}
.contact .content1 ul li a .wz span {
	font-size: 18px;
}

/*分页*/
.page_list {
	text-align: center;
	font-size:14px;
	margin:20px 0;
}
.page_list a {
	display: inline-block;
	padding: 0 10px;
	background: #f5f5f5;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	border-radius: 2px;
}
.thisclass{	
	background: #0661b0 !important;
	color: #ffffff;
}
.page_list a:hover {
	background: #0661b0;
	color: #ffffff;
}
.page_list a.pnnum1 {
	background: #0661b0;
	color: #ffffff;
}
.page_list input {
	display: inline-block;
	padding: 0 5px;
	background: #0661b0;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}
.page_list .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}


.menu_li1{
	float:left;
	width:20%;
}
.menu_p{
	background-color:#0661b0;
	padding:10px 0;
}
.menu_p h3{
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:500;
}
.menu_con{
	padding:15px;
    overflow: hidden;
}
.menu_con li{
	float:left;
	border:1px solid #eee;
	padding:15px;
	width:86%;
	margin-bottom:7px;
}
.menu_con li p{
	color:#666;
	font-size:16px;
}
.show_con li{
	
    width: 32%;
    float: left;
    margin: .5%;
    border: 1px solid #ccc;
}

@media (max-width: 767px){
	.menu_li1{
		width:100%;
	}
	.show_con{
		width:100% !important;
	}
	.show_con li{
		width:48% ;
	}
	.show_list{
		width:100% !important;
	}
	.show_list li{
		width:48% ;
	}
	.youshi{
		display:none;
	}
	.content_left{
		display:none;
	}
}


.InpageSidebar01{width: 270px;float: left;}

.InpageSidebar01 .top{width: 100%;height: 80px;background: #0661b0;}

.InpageSidebar01 .top h2{height: 80px;text-indent: 28px;background: url(InpageSidebar01_icon01.png) no-repeat 218px center;line-height:80px;font-size: 24px;color: #fff;font-weight: normal;}

.InpageSidebar01 .top h2 a{color: #fff;text-decoration: none;  }

.InpageSidebar01 .classify .box{border: 1px solid #e4e4e4;border-top: none;position: relative;}

.InpageSidebar01 .classify .box:first-child{border-top: 1px solid #e4e4e4;}

.InpageSidebar01 .classify dl{padding: 14px 19px 18px 30px;}

.InpageSidebar01 .classify dt{background: url(mub02_jt03.png) no-repeat 194px 6px;margin-bottom: 14px; font-weight: bold;}

.InpageSidebar01 .classify dt a{font-size: 16px;color: #333333;}

.InpageSidebar01 .classify dd{margin-bottom: 20px;margin-left: 0;}
.InpageSidebar01 .classify dd:last-of-type{margin-bottom: 0;}

.InpageSidebar01 .classify dd p{border-left: 1px solid #e4e4e4;height: 40px;line-height: 40px;} 

.InpageSidebar01 .classify dd p a{font-size: 15px;color: #000;display: block;text-indent: 16px;text-decoration: none;}

.InpageSidebar01 .classify .box i{display: none;width: 3px;height: 100%;position: absolute;left: -1px;top: 0;background: #0661b0;}

.InpageSidebar01 .classify .box:hover{background: #fff;}
.InpageSidebar01 .classify .box:hover i{display: block;}



.InpageSidebar01 .classify .box dt.cur{background: url(mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}

.InpageSidebar01 .classify .box dt.cur a{color: #0661b0;display: block;text-decoration: none;}

.InpageSidebar01 .classify .box:hover dt{background: url(mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}

.InpageSidebar01 .classify dd p:hover a,.InpageSidebar01 .classify dd p.cur a{color: #fff;}

.InpageSidebar01 .classify dd p:hover,.InpageSidebar01 .classify dd p.cur{background: url(../images/mub02_jt02.png) no-repeat 194px center #0661b0;}

.InpageSidebar01 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 20px; margin-bottom:20px;}

.InpageSidebar01 .sidebarLinkUs h3{font-size: 18px;color: #0661b0;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}

.InpageSidebar01 .sidebarLinkUs p{font-size: 14px;color: #000;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
.InpageSidebar01 .sidebarLinkUs p strong{ color: #ff0000;font-size: 16px;}


.InpageSidebar01 .sidebarLinkUs .zxzx{display: block;width: 160px;height: 50px;overflow: hidden;background: #0661b0;text-decoration: none;margin-top: 20px;}

.InpageSidebar01 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;border-right: 1px solid #fff;background: url(../images/zxzx_icon01.png) no-repeat center;}

.InpageSidebar01 .sidebarLinkUs .zxzx em{display: block;width: 109px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}

.InpageSidebar01 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 2px;margin-left: 8px;}

.proListSection {
    width: 960px;
    float: right;
}