/**/
*{
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 "Microsoft Yahei", Arial, Simsun;
}
/**/
.fr { float: right; }
.fl { float: left; }
li { list-style: none; }
.container {
  margin: 0 auto;
  width: 1200px;
}
header {
  height: 70px;
  box-shadow: 0 1px #ddd;
  background-color: #fff;
}
.zhikesz-logo {
  float: left;
  width: 150px;
  height: 70px;
  font-size:0 ;
  text-decoration: -999em;
  overflow: hidden;
  background-image: url(../images/zhikesz-logo.png?v=2023);
}
header nav ul {
  float: right;
  overflow: hidden;
  padding-top: 17px;
}
header nav li {
  float: left;
  margin-left: 40px;
  height: 50px;
  font-size: 14px;
  overflow: hidden;
}
header nav .current {
   border-bottom: 3px solid #17317e;
}
header nav a {
  display: block;
  color: #17317e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
header nav a span {
  display: block;
  color: #999;
  font-size: 11px;
}
.carousel{
	margin:20px auto;
}
.carousel a {
  display: block;
  height: 600px;
}
main{
	margin:0 auto;
}
main section {
  padding-top: 60px;
}
section h2 {
  margin-bottom: 40px;
  height: 140px;
  font-weight: normal;
  font-size: 22px;
  color: #999;
  text-align: center;
  background: url(../images/title-bg-gray.png) no-repeat 50% 100%;
}
section h2 span {
  display: block;
  font-size: 48px;
}
section .content {
  overflow: hidden;
}
section .item {
  float: left;
  padding-top: 210px;
  height: 100px;
  width: 33.33%;
  text-align: center;
}
.service .content {
  min-height: 400px;
  background: url(../images/service-bg.png) no-repeat 50% 0;
}
.service ul {
  padding-top: 20px;
  clear: both;
  overflow: hidden;
  height: 110px;
}
.service li {
  float: left;
  margin: 0 20px;
}
.service img {
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%); 
  filter: gray;
  opacity: .5;
}
.service img:hover {
  -webkit-filter: none; 
  -moz-filter: none; 
  -ms-filter: none; 
  -o-filter: none; 
  filter: none; 
  filter: none; 
}
.support {
  height: 530px;
  color: #fff;
  background: url(../images/support-bg.jpg) no-repeat 50% 0;
}
.support h2 {
  color: #fff;
  background: url(../images/title-bg-white.png) no-repeat 50% 100%;
}
.col-local {
  background: url(../images/icon-local.png) no-repeat 50% 0;
}
.col-support {
  background: url(../images/icon-support.png) no-repeat 50% 0;
}
.col-consult {
  background: url(../images/icon-consult.png) no-repeat 50% 0;
}
.col-cooperation ul {
  overflow: hidden;
  height: 200px;
}
.col-cooperation li {
  float: left;
  margin: 0 20px;
}
.col-cooperation img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: .5;
}
.col-cooperation img:hover {
  -webkit-filter: none; 
  -moz-filter: none; 
  -ms-filter: none; 
  -o-filter: none; 
  filter: none; 
  filter: none; 
}
footer {
  clear: both;
  height: 80px;
  background: #eee;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.copyright {
  padding-top: 16px;
}
.num {
  line-height: 20px;
}
/*inner*/
.inner {
  background-color: #f5f5f5;
}
.inner main .container {
  width: 1000px;
}
/*about*/
.about main .container {
  min-height: 800px;
  padding-top: 130px;
}
.about .content {
  color: #333;
  padding-bottom: 30px;
  background: url(../images/inner-content-bg.gif) no-repeat 0 100%;
}
.about .content p {
  line-height: 24px;
}
.about h2{
  padding-top: 60px;
  height: 250px;
  background: url(../images/title-bg-inner.png) no-repeat 2em 0;
  font-size: 30px;
  font-weight: normal;
}
.about h2 span {
  display: block;
  font-size: 80px;
  color: #17317e;
}
.pic-about {
  float: right;
  margin-left: 30px;
  margin-top: -200px;
}
.about h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: normal;
}
/*contact*/
.contact main .container {
  min-height: 800px;
  padding-top: 130px;
}
.contact .content {
  color: #333;
  padding-bottom: 30px;
  background: url(../images/inner-content-bg.gif) no-repeat 0 100%;
}
.contact .content p {
  line-height: 24px;
}
.contact h2{
  padding-top: 60px;
  height: 250px;
  background: url(../images/title-bg-inner.png) no-repeat 2em 0;
  font-size: 30px;
  font-weight: normal;
}
.contact h2 span {
  display: block;
  font-size: 80px;
  color: #17317e;
}
.pic-contact {
  float: right;
  margin-left: 30px;
  margin-top: -200px;
}
.contact h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: normal;
}
.contact h4 {
  margin: 12px 0 6px;
}
/*services*/
.services {
  background: #fff;
}
.services main {
  overflow: hidden;
  background: url(../images/services-bg.jpg) no-repeat 50% 650px;
}
.services main .container {
  position: relative;
  min-height: 600px;
  padding-top: 50px;
}
.services .content {
  width: 860px;
}
.services h2{
  padding-top: 60px;
  height: 220px;
  background: url(../images/title-bg-inner.png) no-repeat 2em 0;
  font-size: 30px;
  font-weight: normal;
}
.services h2 span {
  display: block;
  font-size: 80px;
  color: #17317e;
}
.subnav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 80px;
}
.subnav li {
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.subnav li:hover {
  color: #17317e;
}
.subnav li a {
  display: block;
  height: 36px;
  color: #333;
  text-decoration: none;
}
.subnav .current {
  color: #17317e;
  border: 1px solid #17317e;
}
.subnav .current a{
  color: #17317e;
}
.subnav a:hover {
  color: #17317e;
}
.ad-type {
  height: 320px;
  font-size: 18px;
}
.ad-type p {
  margin-bottom: 40px;
}
.ad-type ul {
  overflow: hidden;
  background: url(../images/ad-type-bg.gif) no-repeat;
}
.ad-type li {
  float: left;
  width: 133px;
  margin-right: 57px;
  padding-top: 160px;
  font-size: 16px;
  text-align: center;
}
.ad-channel {
  height: 1150px;
  width: 700px;
  overflow: hidden;
}
.ad-channel .summary {
  margin: 50px 0 30px;
  font-size: 18px;
}
.channel {
  overflow: hidden;
  margin-bottom: 20px;
}
.channel .fl {
  margin-right: 20px;
}
.channel .fr {
  margin-left: 20px;
}
.channel p {
  margin-bottom: 10px;
}
.ad-channel .more {
  padding: 10px 20px;
  color: #fff;
  background: #17317e;
  text-decoration: none;
}
.flow {
  width: 380px;
}
.other {
  overflow: hidden;
  padding: 30px 0 50px;
}
.other h3 {
  margin-bottom: 10px;
  color: #17317e;
}
.other li {
  line-height: 24px;
}
.other .more {
  margin-top: 20px;
}
.more a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #17317e;
  text-decoration: none;
}