.transition {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transform {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover_transform {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.translate_transform {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
}
.show_transform {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.text_ban {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
i.tag {
  width: 4px;
  height: 100%;
  background-color: #02358d;
  position: absolute;
  top: 0;
  left: 0;
}
.clear_both::after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
/*******����ͼ��*********/
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1494815443666');
  /* IE9*/
  src: url('../fonts/iconfont.eot?t=1494815443666#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1494815443666') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1494815443666') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1494815443666#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-liebiao:before {
  content: "\e606";
}
.icon-weixin:before {
  content: "\e603";
}
.icon-search:before {
  content: "\e66b";
}
.icon-qq:before {
  content: "\e648";
}
.icon-close:before {
  content: "\e726";
}
.icon-msnui-close-fat:before {
  content: "\e674";
}
.icon-dianhua:before {
  content: "\e67d";
}
.icon-fangda:before {
  content: "\e621";
}
.icon-plus-copy:before {
  content: "\e647";
}
.icon-weibiaoti9:before {
  content: "\e607";
}
.icon-suoxiao:before {
  content: "\e63c";
}
.icon-ziliao:before {
  content: "\e81d";
}
.icon-jian:before {
  content: "\e6ea";
}
.icon-ziliao1:before {
  content: "\e6db";
}
.icon-ziliaoku:before {
  content: "\e604";
}
/** ���������߾� **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** ����Ĭ������ **/
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* ��б������ */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* ͳһ�ȿ����� */
small {
  font-size: 12px;
}
/* С�� 12px �����ĺ����Ķ����� small ������ */
/** �����б�Ԫ�� **/
ul,
ol {
  list-style: none;
}
/** �����ı���ʽԪ�� **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/** ����ѡ��״̬��ɫ�߿� **/
a,
img,
input,
textarea {
  outline: none;
}
/** ���ñ���Ԫ�� **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img ������������� img �ޱ߿� */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* ʹ�ñ���Ԫ���� ie ���ܼ̳�������С */
/* ע��optgroup �޷����� */
/** ���ñ���Ԫ�� **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  margin: 0;
  font-family: \\5FAE\8F6F\96C5\9ED1, Microsoft Yahei, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53;
  outline: none;
  border: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  color: #333;
  font-family: helvetica neue, arial, hiragino sans gb, microsoft yahei, sans-serif;
  background-color: #f5f5f5;
}
header,
footer {
  width: 100%;
  height: auto;
}
/*----------------------------------------*/
/****************ҳ����ʽ******************/
/*----------------------------------------*/
.container {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
/****************ҳ��ͷ��******************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
  box-shadow: 0 0 6px #dbdbdb;
  height: 75px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #fff;
}
.header .container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.header img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 50px;
  margin-top: -25px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.header .search_box {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
}
.header .search_box input {
  width: 100%;
  height: 100%;
  padding: 0 8px 0 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.header .search_box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.header .search_box:hover input {
  border: 1px solid #02358d;
}
.header .search_box:hover .icon {
  color: #02358d;
}
.header.scroll {
  height: 50px;
}
.header.scroll img {
  height: 40px;
  margin-top: -20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
/**************zskҳ��banner**************/
.zsk_banner {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 75px;
  overflow: hidden;
  background: url(../images/_MG_4294.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.zsk_banner .banner_text {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 600px;
  margin-left: -260px;
  margin-top: -70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
}
.zsk_banner .banner_text.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.zsk_banner .banner_text h2 {
  line-height: 100px;
  font-size: 60px;
  font-weight: 400;
  color: #00ace9;
  text-align: center;
  letter-spacing: 2px;
}
.zsk_banner .banner_text .search_box {
  font-size: 0;
}
.zsk_banner .banner_text .search_box input {
  width: 440px;
  height: 40px;
  padding: 0 8px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  vertical-align: middle;
}
.zsk_banner .banner_text .search_box .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #02358d;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
}
/****************zskҳ������**************/
.zsk_content {
  background-color: #fff;
  padding-bottom: 80px;
}
.zsk_content .container {
  overflow: hidden;
}
.zsk_content .classify {
  width: 915px;
  margin: 0 auto;
  padding-top: 60px;
}
.zsk_content .classify dl {
  width: 100%;
  padding-top: 32px;
}
.zsk_content .classify dl dd {
  float: left;
  width: 20%;
  text-align: center;
}
.zsk_content .classify dl dd a {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 95px;
  line-height: 95px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #e3e3e4;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.zsk_content .classify dl dd a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.zsk_content .classify dl dd a:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.zsk_content .classify dl dd span {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  position: relative;
  top: -4px;
}
.zsk_content h3 {
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 18px;
  color: #02358d;
  border-left: 4px solid #02358d;
  font-size: 24px;
}
.zsk_content p {
  padding-left: 19px;
  line-height: 20px;
}
/****************zskListҳ������**************/
.zslList_content {
  margin-top: 95px;
}
.zslList_content .container {
  overflow: hidden;
}
.zslList_content .content_lf {
  float: left;
  width: 230px;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  z-index: 5;
}
.zslList_content .content_lf .logo_cover {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
}
.zslList_content .content_lf .logo_cover i {
  font-size: 50px;
  color: #02358d;
  vertical-align: middle;
}
.zslList_content .content_lf .logo_cover span {
  font-weight: 500;
  color: #666;
}
.zslList_content .content_lf .list {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  line-height: 40px;
  text-indent: 48px;
}
.zslList_content .content_lf .list i {
  position: absolute;
  left: 19px;
  font-size: 12px;
  color: #999;
  text-indent: 0;
}
.zslList_content .content_lf .list h4 {
  display: block;
  height: 40px;
  font-size: 15px;
  color: #333;
  font-weight: normal;
  cursor: default;
}
.zslList_content .content_lf .list ul {
  display: none;
  background-color: #fafafa;
  padding: 10px 0;
}
.zslList_content .content_lf .list ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
}
.zslList_content .content_lf .list ul li a:hover {
  color: #02358d;
  text-decoration: none;
}
.zslList_content .content_lf .list.active h4,
.zslList_content .content_lf .list.active i {
  color: #02358d;
}
.zslList_content .content_lf .list.active a.active {
  color: #fff;
  background-color: #02358d;
}
.zslList_content .content_lf .first {
  border-bottom: 1px solid #f5f5f5;
  line-height: 40px;
  text-indent: 48px;
}
.zslList_content .content_lf .first h4 {
  display: block;
  height: 40px;
  font-size: 15px;
  color: #333;
  font-weight: normal;
  cursor: default;
}
.zslList_content .content_lf .first h4.active {
  color: #fff;
  background-color: #02358d;
}
.zslList_content .content_rt {
  float: right;
  margin: 0 auto 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.zslList_content .content_rt .search_cover {
  width: 100%;
  padding: 30px 45px;
  border-bottom: 1px solid #f5f5f5;
}
.zslList_content .content_rt .search_cover .search_box {
  position: relative;
  height: 40px;
  padding-right: 45px;
}
.zslList_content .content_rt .search_cover .search_box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 55px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #666;
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.zslList_content .content_rt .search_cover .search_box input:focus {
  border: 1px solid #02358d;
}
.zslList_content .content_rt .search_cover .search_box .icon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #02358d;
  cursor: pointer;
  z-index: 1;
}
.zslList_content .content_rt .zs_list {
  width: 100%;
  padding: 18px 45px;
}
.zslList_content .content_rt .zs_list ul {
  margin: 10px 0 34px;
}
.zslList_content .content_rt .zs_list ul li {
  margin-bottom: 5px;
}
.zslList_content .content_rt .zs_list ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.zslList_content .content_rt .zs_list ul li a:hover {
  color: #02358d;
  text-decoration: none;
}
.zslList_content .content_rt .zskDetails {
  width: 100%;
  padding: 18px 45px;
}
.zslList_content .content_rt .zskDetails h1 {
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.zslList_content .content_rt .zskDetails div,
.zslList_content .content_rt .zskDetails p {
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
}
.zslList_content .content_rt .feedback {
  position: relative;
  padding: 55px 60px;
  margin-top: 45px;
  border-top: 1px solid #efefef;
  background-color: #fafafa;
  line-height: 30px;
}
.zslList_content .content_rt .feedback .icon_feedback {
  float: left;
  display: inline-block;
  width: 45px;
  height: 60px;
  margin-left: 5px;
  background: url(../images/doudou.png) no-repeat 50%;
  background-size: 100%;
  color: #333;
}
.zslList_content .content_rt .feedback .form {
  color: #666;
  margin-left: 95px;
  height: 110px;
}
.zslList_content .content_rt .feedback .check .title {
  color: #333;
}
.zslList_content .content_rt .feedback .check .btn-gray {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  margin-right: 27px;
  margin-top: 14px;
  border-radius: 5px;
  box-shadow: 0 0 6px #dbdbdb;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-family: helvetica neue, arial, hiragino sans gb, microsoft yahei, sans-serif;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.zslList_content .content_rt .feedback .check .btn-gray:hover {
  color: #02358d;
}
.zslList_content .content_rt .feedback .check .btn-gray input {
  display: none;
}
.zslList_content .content_rt .feedback .check .feedback_yes,
.zslList_content .content_rt .feedback .check .feedback_no {
  display: none;
}
.zslList_content .content_rt .feedback .reason {
  display: none;
}
.zslList_content .content_rt .feedback .reason label {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.zslList_content .content_rt .feedback .reason label em {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 14px;
  font-family: \\5FAE\8F6F\96C5\9ED1,Microsoft Yahei,tahoma,arial,Hiragino Sans GB,\\5B8B\4F53;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.zslList_content .content_rt .feedback .reason .btn-default {
  display: block;
  width: 90px;
  height: 35px;
  line-height: 35px;
  margin-top: 14px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #02358d;
  text-align: center;
  cursor: pointer;
  font-family: helvetica neue, arial, hiragino sans gb, microsoft yahei, sans-serif;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.zslList_content .content_rt .feedback .reason .btn-default:hover {
  background-color: #035bf2;
}
/****************������*******************/
.layer {
  position: fixed;
  right: 120px;
  top: 50%;
  margin-top: -97px;
  z-index: 7;
}
.layer ul {
  border-radius: 5px;
  box-shadow: 0 0 6px #dbdbdb;
}
.layer ul li {
  position: relative;
  z-index: 7;
  cursor: pointer;
}
.layer ul li a {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 48px;
  line-height: 48px;
  color: #02358d;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.layer ul li a:hover {
  color: #fff;
  background-color: #02358d;
  text-decoration: none;
}
.layer ul li .layer_box {
  display: none;
  position: absolute;
  right: 50px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 10px #e2e2e2;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
}
.layer ul li .layer_box:before,
.layer ul li .layer_box:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  top: 50%;
  left: 100%;
  margin-top: -2px;
  margin-left: -1px;
  font-size: 0;
}
.layer ul li .layer_box:before {
  border: 8px dashed transparent;
  border-left-color: #d7d7d7;
  border-left-style: solid;
}
.layer ul li .layer_box:after {
  border: 7px dashed transparent;
  border-left-color: #fff;
  border-left-style: solid;
}
.layer ul li .layer_box.wechat_box {
  top: -65px;
  padding-bottom: 0;
}
.layer ul li .layer_box.wechat_box .wechat_code {
  display: block;
  width: 120px;
  height: 120px;
  background: url("../images/weoxin.jpg") no-repeat;
  background-size: 100%;
}
.layer ul li .layer_box.wechat_box span {
  display: block;
  line-height: 33px;
  text-align: center;
  color: #999;
}
.layer ul li .layer_box.phone_box {
  top: -61px;
  width: 250px;
  line-height: 24px;
}
.layer ul li .layer_box.phone_box em {
  display: inline-block;
  width: 70px;
  margin-right: 4px;
}
.layer ul li .layer_box.phone_box dt {
  margin-top: 5px;
  padding-top: 5px;
  color: #999;
  border-top: 1px solid #e2e2e2;
  font-size: 13px;
}
.layer ul li .layer_box.phone_box span {
  display: block;
  margin-left: 74px;
}
.layer ul li:not(:last-child):after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.layer ul li:first-child a {
  border-radius: 5px 5px 0 0;
}
.layer ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
/****************footer*******************/
.footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  color: #999;
  background-color: #fff;
}
.footer p {
  line-height: 24px;
}
.zslList_lf_toggle {
  display: none;
}
.ui-loader-default {
  display: none;
}
.ui-mobile-viewport {
  border: none;
}
.ui-page {
  padding: 0;
  margin: 0;
  outline: 0;
}
/****************ý����ѯ******************/
@media (max-width: 1199px) {
  .container {
    width: 950px;
  }
  .layer {
    right: 30px;
  }
  .content_rt {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
  .layer {
    right: 70px!important;
  }
  .content_rt {
    width: 900px;
  }
}
@media screen and (min-width: 1281px) {
  .layer {
    right: 120px!important;
  }
}
/*分页*/
.pageNav{text-align:center;font-size:0;}
.pageNav span,.pageNav a ,.pageNav strong{display:inline-block;vertical-align:middle;width:64px;height:40px;line-height:40px;margin:0px 3px;white-space:nowrap;font-size:14px;color:#566777;border:1px solid #d9d9d9;border-radius:2px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.pageNav  span.na,.pageNav  a.f12,.pageNav  a.confirm{width:80px;color:#fff;font-weight:normal;background-color:#23b8ff;}
.pageNav a:hover,.pageNav span:hover,.pageNav strong:hover {box-shadow:0 3px 8px rgba(0, 0, 0, 0.15);}
.pageNav strong{font-weight:normal;color:#fff;background-color:#23b8ff;}
.pageNav span{font-weight:normal;border-radius:0;border:0;cursor:default;}
.pageNav span.page-num,.pageNav span.mor{width:auto;}
.pageNav span.page-num input{width:50px;height:40px;margin:0px 10px;padding:0px 5px;text-align:center;border:1px solid #d9d9d9;border-radius:2px;}
@media (max-width: 767px) {
  body {
    padding-bottom: 40px;
    background-color: #fff;
  }
  .container {
    width: 100%;
  }
  .header {
    height: 40px;
    box-shadow: none;
  }
  .header img {
    top: 5px;
    height: 30px;
    margin-top: 0;
  }
  .header.scroll {
    height: 40px;
    box-shadow: 0 0 6px #dbdbdb;
  }
  .header.scroll img {
    height: 30px;
    margin-top: 0;
  }
  .header .search_box {
    width: 180px;
    top: 5px;
    right: 10px;
    margin-top: 0;
  }
  .zsk_banner {
    height: 160px;
    margin-top: 40px;
  }
  .zsk_banner .banner_text {
    top: 60%;
    width: 300px;
    margin-top: -30px;
    margin-left: -150px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .zsk_banner .banner_text h2 {
    line-height: 60px;
    font-size: 30px;
  }
  .zsk_content {
    padding-bottom: 20px;
  }
  .zsk_content .classify {
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .zsk_content .classify h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .zsk_content .classify dl {
    padding-top: 0;
  }
  .zsk_content .classify dl dd {
    width: 50%;
  }
  .zsk_content .classify dl dd span {
    line-height: 40px;
  }
  .footer {
    padding: 10px 0;
  }
  .footer span {
    display: none;
  }
  .layer {
    display: none;
  }
  .zslList_content {
    margin-top: 40px;
  }
  .zslList_content .content_lf {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1000;
  }
  .zslList_content .content_lf .xs_cover {
    width: 180px;
    min-height:100%;
    margin-left: -180px;
    padding-bottom: 30px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.6);
    background-color: #fff;
    opacity: 0;
  }
  .zslList_content .content_lf .logo_cover {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .zslList_content .content_lf .logo_cover i {
    font-size: 40px;
  }
  .zslList_content .content_lf .list ul li a {
    margin-left: -28px;
  }
  .zslList_content .content_rt {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
  }
  .zslList_content .content_rt .search_cover {
    padding: 20px 10px;
  }
  .zslList_content .content_rt .zs_list {
    padding: 10px;
  }
  .zslList_content .content_rt .zs_list ul {
    margin: 0;
  }
  .zslList_content .content_rt .zskDetails {
    padding: 10px;
  }
  .zslList_content .content_rt .zskDetails h1 {
    line-height: 28px;
    font-size: 20px;
  }
  .zslList_content .content_rt .zskDetails img {
    max-width: 100%;
  }
  .zslList_lf_toggle {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.12);
    z-index: 10000;
  }
  .zslList_lf_toggle .zk_btn {
    width: 180px;
    height: 32px;
    margin: 4px auto;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .zslList_lf_toggle .zk_btn .iconfont {
    vertical-align: middle;
    margin-right: 5px;
  }
  .zslList_lf_toggle .zk_btn:active {
    color: #ffba00;
    border-color: #ffba00;
  }
   .pageNav{padding:0 10px;}
    .pageNav a,.pageNav strong,.pageNav span{padding:0 5px;margin-right:3px;}
}


/* sideBar start */

.sideBar {
    position: fixed;
    right: 20px;
    bottom: 55px;
    cursor: pointer;
    z-index: 100;
}

.sideBar_item {
    position: relative;
    display: block;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 10px;
}

.sideBar_item.active {}

.sideBar_item_icon {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    transition: all .3s;
}

.sideBar_item .sideBar_item_icon.icon_sideBar_tel {
    background-image: url(/images/tell.png);
}

.sideBar_item.active .sideBar_item_icon.icon_sideBar_tel {
    background-image: url(/images/tellHover.png);
}

.sideBar_item .sideBar_item_icon.icon_sideBar_qq {
    background-image: url(/images/qq.png);
}

.sideBar_item.active .sideBar_item_icon.icon_sideBar_qq {
    background-image: url(/images/qqHover.png);
}

.sideBar_item .sideBar_item_icon.icon_sideBar_wx {
    background-image: url(/images/wx.png);
}

.sideBar_item.active .sideBar_item_icon.icon_sideBar_wx {
    background-image: url(/images/wxHover.png);
}

.sideBar_item .sideBar_item_icon.icon_sideBar_top {
    background-image: url(/images/top.png);
}

.sideBar_item.active .sideBar_item_icon.icon_sideBar_top {
    background-image: url(/images/topHover.png);
}

.sideBar_item_info {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translate(-100%,-50%);
    display: none;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    padding: 15px;
    transition: all .3s;
    transition-delay: .1s;
}
.sideBar_item:nth-child(1) .sideBar_item_info{
    width: 300px;
}
.sideBar_item:nth-child(2) .sideBar_item_info{
    width: 220px;
}
.sideBar_item:nth-child(3) .sideBar_item_info{
    /* width: 200px; */
}
.sideBar_item:nth-child(3) .sideBar_item_info p{
    text-align: center;
}
.sideBar_item.active .sideBar_item_info {
    display: block;
}

.sideBar_item_info p {
    color: #373d41;
    font-size: 14px;
    padding-bottom: 10px;
    letter-spacing: 1px;

}

.sideBar_item_info p:last-child {
    padding-bottom: 0;
}

.sideBar_item_info b {

}

.sideBar_item_info a {
    cursor: pointer;
    font-size: 14px;
    color: #373d41;
}
.sideBar_item_info a:hover{
    color: #00BEFF;
}
.sideBar_item_info img{

}
.send_book  img{
        display: block;
        width: 50%;
        margin: 20px  auto 0;
}
/* sideBar end */