ol, ul {
    list-style: outside none none;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
} 
/* mar */
.m-b-40 {
	margin-bottom:40px;
}
.m-t-80 {
	margin-top:80px;
}
.m-t-50 {
	margin-top:50px;
}
.m-t-30 {
	margin-top:30px;
}
.m-l-20 {
	margin-left:20px;
}
.m-b-20 {
	margin-bottom:20px;
}
/* tips */
.tips {
	background:#0a1450;
	width:100%;
	height:40px;
	line-height:40px;	
}
/* services */
.clb1 {
	background:#f1f1f1;
}
.service {
	margin:60px 0 50px 0;
	text-align:center;
}
.service-icon img{
    width:96px;

}
.h-3 {
	font-size:18px;
	line-height:50px;
	height:50px;
	font-weight:bold;
}
.service-text {
	color: #86898a;
    font-size: 12px;
    line-height: 22px;
    padding: 0 30px;
	margin-bottom:20px;
}
.service-button {
	border:1px solid #666;
	padding:5px 10px;
	color:#666;
	width:118px;
	margin:0 auto;
}
.s-list {
	width:300px;
	margin:10px auto;
}
.s-list li{
	float:left;
	list-style:none;
	margin:10px 15px;
}
.service-tit h3 {
	font-size:24px;
	text-align:center;
}
.service-tit .line i {
    background-color: #383c73;
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 44px;
}
.txt {
	font-size:14px;
	text-align:center;
}

.module-wrap * {
	padding:0;
	margin:0;
	box-sizing:border-box
}
.module-wrap button {
	outline:none
}
.module-wrap .no-effect {
	text-decoration:none
}
.module-wrap .index-sale {
	min-height:830px;
	width:100%;
	background-color:rgba(55,61,65,.05);
	padding-top:74px;
	padding-bottom:68px
}
.module-wrap .index-sale-title {
	text-align:center;
	font-size:24px
}
.module-wrap a.index-info {
	display:block;
	text-align:center;
	margin-top:12px;
	font-size:16px;
	color:#5f6367
}
.module-wrap a.index-info:hover {
	text-decoration:none;
	color:#28d0e9
}
.module-wrap p.index-info {
	margin-top:12px;
	text-align:center;
	font-size:16px;
	color:#5f6367;
	line-height:24px
}
.module-wrap .card-area {
	margin:82px auto 0;
	width:1180px
}
.module-wrap .card-area .card-item {
	z-index:10;
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	position:relative;
	float:left;
	width:22%;
	height:548px;
	background-color:transparent;
	border:1px solid #dbdbdd
}
.module-wrap .card-area .card-item+.card-item {
	margin-left:-1px
}
.module-wrap .card-area .card-item .card {
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	width:100%;
	height:100%;
	text-align:center;
	background:#fff
}
.module-wrap .card-area .card-item .card .card-content {
	width:100%;
	line-height:2
}
.module-wrap .card-area .card-item .card .card-content.content-first {
	-webkit-transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .card-area .card-item .card .card-content.content-second {
	-webkit-transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	line-height:2
}
.module-wrap .card-area .card-item .card .card-content.content-second li {
	float:left;
	width:50%
}
.module-wrap .card-area .card-item .card .card-content,.module-wrap .card-area .card-item .card .card-title {
	position:absolute;
	left:0;
	right:-1px;
	z-index:1
}
.module-wrap .card-area .card-item .card .card-title {
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	height:170px;
	line-height:26px;
	font-size:14px;
	top:0
}
.module-wrap .card-area .card-item .card .card-title .content {
	position:absolute;
	bottom:17px;
	width:100%
}
.module-wrap .card-area .card-item .card .card-title h1 {
	font-size:18px;
	font-weight:700;
	color:#373d41
}
.module-wrap .card-area .card-item .card .card-title .short-info {
	color:#949a9e;
	font-size:14px
}
.module-wrap .card-area .card-item .card .card-title .ali-product-img {
	width:55px;
	height:55px;
	margin:10px auto;
	position:relative
}
.module-wrap .card-area .card-item .card .card-title .ali-product-img img {
	position:absolute;
	left:0;
	width:100%
}
.module-wrap .card-area .card-item .card .card-title .ali-product-img .un-hover {
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .card-area .card-item .card .card-title .ali-product-img .with-hover {
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .card-area .card-item .card .card-title .ali-product-img img,.module-wrap .card-area .card-item .card .card-title .short-info,.module-wrap .card-area .card-item .card .card-title h1 {
	-webkit-transition:all .15s cubic-bezier(.4,0,.2,1) 0s;
	transition:all .15s cubic-bezier(.4,0,.2,1) 0s
}
.module-wrap .card-area .card-item .card .card-content {
	height:376px;
	position:absolute;
	top:170px
}
.module-wrap .card-area .card-item .card .card-content.content-first .content-first-list {
	width:100%;
	max-width:250px;
	font-size:16px;
	color:#373d41;
	margin-top:47px;
	margin-bottom:47px
}
.module-wrap .card-area .card-item .card .card-content.content-first .content-first-list li {
	margin-bottom:30px
}
.module-wrap .card-area .card-item .card .card-content.content-second {
	max-width:350px;
	left:25px;
	font-size:14px;
	color:#a9b0b4;
	text-align:left;
	padding-top:26px
}
.module-wrap .card-area .card-item .card .card-content.content-second .main-head {
	color:#373d41;
	font-size:18px;
	line-height:28px;
	margin-bottom:4px
}
.module-wrap .card-area .card-item .card .card-content.content-second .main-desc {
	line-height:22px
}
.module-wrap .card-area .card-item .card .card-content.content-second .main-btn {
	cursor:pointer;
	width:100px;
	height:30px;
	font-size:14px!important;
	background-color:#fff;
	border:1px solid #424478;
	color:#424478;
	margin-top:22px;
	margin-bottom:33px;
	-webkit-transition:color .3s ease-in-out,background .3s ease-in-out;
	transition:color .3s ease-in-out,background .3s ease-in-out
}
.module-wrap .card-area .card-item .card .card-content.content-second .main-btn:hover {
	color:#fff;
	background:#424478
}
.module-wrap .card-area .card-item .card .card-content .other-info {
	line-height:22px;
	border-top:1px solid #ebebec;
	padding-top:20px;
	font-size:12px
}
.module-wrap .card-area .card-item .card .card-content .other-info .other-info-list {
	height:80px;
	padding-right:5px;
	margin-bottom:10px
}
.module-wrap .card-area .card-item .card .card-content .other-info .other-info-list .list-context {
	color:#424478
}
.module-wrap .card-area .card-item .card .card-content .other-info .other-head {
	font-size:14px;
	font-weight:400;
	color:#373d41
}
.module-wrap .card-area .card-item.active {
	z-index:100;
	border:1px solid #424478;
	box-shadow:0 0 20px rgba(66,68,120,.5);
	width:34%;
	height:563px
}
.module-wrap .card-area .card-item.active .card .ali-product-img .un-hover {
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .card-area .card-item.active .card .ali-product-img .with-hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .card-area .card-item.active .card .card-title {
	left:-1px;
	background-color:#424478;
	height:185px;
	top:-15px
}
.module-wrap .card-area .card-item.active .card .card-title .short-info,.module-wrap .card-area .card-item.active .card .card-title h1 {
	color:#fff
}
.module-wrap .card-area .card-item.active .card .card-content.content-first {
	-webkit-transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .card-area .card-item.active .card .card-content.content-second {
	-webkit-transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
@-webkit-keyframes slide-product20 {
	0% {
	opacity:0;
	-webkit-transform:translateY(20px)
}
to {
	opacity:1
}
}@keyframes slide-product20 {
	0% {
	opacity:0;
	-webkit-transform:translateY(20px);
	transform:translateY(20px)
}
to {
	opacity:1
}
}.slide-product-20 {
	-webkit-animation:slide-product20 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
	animation:slide-product20 1.5s cubic-bezier(.4,0,.2,1) 0s 1
}
@-webkit-keyframes slide-product30 {
	0% {
	opacity:0;
	-webkit-transform:translateY(30px)
}
to {
	opacity:1
}
}@keyframes slide-product30 {
	0% {
	opacity:0;
	-webkit-transform:translateY(30px);
	transform:translateY(30px)
}
to {
	opacity:1
}
}.slide-product-30 {
	-webkit-animation:slide-product30 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
	animation:slide-product30 1.5s cubic-bezier(.4,0,.2,1) 0s 1
}
@-webkit-keyframes slide-product40 {
	0% {
	opacity:0;
	-webkit-transform:translateY(40px)
}
to {
	opacity:1
}
}@keyframes slide-product40 {
	0% {
	opacity:0;
	-webkit-transform:translateY(40px);
	transform:translateY(40px)
}
to {
	opacity:1
}
}.slide-product-40 {
	-webkit-animation:slide-product40 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
	animation:slide-product40 1.5s cubic-bezier(.4,0,.2,1) 0s 1
}
lesshat-selector {
	-lh-property:0
}
@-webkit-keyframes slide-product50 {
	0% {
	opacity:0;
	-webkit-transform:translateY(50px)
}
to {
	opacity:1
}
}@keyframes slide-product50 {
	0% {
	opacity:0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px)
}
to {
	opacity:1
}
}[not-existing] {
	zoom:1
}
.slide-product-50 {
	-webkit-animation:slide-product50 1.5s cubic-bezier(.4,0,.2,1) 0s 1;
	animation:slide-product50 1.5s cubic-bezier(.4,0,.2,1) 0s 1
}
.module-wrap .aliyun-hide {
	visibility:hidden
}
.module-wrap .ali-main-product-other {
	margin:76px auto
}
.module-wrap .ali-main-product-other .ali-main-head {
	position:relative
}
.module-wrap .ali-main-product-other .ali-main-head h1 {
	cursor:default;
	text-align:center;
	font-size:24px;
	color:#373d41
}
.module-wrap .ali-main-product-other .ali-main-head a.index-info {
	display:block;
	text-align:center;
	margin-top:12px;
	font-size:16px;
	color:#5f6367
}
.module-wrap .ali-main-product-other .ali-main-head a.index-info:hover {
	text-decoration:none;
	color:#28d0e9
}
.module-wrap .ali-main-product-other .ali-main-head p.index-info {
	margin-top:12px;
	text-align:center;
	font-size:16px;
	color:#5f6367;
	line-height:24px
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell {
	width:33%;
	text-align:center
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell h2 {
	cursor:default
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell .ali-product-img {
	width:80px;
	height:80px;
	margin:0 auto 20px;
	position:relative
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell .ali-product-img img {
	-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);
	transition:all .15s cubic-bezier(.4,0,.2,1);
	position:absolute;
	left:0;
	width:100%
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell h2 {
	-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);
	transition:all .15s cubic-bezier(.4,0,.2,1);
	cursor:default;
	font-size:20px;
	color:#373d41;
	margin-bottom:5px;
	font-weight:700
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell p {
	line-height:22px;
	font-size:14px;
	color:#a9b0b4;
	padding:0 30px
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell ul {
	padding-top:15px
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell ul li {
	display:inline-block;
	list-style:none;
	padding:0 20px 0 10px;
	font-size:14px;
	position:relative
}
.module-wrap .ali-main-product-other .ali-main-product-other-cell ul li .list-context {
	color:#424478
}
.module-wrap {
	background: #373D41;
}

/* 新闻资讯 */
.news {
	padding:30px 0;
}
.news img {
	width:100%;
	height:220px;
}
.n-not {
	padding:5px;
}
.news h3 {
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
   font-size:20px;
   line-height:36px;
   margin-top:5px;
}
.news p {
	font-size:12px;
	padding:5px 0;
	line-height:26px;
	color:#666;
	height:auto;
}
/* 数据 */
.cl-da {
	background:#424478;
	padding:50px 0;
	text-align:center;
}
.cl-da h3 {
    color: #e2ddf3;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 5px;
}
.cl-da p {
	color:#fff;
}
/* 客户评价 */
.thim-testimonial-slider {
    margin: auto;
    max-width: 665px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.thim-testimonial-slider ul.scrollable {
    display: block;
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.thim-testimonial-slider ul.scrollable li {
    list-style: outside none none;
    position: absolute;
    top: 0;
}
.thim-testimonial-slider ul.scrollable li::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 15px;
    content: "";
    cursor: pointer;
    left: 15px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.2s ease 0s;
}
.thim-testimonial-slider ul.scrollable li.mid-item::before {
    cursor: default;
    opacity: 0;
}
.thim-testimonial-slider ul.scrollable li.mid-item img {
    cursor: default;
}
.thim-testimonial-slider ul.scrollable li img {
    border-radius: 50%;
    cursor: pointer;
}
.thim-testimonial-slider > .item {
    position: absolute;
}
.thim-testimonial-slider > .item:first-child {
    position: relative;
}
.thim-testimonial-slider img {
    border-radius: 50%;
    cursor: pointer;
}
.thim-testimonial-slider .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0 -7px;
    text-transform: none;
}
.thim-testimonial-slider .regency {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.thim-testimonial-slider .description {
    font-size: 16px;
    line-height: 25px;
    min-height: 100px;
}
.thim-testimonial-slider .control-nav {
    border: 1px solid #ddd;
    border-radius: 50%;
    bottom: 0;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px !important;
    position: absolute;
    text-align: center;
    top: 50px !important;
    width: 30px;
}
.thim-testimonial-slider .control-nav::before {
    color: #ddd;
    content: "◀";
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 28px;
}
.thim-testimonial-slider .control-nav.next {
    left: auto;
    right: 0;
}
.thim-testimonial-slider img {
    height: auto;
    max-width: 100%;
}
.thim-testimonial-slider .control-nav.next::before {
    content: "▶";
}
.thim-testimonial-slider .slides-content .slide-content:not(.current) {
    display: none;
}
.thim-testimonial-slider .slides-content .description {
    margin-top: 33px;
}
.thim-testimonial-slider ul.scrollable li::before {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}
.thim-testimonial-slider .title {
    color: #333333;
}
.thim-testimonial-slider .control-nav:hover {
    border-color: #ffb606;
    color: #ffb606;
		text-decoration:none;
}
.thim-testimonial-slider .control-nav:hover::before {
    color: #ffb606;
}
.friend li {
	float:left;
	margin:10px 5px;
}
/* footer */
.footer {
	width:100%;
	background:#1c1d37;
	padding:60px 0;
}
.cl-widget h3 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
	color:#aaabbe;
}
.cl-widget p {
	color:#a5a6c9;
	line-height:22px;
	font-size:12px;
	padding-right:50px;
}
.col-md-push-1 {
    left: 8.33333%;
}
.adds {
	color:#a5a6c9;
}
.adds li {
	line-height:26px;
}
.gtco-footer-links li {
	line-height:30px;
}
.gtco-footer-links a{
	color:#a5a6c9;
}
.copyright {
	width:100%;
	height:50px;
	line-height:50px;
	background:#0e0d18;
	font-size:10px;
	color:#9492ac;
}
.cl-btn {
	padding:5px 20px;
	background:#0d0d1c;
	color:#787997;
	border-radius:3px;
	border:none;
	margin-top:10px;
}
.cl-btn:hover {
	padding:5px 20px;
	background:#424589;
	color:#fff;
	border-radius:3px;
	border:none;
	margin-top:10px;
}
.er {
	margin-top:10px;
}
.er ul li {
	float:left;
	width:90px;
	height:auto;
	margin-right:30px;
}
.er ul li img {
	width:90px;
	height:90px;
}
.ertet {
	line-height:26px;
	color:#a5a6c9;
	text-align:center;
}

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF;
    z-index:999;
}

/* 子页样式 */
.bs-docs-header, .bs-docs-masthead {
    position: relative;
    padding: 30px 0;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #343870;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#343870),to(#1c2059));
    background-image: -webkit-linear-gradient(top,#343870 0,#1c2059 100%);
    background-image: -o-linear-gradient(top,#343870 0,#1c2059 100%);
    background-image: linear-gradient(to bottom,#343870 0,#1c2059 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343870', endColorstr='#1c2059', GradientType=0);
    background-repeat: repeat-x;
}
.bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
}
.bs-docs-header {
    margin-bottom: 40px;
    font-size: 20px;
	line-height:60px;
}
.n-cont {
	padding:10px 20px;
}
.n-cont h3 {
	line-height:50px;
	text-align:center;
}
.n-cont p {
	line-height:25px;
	text-indent:20px;
	padding:5px 0;
}
.ny-nav h3{
   font-size:22px;
   color:#555;
   height:40px;
   line-height:40px;
   font-weight:bold;
   text-align:center;
}
.ny-nav p {
	text-align:center;
	margin-bottom:20px;
}
.sidebar li{
	line-height:36px;
	background:#343870;
	color:#fff;
	margin:5px 0;
	padding-left:20px;
}
#cl-active {
	background:#c62020;
}
.n-cont .n-list {
	padding:20px 0;
}
.n-cont .n-list dt {
	width:80%;
	text-align:left;
	float:left;
	line-height:40px;
	height:40px;
	border-bottom:1px dashed #f1f1f1;
}
.n-cont .n-list dd {
	width:20%;
	text-align:right;
	float:left;
	line-height:40px;
	height:40px;
	border-bottom:1px dashed #f1f1f1;
	color:#888;
}
.cl-data {
	color:#888;
	font-size:12px;
	line-height:26px;
	text-align:center;
	margin-bottom:10px;
}
.s-ser {
	text-align:center;
	padding:20px 0;
}
.s-ser img {
	width:150px;
	height:150px;
	margin:20px auto;
	border-radius:50%;
	border: 1px solid #cacaca;
}
.s-ser h3 {
	font-size:22px;
	line-height:40px;
}
.s-ser p {
	font-size:12px;
}
.btn-job {
	border:none;
    background:#343870;
	color:#fff;
	height:25px;
	font-size:12px;
	padding:5px 15px;
}
.btn-job:hover {
	color:#dadcee;
}
.btn-job:focus {
	color:#dadcee;
}
.btn-ser {
	border:none;
	background:#343870;
	color:#fff;
}
.btn-ser:hover {
	color:#dadcee;
}
.btn-ser:focus {
	color:#dadcee;
}
.ser-cont {
	background:#eaeaea;	
	margin-bottom:20px;
	padding:20px;
}
.ser-cont dl dt {
	width:90px;
	float:left;
	line-height:36px;
	height:36px;
	color:#888;
	font-weight:200;
}
.ser-cont dl dd {
	line-height:36px;
	height:36px;
}
.ser-cont dl dd span{
	margin:0 10px;
}
.ser-active {
	font-weight:bold;
    color:#e84a05;
}
.job-header {
	height:118px;
	background:#eaeaea;
	padding:20px;
	line-height:26px;
}
.job-header h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
.job-m {
	color:#e84a05;
	font-size:14px;
	margin-left:10px;
}
.job-main {
	padding:10px 20px;
}
.job-er h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.job-nr {
	line-height:22px;
	margin-bottom:20px;
}
.zw-tit{
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	height:36px;
	background:#eaeaea;
	padding-left:15px;
	margin:20px 0;
	border-left:2px solid #ed3800;
}
.lx-nr {
	padding:10px 20px;
	line-height:22px;
}
.siad-tit {
	font-size:16px;
	line-height:36px;
	height:36px;
	font-weight:bold;
	background:#eaeaea;
	padding-left:15px;
	border-left:2px solid #ed3800;
}
.cl-sidebar ul li {
	list-style-type:none;
	margin:10px 0;
	padding:0 20px;
	border-bottom:1px dashed #eaeaea;
}
.cl-sidebar ul li h4 {
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
.cl-sidebar ul li p {
	padding-bottom:10px;
}
.drop-down{ position: relative; } .drop-down-content{ padding: 0; display: none; position: absolute; } .nav .drop-down:hover .drop-down-content{ display: block; }.drop-down a{ display: block; text-decoration: none; width: 100px; height: 75px;  line-height: 30px; color: #d2d3f5; } .drop-down-content li a{ display: block; text-decoration: none; width: 200px; height: 50px;padding-left:14px;line-height: 50px; background-color: #343870; } .drop-down-content li:hover a{ background-color:#0a1450; } .drop-down a:hover { color:#fff; }
/*float*/
.side-bar a,.chat-tips i {background: url(../images/right_bg.png) no-repeat;}
.side-bar {width: 66px;position: fixed;bottom: 20px;right: 25px;font-size: 0;line-height: 0;z-index: 100;}
.side-bar a {width: 48px;height: 48px;display: inline-block;background-color: #37396c;margin-bottom: 2px;}
.side-bar a:hover {background-color: #585baa;}
.side-bar .icon-qq {background-position: -8px -70px;}
.side-bar .icon-chat {background-position: -10px -136px;position: relative;}
.side-bar .icon-chat:hover .chat-tips {display: block;}
.side-bar .icon-weibo {background-position: -10px -207px;}
.side-bar .icon-top {background-position: -8px -272px;}
.side-bar .icon-totop {background-position: -8px -334px;}
.chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: -55px;background-color: #fff;display: none;}
.chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;}
.chat-tips img {width: 138px;height: 138px;}
#common-tool { margin-top: 270px; position: absolute; top: 270px; right: 0; z-index: 9999 } #common-tool ul { list-style: none } #common-tool ul li { background: #343870; margin: 3px 0 0 0; _margin: 0; *margin:0; width: 40px; height: 40px; overflow: hidden; } #common-tool ul li a { display: block; padding: 5px } #common-tool ul li a:hover { background: #ef8700; } #common-top-ico { display: none } .common-sweep-box { display: none; position: absolute; right: 50px; top: 3px; padding: 5px; background: #FFF; border: 1px solid #EEE } .common-sweep-box img { width: 196px; height: 196px; }

.dmzs_c { width: 1100px; height: 120px; float: left;overflow: hidden } .dmzs_c ul { width: 1100px; height: 140px; float: left; overflow: hidden; } .dmzs_c ul li { width: 170px; height: 100px; float: left; margin-left: 10px; margin-right: 8px; margin-top: 20px; display: inline; overflow: hidden } .dmzs_c ul li p { width: 272px; height: 30px; float: left; line-height: 30px; text-align: center; font-size: 14px; color: #666; } .dmzs_c ul li p a { color: #666; }