﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { 
	margin:0; padding:0;  
}
address,cite,dfn,em,var, i {
	font-style:normal;
}
/*body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    font: 12px/1.5 "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","寰蒋闆呴粦",Arial,sans-serif;
    
}*/

body{
	color: #3C3C3C;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    position: relative;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
h1, h2, h3, h4, h5, h6, th {
	font-size: 100%; 
	font-weight: normal; 
}

button,input,select,textarea {
    font-size: 100%;
}

fieldset,img {
    border: 0;
}

a {
    text-decoration: none;
    color: #222;
    background: none
}

ul,ol {
    list-style: none;
}

:focus {
    outline: none;
}
.clearfix{
	zoom:1;
}
.clearfix:after,.container:after,.clearfix:before,.container:before,.header:before,.header:after{
	/*content:'';
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;*/
	display: table;
	content: " ";
}
.clearfix:after,.container:after{
	clear:both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.full{
	width: 100%;
}

.mar-left-0{
	margin-left: 0!important;
}

.mar_top_50{
	margin-top: 50px;
}

.border_bot_0{
	border-bottom: 0!important;
}

.pad_bot_0{
	padding-bottom: 0!important;
}

.underline{
	text-decoration: underline;
}

.transition02{
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.bg_f7f8f8{
	background: #f7f8f8;
}
.bg_0099e1{
	background: #0099e1;
}
.bg_efefef{
    background: #efefef;
}
.bg_fff{
    background: #fff;
}
.pad_bot_60{
	padding-bottom: 60px!important;
}
.pad_bot_80{
	padding-bottom: 80px!important;
}
.pad_bot_90{
	padding-bottom: 90px!important
}
.pad_bot_130{
	padding-bottom: 130px!important;
}
.mar_top_0{
	margin-top: 0!important;
}
.mar_top_20{
    margin-top: 20px!important;
}
.mar_top_30{
    margin-top: 30px!important;
}
.mar_top_50{
	margin-top: 50px!important;
}
.mar_top_80{
	margin-top: 80px!important;
}
.mar_bot_0{
    margin-bottom: 0!important;
}
.mar_bot_20{
    margin-bottom: 20px!important;
}
a:hover{
	color: #f54d00;
}

.container{
	margin-left: auto;
	margin-right: auto;
}

/*悬浮区域*/
.suspension {
    width: 46px;
    height: 210px;
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 999;
}

.suspension .consult {
    background-image: url(../djbaztimg/top-icon.png);
    background-repeat: no-repeat;
    background-position: center -1px;
    background-color: #0af;
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
}

.suspension .consult .suspension-list {
    position: absolute;
    width: 242px;
    height: 284px;
    right: -29px;
    top: -230px;
    z-index: 30;
    display: none;
}

.suspension-list-content {
    position: absolute;
    width: 230px;
    right: 74px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    margin-right: 10px;
}

.suspension-list ul {
    margin: 32px 24px;
}

.suspension-list ul li {
    position: relative;
    display: list-item;
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
}

.suspension-list ul li:first-child {
    padding-top: 0;
    border-top: none;
}

.suspension-list ul .suspension-list-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.suspension-list-bottom .info-value {
    font-size: 12px;
    font-weight: inherit;
    color: #999;
}

.suspension-list ul li:first-child {
    margin-top: 0;
}

.service-phone, .service-qq, .service-proposal {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.service-phone {
    background-image: url(../djbaztimg/suspend_icon_01.png);
}

.service-phone:hover {
    background-image: url(../djbaztimg/suspend_icon_01_blue.png)
}

.service-qq {
    background-image: url(../djbaztimg/suspend_icon_03.png);
}

.service-qq:hover {
    background-image: url(../djbaztimg/suspend_icon_03_blue.png);
}

.service-proposal {
    background-image: url(../djbaztimg/suspend_icon_02.png);
}

.service-proposal:hover {
    background-image: url(../djbaztimg/suspend_icon_02_blue.png)
}

.info-name {
    display: block;
    padding-left: 52px;
    height: 14px;
    font-size: 14px;
    color: #333;
}

.info-value {
    display: block;
    padding-left: 52px;
    margin-top: 8px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #f90;
}

.suspension a.consult:hover .suspension-list {
    display: inline !important;
}

.suspension .cart {
    background-image: url(../djbaztimg/top-icon.png);
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.suspension a.cart:hover .pic {
    display: block;
}

.suspension .back-top {
    background-image: url(../djbaztimg/top-icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    -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;
    margin-top: 10px;
}

.suspension .cart .pic {
    display: none;
    position: absolute;
    left: -139px;
    top: -120px;
    width: 139px;
    height: 163px;
}

.pic-content {
    position: absolute;
    width: 121px;
    height: 156px;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    background: url(../djbaztimg/erweima.jpg) center no-repeat;
    right: 10px;
}

/*悬浮区域 end*/





.layout-top{
	background: #f1f1f1;
	height: 30px;
}
.layout-top .layout-top-inner{
	position: relative;
}
.layout-top .layout-top-inner .scroll-text{
	position: absolute;
	left: 18%;
    right: 26%;
    overflow: hidden;
    top: 0;
    height: 30px;
    line-height: 30px;
}
.layout-top .layout-top-inner .scroll-text .scroll-box{
	float: left;
	width: 480px;
}
.layout-top .layout-top-inner .scroll-text .scroll-box ul li{
	float: left;
	width:auto !important;
	margin-right: 40px;
}
.layout-top .layout-top-inner .scroll-text .scroll-box ul li i{
	font-size: 12px;
	margin-right: 5px;
}
.layout-top .layout-top-inner .scroll-text .scroll-text-href{
	float: left;
	width: 166px;
	margin-left: 20px;
}
.layout-top .select-ct{
	float: left;
	position: relative;
	background: #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 0 15px;
}
.layout-top .select-ct .cur{
	line-height: 30px;
	height: 30px;
}
.layout-top .select-ct .cur a{
	margin-left: 5px;
}
.layout-top .select-ct .ct-list{
	display: none;
	position: absolute;
	left: -1px;
	position: absolute;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    width: 200px;
    z-index: 110;
}
.layout-top .select-ct .ct-list a{
	display: inline-block;
    padding: 8px;
}
.layout-top .select-ct.on .ct-list{
	display: block;
}
.layout-top .select-ct.on{
	background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 15px;
}
.layout-top .top-r-box{
	float: right;
}
.layout-top .top-r-box .r-list{
	float: right;
	margin-left: 25px;
	height: 30px;
}
.layout-top .top-r-box .r-list .tit{
	line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.layout-top .top-r-box .r-list .tit i{
    vertical-align: middle;
}
.header{
	position: relative;
	height: 80px;
}
.header .h-logo{
	float: left;
	width: 160px;
	height: 80px;
}
.header .h-logo a{
	font-size: 0;
	display: block;
	width: 100%;
    height: 50px;
    margin-top: 22px;
    background-size: contain!important;

}
.header .top-quick-cate{
    height: 80px;
    position: absolute;
    left: 280px;
    right: 0;
    overflow: hidden;
}
.header .top-quick-cate .top-quick-cate-ul .cate-item{
	float: left;
}
.header .top-quick-cate .top-quick-cate-ul .cate-item a{
    font-weight: 600;
    padding: 0 18px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin-top: 25px;
    position: relative;
}
.header .top-quick-cate .top-quick-cate-ul .cate-item a i{
	font-size: 21px;
    font-weight: 100;
    color: #f54d00;
    position: absolute;
    top: -8px;
    right: -6px;
    display: none;
}
.header .top-quick-cate .top-quick-cate-ul .cate-item.hot a,.header .top-quick-cate .top-quick-cate-ul .cate-item.home a{
	color: #f54d00;
}
.header .top-quick-cate .top-quick-cate-ul .cate-item.hot a i{
	display: block;
}
.header .top-category{
	float: left;
	position: relative;
	z-index: 999;
}
.header .top-category .quick-category{
	position: relative;
    margin-right: 20px;
    height: 80px;
    width: 40px;
}
.header .top-category .quick-category .iconfonts {
    border: 1px solid #d0cbc8;
    box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
    -webkit-box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
    -ms-box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
    -o-box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
    height: 34px;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    overflow: hidden;
}
.header .top-category .quick-category .iconfonts i {
    color: #777777;
}
.header .top-category .quick-category .iconfonts .sanjiao {
    margin-left: -10px;
}
.header .top-category .quick-category:hover .iconfonts{
    background: #ddd;
    box-shadow: 0 0 2px #ddd inset;
}
.header .top-category .quick-category .quick-cate-box {
	display: none;
    position: absolute;
    left: -220px;
    right: -940px;
    top: 74px;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #d0cbc8;
    box-shadow:0px 2px 15px #717171;
    -webkit-box-shadow:0px 2px 15px #717171;
    -moz-box-shadow:0px 2px 15px #717171;
    -ms-box-shadow:0px 2px 15px #717171;
    -o-box-shadow:0px 2px 15px #717171;
}
.header .top-category .quick-category:hover .quick-cate-box{
	display: block;
}
.header .top-category .quick-category .quick-cate-box .quick-ads a{
	display: block;
	height: 100%;
	width: 100%;
}
.header .top-category .quick-category .quick-cate-box .quick-cate-main{
	float: left;
	width: 100%;
}
.header .top-category .quick-category .quick-cate-box .quick-cate-main .quick-cate-main-inner{
	margin-left: 222px;
	padding: 5px 0 5px;
}
.header .top-category .quick-cate-main-inner .quick-cate-main-box {
    margin: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
}
.header .top-category .quick-cate-main-inner .quick-cate-main-box.last{
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header .top-category .quick-cate-main .quick-cate-main-inner .quick-cate-main-box .quick-cate-main-title {
    float: left;
    width: 140px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 13px;
}
.header .top-category .quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list {
    padding-left: 150px;
}
.quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list a {
    position: relative;
    padding-right: 12px;
    margin-bottom: 7px;
    display: block;
    float: left;
    margin-right: 12px;
}
.quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list a:after {
	position: absolute;
    content: ' ';
    border-right: 1px solid #d0cbc8;
    top: 2px;
    bottom: 2px;
    right: 0;
}
.quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list a:last-child:after {
	border-right: none;
}
.header .top-category .quick-category .quick-cate-box .quick-ads{
	float: left;
	width: 222px;
	margin-left: -100%;
	height: 471px;
}
/*获取手机号*/
#top-400box{
	position: relative;
}
#top-400box .top-tel-box{
	position: absolute;
	top: 29px;
	right: -1px;
	background:#fff;
	padding: 10px 20px;
	z-index: 999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
}
#top-400box .top-tel-box .top-tel-box-inner{
	width: 200px;
}
#top-400box .top-tel-box .top-tel-box-inner .tit{
	color: #595757;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
#top-400box .top-tel-box .top-tel-box-inner .toptel-input input{
	border: 2px solid #a3a3a4;
	width: 100%;
	box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
#top-400box .top-tel-box .top-tel-box-inner .toptel-submit a{
	width: 100%;
    background: #cacaca;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-top: 15px;
}
#top-400box .top-tel-box .top-tel-box-inner .toptel-submit a.submit{
	background:#c14b47;
	color: #fff;
}
#top-400box .top-tel-box .top-tel-box-inner .toptel-submit a.success{
	background: green;
    color: #fff;
	color: #fff;	
}
#top-400box .top-tel-box .top-tel-box-inner .toptel-submit a.success .iconfont{
	font-size: 14px;
	margin-right: 5px;
}
#top-400box .top-tel-box .top-tel-box-inner .tips{
	margin-top: 10px;
	vertical-align: middle;
}
#top-400box .top-tel-box .top-tel-box-inner .tips i{
	margin-right: 5px;
}
#top-400box.r-list{
	margin-left: 10px;
    padding: 0 9px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
#top-400box.r-list.on .top-tel-box{
	display: block;
}
#top-400box.r-list.on{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background:#fff;
}
/*获取手机号 end*/
.top-category .top-category-wrap .top-category-inner{
	/*margin-left: -30px;*/
	/*margin-right: -30px;*/
	margin-top: 20px;
}
.top-category .top-category-wrap .cate-list{
	float: left;
	/*width: 11%;*/
	text-align: center;
	position: relative;
}
.top-category .top-category-wrap .cate-list .one{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	padding: 0 11px;
}
.top-category .top-category-wrap .cate-list .one i{
	font-size: 14px;
}
.top-category .top-category-wrap .cate-list .child{
	display: none;
	position: absolute;
    top: 37px;
    left: -35px;
    right: -35px;
    background: #fff;
    z-index: 100;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    box-shadow: 0px 2px 5px #cccccc;
    -moz-box-shadow: 0px 2px 5px #cccccc;
    -ms-box-shadow: 0px 2px 5px #cccccc;
    -o-box-shadow: 0px 2px 5px #cccccc;
    border: 1px solid #efefef;
}

.top-category .top-category-wrap .cate-list .child .second{
	display: block;
	height: 34px;
	line-height: 34px;
	color: #666666;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
}
.top-category .top-category-wrap .cate-list:hover .child{
	display: block;
}
.top-category .top-category-wrap .cate-list .child .second:hover,.top-category .top-category-wrap .cate-list .child .second.active{
	background: #000;
	color: #fff;
}
.cate-list a:hover{color:#333333;}
.banners{
    width: 100%;
    height: 530px;
    position: relative;
}
.banners .bannerbg{
    height: 530px;
    width: 100%;
    top: 0;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -mz-transition: 1.5s;
    -o-transition: 1.5s;
}
.banners .bannerbg.cur{
    opacity: 1;
    filter: alpha(opacity=1);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.banners .bannerbg .smtit{
	font-size: 20px;
	color: #fff;
	margin-top: 90px;
}
.banners .bannerbg .bgtit{
	font-weight: 700;
	color: #ffed4b;
	font-size: 50px;
	line-height: 66px;
}
.banners .bannerbg .mdtit{
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
}
.banners .bannerbg .info {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 0;
}
.banners .bannerbg .more span{
	display: inline-block;
    color: #0064ab;
    background: #ffed4b;
    font-size: 16px;
    padding: 6px 13px;
    border-radius: 2px;
    margin-top: 23px;
}
.banners .bannerbg .banner-info{
	padding-left: 20px;
}
/*.item{
	margin-top: 6px;
}*/
.item .item-box .item-main-mdtit{
	font-size: 28px;
	font-weight: 600;
	color: #585757;
	position: reltive;
	text-align: center;
	margin-top: 60px;
}
.item .item-box .item-main-mdtit span{
	position: relative;
}
.item .item-box .item-main-mdtit span::before{
	position: absolute;
	width: 92px;
	left: -106px;
	content:'';
	background:url(../djbaztimg/item_mdtit_bg.png) center center no-repeat;
	top:0;
	bottom: 0;
}
.item .item-box .item-main-mdtit span::after{
	position: absolute;
	width: 92px;
	right: -106px;
	content:'';
	background:url(../djbaztimg/item_mdtit_bg.png) center center no-repeat;
	top:0;
	bottom: 0;
}
.item .item-box .item-main-sminfo{
	color: #868787;
	font-size: 12px;
	text-align: center;
    line-height: 20px;
    margin-top: 9px;
}
.item .item-box .item-main-1-wrap{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 48px;
}
.item .item-box .item-main-1-wrap .item-main-1-sm{
	width: 25%;
	float: left;
	margin-bottom: 30px;
}
.item .item-box .item-main-1-wrap .item-main-1-md{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.item .item-box .item-main-1-wrap .item-main-box-inner{
	border:1px solid #cecdcc;
	padding: 35px 40px;
	margin: 0 15px;
	position: relative;
	min-height: 378px;
	cursor: pointer;
}
.item .item-box .item-main-1-wrap .item-main-box-inner .item-main-smtit{
	font-size: 22px;
	font-weight: 600;
	color: #0096FF;
	text-align: center;
	margin-bottom: 13px;
}
.item .item-box .item-main-1-wrap .item-main-box-inner .item-main-text{
}
.item .item-box .item-main-1-wrap .item-main-box-inner .item-main-text p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}
.item .item-box .item-main-1-wrap .item-main-box-inner .img{
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	height: 173px;
}
.item .item-icp-hangye .item-icp-hangye-wrap{
	float: left;
	width: 50%;
	line-height: 27px;
	margin: 8px 0;
}
.item .item-icp-hangye .item-icp-hangye-wrap .item-icp-hangye-tit{
	float: left;
	background: #00aae5;
	border:2px solid #00aae5;
	color: #fff;
	padding: 0 12px;
}
.item .item-icp-hangye .item-icp-hangye-wrap .item-icp-hangye-text{
	float: left;
	background: #fff;
	border:2px solid #00aae5;
	color: #00aae5;
	padding: 0 12px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.item .item-icp-hangye .item-icp-hangye-wrap .item-icp-hangye-text:hover{
	color: #fff;
	background: #00aae5;
}
.item .item-main-2-wrap{
	margin-top: 20px;
}
.item .item-main-2-wrap .item-apply-list{
	width: 33.3333%;
	float: left;
	text-align: center;
	margin: 20px 0;
	cursor: pointer;
}
.item .item-main-2-wrap .item-apply-list .icon{
	height: 80px;
	width: 80px;
	margin: 0 auto;
	background: #0096FF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border:8px solid #c1e2f4;
	position: relative;
}
.item .item-main-2-wrap .item-apply-list .icon i{
	color: #fff;
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.item .item-main-2-wrap .item-apply-list .text{
	font-size: 12px;
	color: #868787;
	line-height: 1.8;
	margin-top: 18px;
	padding: 0 100px;
}
.item .item-bgimg{
	text-align: center;
	margin-top: 48px;
}
.item .layout-whyme{
	margin-top: 48px;
}
.item .layout-whyme .whyme-list{
	float: left;
	width: 25%;
}
.item .layout-whyme .whyme-list .whyme-list-inner{
	margin: 0 12px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	cursor: pointer;
    box-shadow: 0 0 3px #c1c1c1;
    -webkit-box-shadow: 0 0 3px #c1c1c1;
    -moz-box-shadow: 0 0 3px #c1c1c1;
    -ms-box-shadow: 0 0 3px #c1c1c1;
    -o-box-shadow: 0 0 3px #c1c1c1;
}
.item .layout-whyme .whyme-list .whyme-list-inner:hover{
	box-shadow:0 0 22px #afafaf;
	-moz-box-shadow:0 0 22px #afafaf;
	-webkit-box-shadow:0 0 22px #afafaf;
	-ms-box-shadow:0 0 22px #afafaf;
	-o-box-shadow:0 0 22px #afafaf;
}
.item .layout-whyme .whyme-list .whyme-list-inner .img{
	border-left: 1px solid #0096FF;
	border-right: 1px solid #0096FF;
	border-top: 1px solid #0096FF;
	background-size: cover!important;
	height: 173px;
}
.item .layout-whyme .whyme-list .whyme-list-inner .text {
    border-left: 1px solid #3e3a39;
    border-right: 1px solid #3e3a39;
    border-bottom: 1px solid #3e3a39;
    border-top: 1px solid #bdbcbd;
    padding: 30px 10px 5px 10px;
    text-align: center;
}
.item .layout-whyme .whyme-list .whyme-list-inner .text .text-inner{
	height: 91px;
}
.item .layout-whyme .whyme-list .whyme-list-inner .text .tit {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 15px;
    text-align: left;
}
.item .layout-whyme .whyme-list .whyme-list-inner .text .iinfo {
    font-size: 12px;
    color: #727171;
    line-height: 20px;
    text-align: left;
}
.item .item-box .item-main-jinpai-info{
	text-align: center;
	margin-top: 16px;
}
.item .item-box .item-main-jinpai-info p{
	color: #868787;
	font-size: 12px;
	line-height: 1.8;
	padding: 0 220px;
}
.item .layout-jinpai{
	margin-top: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
}
.item .layout-jinpai .jinpai-list{
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
	padding: 20px 0 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.item .layout-jinpai .jinpai-list:hover{
	box-shadow: 0 0 42px #d6d6d6;
	-moz-box-shadow: 0 0 42px #d6d6d6;
	-webkit-box-shadow: 0 0 42px #d6d6d6;
	-ms-box-shadow: 0 0 42px #d6d6d6;
	-o-box-shadow: 0 0 42px #d6d6d6;
}
.item .layout-jinpai .jinpai-list .tit{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-top: 17px;
}
.item .layout-jinpai .jinpai-list .info{
	font-size: 12px;
	color: #EA5550;
	margin-top: 7px;
}
.item .layout-news{
	margin-top: 48px;
	margin-left: -15px;
	margin-right: -15px;
}
.item .layout-news .layout-news-list{
	float: left;
	width: 33.3333%;
}
.item .layout-news .layout-news-list .layout-news-inner{
	margin:0 15px;
}
.item .layout-news .layout-news-list .layout-news-inner .img{
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	height: 253px;
}
.item .layout-news .layout-news-list .layout-news-inner .text{
	border-left: 1px solid #9c9c9d;
	border-right: 1px solid #9c9c9d;
	border-bottom: 1px solid #9c9c9d;
	padding: 7px 18px;
}
.item .layout-news .layout-news-list .layout-news-inner .text .tit{
	font-size: 14px;
	color: #3e3a39;
	font-weight: 600;
	border-bottom: 1px solid #9c9c9d;
	line-height: 1.4;
    padding-bottom: 7px;
}
.item .layout-news .layout-news-list .layout-news-inner .text .tit a{
	display: block;
	height: 35px;
}
.item .layout-news .layout-news-list .layout-news-inner .text .times{
	margin-top: 7px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}
.item .layout-news .layout-news-list .layout-news-inner .text .times .time{
	float: right;
}
.item .layout-news .layout-news-list .layout-news-inner .text .times .time i{
	font-size: 12px;
}
.item .layout-news .layout-news-list .layout-news-inner .text .times .share{
	position: absolute;
	left: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 30px;
    text-align:center;
}
.item .layout-news .layout-news-list .layout-news-inner .text .times .share i{
	font-size: 40px;
	color: #e33c44;
}
.item .friendlink-box{
	margin-top: 48px;
}
.item .friendlink-box .friendlink-list{
	width:16.666%;
	float: left;
	position: relative;
}
.item .friendlink-box .friendlink-list .friendlink-inner{
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	border:1px solid #dedede;
	display: block;
	margin-top: -1px;
	margin-left: -1px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	cursor: pointer;
}
.item .friendlink-box .friendlink-list .friendlink-inner:hover{
	box-shadow:0 0 22px #bfbfbf;
	-webkit-box-shadow:0 0 22px #bfbfbf;
	-moz-box-shadow:0 0 22px #bfbfbf;
	-ms-box-shadow:0 0 22px #bfbfbf;
	-o-box-shadow:0 0 22px #bfbfbf;
	z-index: 11;
}
.item .friendlink-box .friendlink-list:hover{
	cursor: pointer;
	background:#ddd;
}
.layout-best-box{
	background:#db5550;
	height: 200px;
}
.layout-best-box .container{
	position: relative;
	height: 200px;
}
.layout-best-box .text{
	position: absolute;
	color: #fff;
	left: 0;
	height: 128px;
	top: 50%;
	margin-top: -64px;
}
.layout-best-box .text .css1627558b4b1734b{
	font-size: 34px;
}
.layout-best-box .text .mdtit{
	font-size: 24px;
	font-weight: 600;
}
.layout-best-box .text .info{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
.layout-best-box .nums{
	position: absolute;
	top: 50%;
	margin-top: -37px;
	right: 0;
	height: 74px;
}
.layout-best-box .nums li{
	float: left;
	width: 150px;
	color: #fff;
}
.layout-best-box .nums li .top{
	font-size: 17px;
}
.layout-best-box .nums li .top b{
	font-size: 34px;
	font-weight: 600;
	margin-right: 10px;
}
.layout-best-box .nums li .top .bgtit{
	font-size: 30px;
}
.layout-best-box .nums li .info{
	font-size: 15px;
}
.layout-footer{
	background: #3e3a39;
	color: #b0b1b1;
}
.layout-footer .layout-f-links-box .f-tit{
	font-size: 12px;
	border-bottom: 1px solid #b0b1b1;
	padding: 7px 0;
}
.layout-footer .layout-f-links-box .f-links-list{
	padding: 12px 0;
	border-bottom: 1px solid #b0b1b1;
}
.layout-footer .layout-f-links-box .f-links-list a{
	float:left;
	color: #b0b1b1;
	line-height: 24px;
	margin-right: 20px;
}
.layout-footer .layout-footer-wrap{
	padding:39px 0 43px 0;
}
.layout-footer .layout-footer-wrap .layout-contact,.layout-footer .layout-footer-wrap .quick-link{
	padding: 12px 0;
	border-bottom: 1px solid #b0b1b1;
}
.layout-footer .layout-footer-wrap .layout-contact span,.layout-footer .layout-footer-wrap .quick-link a{
	color: #fff;
	line-height: 24px;
	margin-right: 20px;
	font-size:13px;
}
.layout-footer .layout-footer-wrap .copy-box{
	padding: 12px 0;
}
.layout-footer .layout-footer-wrap .copy-box span{
	position: relative;
	color: #b0b1b1;
	margin-right: 11px;
    padding-right: 15px;
    line-height: 24px;
	font-size:13px;
}
.layout-footer .layout-footer-wrap .copy-box span::after{
	position: absolute;
	content:'';
	top: 0px;
    bottom: 2px;
	right: 0;
	border-right: 1px solid #b0b1b1;
}
.layout-footer .layout-footer-wrap .copy-box span.last::after{
	border-right: none;
}
.item-main-1-wrap .item-www-hangye .h-box{
	margin:14px 0;
	text-align: center;
}
.item-main-1-wrap .item-www-hangye .h-box.h-box-wrap{
	margin-left: -5px;
	margin-right: -5px;
}
.item-main-1-wrap .item-www-hangye .h-box .h-md-m{
	width: 48%;
	background: #0096FF;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.item-main-1-wrap .item-www-hangye .h-box .l{
	float: left;
}
.item-main-1-wrap .item-www-hangye .h-box .r{
	float: right;
}
.item-main-1-wrap .item-www-hangye .h-box .h-text{
	color: #0096FF;
	border:1px solid #0096FF;
	line-height: 28px;
	font-size: 14px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.item-main-1-wrap .item-www-hangye .h-box .h-text:hover{
	background: #0096FF;
	color: #fff;
}
.item-main-1-wrap .item-www-hangye .h-box .h-sm-m{
	float:left;
	width: 25%;
}
.item-main-1-wrap .item-www-hangye .h-box .h-sm-m .sm-inner{
	margin: 0 5px;
	background: #0096FF;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.item-main-1-wrap .item-www-hangye .h-box .text-shu{
	margin-left: -6px;
	margin-right: -6px;
}
.item-main-1-wrap .item-www-hangye .h-box .text-shu li{
	float: left;
	width: 10%;
}
.item-main-1-wrap .item-www-hangye .h-box .text-shu li .shu-inner{
	border:1px solid #0096FF;
	color: #0096FF;
	margin: 0 6px;
	padding: 14px 0;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.item-main-1-wrap .item-www-hangye .h-box .text-shu li .shu-inner:hover{
	color: #fff;
	background: #0096FF;
}
.item-main-1-wrap .item-www-hangye .h-box .text-shu li span{
    display: block;
    line-height: 17px;
    font-size: 14px;
}
.item .item-box .item-main-1-wrap.www .item-main-box-inner{
	min-height: 409px;
}
.ad_box{
	padding: 0 10px;
	margin-top: 35px;
}
.ad_box img{
	width: 100%;
	display: block;
}
.apply-liucheng-pic{


	/*padding:0 80px;*/
}
.apply-liucheng-pic .problems{
	float: left;
	width: 100%;
}
.apply-liucheng-pic .problems .problems-inner{
	margin-left: 150px;
	margin-top: 58px;
	position: relative;
}
.apply-liucheng-pic .problems .problems-inner:before{
	position: absolute;
	content:'';
	background: url(../djbaztimg/apply_liuchengbg_l.png) center center no-repeat;
	top: 0;
	bottom: 0;
	left: -170px;
	width: 153px;
	height:400px;
}
.apply-liucheng-pic .problems .problems-inner:after{
	position: absolute;
	content:'';
	background: url(../djbaztimg/apply_liuchengbg_r.png) center center no-repeat;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 63px;
	height:400px;
}
.apply-liucheng-pic .problems .problems-inner li {
    line-height: 20px;
    color: #808080;
    font-size: 13px;
    cursor: pointer;
    width: 900px;
    padding-bottom: 17px;
}
.apply-liucheng-pic .problems .problems-inner li i{
	font-size: 12px;
	margin-right: 7px;
}
.apply-liucheng-pic .probg {
    float: left;
    margin-left: -100%;
    width: 445px;
    height: 400px;
    background: url(../djbaztimg/item_cdn_eg02.png) center center no-repeat;
}

/*cdn*/

.item-main-4-wrap.cdn{
	width: 1030px;
	margin: 100px auto;
	position: relative;
}
.item-main-4-wrap.cdn .l-box{
	float: left;
}
.item-main-4-wrap.cdn .r-box{
	float: right;
}
.item-main-4-wrap.cdn .t-main{
	width: 30%;
}
.item-main-4-wrap.cdn .t-main .t-mdtit{
	font-size: 24px;
	color:#0096FF; 
	font-weight: 600;
	margin-bottom: 20px;
}
.item-main-4-wrap.cdn .t-main .t-main-box p{
	line-height: 20px;
	margin-bottom: 18px;
	font-size:12px;
}
.item-main-4-wrap.cdn .center-bg{
	position: absolute;
	width: 303px;
	height: 302px;
	top: 50%;
	left: 50%;
	margin-top: -151px;
	margin-left: -151px;
}
.item-main-4-wrap.cdn .center-bg img{
	display: block;
}
.apply-liucheng-pic.contrary .probg{
	float: left;
    margin-left: 0;
    width: 100%;
    height: 330px;
}
.apply-liucheng-pic.contrary .problems{
	width: 440px;
    margin-left: -80%;
}
.apply-liucheng-pic.contrary .problems .problems-inner{
	margin-left: 0;
}
.apply-liucheng-pic.contrary .problems .problems-inner:after{
	position: absolute;
    content: '';
    background: url(../djbaztimg/apply_liuchengbg_lr.png) center center no-repeat;
    top: 0;
    bottom: 0;
    width: 153px;
    right: 31px;
}
.apply-liucheng-pic.contrary .problems .problems-inner:before{
	position: absolute;
    content: '';
    background: url(../djbaztimg/apply_liuchengbg_rl.png) center center no-repeat;
    top: 0;
    bottom: 0;
    width: 63px;
    left: -85px;
}
.apply-liucheng-pic .problems .problems-inner li.a-smtit{
	font-size: 20px;
	color: #0096FF;
	font-weight: 600;
	margin-bottom: 10px;
}
.apply-liucheng-pic.contrary .problems .problems-inner{
    padding: 23px 0;
}

/*cdn end*/



/*idc*/

.item .item-box .item-main-1-wrap .item-main-1-sm.sm33{
	width: 33.3333%;
}
.item .item-box .item-main-1-wrap.cdn .item-main-box-inner .item-main-smtit{
	margin-bottom: 18px;
}
.item .item-box .item-main-1-wrap.cdn .item-main-box-inner .img{
	bottom: 15px;
}
.item .item-box .item-main-1-wrap.cdn .item-main-box-inner{
	min-height: 400px;
}

/*idc end*/



/*vpn*/

.item-main-4-wrap.vpn{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}
.item-main-4-wrap.vpn .yewu-list{
	width: 33.3333%;
	float: left;
}
.item-main-4-wrap.vpn .yewu-list .img{
	height: 176px;
	width: 176px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
}
.item-main-4-wrap.vpn .yewu-list .text .sm-tit{
	font-size: 18px;
	font-weight: 600;
	color: #0099e1;
	margin-bottom: 10px;
	margin-top: 25px;
}
.item-main-4-wrap.vpn .yewu-list .text .info{
	line-height: 19px;
	font-size: 12px;
	color: #727171;
}
.item-main-4-wrap.vpn .yewu-inner{
	margin: 0 60px;
	cursor: pointer;
}

/*vpn end*/

/*劳务派遣*/

.item-main-1-wrap.lwpq .item-main-lwpq-inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.item-main-1-wrap.lwpq .text-l{
	float: left;
	width: 33.3333%;
	position: relative;
	padding:14px 0;
}
.item-main-1-wrap.lwpq .text-l::before{
	position: absolute;
	content:'';
	left: -9px;
	width: 62px;
	top: 0;
	bottom: 0;
	background: url(../djbaztimg/apply_bg_bg_l.png) center center no-repeat;
}
.item-main-1-wrap.lwpq .text-l::after{
	position: absolute;
	content:'';
	right: -20px;
	width: 92px;
	top: 0;
	bottom: 0;
	background: url(../djbaztimg/apply_bg_bg_r.png) center center no-repeat;
}
.item-main-1-wrap.lwpq .text-r{
	float: right;
	width: 33.3333%;
	position: relative;
    padding: 23px 0;
    margin-top: 22px;
}
.item-main-1-wrap.lwpq .text-r::before{
	position: absolute;
	content:'';
	left: -15px;
	width: 92px;
	top: 0;
	bottom: 0;
	background: url(../djbaztimg/apply_bg_sm_l.png) center center no-repeat;
}
.item-main-1-wrap.lwpq .text-r::after{
	position: absolute;
	content:'';
	right: 53px;
	width: 62px;
	top: 0;
	bottom: 0;
	background: url(../djbaztimg/apply_bg_sm_r.png) center center no-repeat;
}
.item-main-1-wrap.lwpq .center-bg{
	position: absolute;
	width: 256px;
	height: 246px;
	top: 50%;
	left: 50%;
	margin-top: -123px;
	margin-left: -128px;
}
.item-main-1-wrap.lwpq .center-bg img{
	display: block;
}
.item-main-1-wrap.lwpq .text-inner{
	margin: 0 50px;
}
.item-main-1-wrap.lwpq .text-inner .sm-tits{
	font-size: 24px;
	color: #0099e1;
	font-weight: 600;
	margin-top: 0;
}
.item-main-1-wrap.lwpq .text-inner p{
	font-size: 13px;
	line-height: 21px;
	margin-top: 21px;
	cursor: pointer;
}
.item-main-1-wrap.lwpq .text-r .text-inner{
	padding-left: 25px;
}
.item-main-1-wrap.lwpq .text-inner ul{
	margin-top: 20px;
}
.item-main-1-wrap.lwpq .text-inner ul li{
	line-height: 28px;
	color: #808080;
	font-size: 12px;
	cursor: pointer;
}
.item-main-1-wrap.lwpq .text-inner ul li i{
	font-size: 12px;
	margin-right: 5px;
}
.item-main-1-wrap.lwpq .yewu-list{
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.item-main-1-wrap.lwpq .yewu-list .icon{
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border:8px solid #9fd9f6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	background: #0099e1;
}
.item-main-1-wrap.lwpq .yewu-list .icon i{
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	font-size: 42px;
}
.item-main-1-wrap.lwpq .yewu-list .text{
	color: #808080;
	font-size: 12px;
	font-weight: 600;
	margin-top: 19px;
}

/*劳务派遣*/

/*多方通信*/

.item-main-4-wrap.vpn{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}
.item-main-4-wrap.vpn .yewu-list{
	width: 33.3333%;
	float: left;
}
.item-main-4-wrap.vpn .yewu-list .img{
	height: 176px;
	width: 176px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
}
.item-main-4-wrap.vpn .yewu-list .text .sm-tit{
	font-size: 18px;
	font-weight: 600;
	color: #0099e1;
	margin-bottom: 10px;
	margin-top: 25px;
}
.item-main-4-wrap.vpn .yewu-list .text .info{
	line-height: 19px;
	font-size: 12px;
	color: #727171;
}
.item-main-4-wrap.vpn .yewu-inner{
	margin: 0 60px;
}
.item-main-4-wrap.duofangtongxin{
	width: 1060px;
	margin: 50px auto 80px;
}
.item-main-4-wrap.duofangtongxin .leftbox{
	width: 31%;
	float: left;
}
.item-main-4-wrap.duofangtongxin .leftbox .leftbox-inner{
	margin: 56px 42px 0;
}
.item-main-4-wrap.duofangtongxin .leftbox .md-tit{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.item-main-4-wrap.duofangtongxin .leftbox .text{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.item-main-4-wrap.duofangtongxin .rightbox{
	width: 69%;
	text-align: center;
	float: right;
	padding: 18px 0 10px;
}
.item-main-4-wrap.duofangtongxin .rightbox .smyewu-list{
	float: left;
	width:33.33333%;
	cursor: pointer;
}
.item-main-4-wrap.duofangtongxin .rightbox .sm-yewu-inner .img{
	margin: 0 auto;
	width: 158px;
	height: 158px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.item-main-4-wrap.duofangtongxin .rightbox .sm-yewu-inner .tit{
	color: #595757;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}


/*多方通信*/



/*广播电视*/

.item-main-1-wrap.gbds .text-box-wrap{
	width: 100%;
	float: left;
}
.item-main-1-wrap.gbds .text-box-wrap .text-box-inner{
	margin-left: 690px;
    padding-right: 150px;
}
.item-main-1-wrap.gbds .text-box-wrap .text-box-inner .text-box .smtit{
	font-size: 20px;
	font-weight: 600;
	color: #585757;
	margin-bottom: 10px;
}
.item-main-1-wrap.gbds .text-box-wrap .text-box-inner .text-box .text-info{
	font-size: 12px;
	line-height: 27px;
	color: #585757;
	cursor: pointer;
}
.item-main-1-wrap.gbds .l-bg{
	float: left;
	margin-left: -100%;
	width: 750px;
	height: 303px;
}
.yewu-list-box .yewu-list{
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 34px;
	cursor: pointer;
}
.yewu-list-box .yewu-list .yewu-inner .text{
	font-size: 18px;
	color: #595757;
	font-weight: 600;
	margin-top: 10px;
}
.item-main-2-wrap.gbds{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}
.item-main-2-wrap.gbds .apply-top{
	margin-bottom: 20px;
}
.item-main-2-wrap.gbds .apply-top .apply-bg{
	float: left;
	width: 100%;
}
.item-main-2-wrap.gbds .apply-top .apply-bg .apply-bg-inner{
	margin-left: 56%;
	height: 300px;
}
.item-main-2-wrap.gbds .apply-top .apply-text{
	float: left;
	margin-left: -100%;
	width: 56%;
	background:url(../djbaztimg/apply_gbds_bg_01.png) center center no-repeat;
}
.item-main-2-wrap.gbds .apply-text .apply-tit{
	font-size: 22px;
	color: #ea5550;
	font-weight: 600;
	margin-bottom: 20px;
}
.item-main-2-wrap.gbds .apply-top .apply-text .apply-text-inner{
	padding:53px 138px 62px 94px;
}
.item-main-2-wrap.gbds .apply-text ul li{
	color: #595757;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-weight: 600;
	list-style-type: disc;
	cursor: pointer;
}
.item-main-2-wrap.gbds .apply-bot .apply-text{
	width: 100%;
	float: left;
}
.item-main-2-wrap.gbds .apply-bot .apply-text .apply-text-inner{
	margin-left: 46%;
	background:url(../djbaztimg/apply_gbds_bg_04.png) center center no-repeat;
}
.item-main-2-wrap.gbds .apply-bot .apply-text .apply-text-inner{
	padding:50px 66px 55px 132px;
}
.item-main-2-wrap.gbds .apply-bot .apply-bg{
	width: 46%;
	margin-left: -100%;
	float: left;
	height: 300px;
}

/*广播电视 end*/

/*网络出版*/

.item-main-1-wrap.wlcb .item-main-inner{
	width: 1100px;
	margin: 0 auto;
}
.item-main-1-wrap.wlcb .sm-text{
	float: left;
	width: 33%;
}
.item-main-1-wrap.wlcb .md-text{
	float: left;
	width: 67%;
}
.item-main-1-wrap.wlcb .text-inner{
	background: #fff;
	margin: 0 17px;
	padding: 34px 60px 0 60px;
	box-shadow: 0px 6px 12px #cccccc;
	-webkit-box-shadow: 0px 6px 12px #cccccc;
	-moz-box-shadow: 0px 6px 12px #cccccc;
	-ms-box-shadow: 0px 6px 12px #cccccc;
	-o-box-shadow: 0px 6px 12px #cccccc;
	height: 276px;
}
.item-main-1-wrap.wlcb .text-inner .t-tit{
	font-size: 24px;
	font-weight: 600;
	color: #0099e1;
	margin-bottom: 24px;
	text-align: center;
}
.item-main-1-wrap.wlcb .text-inner .t-info{
	font-size: 14px;
	color: #727171;
	line-height: 18px;
}
.item-main-1-wrap.wlcb .text-inner .t-info .d-dl{
	position: relative;
	margin: 26px 0;
	cursor: pointer;
}
.item-main-1-wrap.wlcb .text-inner .t-info .d-dl .d-dt{
	position: absolute;
	height: 30px;
	width: 30px;
	color: #fff;
	background: #0099e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	font-weight: 600;
}
.item-main-1-wrap.wlcb .text-inner .t-info .d-dl .d-dd{
	padding-left: 50px;
	font-size: 13px;
	color: #727171;
	line-height: 19px;
}
.item-main-1-wrap.wlcb .yewu-list{
	float: left;
	width: 33.3333%;
	text-align: center;
	cursor: pointer;
}
.item-main-1-wrap.wlcb .yewu-list .text{
	color: #595757;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	margin: 26px 70px 0;
}
.item-main-2-wrap.wlcb.gbds .apply-bot .apply-text .apply-text-inner{
    margin-left: 46%;
    background: url(../djbaztimg/apply_gbds_bg_05.png) center center no-repeat;
}
.item-main-2-wrap.gbds.wlcb .apply-bot .apply-bg{
	height: 380px;
}

/*网络出版 end*/


/*营业演出*/

.item-main-2-wrap.gbds.yyyc .apply-top .apply-text{
	background: url(../djbaztimg/apply_gbds_bg_08.png) center center no-repeat;
	margin-top: 35px;
}

.item-main-2-wrap.gbds.yyyc.edi .apply-top .apply-text{
	background: url(../djbaztimg/apply_gbds_bg_01.png) center center no-repeat;
	margin-top: 35px;
}
.item-main-2-wrap.ypxx.edi .apply-top .apply-text .apply-text-inner {
    padding: 30px 138px 20px 94px;
}
.yyyc-yewu-box{
	width: 980px;
    margin: 0 auto;
}

/*营业演出 end*/

/*药品信息*/


.item-main-1-wrap.ypxx{
	position: relative;
	height: 357px;
}
.item-main-1-wrap.ypxx .text-box{
	position: absolute;
    top: 50px;
    right: 116px;
    width: 460px;
}
.item-main-1-wrap.ypxx .text-box .sm-tit{
	font-size: 24px;
	font-weight: 600;
	color: #0099e1;
	text-align: center;
	margin-bottom: 20px;
}
.item-main-1-wrap.ypxx .text-box .text-dl{
	position: relative;
}
.item-main-1-wrap.ypxx .text-box .text-dt{
	position: absolute;
	width: 86px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #0096ff;
	font-weight: 600;
	top: 50%;
	left: 0;
	margin-top: -13px;
}
.item-main-1-wrap.ypxx .text-box .text-dd{
	padding-left: 110px;
	font-size: 13px;
	color: #727171;
	line-height: 20px;
	margin: 10px 0;
}
.item-main-2-wrap.ypxx .apply-top .apply-text .apply-text-inner{
	padding:23px 138px 14px 94px;
}
.item-main-2-wrap.ypxx .apply-bot .apply-text .apply-text-inner{
	background: url(../djbaztimg/apply_gbds_bg_05.png) center center no-repeat;
}
.item-main-2-wrap.ws .apply-bot .apply-text .apply-text-inner{
	background: url(../djbaztimg/apply_ws_bg_01.png) center center no-repeat;
}
.item-main-2-wrap.gbds.ypxx .apply-bot .apply-text .apply-text-inner {
    padding: 19px 66px 19px 132px;
}

/*药品信息 end*/


/*home*/

.home-youshi ul{
	padding-left: 60px;
}
.home-youshi ul li{
	width: 25%;
	float: left;
	position: relative;
}
.home-youshi ul li::after{
	position: absolute;
	content:'';
	top: 50%;
	margin-top: -20px;
	height: 40px;
	right: 30px;
	border-right: 2px solid #e5e6e6;
}
.home-youshi ul li.last:after{
	border-right: none;
}
.home-youshi ul li .home-youshi-inner{
	margin-left: 70px;
	padding: 20px 0;
}
.home-youshi ul li .home-youshi-inner .tit{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.home-youshi ul li .home-youshi-inner .info{
	font-size: 12px;
	color: #000;
	line-height: 15px;
	margin-top: 4px;
}
.home-goods-wrap{
	margin: 24px;
}
.home-goods-wrap .l-box{
	float: left;
	width: 284px;
	height: 450px;
}
.home-goods-wrap .l-box .l-box-inner{
	margin:37px 60px 0 33px;
}
.home-goods-wrap .l-box .l-box-inner .tit{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}
.home-goods-wrap .l-box .l-box-inner .smtit{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin-top: 3px;
}
.home-goods-wrap .l-box .l-box-inner .info{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-top: 15px;
}
.home-goods-wrap .l-box .l-box-inner .more{
	color: #fff;
	border:1px solid #fff;
	padding: 5px 10px;
	margin-top: 11px;
	font-size: 12px;
	display: inline-block;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.home-goods-wrap .l-box .l-box-inner .more:hover{
	background: #fff;
}
.internet .home-goods-wrap .l-box .l-box-inner .more:hover{
	border:1px solid #2e7ce0;
	color: #2e7ce0;
}
.game .home-goods-wrap .l-box .l-box-inner .more:hover{
	border:1px solid #8c009d;
	color: #8c009d;
}
.dianshang .home-goods-wrap .l-box .l-box-inner .more:hover{
	border:1px solid #eb2c7a;
	color: #eb2c7a;
}
.yunjisuan .home-goods-wrap .l-box .l-box-inner .more:hover{
	border:1px solid #093898;
	color: #093898;
}
.yiyao .home-goods-wrap .l-box .l-box-inner .more:hover{
	border:1px solid #27a88c;
	color: #27a88c;
}
.wid66{
	width: 66.6666%;
	float: left;
}
.home-goods-wrap .r-box .r-box-list.wid33{
	width: 33.3333%;
}
.home-goods-wrap .r-box .r-box-list.wid33 .r-list-inner .img{
	height: 104px;
}
.home-goods-wrap .r-box{
	float: right;
	/*width: 868px;*/
}
.home-goods-wrap .r-box .r-box-list{
	float: left;
	width: 25%;
}
.home-goods-wrap .r-box .r-box-list.t{
	margin-bottom: 18px;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner{
	margin: 0 0 0 20px;
	box-shadow: 4px 4px 1px #f7f8f8;
	-webkit-box-shadow: 4px 4px 1px #f7f8f8;
	-moz-box-shadow: 4px 4px 1px #f7f8f8;
	-ms-box-shadow: 4px 4px 1px #f7f8f8;
	-o-box-shadow: 4px 4px 1px #f7f8f8;
	/*text-align: center;*/
	padding-bottom: 13px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	box-shadow: 0 0 3px #c1c1c1;
	-webkit-box-shadow: 0 0 3px #c1c1c1;
	-moz-box-shadow: 0 0 3px #c1c1c1;
	-ms-box-shadow: 0 0 3px #c1c1c1;
	-o-box-shadow: 0 0 3px #c1c1c1;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner:hover{
	box-shadow: 0 0 15px #bfbfbf;
	-webkit-box-shadow: 0 0 15px #bfbfbf;
	-moz-box-shadow: 0 0 15px #bfbfbf;
	-ms-box-shadow: 0 0 15px #bfbfbf;
	-o-box-shadow: 0 0 15px #bfbfbf;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .img{
	width: 100%;
	height: 104px;
	background-size: cover!important;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .img.bg{
	height: 330px;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .tit{
	color: #3e3a39;
	font-size: 20px;
	font-weight: 600;
	margin-top: 9px;
    margin-left: 20px;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .info{
	font-size: 12px;
    color: #727171;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 7px;
    margin-left: 20px;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .readmore{
	color: #fff;
    background: #e75550;
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
    margin-left: 20px;
    transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.home-goods-wrap .r-box .r-box-list .r-list-inner .readmore:hover{
	box-shadow: 0 0 10px #e75550;
	-webkit-box-shadow: 0 0 10px #e75550;
	-moz-box-shadow: 0 0 10px #e75550;
	-ms-box-shadow: 0 0 10px #e75550;
	-o-box-shadow: 0 0 10px #e75550;
}
.home-goods-wrap .r-box .r-box-list.md{
	width: 33.3333%;
}
.item-main-1-wrap.callcenter .text-box-wrap .text-box-inner{
	margin-top:34px;
}
.item-main-1-wrap.isp .name-box-list{
	float: left;
	width: 33.3333%;
}
.item-main-1-wrap.isp .name-box-list .name-inner{
	border:1px solid #3e3a39;
	margin: 20px;
	padding: 30px 33px;
	height: 180px;
	cursor: pointer;
}
.item-main-1-wrap.isp .name-box-list .sm-tit{
	color: #0099e1;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}
.item-main-1-wrap.isp .name-box-list .text{
	margin-top: 20px;
}
.item-main-1-wrap.isp .name-box-list .text p{
	font-size: 13px;
	line-height: 19px;
	color: #727171;
}
.item-main-1-wrap.isp .name-box-list .text.sm-icon .smicon-list{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.item-main-1-wrap.isp .name-box-list .text.sm-icon .smicon-list .sm-text{
	font-size: 13px;
	color: #595757;
	font-weight: 600;
	margin-top: 16px;
}
.item-main-1-wrap.isp .name-box-list .text.sm-icon{
	margin-top: 30px;
}
.sm_33{
	float: left;
	width:33.3333%;
}
.md-66{
	float: left;
	width: 66.6666%;
}
.item-box .apply-cpn-box{
	position: relative;
}
.item-box .apply-cpn-box .info-box{
	position: absolute;
	left: 0;
	bottom: 15px;
	top: 15px;
	width: 33.3333%;
}
.item-box .apply-cpn-box .info-box .info-box-wrap{
	padding: 43px 42px;
}
.item-box .apply-cpn-box .info-box .sm-tit{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.item-box .apply-cpn-box .info-box .info .tit-sm{
	font-size: 17px;
	margin-top: 18px;
	color: #fff;
	margin-bottom: 8px;
}
.item-box .apply-cpn-box .info-box .info dl{
	margin-bottom: 10px;
}
.item-box .apply-cpn-box .info-box .info dl dt{
	float: left;
	width:100px;
	text-align: left;
	color: #fff;
	line-height: 1.2;
}
.item-box .apply-cpn-box .info-box .info dl dt span{
	display: inline-block;
    background: #fff;
    color: #0099e1;
    border-radius: 3px;
    padding: 4px 6px 2px;
	cursor: pointer;
}
.item-box .apply-cpn-box .info-box .info dl dd{
	padding-left: 100px;
	color: #fff;
	cursor: pointer;
}
.item-box .apply-cpn-box .list-box{
	margin-left: 33.3333%;
}
.item-box .apply-cpn-box .list-box .yewu-list{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.item-box .apply-cpn-box .list-box .yewu-inner{
	margin:15px;
	padding: 40px 0 20px;
	background: #fff;
	border:1px solid #595757;
	cursor: pointer;
}
.item-box .apply-cpn-box .list-box .yewu-inner .img{
	width: 111px;
	height: 111px;
	margin: 0 auto;
	line-height: 111px;
	margin-bottom: 15px;
}
.item-box .apply-cpn-box .list-box .yewu-inner .text{
	color: #727171;
	font-size: 16px;
	font-weight: 600;
}
.item-box .apply-cpn-box .list-box .list-box-wrap{
	margin-left: 15px;
}
.home-goods-wrap .r-box .r-box-list.md .r-list-inner{
	height: 450px;
	padding-bottom: 0;
	background-size: cover!important;
	/*position: relative;*/
	/*text-align: center;*/
	cursor: pointer;
}
.home-goods-wrap .r-box .r-box-list.md .r-list-inner .game-tit{
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 50px;*/
	color: #3e3a39;
	font-size: 18px;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 13px;
}
.home-goods-wrap .r-box .r-box-list.md .r-list-inner .game-info{
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 25px;*/
	color: #727171;
	margin-left: 20px;
	margin-top: 3px;
    margin-bottom: 7px;
    line-height: 14px;
}
.home-hangye{
	padding: 60px 0 80px;
}
.item-main-home-wrap{
	margin-top: 40px;
	padding-bottom: 20px;
}
.item-main-home-wrap .home-yewu-list{
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.item-main-home-wrap .home-yewu-list .img{
	width: 142px;
	height: 142px;
	margin: 0 auto;
}
.item-main-home-wrap .home-yewu-list .tit{
	font-size: 19px;
	color: #3e3a39;
	font-weight: 600;
	margin-top: 23px;
	margin-bottom: 50px;
}
.item.home .layout-whyme .whyme-list .whyme-list-inner .img{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.item.home .layout-whyme .whyme-list .whyme-list-inner .text{
	background:#fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.home.item .layout-whyme{
	padding: 0 12px 30px;
}

/*home end*/

/*liucheng v2*/

.item-bgimg.liucheng-v2{
	position: relative;
	width: 1057px;
	margin:0 auto;
}
.text-box-liucheng{
	height: 539px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 451px;
}
.text-box-liucheng.text-box-liucheng-l{
	left: 0;
}
.text-box-liucheng.text-box-liucheng-r{
	right: 0;
}
.item-bgimg.liucheng-v2 .v2-tit{
	line-height: 40px;
	color: #fff;
    font-size: 17px;
}
.text-box-liucheng .v2-text{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    line-height: 1.4;
}
.text-box-liucheng.text-box-liucheng-l .v2-text{
	color: #0099e1;
}
.text-box-liucheng.text-box-liucheng-l .text1{
	left: 89px;
    right: 90px;
    top: 95px;
}
.text-box-liucheng.text-box-liucheng-l .text2{
	top: 172px;
    left: 63px;
    right: 297px;
}
.text-box-liucheng.text-box-liucheng-l .text3{
	top: 172px;
    left: 179px;
    right: 180px;
}
.text-box-liucheng.text-box-liucheng-l .text4{
	top: 172px;
    right: 63px;
    left: 296px;
}
.text-box-liucheng.text-box-liucheng-l .text5{
	top: 227px;
    left: 80px;
    right: 80px;
}
.text-box-liucheng.text-box-liucheng-l .text6{
	top: 283px;
    left: 80px;
    right: 80px;
}
.text-box-liucheng.text-box-liucheng-l .text7{
    top: 339px;
    left: 80px;
    right: 80px;
}
.text-box-liucheng.text-box-liucheng-l .text8{
	top: 396px;
    left: 63px;
    right: 237px;
}
.text-box-liucheng.text-box-liucheng-l .text9{
	top: 396px;
    right: 63px;
    left: 236px;
}
.text-box-liucheng.text-box-liucheng-l .text10{
	top: 452px;
    left: 63px;
    right: 237px;
}
.text-box-liucheng.text-box-liucheng-l .text11{
    top: 452px;
    right: 63px;
    left: 236px;
}
.text-box-liucheng.text-box-liucheng-r .v2-text{
	color: #e45550;
}
.text-box-liucheng.text-box-liucheng-r .text1{
	top: 93px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text2{
	top: 152px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text3{
	top: 212px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text4{
    top: 272px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text5{
	top: 332px;
    left: 60px;
    right: 56px;
    color: #fff;
}
.text-box-liucheng.text-box-liucheng-r .text6{
	top: 392px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text7{
	top: 452px;
    left: 60px;
    right: 56px;
    color: #fff;
}

/*liucheng v2 end*/






@media (min-width: 768px){
	.container {
	    width: 750px;
	}
}

@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}

@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
    .home-goods-wrap .r-box{
        width: 838px;
    }

}

@media (min-width: 1360px){
	.full-page .container{
	    width: 1300px;
	}
	.container {
	    width: 1200px;
	}
	.home-goods-wrap .r-box{
		width: 868px;
	}
}



.top-category .top-category-wrap .top-category-inner{
	margin-top: 0;
}
.top-category .top-category-wrap .cate-list .one {
    height: 80px;
    line-height: 80px;
    font-size: 15px;
}
.header-top-v2{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
}
.header-top-v2 .header-top-t{
	background: transparent;
	transition: background .2s;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
}
.header-top-v2:hover .header-top-t,.header-top-v2.hover .header-top-t{
	/*background: rgba(0,0,0,0.5);*/
	background: #2b3033;
}
.header-top-v2:hover a{
	color: #fff;
}
.header-top-v2 a{
	color: #fff;
}
.quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list a{
	color: #222;
	position: relative;
    padding-right: 16px;
    margin-bottom: 7px;
    display: block;
    float: left;
    margin-right: 15px;
}
.quick-cate-main-inner .quick-cate-main-box .quick-cate-main-list a .hot{
	position: absolute;
    color: red;
    font-size: 25px;
    top: -16px;
    right: -10px;
}
.header-top-v2 .top-category .top-category-wrap .cate-list .one{
	padding: 0 35px;
}
.top-category .top-category-wrap .cate-list{
	position: relative;
}
.top-category .top-category-wrap .cate-list:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #36a5ff;
    opacity: 0;
    filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
}
.top-category .top-category-wrap .cate-list a{
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
}
.top-category .top-category-wrap .cate-list:hover a,.top-category .top-category-wrap .cate-list.hover a{
	color: #2db5ff;
}
.top-category .top-category-wrap .cate-list:hover:after,.top-category .top-category-wrap .cate-list.hover:after{
	opacity: 1;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}



.item-main-2-wrap.yxd .w-list .w-20{
	width: 25%;
	float: left;
}
.item-main-2-wrap.yxd .w-list .w-20 .w-inner {
    background: #fff;
    margin: 15px 35px;
    padding: 35px 0;
    box-shadow: 1px 1px 2px 2px #ababab;
    text-align: center;
    border-radius: 12px;
    transition: .2s;
    cursor: pointer;
    height: 400px;
}
.item-main-2-wrap.yxd .w-list .w-20 .w-inner:hover{
	box-shadow: 4px 4px 18px #929292;
}
.item-main-2-wrap.yxd .w-list .w-20 .w-inner .img{
	width: 94px;
	height: 94px;
	margin: 0 auto;
}
.item-main-2-wrap.yxd .w-list .w-20 .w-inner .info {
    color: #222;
    font-size: 13px;
    margin-top: 20px;
    min-height: 57px;
    padding: 15px;
    line-height: 25px;
    padding-left: 20px;
}
