﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	font-family: microsoft yahei, PingFangSC-Regular, helvetica neue, Helvetica, Arial, hiragino sans gb, heiti sc, wenquanyi micro hei, sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333
}

h1 {
	font-size: 2em;
	margin: .67em 0
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern"
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type=button], [type=reset], [type=submit] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display: list-item
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
	display: block
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
audio, video, canvas {
	display: inline-block
}
template, [hidden] {
display:none
}
.clear{
    clear: both;
}

.clearfix {
	zoom: 1
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #015cb5
}
ul {
	margin: 0;
	list-style: none;
	padding: 0
}
.img-center {
	text-align: center;
	font-size: 0
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}
.img-cover {
	overflow: hidden
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center/cover;
	-webkit-transition: all .5s;
	transition: all .5s
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto
}
.kf {
	width: 208px;
	position: fixed;
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff
}
.kt-top span:hover {
	transform: rotate(90deg)
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.kf .con {
	overflow: hidden;
	background: #fff
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px
}
.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block
}
.kf .qq li a img {
	padding-right: 6px
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0
}
.kf .contact {
	margin-top: 1px
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px
}
.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 10px
}
.kf .con .qr img {
	width: 150px;
	height: 150px
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat #007ccb;
	background-size: 18px auto;
	cursor: pointer
}
.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px
}
.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px
}
.header {
	background-color: #fff
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
	border-top: 2px solid #f7c433
}
.header .topbar ul {
	float: right
}
.header .topbar li {
	float: left;
	color: #ddd
}
.header .topbar li.pipe {
	padding: 0 10px
}
.header .topbar li.c {
	margin-left: 10px
}
.header .topbar li.c a {
	background-color: #f7c433;
	display: block;
	padding: 0 15px;
	font-weight: 700
}
.header .logo {
	float: left;
	font-size: 0;
	height: 90px;
	line-height: 90px;
	text-align: left;
	padding: 15px 0
}
.header .tel {
	float: right;
	background: url(../images/tel.jpg) #fff no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
	position:fixed;
	width:100%;
	left:75%;
	z-index:10;
	
}
.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #015cb5
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 30px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd
}
.header .text strong {
	display: block;
	font-size: 26px
}
.header .text span {
	color: #015cb5
}
.header .nav {
	font-size: 0;
	background-color: #015cb5;
	color: #fff;
	border-bottom: 4px solid #022d64
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/line.jpg) no-repeat right center
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	padding: 0 35px;
	color: #fff
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px
}
.header .nav li.dropdown {
	position: relative
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center
}
.header .nav .dropdown-box p {
	margin: 0
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0,0,0,.5)!important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,.2)
}
.header .nav .dropdown-box a:hover {
	background-color: #022d64!important
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #022d64
}
.header .nav li.open .dropdown-box {
	display: block
}
.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #015cb5;
	content: ''
}
.menu-btn:before {
	width: 24px
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px
}
.flexslider{position:relative;height:600px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:600px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
.yunu-showcase {
	margin: 0 auto 20px
}
.yunu-showcase-info {
	margin-left: 430px
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8
}
.yunu-showcase-info .tel {
	margin-top: 15px
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #015cb5
}
.pc-slide {
	float: left;
	width: 400px
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px
}
.view .swiper-container {
	width: 100%
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative
}
.preview .swiper-container {
	margin: 0 30px
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10
}
.preview img {
	padding: 1px
}
.preview .active-nav .imgauto {
	border: 1px solid #015cb5
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1
}
.yunu-sou {
	padding: 15px 0;
	background-color: #f5f5f5
}
.yunu-sou .hot {
	float: left;
	padding: 5px 0
}
.yunu-sou .hot a {
	margin-right: 10px
}
.yunu-sou .hot strong {
	color: #015cb5
}
.yunu-sou .hform {
	float: right
}
.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #015cb5;
	color: #fff
}
.yunu-link {
	padding: 20px 0
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #015cb5;
	padding-bottom: 15px
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #999
}
.yunu-link ul {
	margin-left: -20px
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px
}
.section {
	padding: 70px 0
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 700
}
.section-title small {
	display: block;
	font-weight: 400;
	font-size: 18px
}
.section-title:after {
	
}
.cate_title{line-height:45px;font-family:"微软雅黑";background:url(../images/zsk101.jpg) no-repeat;font-size:15px;color:#fff;height:163px;width:290px;}
.jin{font-size:28px;color:#fff;font-weight:bold;text-align:center;height:134px;padding-top:11px}
.jin span{display:block}
.jin p{font:32px "Impact";color:#6a96ae;text-transform:uppercase;margin-top:5px}
.cate_title1{border: 2px solid #025bb5; background: #fff;}
.prob{ margin:10px 0 10px 10px; }
.prob img{ float:left; margin-right:10px;}
.prob h3{ font-style: normal; font-size:15px; color:#666; float:left;margin-top: 1px;
margin-bottom: 1px;}
.prob h4{ font-style:normal; font-size:26px; color:#c80505;  font-family:arial;margin-bottom: 1px;}
.prob p{ float:left;}
.prob ul{ display:inline-block; margin:0;}
.prob ul li{ float:left; list-style:none; background: url(../images/wuxing.png) no-repeat 0px 7px; padding-left:15px; margin-right:10px; line-height:2; font-size:16px;}

#sdfg{background: #035cac;}
#sdfg1{}
.hd {
    height: 75px;
       margin-bottom: 15px;
}
.hd ul {
    width: 50%;
	float: left;
}
.hd ul li.on {
    color: #fff;
    background: #FFCC33;
}
.hd ul li {
    float: left;
    font-size: 25px;
    width: 172px;
    text-align: center;
    cursor: pointer;
    line-height: 75px;
    position: relative;
}
 .hd ul li.on i {
    background: url(../images/cri.png) no-repeat;
    width: 10px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
 .hd .tel {
    background: url(../images/tel.png) no-repeat left center;
    padding-right: 15px;
    margin-top: 20px;
    padding-left: 50px;
	float: right;
	height: 50px;
line-height: 5px;
}
.hd .tel span {
    font-size: 18px;
    color: #fff;
}
.hd .tel span p {
    font-family: "Impact";
    font-size: 23px;
    color: #fc3;
}

.in-prd-cate {
	float: left;
	width: 270px
}
.in-prd-cate dl {
	margin: 0 0 10px
}
.in-prd-cate dt {
	margin-bottom: 1px
}
.in-prd-cate dt a {
	display: block;
	line-height: 50px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 700
}
.in-prd-cate dt a:hover {
	background-image: url(../images/cpflh.jpg)
}
.in-prd-cate dd {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px 20px 12px;
	background: #fff;
}
.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px
}
.in-prd-con {
	float: right;
	width: 900px
}
.list-1 {
	
}
.list-1 li {
	float: left;
	width: 25%
}
.list-1 .wrap {
	margin: 20px 0 0 10px;
	background-color: #fff;
	padding: 5px
}
.list-1 .img-cover {
	display: block
}
.list-1 .img-cover span {
	padding-top: 100%
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center
}
.list-1 .text h4 {
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px
}
.list-1 .text .bt {
	display: inline-block;
	
	line-height: 30px;
	color: #fff;
	
	background-color: #015cb5;
	border: 1px solid transparent;
	width: 90px;
}
.list-1 .wrap:hover {
	background-color: #f7c433
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.list-1 .wrap:hover a {
	color: #fff
}
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333
}
.bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0/cover #f5f5f5
}
.bg1 .section-title {
	color: #fff
}
.bg1 .section-title:after {
	display: none
}


.anli{width:1208px;float:left;padding-bottom: 30px;}
.tab{position:relative;width: 405px;margin:0 auto;}
.tab li{float:left;display:block;margin-right: 15px;text-align: center;}
.tab li a{display:block;line-height:37px;color:#333333;font-size:16px;border:1px solid #c6c6c6;height:37px;width:118px;text-align: center;}
.tab li a:hover{text-decoration:none;}
.tab li a.tab_click{color:#fff;text-decoration:none;font-size:16px;background:#e32433;border-color:#e32433;text-align: center;height:37px;width:118px;line-height:37px;}
.tab_content{padding-top:0px;position: relative;}
.l_btn,.r_btn{position:absolute;top:46%;cursor:pointer;}
.l_btn{left:0;}
.r_btn{right:0;}



/*滚动*/
#demo{overflow:hidden;width:92%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

.roll_product {
    float: left;
}

.product_listt{}
.product_listt li{float:left;margin-left:11px;margin-right:11px;padding-bottom:15px;_display:inline;}
.product_listt li a.img{padding:4px;border:1px solid #e0e0e0;background: #fff;}
.product_listt li a.img img{width:248px;height:248px;}
.product_listt li h3{text-align:center;padding-top:10px;}
.product_listt li h3 a{font-weight:normal;font-size: 14px;}
.product_listt li a.img{display:block;}
.product_listt li a.img:hover{border-color:#e32433;}
.roll_product{float:left;}


.bg4{padding: 60px;
background-color: #ecedf0;height: 660px;}
/*xz*/
.box {
    width: 1200px;
    margin: auto;
}
.xz { padding-top: 25px; height: 485px; background: #007ccb url(../images/xz_02.jpg) no-repeat center 150px; }
.xz h3 { text-align: center; color: #fff; font-size: 24px; padding-bottom: 10px }
.xz h3 em { font-size: 30px; color: #fcd201; font-style: normal; }
.xz h3 span { display: block; font-size: 18px; font-family: "arial"; text-transform: uppercase; background: url(../images/xz.jpg) no-repeat center 10px; color: #8295d0; font-weight: normal; }
.xz p { position: relative; margin-top: 60px; padding: 16px 10px 0 164px; width: 255px; height: 65px; background: #fff; font-size: 17px; color: #2e2e2e; line-height: 26px }
.xz p span { display: block; width: 96px; height: 96px; background: url(../images/xz1.jpg) no-repeat; position: absolute; top: -48px; left: 16px; text-align: center; color: #fff; line-height: 96px; font-size: 40px; font-family: "arial" }

.fl {
    float: left;
}
.fr {
    float: right;
}
/*xz*/

/*ys*/
.ys { margin-top: 60px; }
.ys h4 { text-align: center; color: #b8b8b8; font-size: 12px; font-weight: normal; text-transform: uppercase; }
.ys h4 p { font-weight: bold; color: #2e2e2e; font-size: 30px; font-weight: bold; background: url(../images/ys1_03.jpg) no-repeat center 18px; display: block; margin-bottom: 5px }
.ys h4 p span { color: #385cba }
.ys dl dt { background: url(../images/ys_03.jpg) no-repeat 0 0; height: 230px }
.ys dl dt span { overflow: hidden; display: block; }
.ys dl dt span i { font-style: normal; text-align: center; float: left; display: block; width: 69px; padding-top: 35px; color: #352e2e; font-family: "arial"; font-size: 24px; margin-right: 25px; }
.ys dl dt span em { font-style: normal; float: left; font-size: 10px; color: #c2c2c2; text-transform: uppercase; width: 407px; overflow: hidden; }
.ys dl dt span b { display: block; color: #385cba; font-size: 22px; padding: 15px 0 5px 0; }
.ys dl dt p { background: url(../images/ys_03.gif) no-repeat 97px 12px; padding-left: 114px; line-height: 35px; display: block; color: #2e2e2e; font-size: 14px; }
.ys1 { position: relative; height: 460px; overflow: hidden; margin-top: 75px }
.ys1 dd { position: absolute; right: 0; top: 0 }
.ys2 { position: relative; height: 502px; overflow: hidden; }
.ys2 dt { width: 620px; float: right; }
.ys2 dd { position: absolute; left:-40px; top: 10px }
.jz h3 { text-align: center; color: #b8b8b8; font-size: 18px; font-family: "arial"; letter-spacing: 6px; margin-bottom: 30px; font-weight: normal; }
.jz h3 a { display: block; background: url(../images/jz.jpg) no-repeat center 25px; color: #2e2e2e; font-size: 30px; font-weight: bold; letter-spacing: 0; }
.jz ul li { width: 25%; float: left; text-align: center }
.jz ul li a { padding: 15px; display: block; }
.jz ul li img {display: block;width: 100%;height: 200px;margin-bottom: 10px;}
/*ys*/


.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px
}
.hy-menu li {
	float: left;
	width: 33.333333%
}
.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px
}
.hy-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #015cb5;
	margin-top: 15px;
	visibility: hidden
}
.hy-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	width: 125px;
	text-align: center;
	line-height: 2;
	font-weight: 400
}
.hy-menu li h4 small {
	position: absolute;
	font-size: 15px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f7c433;
	left: -15px;
	top: -15px;
	font-weight: 700
}
.hy-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	height: 46px;
	overflow: hidden
}
.hy-menu li.active h4 {
	background-color: #015cb5
}
.hy-menu li.active a:after {
	visibility: visible
}
.hy-con {
	float: left;
	width: 390px
}
.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0
}
.hy-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: ''
}
.hy-con .swiper-slide .img-center img {
	position: relative
}
.tel-tl {
	background: url(../images/xban.jpg) no-repeat center #1867c6;
	color: #fff
}
.tel-tl dl {
	margin: 0
}
.tel-tl dt {
	float: left
}
.tel-tl dt a {
	display: block;
	width: 145px;
	line-height: 50px;
	background-color: #f7c433;
	color: #015cb5;
	text-align: center;
	font-weight: 700;
	font-size: 16px
}
.tel-tl dd {
	float: left;
	margin-left: 20px;
	line-height: 1
}
.tel-tl dd strong {
	display: block;
	font-size: 30px;
	font-family: Impact;
	margin-top: 5px
}
.bg2 {
	background: url(../images/rzbg.jpg) no-repeat center/cover;
	color: #fff
}
.bg2 .section-title:after {
	background-image: url(../images/cptit.png)
}
.in-rz {
	margin-left: -82px
}
.in-rz li {
	float: left;
	width: 131px;
	margin-left: 82px
}
.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/rzico.png) no-repeat 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px
}
.in-rz li .inner p {
	margin: 0
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center
}
.in-rz-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px
}
.in-rz-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #015cb5;
	margin: 20px auto 0
}
.bg3 {
	background-color: #f5f5f5
}
.bg3 .section-title:after {
	background-image: url(../images/zjtit.jpg)
}

.about{background:url(../images/bg_grey.jpg) repeat-x;overflow:hidden;}
.about_box{width:1200px;margin:0 auto;padding-top:33px; }
.about_box .l{width:38%;border:1px solid #d6d6d6;border-right:0;padding:50px 77px 40px;background:#fff;float: left;}
.about_box h2{font-size: 30px;color:#003466;font-weight: bold;text-align: center;margin-bottom:35px;    }
.about_box .l span{font-size: 24px;color:#003466;font-weight: bold;}
.ab_into{border:1px solid #d6d6d6;border-radius: 40px;width:245px;line-height: 40px;overflow:hidden;display: block;}
.ab_into .ab_in_line{font-size: 14px;font-weight: normal; width:137px;margin-right:15px;color:#fff;line-height: 40px;border-radius: 40px;text-align: center;background:#ff3334;display: inline-block;}
.about_box .l .text{padding:40px 0;border-top: 1px solid #d6d6d6;margin-top: 28px;line-height: 22px;}
.about_box .r{width:49%;border:1px solid #fcd201;height:422px;background:#fcd20182;position:relative;border-left:0;float: right;}
.about_box .r img{position:absolute;width:616px;height:329px;top:50px;right:40px;}
.ab_into:hover{background:#ff3334;}
.ab_into:hover .ab_in_ab{color:#fff;}
.ab_into:hover .ab_in_line{background:#fff;color:#333;}


.in-news {
	margin-left: -45px
}
.in-news .item {
	float: left;
	width: 370px;
	margin-left: 45px
}
.in-news .tit {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px
}
.in-news .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: 400;
	font-size: 16px
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: 400
}
.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 .5s;
	transition: all .5s
}
.in-news .img-center a:hover img {
	opacity: .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(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px
}
.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #015cb5;
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px
}
.in-ask {
	background-color: #f5f5f5;
	padding: 20px
}
#marquee {
	height: 425px;
	overflow: hidden
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2
}
#marquee li a {
	display: block;
	padding: 20px 0
}
#marquee li h4 {
	margin: 0;
	background: url(../images/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(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden
}
.footer {
	background-color: #fff;
	color: #4a4a4a;
	padding-top: 0px
}
.footer a {
	color: #4a4a4a;
}
.footer-link {
	margin-bottom: 25px;
font-size: 0;
padding: 20px 0;
border-bottom: 1px solid #bbbfc4;
text-align: center;
background: #007ccb;
}
.footer-link a, .footer-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}
.footer-link span {
	color: #bbbfc4;
	padding: 0 20px
}
.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
	width: 310px;
height: 140px;
border-right: 1px solid #777;
}
.footer-info {
	float: left;
	line-height: 1.8
}
.footer-info p {
	margin: 0
}
.footer-ewm {
	float: right;
	width: 150px
}
.footer-ewm p {
	text-align: center;
	margin: 10px 0 0
}
.banner-sub {
	height: 350px;
	background: no-repeat center/cover
}
.ct2 {
	padding: 50px 0
}
.ct2-sd {
	float: left;
	width: 240px
}
.ct2-sd-right {
	float: right
}
.ct2-mn {
	float: right;
	width: 940px
}
.ct2-mn-left {
	float: left
}
.panel-sd {
	margin-bottom: 20px
}
.panel-sd .tit {
	background-color: #015cb5;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700
}
.panel-sd .bd {
	border: 1px solid #ddd;
	padding: 20px
}
.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center
}
.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px
}
.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666
}
.lanmu .tit {
	line-height: 60px;
	background-color: #015cb5
}
.lanmu li {
	margin-bottom: 20px
}
.lanmu li:last-child {
	margin-bottom: 0
}
.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #015cb5;
	border-radius: 3px;
	text-align: center;
	color: #fff
}
.lanmu-box {
	margin-top: 10px
}
.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all .5s
}
.pages a:hover, .pages a.active {
	background-color: #015cb5;
	color: #fff
}
.list-4 li {
	margin-bottom: 10px
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5
}
.list-4 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px
}
.list-4 li .date {
	float: left;
	width: 76px;
	background-color: #fff;
	text-align: center;
	padding: 14px 0
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px
}
.list-4 li .text {
	margin: 0 110px 0 95px
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px
}
.list-4 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #666;
	text-align: justify
}
.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4
}
.list-3 {
	margin-top: -15px
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s
}
.list-3 li .img-center {
	overflow: hidden
}
.list-3 li .img-center img {
	-webkit-transition: all .5s;
	transition: all .5s
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #015cb5
}
.content-title {
	margin-bottom: 20px;
	text-align: center
}
.content-title h1 {
	font-size: 22px;
	margin: 0
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px
}
.content-title p span {
	padding: 0 10px;
	display: inline-block
}
.content-body {
	line-height: 1.8
}
.content-body img {
	max-width: 100%!important;
	height: auto!important
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.cp-content-tit {
	margin-bottom: 20px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px
}
.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px
}
.cp-about {
	margin: 0 0 20px
}
.cp-about dt {
	float: left;
	width: 560px
}
.cp-about dd {
	margin-left: 610px;
	padding-top: 50px
}
.cp-about dd h4 {
	color: #015cb5;
	margin: 0;
	font-size: 16px
}
.cp-about dd p {
	margin: 15px 0 0
}
.yunu-message {
	margin-bottom: 20px
}
.form-group {
	margin-bottom: 20px
}
.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right
}
.form-label span {
	color: #c5262b
}
.form-content {
	margin-left: 110px
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.form-content.yzm .form-control {
	width: 100px
}
.form-content.yzm .img {
	height: 42px;
	width: auto
}
select.form-control {
	height: 1.7rem
}
.form-submit {
	padding: 10px 20px;
	color: #fff;
	background-color: #015cb5;
	border: 0;
	cursor: pointer;
border-radius:.15rem;
	font-size: 14px
}
.form-button {
	padding: 10px 20px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
border-radius:.15rem;
	font-size: 14px
}
.hlbd .form-group {
	float: left;
	width: 350px;
}
.list-6 {
	margin: -20px 0 0 -20px
}
.list-6 li {
	float: left;
	width: 25%
}
.list-6 li a {
	display: block;
	margin: 20px 0 0 20px
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all .5s;
	transition: all .5s
}
.list-6 li .img-cover span {
	padding-top: 74%
}
.list-6 li .text {
	margin-top: 10px;
	text-align: center
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.list-6 li a:hover .img-cover {
	border-color: #015cb5
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px
}
.yunu-menu-inner a {
	float: left;
	width: 16.666666666%
}
.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px
}
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #015cb5;
	color: #fff
}
.box-main {
	padding: 40px;
	background-color: #f5f5f5
}
.about-desc {
	margin-bottom: 40px;
	line-height: 1.8;
	text-align: justify
}
.about-list {
	margin-left: -15px;
	margin-bottom: 40px
}
.about-list li {
	float: left;
	width: 20%
}
.about-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 15px
}
.about-list li .text {
	margin-top: 15px
}
.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #015cb5
}
.about-list li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden
}
.about-list li a:hover {
	border-color: #015cb5
}
.about-ser {
	margin: 0;
	border: 1px solid #ddd
}
.about-ser dt {
	float: left;
	width: 220px
}
.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px
}
.about-ser dd h4 {
	color: #015cb5;
	margin: 0 0 10px;
	font-size: 16px
}
.about-ser dd p {
	margin: 5px 0 0
}
.about-ser dd strong {
	color: red
}
.contact-desc {
	margin-bottom: 40px
}
.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 40px;
	background-color: #015cb5;
	color: #fff;
	line-height: 34px;
	font-size: 16px
}
.contact-desc p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8
}
.contact-about {
	background-color: #fff;
	margin-bottom: 40px
}
.map {
	height: 300px
}
.liuyan {
	background: url(../images/on_bj.jpg) no-repeat center top;
	padding: 50px 0 50px 420px
}
.hlbd{}
.list-2 {
	margin: -20px 0 0 -20px
}
.list-2 li {
	float: left;
	width: 25%
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 2px
}
.list-2 li .img-center {
	overflow: hidden;
	height: 186px;
	line-height: 186px
}
.list-2 li .img-center img {
	-webkit-transition: all .5s;
	transition: all .5s
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #015cb5;
	z-index: 10;
	display: none
}
.yunu-footer-fix li {
	float: left;
	width: 25%
}
.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1
}
.yunu-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px
}
.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png)
}
.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png)
}
.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png)
}
.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png)
}

.pagination-wrapper {
	margin: 20px 0
}
.pagination {
	height: 34px;
	text-align: center
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #ddd;
	color: #555;
	text-decoration: none
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #015cb5
}
.pagination li.thisclass {
	background: #015cb5;
	color: #fff
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: 0 0;
	border-color: #015cb5;
	color: #fff;
	cursor: default
}
.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}
.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}
.dede_pages ul li {
	float: left;
	font-family: microsoft yahei;
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}
.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}
.dede_pages ul li:nth-child(1) a {
	padding: 0
}
.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px
}
.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}
.dede_pages ul li:hover a {
	color: #fff
}
.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}
.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}
.dede_pages ul li:last-child {
	padding: 0 10px
}
.dede_pages ul li:last-child a {
	padding: 0
}
.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}
.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}
.dede_pages strong {
	font-weight: 400
}
#maximg img {
	max-width: 100%;
	height: auto!important
}
