﻿body{
	font-family:"Microsoft Yahei","Simsun","Arial","verdana";
	font-size: 62.5%;
	-webkit-font-smoothing:antialiased;
}
ul,li{
	list-style: none;
	padding:0;
}
a,a:hover{
	text-decoration: none;
}

/* 清理浮动 */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix:after{zoom:1;}
.clear{clear: both;}
/*navbar*/
@media screen and (min-width: 1200px) {
	#nav-container{
		width: 1300px;
		overflow: hidden;
	}
}
.navbar-default{
	background: #fff;
	border:0 none;
}
.sy-tel{
	background: #fff; padding-top: 42px;
}
.sy-tel img{float: left;}
.navbar{
	height: 104px;
	/*line-height: 104px;*/
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.navbar-brand{
	width: 410px;
	height: 104px;
	line-height: 104px;
	padding: 0;
}
.navbar-brand img{
	display: inline-block;
	margin-right: 25px;
}
.navbar-brand i{
	font-style: normal;
	font-size: 1.2rem;
	color: #787878;
	padding-left: 10px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border-left: 1px #ddd solid;

}
.navbar ul{float: right; padding: 0; margin: 0;}
.navbar ul li{
	float: left;
	position: relative;
	height: 104px;

}
.navbar ul li a{
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	height: 104px;
	line-height: 104px;
	padding-left: 25px;
	padding-right: 25px;
	color: #5c5c5c;
}
.navbar ul li a:hover{
	background: #009cdb url(http://zhongkeshunhangkeji.top/images/icon00.jpg) 90px center no-repeat;
	color: #fff;
}
.navbar ul li.current a{
	background: #009cdb;
	color: #fff;

}

.sy-tel{ display:none;}
.sy-tel em{
	font-size: 1.5rem;
	color: #474747;
	font-style: normal;
	padding-left: 5px;
}
.navbar-toggle{
	margin-top: 50px;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
	z-index: 9999;
}
@keyframes slideDown{0%{transform:translateY(-104px)}100%{transform:translateY(0)}}
@-o-keyframes slideDown{0%{transform:translateY(-104px)}100%{transform:translateY(0)}}
@-webkit-keyframes slideDown{0%{transform:translateY(-104px)}100%{transform:translateY(0)}}
@-moz-keyframes slideDown{0%{transform:translateY(-104px)}100%{transform:translateY(0)}}
@keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-104px)}}
@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-104px)}}
@-o-keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-104px)}}
@-moz-keyframes slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-104px)}}
.headroom.headroom--pinned {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}
.headroom.headroom--unpinned{
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}
.headroom {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*导航下拉*/
.navbar .sub-nav-menu{
	position: absolute;
	left: 0;
	top: 104px;
	width: 100%;
	background: #fff;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-webkit-transition: all linear .2s;
	z-index: 99999;
	padding-bottom: 15px;
	box-shadow: 1px 1px 5px #979696;
	-webkit-box-shadow: 1px 1px 5px #979696;
	-moz-box-shadow: 1px 1px 5px #979696;
	-ms-box-shadow: 1px 1px 5px #979696;
}
.navbar ul li:hover .sub-nav-menu {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
}
.navbar .sub-nav-menu a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 28px;
	padding-right: 0;
	color: #666;
	font-weight: normal;
	font-size: 1.16rem;
	background: #fff url(http://zhongkeshunhangkeji.top/images/sub-icon.jpg) 15px center no-repeat;
}
.navbar .sub-nav-menu a:hover{
	color: #009cdb;
	background: #fff url(http://zhongkeshunhangkeji.top/images/sub-icon.jpg) 15px center no-repeat;
}

.navbar ul li.current .sub-nav-menu a{
	background: #fff url(http://zhongkeshunhangkeji.top/images/sub-icon.jpg) 15px center no-repeat !important;
	color: #666;
}
@media screen  and (max-width: 1280px) {
.carousel{
	margin-top: 104px;
}}
@media screen and (max-width: 1200px) {
	.navbar ul li a{ padding:0 18px;}
	.sy-tel{ display:none;}
	}


@media screen and (max-width: 992px) {
	#nav-content{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
     .navbar-brand{ margin-left:0 !important;}
	.navbar ul li a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar ul li a:hover{
	background-color: #009cdb;
	background-image: none;
    }
	.navbar-brand{
		width: 340px;
	}
	.navbar .sub-nav-menu a{
		
	}
	.navbar .sub-nav-menu a:hover{background: none;}
	.carousel-indicators li{ width:24px;}
	.carousel-indicators .active{ width:18px;}
	.sy-news-list{ padding-left:15px !important;}
}
@media screen and (max-width:900px) {

.navbar-brand{width: 320px;}
	
.navbar-brand img{margin-right: 5px;}
.navbar-brand i{padding-left: 5px;}
.sy-tel{display: none;}
.navbar ul{float: none;}
.navbar ul li a{
	padding-left: 8px;
	padding-right: 8px;
}
}

@media screen and (max-width: 767px) {
	#bs-example-navbar-collapse-1{ height:387px !important; overflow-y:auto;}
	.navbar{height: 104px; z-index: 9999;}
	.navbar ul {float: none; background: #fff;}
	.navbar ul li{
		float: none;
		z-index: 9999;
		margin-right: 0;
		height: auto;
	}
	.navbar ul li a{
		height: 40px;
		line-height: 40px;
	}
	.navbar-brand{width: 300px; margin-left:12px !important;}
	.navbar-brand i{
		display: none;
	}
	.navbar .sub-nav-menu{overflow:hidden !important; position:static !important;
	left: 0 !important;
	top: 0px !important;
	width: 100% !important;
	
	background: #fff !important;
	transform: scale(1,1) !important;
	-webkit-transform: scale(1,1) !important;
	-moz-transform: scale(1,1) !important;
	opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	-ms-opacity: 1 !important;
		
	}
	.sub-nav-menu a{ width:50% !important; float:left !important; padding-left:30px !important; text-align:left !important;}

}
@media screen and (max-width: 767px) {
.navbar-brand{ width:180px;}
	}
/*新闻中心*/
.sy-news{
	padding-top: 88px;
	padding-bottom: 105px;
}

.public-title{
	padding-bottom: 70px;
}
.public-title h3{
	color: #009cdb;
	font-size: 3.0rem;
	padding-bottom: 22px;
	font-weight: bold;
}
.public-title p{
	color: #999;
	font-size: 1.2rem;
}
.sy-news-list{
	padding-left: 40px;
	border-right: 1px #d5d5d5 dashed;
}
@media screen and (max-width: 767px) {
	.sy-news-list{border:0; width:80%; margin:0 auto; float:none;}	
	.sy-news-list img{ margin:0 auto; width:100%;}
}
@media screen and (max-width: 640px){ 
     .sy-news-list{width:86%;}
}
@media screen and (max-width: 480px){
	.sy-news-list{width:92%;}
	}
@media screen and (max-width: 360px){ 
     .sy-news-list{width:100%;}
}
#br0{border-right: 0 none;}
.sy-news-list ul{
	padding-top: 35px;
}
.sy-news-list ul li{
	height: 18px;
	margin-bottom: 18px;
	line-height: 18px;
	padding-left: 5%;
	background: url(http://zhongkeshunhangkeji.top/images/corcle0.jpg) left center no-repeat;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.sy-news-list ul li a{
	color: #666;
	font-size: 1.4rem;
}
.sy-more{
	width: 45px;
	height: 16px;
	display: block;
	 padding:0;
}
@media screen and (min-width:768px) and (max-width:900px) {
	.sy-news-list ul li{
		margin-bottom: 15px;
		padding-left: 3%;
	}
	.sy-news-list ul li a{font-size: 1.2rem;}
}

@media screen and (max-width: 767px) {
	.sy-news{
		padding-top: 50px;
	}
	.public-title{
		padding-bottom: 30px;
	}
	.sy-more{
		margin-bottom: 35px;
	}
}



/*解决方案*/
.programme-bg{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #f9f7f7;
	border-top: 1px #dddddd solid;
}
.programme-list{
	padding:0 20px;
	margin-bottom: 30px;
}
.programme-list2{
	background: #fff;
	padding: 40px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 5px #bcbcbc;
	-webkit-box-shadow: 0 0 5px #bcbcbc;
	-moz-box-shadow: 0 0 5px #bcbcbc;
	-ms-box-shadow: 0 0 5px #bcbcbc;
}
.programme-list2 img{float: left; width: 25%;}
.programme-list2 span{
	display:block;
	width: 65%;
	

}
.programme-list2 span h4{
	color: #8ac255;
	font-size: 1.8rem;
	padding-bottom: 25px;
}
.programme-list2 span p{
	color: #666;
	font-size: 1.2rem;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
.programme-list2 img{float: left; width: 40%;}
.programme-list2 span{
	display:block;
	width: 55%;
	

}
.programme-list2 span h4{
	padding-bottom: 15px;
}
.programme-list2 span p{
	color: #666;
	font-size: 1.2rem;
	line-height: 20px;
}
}
/*产品服务*/
.g_more{width: 104px;height: 30px;display: inline-block;background-color: rgb(245, 245, 245);font-size: 15px;text-transform: uppercase;text-align: center;border: 1px solid #009fb9;line-height: 30px; color:#009fb9;}
.g_more:hover{ background-color:#009fb9; color:#fff; border:1px solid #009fb9;}
.pro-service-bg{
	width: 100%;
	background-image: url(../image/bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.pro-service{
	padding-top: 60px;
}
.nav-tabs{
	width:100%;
	text-align: center;
	border-bottom: 0 none;
	padding-bottom: 70px;
}
.nav-tabs li{
	display: inline-block;
	float: none;
	line-height: 39px;
	height: 39px;
	margin-right: 25px;
}
.nav-tabs > li > a {
	margin-right: 0;
	display: inline-block;
	border: 0 none;
	border-radius:0;
	padding-left: 30px;
	padding-right: 30px;
	background: #ededed;
	font-size: 1.6rem;
	color: #666;
	text-align: center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #fff;
cursor: pointer;
background-color: #8ec31f;
border: 0 none;
}
.tab-pane{
	padding-left: 60px;
	padding-right: 60px;
}
.tab-pane img {float: left; padding-right: 50px;}
.tab-pane span{
	width: 60%;
	display: inline-block;

}
.tab-pane span h4{
	color: #666;
	font-size: 2.4rem;
	padding-top: 20px;
	padding-bottom: 40px;
}
.tab-pane span p{
	color: #989898;
	font-size: 1.4rem;
	line-height: 36px;
}
@media screen and (max-width: 1200px) {
	.tab-pane img{ display:block; margin:0 auto; padding-right:0; float:none;}
	.tab-pane span{ width:100%; float:none; display:block;}
	}
@media screen and (max-width: 700px) {
	.nav-tabs{width: 100%; text-align:center; padding-bottom: 20px;}
	.nav-tabs li {
		float: left;
		display: block;
		width: 24%;
		margin-bottom: 15px;
		margin-right: 5px;
	}
	.nav-tabs > li > a {
    text-align: center;
    display: block;
    width: 100%;
	}
}

@media screen and (min-width: 451px) and (max-width: 650px) {
	.tab-pane{ padding:0 0;}
	.nav-tabs li {
		float: left;
		display: block;
		width: 40%;
		margin-right: 25px;
	}
}
@media screen and (max-width: 450px) {
	.nav-tabs li {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.nav-tabs > li > a {
    text-align: center;
    display: block;
    width: 100%;
	}
}
@media screen and (min-width:360px) and (max-width:767px) {
	.tab-pane img{display: none;}
	.tab-pane span{width: 100%;}
	.tab-pane span h4{text-align:center; padding-top: 0;}
	.tab-pane span p{line-height: 25px;}

}

/*关于我们*/
.sy-about-bg{
	width: 100%;
	padding-bottom: 50px;
	background-image: url(../image/bg3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sy-about{padding: 0 85px 0 25px;}
.sy-about-img{padding-top: 136px;}
.sy-about-list{padding-top: 136px;}
.sy-about-list h4{
	color: #009cdb;
	font-size: 2.8rem;
	height: 110px;
	line-height: 110px;
	font-weight: bold;
	padding-bottom: 45px;
	position: relative;
}
.sy-about-list h4::after{
	position: absolute;
	left: 0;
	bottom:0;
	content: "";
	width: 26px;
	height: 1px;
	background: url(http://zhongkeshunhangkeji.top/images/ab-line.jpg) left bottom no-repeat;

}
.sy-about-list p{
	color: #858585;
	font-size: 1.4rem;
	line-height: 32px;
}
.ab-more{
	display: block;
	margin-top: 59px;
	width: 175px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 2.0rem;
	padding-left: 25px;
	background: url(../image/ab-more.jpg) no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.sy-about-list{padding-top: 80px;}
	.sy-about-list p{line-height: 28px;}
}
@media screen and (max-width: 768px) {
	.sy-about{padding:0 20px;}
	.sy-about-list h4{
		padding-bottom: 10px;
		height: 50px;
		line-height: 50px;
	}
	.sy-about-list p{
		line-height: 25px;
	}
}
@media screen and (min-width: 360px) and (max-width: 767px) {
	.sy-about-img{display: none;}
	.sy-about-list{width: 100%;}
	.sy-about-list h4{text-align:center;}
	.sy-about-list h4::after{
		left:45%;
	}
}
@media screen and (max-width: 360px) {
	.sy-about-img{display: none;}
	.sy-about-list{width: 100%;}
	.sy-about-list h4{text-align:center;}
	.sy-about-list h4::after{
		left:45%;
	}
	}
/*成功方案*/
.sucessful-program{
	background-color: #e6f1fd;
	padding-top: 60px;
}
.swiper-container{
	padding-left: 0;
	padding-right: 0;
}
.success-program{
	float: left;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 60px;

}
.success-program em{
	font-style: normal;
	height: 62px;
	line-height: 62px;
	background-color: #fff;
	display: block;
	box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	-moz-box-shadow: 0 3px 3px #ccc;
	-ms-box-shadow: 0 3px 3px #ccc;
}
.success-program em a{color: #666; font-size: 1.6rem;}
.success-program em a:hover{color: #009cdb;}
.success-program img{
	box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	-moz-box-shadow: 0 3px 3px #ccc;
	-ms-box-shadow: 0 3px 3px #ccc;
	width: 100%;
}
.swiper-wrapper{
	margin-top: 0;
}
.sucessful-width{
	width: 1300px;
	position: relative;
	margin:0 auto;
	background-color: #e6f1fd;
}
@media screen and (max-width: 1001px){
	.sucessful-width{
		width: auto;
	}
}

/*合作伙伴*/
.sy-honor-title{
	padding-bottom: 70px;
}
.sy-honor-title h3{
	color: #009cdb;
	font-size: 3.0rem;
	padding-bottom: 22px;
	font-weight: bold;
}
.sy-honor-title p{
	color: #999;
	font-size: 1.2rem;
}
.honor-bg{
	width: 100%;
	padding-bottom: 50px;
	background-image: url(http://zhongkeshunhangkeji.top/images/honor-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sy-honor .row{
	margin-left: 0;
	margin-right: 0;
}
.sy-honor-list h5{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 25px;
}
.sy-honor-list ul li{
	float: left;
	width: 33.3%;
	padding-right: 3%;
	margin-bottom: 30px;
}
.sy-honor-more{
	width: 118px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 1.4rem;
	border:1px #fff solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.sy-honor-more:hover{color: #009cdb;}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.sy-honor-list ul li{
		margin-bottom: 5px;
	}
	.sy-honor-title{padding-bottom: 0;}
	.sy-honor-list h5{padding-bottom: 0;}
	.sy-honor-title h3{padding-bottom: 0;}
}
@media screen and (max-width: 360px) {
	.sy-honor-list ul li{
		width: 30%;
		padding-right: 2%;
		margin-bottom: 8px;
	}
}

/*招聘职位*/
.sy-recruit-bg{
	width: 100%;
	background: #f7f8fa;
	padding-top: 60px;
	padding-bottom: 60px;
}
.recruitment-post{width: 100%;}
.recruitment-post em{
	color: #999;
	font-size: 1.4rem;
	padding-right: 18px;
	font-style: normal;
}
.recruitment-form{margin-top: 21px;}
.recruit-list{
	height: 42px;
	line-height: 42px;
	margin-bottom: 18px;
}
.recruit-list,.recruit-list2{
	background: #fff;
	border:2px #e8e8e8 solid;
	padding-left: 15px;
	color: #999;
	font-size: 14px;
}
#h180{height: 165px;}
.recruitment-more{
	width: 175px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 2.0rem;
	display: block;
	margin:55px auto 0;
	background: url(http://zhongkeshunhangkeji.top/images/bt-submit.jpg) no-repeat;
	border:0 none;
}

/*内页公司简介*/
.ny-banner-bg{
	width: 100%;
}
#ny-banner-title{
	top: 30%;
	/*left: 5%;*/
}
.ab-contact{ display:none;}
@media screen and (max-width: 800px) {
	#ny-banner-title{top: 15%;}
}
@media screen and (max-width: 360px) {.carousel-caption{padding-top:0;}}
@media screen and (min-width: 361px) and (max-width: 767px) {
	#ny-banner-title{top: 0; padding-top: 5px;}
}

.ny-about{
	margin-top: 30px;
	margin-bottom: 70px;
}
.ny-left{
	padding-left: 0;
	padding-right: 0;
}
.ny-left-title{
	color: #000;
	font-weight: bold;
	font-size: 2.4rem;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
@media screen and (max-width: 360px) {
	.ny-left-title{
		font-size: 2.0rem; 
	}
}
.pro-class h6{
	color: #666;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 15px 50px 15px 0;
	text-align: right;
}
.pro-class li{
	width: 100%;
	position: relative;
	height: 30px;
	margin-bottom: 15px;
}
.pro-class li a{
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 1.4rem;
	position: absolute;
	left: 11px;
	z-index: 999;
	text-align: right;
	padding-right: 60px;
}

.pro-class li a:active{
	background:#d9f0fa url(http://zhongkeshunhangkeji.top/images/left-list2.jpg) right 0 no-repeat;
	color: #fff;
}
.pro-class li a:hover{
	background:#009cdb url(http://zhongkeshunhangkeji.top/images/left-list.jpg) right 0 no-repeat;
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.ny-left-title{
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.pro-class h6{
		padding-right: 20px;
	}
	.pro-class li a{padding-right: 30px; }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
	.pro-class li a{padding-right: 40px; }
}
@media screen and (min-width: 979px) and (max-width:999px) {
	.pro-class h6{
		padding-right: 20px;
	}
}
@media screen and (min-width: 361px) and (max-width: 760px) {
	.pro-class{ padding-left:20px;}
	.pro-class li{ margin-bottom:8px;}
	.pro-class h6{display: block; color:#000; font-size:1.5rem; text-align:left; font-weight:normal !important; display:inline-block; float:left; clear:both;padding: 0px 30px 0px 20px; margin:8px 0;}
}
/*ny-right*/
.ny-right{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 90px;
	border-left: 1px #a7a7a7 solid;
}
.ny-public-title{
	padding-bottom: 14px;
	border-bottom: 1px #cbcbcb solid;
	margin-bottom: 20px;
}
.ny-public-title h4{
	color: #009cdb;
	font-size: 2.0rem;
	font-weight: bold;

}
.ny-public-title em{
	font-style: normal;
	display: block;
	color: #999;
	font-size: 1.4rem;
}

.ny-right p{
	width: 100%;
	color: #666;
	line-height: 31px;
	font-size: 1.4rem;
}

.ab-img2{
	margin-top: 40px;
	margin-bottom: 50px;

}

.ab-contact span{
	display: block;
	float: left;
	width: 80%;
}
.ab-contact img{
	float: right;
	margin-top: 40px;
	width: 20%;
}
.ab-map{
	margin-top: 50px;
}
@media screen and (max-width: 360px) {
	.ny-left{display: none;}
	.ny-right{width: 100%;}
	#about-content {
		padding-left: 0;
		padding-right: 0;
	}
}
/*footer-one*/
.footer-bg-one{
	width: 100%;
	background: #29536c;
}
.foot-tel{padding-top: 70px;}
.footer-nav ul{
	border-left: 1px #416377 solid;
}
.footer-nav ul li{
	float: left;
	padding-left: 50px;
	padding-right: 30px;	
}
.footer-nav ul li h5{
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 38px;
	padding-top: 74px;
}
.footer-nav ul li a{
	display: block;
	color: #dadada;
	font-size: 1.2rem;
	padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
	.footer-nav ul li{
		padding-left: 30px;
		padding-right: 0;

	}
}
@media screen and (max-width: 360px) {
	.foot-tel{display: none;}
	.footer-nav ul{border:none;}
	.footer-nav ul li{
		padding-left: 10px;
		padding-right: 0;
		width:33.33%;
	}
	.footer-nav ul li h5{
		font-size: 1.2rem;
		padding-bottom: 15px;
	}
	.footer-nav ul li a{
		font-size: 1.0rem;
		padding-bottom: 10px;
	}
	.footer-nav ul li h5{padding-top: 20px;}

}

/*footer-two*/
.footer-two-bg{
	width: 100%;
	background: #1d3849;
	padding-top: 33px;
	padding-bottom: 33px;
}
.footer-two-nav{
	width: 50%;
	float: left;
}
.footer-contact{
	width: 35%;
	float: left;
}

.footer-top-two a{
	color: #fff;
	font-size: 1.2rem;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(http://zhongkeshunhangkeji.top/images/footer-line.jpg) right center no-repeat;

}
#ban{background: none;}
.footer-two-nav em{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	padding-top: 15px;
	padding-left: 10px;
}
.footer-contact i{
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 1.2rem;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.footer-tel2{
	background: url(http://zhongkeshunhangkeji.top/images/footer-tel2.jpg) left center no-repeat;
}
.footer-address{
	background: url(http://zhongkeshunhangkeji.top/images/footer-address.jpg) left center no-repeat;
}
.footer-top{
	width: 15%;
	float: left;
	text-align: right;
	margin-top: 25px;
	padding-right: 20px;
	background: url(http://zhongkeshunhangkeji.top/images/footer-top.jpg) right center no-repeat;
}
.footer-top a{
	color: #6a92ab;
	font-size: 1.4rem;

}
@media screen and (max-width: 768px) {
	.footer-contact{display: none;}
	.footer-two-nav{width: 80%;}
	.footer-top{width: 20%;}
}
@media screen and (max-width: 361px) {
	.footer-top{display: none;}
	.footer-two-nav{width: 100%;}
	
}
@media screen and (max-width: 767px){
	.ny-about{
		margin-top: 0;
	}
	.ny-left-title{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
	}
	.pro-class li{
		float: left;
	    width: auto;
	    padding-left: 20px;
	}
	.pro-class li a{
		left: 0;
		display: inline;
		padding-left:0;
		position: inherit;
		
	}
	.pro-class li a:hover{
		background-image: none;
	}
	.ny-right{
		padding-top: 10px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.foot-tel {
	    padding-top: 30px;
	}
	.footer-nav ul li h5 {
	    padding-top: 30px;
	}
}
@media screen and (min-width: 361px) and (max-width: 760px) {
	.footer-nav ul{
	border:0 none;
}
	
@media screen and (min-width: 450px) and (max-width: 760px) {
	.footer-nav ul li{
		padding-left: 5px;
		padding-right: 0;
	}
}
}

/*新闻中心*/
.ny-news ul li{
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-right: 5px;
	background: url(http://zhongkeshunhangkeji.top/images/news-icon.jpg) left center no-repeat;
}
.ny-news ul li em{
	font-style: normal;
	font-size: 1.4rem;
	color: #999;
	float: right;
}
.ny-news ul li a {
	color: #666;
	font-size: 1.4rem;
}
.ny-news ul li a:hover{color: #0490c9;}
@media screen and (max-width: 360px) {
	.ny-news ul li{
		padding-left: 8px;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.ny-news ul li em{display: none;}
	.ny-news ul li a{
		width: 100%;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 361px) and (max-width: 768px) {
	.ny-news ul li{
		padding-left: 8px;
	}
	.ny-news ul li a{font-size: 1.2rem;}
	.ny-news ul li em{font-size: 1.2rem;}
}
/*page*/
.pagination {
    display:block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin:0;
    border-radius: 0;
    padding-top: 50px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #ddd;
    border: none;
    font-size: 1.4rem;
}
.pagination li a:hover{background-color: #333; color: #fff;}
.pagination > li {display: inline-block;}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
@media screen and (max-width: 360px) {
	.pagination li a{
		padding: 3px 6px;
		font-size: 1.2rem;
	}
}
/*产品服务*/
.pro-service-in p{
	font-size: 1.4rem;
	line-height: 30px;
	padding-bottom: 10px;
}

.videoIndex{
	margin-top: 40px;
	margin-bottom: 40px;
}
/*成功案例 详情*/
.ny-right img{ max-width:100%; }
.ny-public-title a{
	float: right;
	padding-top: 10px;
}
.success-case-list li{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 15px;
}
.success-case-list li a{
	color: #666666;
}
.success-case-list li a img{width: 100%;}
.success-case-list li a:hover h6{
	color: #009cdb;
}
.success-case-list li span{
	display: block;
	height: 62px;
	background-color: #f3f3f3;
	padding: 15px 10px 0;
}
.success-case-list li span em{
	font-style: normal;
	border:1px solid #666666;
	float: right;
	padding:5px 10px;
	display: inline-block;
	font-size: 1.2rem;
}
.success-case-list li span h6{
	margin:0;
	font-size: 1.6rem;
	padding-top: 4px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center;
}
@media screen and (max-width: 992px){
	.success-case-list li span h6{
		font-size: 1.2rem;
	}
	.success-case-list li span em{
		padding:3px 6px;
	}
}

/*合作伙伴*/
.partner-list p{
	font-size: 1.4rem;
	line-height: 30px;
	margin-bottom: 30px;
}
.partner-list h6{
	font-size: 1.6rem;
	font-weight: bold;
}
.partner-list ul li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

/*新闻详情*/
.news-detail-title{
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.news-detail-title h5{
	color: #666;
	font-size: 2.2rem;
	padding-bottom: 25px;
}

.news-detail-title em{
	font-style: normal;
	font-size: 1.4rem;
	color: #666;
}
.ny-news-detail p{
	font-size: 1.4rem;
	color: #333;
	line-height: 30px;
}
.news-detail-img{
	margin-bottom: 35px;
}
.detail-page{
	width: 62%;
	float: left;
}
.news-detail-page{padding-top: 80px;}
.detail-page a{
	display: block;
	color: #333;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.social-img{
	float: right;
	width: 180px !important; 
}
.social-img *{box-sizing:content-box !important;}
.jiathis_style .jiathis_counter.jiathis_bubble_style{ box-sizing:content-box;}
@media screen and (max-width: 361px) {
	.news-detail-title h5 {
		font-size: 1.4rem;
	}
	.news-detail-title em {
		display: none;
	}
	
	.news-detail-title {padding-bottom: 5px;}
}
@media screen and (max-width: 768px) {
	.social-img{display: none;}
	.detail-page{width: 100%;}
}
@media screen and (max-width: 1280px) {
	.detail-page{width:100%; float:none;}
	.social-img{ width:100%; float:none;}
}
@media screen and (max-width: 1500px) {
	.detail-page{width:60%; float:left;}
	.social-img{ width:40%; float:right;}
}
/*招贤纳士*/
.ny-recruit p{
	color: #666;
	line-height: 32px;
	font-size: 1.4rem;
}
.ny-recruit img {
	margin-top: 30px;
	margin-bottom: 20px;
}

/*加入我们 伸缩部分*/
.subNavBox{
	width:100%;
	margin-top: 20px;
	margin-bottom: 80px;
}
.subNav{
	cursor:pointer;
	font-size:1.6rem;
	color: #666;
	height: 45px;
	line-height:45px;
	padding-left:5%;
	background:#f6f6f6 url(http://zhongkeshunhangkeji.top/images/jiantou.jpg) no-repeat;background-position:95% 50%;
	margin-bottom: 10px;
}
.currentDd{color:#3092c7}
.currentDt{background-image:url(http://zhongkeshunhangkeji.top/images/jiantou1.jpg);}
.navContent{
	display: none;
	padding: 20px 30px;
	
}
.navContent p{
	line-height: 28px;
	font-size: 1.4rem;
	color: #333;
}

@media screen and (max-width: 768px) {
	.navContent{padding:0;}
	.navContent p{
		font-size: 1.2rem;
		line-height: 25px;
	}
}
@media screen and (max-width: 1300px){
	.sucessful-width{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.pro-service{padding-top: 25px;}
	.pro-service-bg{padding-bottom: 50px;}
	.sy-about-list{padding-top: 30px;}
	.sy-about-bg{padding-bottom: 50px;}
	.sy-recruit-bg{padding-top: 30px;}
	.sy-honor-title{padding-bottom: 15px;}
}


/*2016-05-30修改*/
.erwei{ float:right; margin-top:20px; display:block; width:200px;}
.erwei img{ width:100%; height:auto;}
#carousel-example-generic{ margin-top:104px;}
#carousel-example-generic .item{ text-align:center;}
#carousel-example-generic .item img{ display:inline-block !important;}
.ggcase{ display:none;}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width:640px) {
	 .erwei{ margin-top:60px !important; width:120px;}
	 .swiper-container{ display:none;}
.ggcase{ width:94%; margin:0 auto; display:block;}
.ggcase ul{}
.ggcase li{ box-shadow:2px 0 2px 2px #ccc; margin-bottom:40px;}
.ggcase a{ display:block;}
.ggcase p{ height:40px; background-color:#fff; font-size:14px; color:#333; line-height:40px; text-align:center; margin-bottom:0;}
.ggcase img{ width:100%; height:auto;}
	 }
@media screen and (max-width:640px) {
	.erwei{ margin:30px auto 20px !important; float:none !important; width:66%;}
	}
@media screen and (max-width: 364px) {
	.mobsubnav{ display:block !important;}
	.mobsubnav h6{ display:none !important;}
}
