.wrap1200 {
    width: 1200px !important;
    margin: 0 auto;
}
.T{
	text-align: center;
    font-size: 27px;
    color: #5c5c5c;
    padding: 40px 0 50px;
    line-height: 27px;
	font-weight:normal;
	}
.T	h2{
	display: inline-block;	
	margin:0 10px;
	}
.service {
	width: 100%;
	min-width: 1240px;
	height: 678px;
	float: left;
	background-color: #f5f5f5;
}
.service-tit {
	width: 100%;
	text-align: center;
	color: #555;
	padding-bottom: 40px;
}
.service-tit h3 {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	margin-top: 80px;
}
.service-tit .txt {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.service-tit .tit {
	font-size: 30px;
	line-height: 1.5em;
}
.service-tit .line {
	margin-top: 20px;
}
.service-tit .line i {
	display: block;
	width: 44px;
	height: 2px;
	background-color: #ccc;
	margin: 0 auto;
}
.service-tit .md-tit {
	display: none;
}
.wk_service_list {
	width: 1200px;
	margin: 0 auto;
	height: 300px;
}
#server-wrap {
	width: 1200px;
	margin: 0 auto;
	height: 300px;
	position: relative;
	background-color: #FFF;
}
#server-wrap .slick-prev {
	background-image: url(../images/prev.png);
	width: 19px;
	height: 35px;
	left: inherit;
	right: -40px;
}
#server-wrap .slick-prev:before, #server-wrap .slick-next:before {content: '|'}

#server-wrap .slick-next {
	background-image: url(../images/next.png);
	left: -40px;
	width: 19px;
	height: 35px;
}
#server-wrap .server-item {
	width: 239px;
	height: 300px;
	float: left;
	text-align: center;
	border-right: 1px solid #F2F2F2;
}
.server-item .tit {
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
}
.server-item .icon {
	display: block;
	width: 142px;
	height: 142px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 35px auto;
	border-radius: 3px;
}
/*
.server-item .icon_gw {
	background-color: #2C3E50;
}
.server-item .icon_mh {
	background-color: #3498DB;
}
.server-item .icon_app {
	background-color: #FE7C60;
}
.server-item .icon_rj {
	background-color: #F8C82D;
}
.server-item .icon_pt {
	background-color: #836AFF;
}
*/
.server-item .txt {
	color: #666;
	padding: 0 40px;
	line-height: 20px;
}	
	
.bd .bbox .text {
    width: 416px;
    float: right;
    padding: 60px 75px 0 0;
    line-height: 2em;
    font-size: 18px;
	text-align: left;
}
.p2 ul li {
	width:49%;
	margin-right:2%;
}
.p2 ul li:nth-child(2n){
	margin-right:0;
}

.p2 ul li .number{
	width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 37px;
    color: #fff;
    background: url(/skin/images/5.jpg) no-repeat;

}
.p2 ul li .tit{
	width:450px;
	height: 100px;
    vertical-align: top;
    line-height: 26px;
    font-size: 16px;
	text-align: left;
    margin-left: 20px;
}
.tit .t{
	font-size: 25px;
    color: #1db11d;
	text-align:center;
}
.tit  p:nth-child(2n){
	font-size:18px;
	line-height:28px;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
	.Nav{
		display:none;
	}

	#closed{
		display:none;
	}

.news {
	width: 100%;
	min-width: 1240px;
	float: left;
	padding-bottom: 40px;
	background: #f5f5f5;
}
.news h3 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding: 45px 0;
	color: #555;
	background: url(../images/h3-bg1.png) no-repeat center center;
}
.wk_news-list {
	width: 1200px;
	/*height: 310px;*/
	margin: 0 auto;
}
#news-wrap {
	width: 1200px;
}
#news-wrap .slick-track {
	width: 1240px;
}
#news-wrap .slick-prev {
	background-image: url(../images/prev.png);
	width: 19px;
	height: 35px;
	left: inherit;
	right: -40px;
}
#news-wrap .slick-prev:before, #news-wrap .slick-next:before {
	content: "/";
}

#news-wrap .slick-next {
	background-image: url(../images/next.png);
	left: -40px;
	width: 19px;
	height: 35px;
}
.news-item {
	width: 355px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 45px 0 0;
}
.news-item .img {
	width: 370px;
	height: 220px;
}
.news-item .img img {
	float: left;
	width: 100%;
	height: 100%;
}
.news-item .time {
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #000;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
}
.news-item .tit {
	color: #222;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0;
}
.news-item .tit span a {
	height: 30px;
	font-size: 14px;
	color: #FFF;
	background: #36af60;
	padding: 3px 8px;
	margin-right: 8px;
}
.news-item .txt {
	color: #888;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.news-item .link {
	padding-top: 15px;
}
.news-item .link a {
	color: #FF7420;
}	

.wk_partner {
	width: 100%;
	min-width: 1240px;
	float: left;
	padding-bottom: 60px;
	background: #FFF;
}
.wk_partner h3 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding: 45px 0;
	color: #555;
	background: url(../images/h3-bg1.png) no-repeat center center;
}
.wk_partner_list {
	width: 1200px;
	margin: 10px auto;
}
.wk_partner_list table {
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
}
.wk_partner_list table td {
	width: 238px;
	height: 138px;
	border: 1px solid #e6e6e6;
}
.wk_partner_list table td .wk_partner_box {
	width: 170px;
	height: 100px;
	padding: 19px 34px;
	position: relative;
	z-index: 1;
}
.wk_partner_list table td .wk_partner_box2:hover {
	border: 8px solid #f6f6f6;
	padding: 11px 36px;
}
.wk_partner_box .wk_cont1 {
	width: 170px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 34px;
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.wk_partner_box .wk_cont2 {
	width: 170px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 19px;
	left: 34px;
	z-index: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.wk_partner_box:hover .wk_cont1 {
	transform: rotateY(180deg);
	z-index: 1;
alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.wk_partner_box:hover .wk_cont2 {
	transform: rotateY(360deg);
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.wk_partner_box:hover .wk_cont2 {
	z-index: 2;
}
.wk_partner_box .wk_cont1 {
	transition: all .5s linear 10ms;
}
.wk_partner_box .wk_cont2 {
	transition: all .5s linear 10ms;
}
.banner {
	overflow: hidden;
	width: 100%;
	min-width: 1240px;
	min-height: 200px;
	position: relative;
	background: #FFF no-repeat top center;
	margin-top: 0;
	float: left;
}
.banner div {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.banner .slick-prev {
	display: none;
}

.text1{
	color:#fff;
	font-size:34px;
	font-weight:bold;
	margin:0px 0 35px 40px;
	padding-top:100px;
}
.text2{
	color:#fff;
	font-size:24px;
	margin:0 0 66px 40px;
	line-height: 1.5;	
}
.zx a{
	border-radius:5px;
	border:1px solid #fff;
	padding:20px 50px;
	margin-left:40px;
	color:#fff;
}

.slick-next {
	right: 20px;
	background-color: #CCC;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.slick-prev {
	left: 20px;
	background-color: #CCC;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.slick-prev:hover, .wrap .slick-prev:focus {
	background-color: #CCC;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.slick-next:hover, .wrap .slick-next:focus {
	background-color: #CCC;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-loading .slick-list {
	background: #FFF url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-dots {
	position: absolute;
	bottom: 45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: transparent;
	border: 2px #36af60 solid;
	outline: none;
	background: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
	background-color: #F60;
}

.icon_gw {
	background-repeat: no-repeat;
	background-image: url(../images/11.png);
}
.icon_mh {
	background-repeat: no-repeat;
	background-image: url(../images/22.png);
}
.icon_app {
	background-repeat: no-repeat;
	background-image: url(../images/33.png);
}
.icon_rj {
	background-repeat: no-repeat;
	background-image: url(../images/44.png);
}
.icon_pt {
	background-repeat: no-repeat;
	background-image: url(../images/55.png);
}
.icon_cs {
	background-repeat: no-repeat;
	background-image: url(../images/icon_cs.png);
}
.icon_fx {
	background-repeat: no-repeat;
	background-image: url(../images/icon_fx.png);
}
.icon_jh {
	background-repeat: no-repeat;
	background-image: url(../images/icon_jh.png);
}
.icon_jiaohu {
	background-repeat: no-repeat;
	background-image: url(../images/icon_jiaohu.png);
}
.icon_jy {
	background-repeat: no-repeat;
	background-image: url(../images/icon_jy.png);
}
.icon_lt {
	background-repeat: no-repeat;
	background-image: url(../images/icon_lt.png);
}
.icon_ph {
	background-repeat: no-repeat;
	background-image: url(../images/icon_ph.png);
}
.icon_ruanjian {
	background-repeat: no-repeat;
	background-image: url(../images/icon_ruanjian.png);
}
.icon_sj {
	background-repeat: no-repeat;
	background-image: url(../images/icon_sj.png);
}
.icon_ty {
	background-repeat: no-repeat;
	background-image: url(../images/icon_ty.png);
}
.icon_yjjh {
	background-repeat: no-repeat;
	background-image: url(../images/icon_yjjh.png);
}
.icon_zy {
	background-repeat: no-repeat;
	background-image: url(../images/icon_zy.png);
}

.clear {
	clear: both;
}









/*手机*/

@media screen and (max-width:640px) {
	
    body {
        min-width:100%;
    }	
	#week_nav{
		min-width: 100%;
		position:relative;
		height: auto;
	}
	#hd #week_nav .wk_navwp{
		width: 100%;
	}
	.wk_lonav{
		width: 100%;
		height:auto;
		float: none;
	}	
	.wk_logo{
		width:180px;
	}
	.wk_logo .week_logo img{
		width: 100%;
		margin: 8px 0;
	}
	.wk_hscbar{
		display:none;
	}
	.wk_inav{
		float: none;
		width: 100px;
		height: auto;
		background:#000;
		position:absolute;
		top:0;
		right:0;
		z-index:999;
		display:none;
		background: rgba(51, 159, 88, 0.9);
		height:100vh;
	}
	.nav{
		width:100%;
		height: auto;
		float: none;
	}
	.nav li{
		float: none;
		height: 40px;
		text-align:center;
	}
	.nav li a{
	height: 40px;
    line-height:40px;
	padding:0 18px;
	}
	.wp{
		width:100% !important;
	}
	#hd{
		height:auto !important;
	}
	
	.wk_idl{
		float: none;
		height: auto;
		display: none;
	}
	.text1{
		margin: 0 0 35px 10px;
		padding-top: 50px;
		font-size: 30px;
	}
	.text2{
		margin-left:10px;
		font-size: 20px;
	}
	.zx a{
		margin-left:10px;
	}
	.wrap1200{
		width: 100% !important;
	}
	.banner{
		min-width:100%;
	}
	.banner div{
		height: 480px;
		width:100%;
		background-size: auto 100%;
		background-position:-580px;
	}
	.wk_slid{
		display:none;
	}
	.service{
		min-width:100%;
		height: auto;
	}
	.service-tit h3 {
		font-size: 30px;
		line-height: 30px;
		margin-top: 30px;
	}
	.service-tit .txt {
		font-size: 14px;
		line-height: 2em;
		margin-top: 20px;
	}	
	.service-tit .tit {
		font-size: 24px;
	}
	.wk_service_list{
		width: 100%;
		height:auto;
	}
	#server-wrap {
		width: 100%;
		height: auto;
		background-color: #FFF;
	}
	.T {
		font-size: 17px;
		line-height: 27px;

	}
	.T  img{
		height:17px;
	}
	.fl{
		float:none;
	}
	.fr{
		float:none;
	}	
	.bd .bbox .text{
		float:none;
		width: auto;
        padding:0;
	}

	.slideTxtBox .bd ul img{
		max-width:100%;

	}
	.p2 ul li{
		width:100%;
		margin-bottom:20px;
	}
	.p2 ul li .number{
		margin:0 auto 10px;
	}
	.p2 ul li .tit {
		width: auto;
		height: 100px;
		margin-left: 0;
		text-align: center;
	}
	.tit p:nth-child(2n) {
		font-size: 16px;
		text-align:center;
	}
	.news{
		min-width:100%;
	}
	.wk_index100{
		min-width:100%;
		height: auto;
		padding: 0 10px;
		box-sizing: border-box;	
	}
	.wk_news-list{
		width:100%;
	}
	.wk_index1200{
		width:100%;
		height: auto;
	}
	.wk_indexnews{
		width:100%;
		float: none;
	}
	.wk_index_news01{
		width:100%;
		height: auto;
	}
	.wk_index_news_t2{
		width:100%;
		height:auto;
	}
	.wk_index_news_t2 dl{
		height:auto;
	}
	.wk_index_news_t2 dl dd{
		height: auto; 
		width: auto;
	}
	.wk_index_news_t2 dl dt{
		width:100%;
	}
	.wk_index_news_t2 dl dd.m{
		width:100%;
	}
	.wk_index_news_t2 dl dd.m img{
		width:100%;
		height:auto;
	}
	.wk_partner{
		min-width:100%;
	}
	.wk_partner_list{
		width:100%;
	}
	.wk_partner_list table td{
		width:19%;
		height:auto;
	}
	.wk_partner_list table td .wk_partner_box{
		width:100%;
		height:50px;		
		padding:0;
	}
	.wk_partner_box .wk_cont1{
		width:100%;
		height: 50px;
		position: static;
	}
	.wk_partner_box .wk_cont1 a img{
		width:100% !important;
		height: 50px !important;
	}
	.wk_partner_box .wk_cont2{
		width:100%;
		height: 50px;
		position: static;		
	}
	.wk_partner_box .wk_cont2 a img{
		width:100% !important;
		height: 50px !important;
	}	
	.wk_partner_list table{
		width: 100vw;
	}
	#wk_ft,.week_foot,.wk_footer{
		width:100%;
		min-width: 100%;
		padding:0 10px;
		box-sizing:border-box;
	}
	
	.week_fwp{
		width:100%;
	}
	.week_foot-about,.week_foot-contact,.week_foot-tel{
		float:none;
		width:100%;
	}
	
	.week_foot-contact{
		margin-left:0;
	}
	.week_foot-contact-other{
		display:none;
	}
	.week_foot-contact-item{
		height: auto; 
	}
	.Nav{
		display:block;
		position: absolute;
		right: 0;
		width: 25px;
		padding:15px
		
	}
	#closed{
		display:block;
		height:30px;
		padding: 10px 0 10px 10px;
	}
	#mn_P3{
		display:none;
	}
	
	/*??*/
	.wk_list_box{
		min-width:100%;
		height: 150px;
	}	
	.ct2 .mn{
		width:100%;
		float:none;
	}
	.wk_content_right_m{
		
	}
	.wk_tidings_main{
		float:none;
		height:auto;
	}
	.wk_tidings_img{
		float:none;
	}
	.wk_tidings_img a{
		display:block;
	}
	.wk_tidings_img img{
		width:100%;
		border:0px;
		border-radius: 5px;
	}
	.wk_tidings_main_name,.wk_tidings_main_cnt,.wk_tidings_main_more{
		float:none;
		width:100%;
	}
	
	.ct2 .sd{
		display:none;
	}
	.wk_tidings_m{
		padding: 0 2%;
	}
	
	.wk_tidings_main_cnt2{
		width:100%;
		height:auto;
	}
	/**/
	.week-case{
		width:100%;
	}
	.week-case_con dl{
		width:47%;
		margin:0 1.5%;
		height: 320px;
	}
	.week-case_con dl dd{
		height: 120px;
	}
	.week-case_con dl dt{
		height:auto;
	}
	/**/
	.wk_bm_wc ul li{
		width:100%;
		float:none;
		box-sizing: border-box;
	}
	.wk_news_box{
		min-width:100%;
	}
	.wk_portalhead_bg{
		width:100%;
	}
	.wk_sxy{
		display:none;
	}
	.bm{
		padding:0 10px;
	}
	#article_content img{
		width:100% !important;
		height:100% !important;
	}
	#article_content p {
   text-indent: 0;
	}
	.wk_blog_tab ul li{
		width: 25%;
		float: left;
		display:block;
		line-height: auto;		
	}
	.wk_blog_tab ul li a{
		margin: 0;
	}
	
	#server-wrap .server-item{
		width: 33%;
		height:230px;
	}

	.server-item .icon{
		width:100px;
		height:100px;
	}
	h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
	}
	.p3 ul li{
		text-align:center;
	}
	
	#news-wrap{
		width:100%;
	}
	
	.news-item{
		margin-right:0;
		width:100%;
		float:none;
	}
	
	
	}	