/*CSSé‡ç½®åŒ–*/
@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  min-width: 1200px;
  font-size: 16px;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background: #fff;
}
td,
th,
caption {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: normal;*/
  font-size: 100%;
}
/*address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}*/
a {
  text-decoration: none;
  outline: none;
  color: #333333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  width: 100%;
  height: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 16px "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
}
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
table th {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
table td {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
html {
  overflow-y: scroll;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.ov{
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.block-title {
  width: 100%;
  height: 38px;
  border-bottom: 2px solid #dedede;
  font-size: 18px;
  line-height: 38px;
  color: #323232;
}
.block-title .title-detail {
  position: relative;
  display: inline-block;
  height: 38px;
}
.block-title .title-detail:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: #ffd100;
}
.block-title .more-infomation {
  margin-right: 23px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 28px;
  color: #999999;
}
.block-title .more-infomation:hover {
  color: #ffa200;
}
/*End CSSé‡ç½®åŒ–*/



/*é¡¶éƒ¨å¹¿å‘Šæ¨ªé€š*/
.zg-topAdvs {
  /*height: 70px;*/
  overflow: hidden;
  margin: 0px auto;
  background: url("http://www.cyikao.com/uploadfile/2018/0611/20180611024105592.jpg") no-repeat center;
  width: 100%;
}
.zg-topAdvs img {
  display: block;
  width: 1000px;
  height: 70px;
  margin: 0 auto;
  border: none;
}
/*End é¡¶éƒ¨å¹¿å‘Šæ¨ªé€š*/

/*é¦–é¡µå¤´éƒ¨*/
.zg-header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 42px;
  background-color: #fff;
  z-index: 3;
  border-bottom: 1px solid #ddd;
}
.zg-header .zg-head-navs {
  font-size: 14px;
  line-height: 42px;
  color: #323232;
}
.zg-header .zg-head-navs .zg-head-nav {
  margin-right: 5px;
  padding: 0 10px;
  cursor: pointer;
}
.zg-header .zg-head-navs .zg-head-nav a {
  color: #323232;
}
.zg-header .zg-head-navs .zg-head-nav:hover .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zg-header .zg-head-navs .zg-head-nav:hover a {
  color: #ffa200;
}
.zg-header .zg-head-navs .home-nav {
  margin-right: 12px;
  padding: 0;
}
.zg-header .zg-head-navs .to-home-page {
  padding: 0 10px;
  color: #323232;
}
.zg-header .zg-head-navs .arrow {
  display: inline-block;
  width: 10px;
  height: 42px;
  margin-left: 4px;
  vertical-align: top;
  *vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url("../images/zg-header-arrow.png") no-repeat center;
}
.zg-header .zg-head-pull {
  position: relative;
}
.zg-header .pull-box {
  position: absolute;
  display: none;
  top: 42px;
  left: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  cursor: default;
  -webkit-box-shadow: 0 5px 8px #e3e3e3;
  -moz-box-shadow: 0 5px 8px #e3e3e3;
  box-shadow: 0 5px 8px #e3e3e3;
}
.zg-header .pull-box-more {
  width: 480px;
  *width: 500px;
  padding: 17px 17px 1px;
  *padding-bottom: 20px;
}
.zg-header .pull-box-more a {
  float: left;
  display: block;
  height: 13px;
  margin-bottom: 16px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 13px;
  color: #323232;
  border-right: 1px solid #dedede;
}
.zg-header .pull-box-more a:hover {
  text-decoration: underline;
  color: #ffa200;
}
.zg-header .pull-box-more a.last-one {
  border-right: 0 none;
}
.zg-header .pull-box-mobile {
  width: 158px;
  padding: 11px 7px 14px;
  font-size: 12px;
}
.zg-header .pull-box-mobile .line-title {
  width: 49px;
  height: 17px;
  margin-right: 4px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffb042;
}
.zg-header .pull-box-mobile .line-content {
  width: 105px;
}
.zg-header .pull-box-mobile .line-content .line-word {
  line-height: 17px;
}
.zg-header .pull-box-mobile .line-content .line-method {
  line-height: 26px;
  color: #ffb042;
}
.zg-header .pull-box-mobile .qr-box {
  width: 122px;
  height: 122px;
  margin: 0 auto;
}
.zg-header .zg-head-platform {
  margin-right: 23px;
  padding-right: 11px;
  font-size: 14px;
  line-height: 42px;
  color: #323232;
  cursor: pointer;
}
.zg-header .zg-head-platform a {
  color: #323232;
}
.zg-header .zg-head-platform .icon {
  display: inline-block;
  width: 21px;
  height: 42px;
  margin-right: 11px;
  vertical-align: top;
  *vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
}
.zg-header .zg-head-platform .icon-app {
  background-image: url("../images/icon-mobile.png");
}
.zg-header .zg-head-platform .icon-weibo {
  background-image: url("../images/icon-weibo.png");
}
.zg-header .zg-head-platform .icon-wechat {
  background-image: url("../images/icon-wechat.png");
}
.zg-header .zg-head-platform .icon-tel {
  background-image: url("../images/icon-tel.png");
}
.zg-header .zg-head-platform .icon-tk {
  background-image: url("../images/icon-tk.png");
}
.zg-header .zg-head-platform .zg-platform-tel {
  color: #323232;
}
.zg-header .zg-head-platform .zg-pull-contact {
  width: 148px;
  padding-bottom: 10px;
}
.zg-header .zg-head-platform .zg-pull-contact .qr-box {
  width: 122px;
  height: 122px;
  margin: 20px auto 0;
}
.zg-header .zg-head-platform .zg-pull-contact .qr-txt {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.zg-header .zg-head-platform .zg-pull-contact .wechat-code {
  color: #ffb042;
}
/*End é¦–é¡µå¤´éƒ¨*/


/* head */
/* header */

.zg-header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 42px;
  background-color: #fff;
  z-index: 3;
}
.zg-header .zg-head-navs {
  font-size: 14px;
  line-height: 42px;
  color: #323232;
}
.zg-header .zg-head-navs .zg-head-nav {
  margin-right: 5px;
  padding: 0 10px;
  cursor: pointer;
}
.zg-header .zg-head-navs .zg-head-nav a {
  color: #323232;
}
.zg-header .zg-head-navs .zg-head-nav:hover .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zg-header .zg-head-navs .zg-head-nav:hover a {
  color: #ffa200;
}
.zg-header .zg-head-navs .home-nav {
  margin-right: 12px;
  padding: 0;
}
.zg-header .zg-head-navs .to-home-page {
  padding: 0 10px;
  color: #323232;
}
.zg-header .zg-head-navs .arrow {
  display: inline-block;
  width: 10px;
  height: 42px;
  margin-left: 4px;
  vertical-align: top;
  *vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url("http://www.zggcks.com/statics/images/201911/zg-header-arrow.png") no-repeat center;
}
.zg-header .zg-head-pull {
  position: relative;
}
.zg-header .pull-box {
  position: absolute;
  display: none;
  top: 42px;
  left: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  cursor: default;
  -webkit-box-shadow: 0 5px 8px #e3e3e3;
  -moz-box-shadow: 0 5px 8px #e3e3e3;
  box-shadow: 0 5px 8px #e3e3e3;
}
.zg-header .pull-box-more {
  width: 480px;
  *width: 500px;
  padding: 17px 17px 1px;
  *padding-bottom: 20px;
}
.zg-header .pull-box-more a {
  float: left;
  display: block;
  height: 13px;
  margin-bottom: 16px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 13px;
  color: #323232;
  border-right: 1px solid #dedede;
}
.zg-header .pull-box-more a:hover {
  text-decoration: underline;
  color: #ffa200;
}
.zg-header .pull-box-more a.last-one {
  border-right: 0 none;
}
.zg-header .pull-box-mobile {
  width: 158px;
  padding: 11px 7px 14px;
  font-size: 12px;
}
.zg-header .pull-box-mobile .line-title {
  width: 49px;
  height: 17px;
  margin-right: 4px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffb042;
}
.zg-header .pull-box-mobile .line-content {
  width: 105px;
}
.zg-header .pull-box-mobile .line-content .line-word {
  line-height: 17px;
}
.zg-header .pull-box-mobile .line-content .line-method {
  line-height: 26px;
  color: #ffb042;
}
.zg-header .pull-box-mobile .qr-box {
  width: 122px;
  height: 122px;
  margin: 0 auto;
}
.zg-header .pull-box-mobile .qr-box img{
  width: 100%;
  height: 100%;
}
.zg-header .zg-head-platform {
  font-size: 14px;
  line-height: 42px;
  color: #323232;
  cursor: pointer;
  height: 42px;
}
.zg-header .zg-head-platform a {
  color: #323232;
}
.zg-header .zg-head-platform .icon {
  display: inline-block;
  width: 21px;
  height: 42px;
  margin-right: 11px;
  vertical-align: top;
  *vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em;
}
.zg-header .zg-head-platform .icon-tel {
  background-image: url("http://www.zggcks.com/statics/images/201911/icon-tel.png");
}
.zg-header .zg-head-platform .zg-platform-tel {
  color: #e60412;
  font-size: 18px;
  margin-left: 14px;
}

.hot-user-item {
  width: 60px;
  height: 28px;
  line-height: 26px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ffd100;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 7px;
  transition: .3s;
}

.hot-user-login {
  background-color: #ffd100;
}

.hot-user-item:hover {
  color: #fff;
  background-color: #ffd100;
}

.hot-user-login:hover {
  color: #fff;
}

/* End header */


/* 横通 */

.zg-topAdvs {
  height: 100px;
}

.zg-topAdvs img {
  height: 100px;
  width: 1200px;
}

/* End 横通 */

/* header */

.zg-top {
  height: 90px;
}

.zg-top-logo {
  text-indent: -9999em;
  margin-top: 18px;
}

.zg-top-logo a {
  display: block;
  width: 244px;
  height: 43px;
  background: url(../image/sglogo.jpg) no-repeat center;
}

.zg-top-box {
  /* width: 650px; */
  padding-top: 22px;
}

.zg-top-item {
  line-height: 1;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 16px;
}

.zg-top-item a {
  transition: .3s;
}

.zg-top-item a:hover {
  color: #ffd100;
}

/* End header */

/* nav */

.zg-nav {
  height: 50px;
  background: #282828;
}

.zg-nav-box > li {
  position: relative;
}

.zg-nav-box > li > a {
  display: inline-block;
  width: 118px;
  color: #fff;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
  transition: .3s;
}


.zg-nav-box > li > a.zg-nav-home > span {
  display: inline-block;
  padding-left: 23px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-nav-home-icon.png) no-repeat left center;
}

.zg-nav-box > li > a:hover {
  color: #ffd100;
  border-bottom: 5px solid #ffd100;
}

.zg-nav-search > form {
  width: 180px;
  height: 24px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-top: 14px;
}

.zg-nav-search input {
  display: block;
  float: left;
  width: 156px;
  border: 0 none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  height: 100%;
}

.zg-nav-search .search-icon {
  width: 24px;
  box-sizing: border-box;
  height: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url('http://www.zggcks.com/statics/images/201911/zg-nav-search-icon.png') no-repeat center #ffd100;
  border-radius: 0 2px 2px 0;
}

.nav-box {
  display: none;
}

.zg-nav-card {
  position: absolute;
  width: 787px;
  padding-bottom: 15px;
  box-shadow: 0 0 6px 1px rgba(245, 245, 245, 0.6);
  border-radius: 5px;
  background-color: #ffffff;
  top: 50px;
  /* left: -400px; */
  left: -100px;

  z-index: 1;
}

.zg-nav-card-title {
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  border-left: 3px solid #ffd100;
  padding-left: 8px;
  line-height: 20px;
  margin-left: -12px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.zg-nav-card-left {
  /* width: 425px; */
  width: 150px;

  box-sizing: border-box;
  padding-left: 34px;
  padding-right: 20px;
}

.zg-nav-card-right {
  /* width: 360px; */
  width: 200px;

}

.zg-nav-card-list > li {
  margin-right: 20px;
}

.zg-nav-card-list > li > a {
  line-height: 2;
  font-size: 14px;
  transition: .3s;
}

.zg-nav-card-list > li > a:hover {
  color: #f48e0a;
}

.zg-nav-course {
  width: 595px;
  /* height: 230px; */
  position: absolute;
  box-shadow: 0 0 6px 1px rgba(245, 245, 245, 0.6);
  border-radius: 5px;
  background-color: #ffffff;
  top: 50px;
  /* left: -240px; */
  left: -24px;

  box-sizing: border-box;
  padding-left: 20px;
  z-index: 1;
}

.zg-nav-course-title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  border-left: 3px solid #ffd100;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.zg-nav-course-link {
  display: inline-block;
  margin-right: 16px;
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin-top: 24px;
}

.zg-nav-course-link:hover {
  color: #e60412;
}

.zg-nav-course-item {
  font-size: 14px;
  position: relative;
  padding-left: 8px;
  width: 284px;
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.zg-nav-course-item:hover {
  color: #e60412;
}

.zg-nav-course-item:before {
  width: 5px;
  height: 5px;
  background-color: #e60412;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  border-radius: 50%;
}

.zg-nav-course-item span {
  color: #e60412;
}

/* End nav */

/* zg-menu */

.zg-menu {
  height: 208px;
  box-sizing: border-box;
  padding-top: 20px;
}

.zg-menu-box.fl {
  margin-right: 26px;
}

.zg-menu-box {
  width: 280px;
  height: 168px;
  box-shadow: 0 0 9px 1px rgba(228, 228, 228, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  transition: 1s;
  overflow: hidden;
}

.zg-menu-box > h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #dfdfdf;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.zg-menu-item {
  width: 124px;
  height: 29px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
  line-height: 28px;
  transition: .3s;
  cursor: pointer;
  font-size: 14px;
}

.zg-menu-item:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .03);
}

.zg-menu-item > a {
  display: block;
}

.zg-menu-item > a:hover {
  color: #f49c09;
}

.zg-menu-item.active a {
  color: #fff;
}

.zg-menu-item.active {
  background: url(http://www.zggcks.com/statics/images/201911/zg-menu-item-ac.png) no-repeat center;
  color: #fff;
  font-weight: bold;
}

.zg-lm-container {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  /* background-image: linear-gradient(to right, #f0d071 0%, #eca951 100%); */
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.zg-lm-box {
  width: 1200px;
  height: 610px;
  box-shadow: 0 0 13px 1px rgba(216, 216, 216, 0.22);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}

.zg-lm-box:before {
  position: absolute;
  content: '';
  width: 262px;
  height: 112px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-box-left.png) no-repeat center;
  left: 0;
  bottom: 0;
}

.zg-lm-box:after {
  position: absolute;
  content: '';
  width: 251px;
  height: 86px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-box-right.png) no-repeat center;
  right: 0;
  top: 0;
}

.zg-lm-title {
  width: 322px;
  height: 61px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-title.png) no-repeat center;
  margin-bottom: 30px;
}

.zg-lm-title a {
  line-height: 60px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  transition: .3s;
}

.zg-lm-title a span {
  color: #e60412;
}

.zg-lm-title a:hover {
  color: #e60412;
}

.zg-lm-left {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  width: 410px;
  box-sizing: border-box;
}

.zg-lm-subtitle {
  border-bottom: 1px solid #dedede;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.zg-lm-subtitle span {
  color: #e60412;
}

.zg-lm-list li a {
  font-size: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
}

.zg-lm-list li a:hover {
  color: #f49c09;
}

.zg-lm-list li a.fl {
  width: 58%;
  padding-left: 10px;
  position: relative;
}

.zg-lm-list li a.fl:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #999999;
  top: 50%;
  margin-top: -2px;
  left: 0;
}

.zg-lm-list li a.fr {
  width: 38%;
}

.zg-lm-list li {
  margin-top: 20px;
}

.zg-lm-list li:first-child {
  margin-top: 15px;
}

.zg-lm-list li a.zg-lm-list-first {
  color: #e60412;
  font-size: 16px;
  padding-left: 0;
}

.zg-lm-list li a.zg-lm-list-first:before {
  display: none;
}

.zg-lm-menu li a {
  width: 165px;
  height: 55px;
  border-radius: 5px;
  background-color: #854cd4;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  line-height: 55px;
  margin-bottom: 20px;
  transition: .3s;
}

.zg-lm-menu li a:hover {
  transform: scale(1.1);
}

.zg-lm-menu-item1 {
  background-image: linear-gradient(to right, #ceb1fa 0%, #854cd4 99%, #854cd4 100%);
}

.zg-lm-menu-item2 {
  background-image: linear-gradient(to right, #f7cd4e 0%, #f49809 99%, #f49809 100%);
}

.zg-lm-menu-item3 {
  background-image: linear-gradient(-54deg, #f01f37 0%, #ff7e3d 100%);
}

.zg-lm-menu-item4 {
  background-image: linear-gradient(-218deg, #9cdbff 0%, #5b91ff 99%, #5b91ff 100%);
}

.zg-lm-menu-item5 {
  background-image: linear-gradient(-53deg, #11b292 0%, #69e5cf 100%);
}

.zg-lm-menu-item6 {
  background-image: linear-gradient(-222deg, #fe93c8 0%, #ff629f 100%);
}

.zg-lm-menu {
  margin-top: 50px;
}

.zg-lm-adv {
  display: block;
  width: 374px;
}

.zg-lm-center {
  width: 374px;
}

.zg-lm-adv {
  margin-bottom: 50px;
  width: 374px;
  height: 206px;
}

.zg-lm-form {
  width: 360px;
  height: 207px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-form.png) no-repeat center;
  margin-right: 20px;
}

.zg-lm-form-title {
  position: relative;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  padding-top: 12px;
  margin-bottom: 20px;
}

.zg-lm-form-title span {
  color: #e60412;
}

.zg-lm-form-title:after {
  position: absolute;
  content: '';
  width: 33px;
  height: 2px;
  background-color: #e60412;
  bottom: -6px;
  left: 50%;
  margin-left: -16.5px;
}

.zg-lm-form-box {
  width: 320px;
  margin: 0 auto;
}

.zg-lm-form-item {
  position: relative;
  width: 152px;
  height: 34px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 16px;
  outline: none;
  font-size: 14px;
  color: #666;
}

input.zg-lm-form-item {
  padding-left: 8px;
  font-size: 14px;
}

.zg-lm-form-item > input {
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  border: none;
  padding-left: 8px;
  outline: none;
  font-size: 14px;
  color: #666;
}

.getyzm {
  position: absolute;
  color: #e60412;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  border-left: 1px solid #d2d2d2;
  height: 16px;
  line-height: 16px;
  top: 8px;
  right: 2px;
  cursor: pointer;
}

.zg-lm-form-submit {
  width: 100%;
  height: 34px;
  border: none;
  background-color: #e60412;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  transition: .3s;
}

.zg-lm-form-submit:hover {
  transform: scale(1.1);
}

.zg-lm-bottom {
  width: 368px;
  margin-top: 50px;
}

.zg-lm-cat li a {
  width: 113px;
  height: 43px;
  border: 1px solid #f49c09;
  background-color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 14px;
  margin-top: 14px;
  color: #f49c09;
  text-align: center;
  line-height: 41px;
  transition: .3s;
}

.zg-lm-cat li a:hover {
  background-color: #f49c09;
  color: #fff;
}

.zg-lm-cat li:nth-child(3n) a {
  margin-right: 0;
}

.zg-lm-box-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-box-close.png) no-repeat center;
  top: -18px;
  right: -18px;
  cursor: pointer;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  z-index: 1;
}

.zg-lm-box-close:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.zg-lm-subselector-box {
  border-left: 4px solid #ffd100;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: -10px;
}

.zg-lm-subselector {
  padding-left: 15px;
  padding-right: 15px;
  height: 25px;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
  line-height: 24px;
  transition: .3s;
}

.zg-lm-subselector a {
  display: block;
  height: 100%;
  font-size: 14px;
}

.zg-lm-subselector.active a {
  color: #e60412;
}

.zg-lm-subcontent {
  display: none;
}

.zg-lm-subcontent.active {
  display: block;
}

.zg-lm-box-djs {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 9;
  width: 360px;
  text-align: center;
}

.zg-lm-box-djs-title {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
}

.zg-lm-box-djs-title:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 19px;
  background: url(http://www.zggcks.com/statics/images/201911/zg-lm-box-djs-title.png) no-repeat center;
  top: 1px;
  left: 0px;
}

.countdown-date-num {
  display: inline-block;
  width: 16px;
  height: 26px;
  background: url(http://www.zggcks.com/statics/images/201911/countdown-date-num-bg.png) no-repeat center;
  text-align: center;
  line-height: 26px;
  color: #e60412;
  font-size: 22px;
}

.zg-lm-box-djs-subtitle {
  color: #e60412;
  font-weight: bold;
  font-size: 18px;
}

/* End zg-menu */

/* zg-main */



.main-box-item {
  position: relative;
  width: 280px;
  height: 90px;
  background-color: #fe7473;
  border-radius: 5px;
  transition: 0.2s;
}

.main-box-item:hover {
  transform: translateY(-5px);
}

.main-box-item>a {
  display: block;
  color: #ffffff;
  margin-left: 18px;
}

.main-box-item>a:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 8px;
}

.main-box-item>a:nth-child(2) {
  color: #ffffff;
  font-size: 18px;
}

.main-box-item.fl {
  margin-right: 26px;
}
.main-box-item1:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 42px;
  background: url(http://www.zggcks.com/statics/images/201911/main-box-i1.png) no-repeat center;
  right: 16px;
  bottom: 12px;
}
.main-box-item2:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 42px;
  background: url(http://www.zggcks.com/statics/images/201911/main-box-i2.png) no-repeat center;
  right: 16px;
  bottom: 12px;
}
.main-box-item3:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 42px;
  background: url(http://www.zggcks.com/statics/images/201911/main-box-i3.png) no-repeat center;
  right: 16px;
  bottom: 12px;
}
.main-box-item4:before{
  position: absolute;
  content: "";
  width: 37px;
  height: 42px;
  background: url(http://www.zggcks.com/statics/images/201911/main-box-i4.png) no-repeat center;
  right: 16px;
  bottom: 12px;
}

.main-left {
  width: 588px;
  box-shadow: 0 0 9px 1px rgba(228, 228, 228, 0.17);
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.main-title-box {
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px;
}

.main-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  background: url(http://www.zggcks.com/statics/images/201911/main-title-icon.png) no-repeat left center;
  margin-top: 10px;
}

.main-subtitle {
  margin-top: 14px;
  font-size: 12px;
  padding-left: 18px;
  background: url(http://www.zggcks.com/statics/images/201911/main-subtitle-icon.png) no-repeat left center;
  transition: .3s;
}

.main-subtitle:hover {
  color: #e60412;
}

.main-title-link li {
  overflow: hidden;
  /* text-overflow:ellipsis; */
  white-space: nowrap;
}

.main-title-link li a {
  color: #e60412;
  font-size: 16px;
}

.main-title-link li a:hover {
  text-decoration: underline;
}

.main-title-link-item1 {
  width: 210px;
}

.main-title-link-item2 {
  width: 100px;
  margin-left: 20px;
}

.main-title-link-item3 {
  width: 214px;
}

.main-title-sublink li a {
  font-size: 15px;
  line-height: 1;
  margin-top: 20px;
  transition: .3s;
}

.main-title-sublink li a:hover {
  color: #ffa200;
}

.main-title-sublink li a.fr {
  width: 260px;
  padding-left: 12px;
  border-left: 1px solid #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.main-title-sublink li a.fl {
  width: 290px;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  position: relative;
}

.main-title-sublink li a.fl:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #999999;
  top: 50%;
  margin-top: -2px;
  left: 0;
}

.main-title-link-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dedede;
}

.main-title-link-box-last {
  border-bottom: none;
}

.main-adv {
  position: relative;
  box-sizing: border-box;
  height: 260px;
}

.main-adv-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background:  rgba(40, 40, 40, .78);
  border-radius: 5px 0 0 5px;
}

.main-adv-item {
  line-height: 43.333333px;
  color: #fff;
  font-size: 14px;
  width: 120px;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}

.main-adv-item a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.main-adv-item:after {
  position: absolute;
  content: '>';
  width: 8px;
  height: 43px;
  font-size: 16px;
  right: 10px;
  top: 0;
  color: #fff;
}

.main-adv-item.active a,.main-adv-item.active, .main-adv-item.active::after, .main-adv-item:hover a, .main-adv-item:hover, .main-adv-item:hover:after {
  color: #ffd100;
}

.main-adv-item.active {
  background: rgba(0, 0, 0, .86);
}

/* .main-adv-content {
  display: none;
}

.main-adv-content.active {
  display: block;
} */

.main-card-select-list {
  margin-top: 25px;
}

.main-card-select-list > li {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: .3s;
}

.main-card-select-item.active {
  color: #e60412;
  font-size: 20px;
  font-weight: bold;
}

.main-card-select-list > li:first-child {
  padding-right: 12px;
  border-right: 1px solid #333333;
}

.main-card-select-list > li:last-child {
  padding-left: 12px;
}

.main-card {
  width: 280px;
  /* height: 140px; */
  box-shadow: 0 0 6px 1px rgba(245, 245, 245, 0.89);
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #dedede;
  padding-bottom: 10px;
}

.main-card-bottom {
  margin-top: 24px;
}

.main-card-hour {
  font-size: 14px;
  padding-left: 24px;
  background: url(http://www.zggcks.com/statics/images/201911/main-card-icon1.png) no-repeat left center;
}

.main-card-time {
  font-size: 14px;
  padding-right: 25px;
  background: url(http://www.zggcks.com/statics/images/201911/main-card-icon2.png) no-repeat right center;
}

.main-card-top {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 8px;
  padding-top: 12px;
}

.main-card-center {
  height: 60px;
  box-sizing: border-box;
}

.main-card-title {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.main-card-tag {
  font-size: 14px;
  width: 52px;
  height: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
  line-height: 22px;
  margin-top: 5px;
}

.main-card-tag1 {
  border: 1px solid #fc5a2c;
  color: #fc5a2c;
}

.main-card-tag2 {
  border: 1px solid #e7bb0b;
  color: #e7bb0b;
}

.main-card-link {
  width: 122px;
  height: 33px;
  border-radius: 17px;
  background-color: #ffd100;
  background-image: linear-gradient(to right, #fb8c55 0%, #fc3109 100%);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  transition: .3s;
}

.main-card-link:hover {
  transform: scale(1.1);
}

.swiper-container {
  width: 580px;
}

.main-swiper {
  position: relative;
  padding-top: 56px;
}

.main-swiper .swiper-pagination {
position: absolute;
top: 27px;
left: -10px !important;
width: auto !important;
margin: 0;
}
.main-swiper .swiper-pagination-bullet {
  position: relative;
border-radius: 0;
width: auto;
height: 20px;
text-align: center;
line-height: 30px;
font-size: 16px;
opacity: 1;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  color: #666666;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
}
.main-swiper .swiper-pagination-bullet-active {
color:#e60412;
  font-size: 18px;
  font-weight: bold;
}

.main-swiper .swiper-pagination-bullet:first-child::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 19px;
  background-color: #333333;
  top: 1px;
  right: 0;
}

.main-live {
  width: 280px;
  height: 314px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 15px;
}

.infomation-box a {
  color: #333;
}

.infomation-box a:hover {
  color: #ffac00;
}

.infomation-box.active a:hover {
  color: #e60412;
}

.infomation-box.active .infomation-box-btn a {
  color: #e60412;
}

.infomation-box.active .infomation-box-btn a:hover {
  color: #fff;
}

.infomation-box .infomation-box-btn a {
  color: #ffac00;
}

.infomation-box .infomation-box-btn a:hover {
  color: #fff;
}

.infomation-box-icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(http://www.zggcks.com/statics/images/201911/infomation-box-icon.png) no-repeat center;
  background-size: 20px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 8px;
}

.infomation-box-icon:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 46px;
  background-color: #e5e5e5;
}

.infomation-box-item {
  display: block;
}

.infomation-box-date {
  color: #343434;
  font-size: 14px;
  line-height: 26px;
}

.infomation-box-btn {
  width: 77px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #ffac00;
  font-size: 14px;
  color: #fff;
  color: #ffac00;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 10px;
  transition: .3s;
}

.infomation-box-btn:hover {
  background: #ffac00;
  color: #fff;
}

.infomation-box-title {
  display: inline-block;
  width: 233px;
  color: #343434;
  font-size: 14px;
  margin-left: 38px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 9px;
}

.infomation-box.active .infomation-box-btn {
  border: 1px solid #e60412;
  color: #e60412;
}

.infomation-box.active .infomation-box-btn:hover {
  background: #e60412;
  color: #fff;
}

.infomation-box.active:hover .infomation-box-title, .infomation-box.active:hover .infomation-box-date{
  color: #e60412;
}

.infomation-box:hover .infomation-box-title, .infomation-box:hover .infomation-box-date{
  color: #ffac00;
}

.infomation-box.last .infomation-box-title {
  border-bottom: none;
  margin-bottom: 0;
}

.infomation-box.last .infomation-box-icon:after {
  display: none;
}

/* main广告轮播 */

.main-adv .swiper-pagination {
position: absolute;
top: 0;
  left: 0;
  bottom: 0;
width: auto !important;
  margin: 0;
  background:  rgba(40, 40, 40, .78);
}
.main-adv .swiper-pagination-bullet {
  display: block;
  position: relative;
width: 120px;
  height: 43px;
text-align: center;
line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 0;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  opacity: 1;
  
}
.main-adv .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, .86);
  color: #ffd100;
}

.main-adv .swiper-pagination-bullet:after {
  position: absolute;
  content: '>';
  width: 8px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  right: 10px;
  top: 0;
  color: #fff;
}

.main-adv .swiper-pagination-bullet-active:after {
  color: #ffd100;
}

.main-adv .swiper-slide a {
  display: block;
  width: 587px;
  height: 260px;
}

/* End main广告轮播 */


/* End zg-main */

/* zg-adv-center */

.zg-adv-container {
  width: 1200px;
  height: 100px;
}

.zg-adv-container a {
  display: block;
  margin-top: 19px;
  /* margin-bottom: 40px; */
}

/* End zg-adv-center */

/* zg-subject */

.subject-sub-content {
  display: none;
  height: 234px;
}

.subject-sub-content.active {
  display: block;
}

.subject-select {
  padding-top: 43px;
}

.subject-select-item {
  width: 200px;
  height: 61px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.subject-select-item.active {
  box-shadow: 0 0 7px 1px rgba(244, 151, 9, 0.52);
  border-radius: 5px;
  background-image: linear-gradient(to right, #f3b907 0%, #f48e0a 100%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.subject-select-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 17px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 22px;
}

.subject-select-item:first-child:before {
  display: none;
}

.subject-select-item.active + .subject-select-item:before {
  display: none;
}

.subject-select-item.active:before {
  display: none;
}

.subject-box-left {
  width: 585px;
}

.subject-box-right {
  width: 585px;
}

.subject-box-title {
  font-size: 20px;
  font-weight: bold;
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-title-bg.png) no-repeat center;
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.subject-box-left-adv1 {
  width: 587px;
  height: 283px;
  margin-bottom: 20px;
}

.subject-box-left-adv2, .subject-box-left-adv3 {
  width: 280px;
  height: 163px;
}

.subject-box-left-adv1 img, .subject-box-left-adv2 img, .subject-box-left-adv3 img {
  border-radius: 6px;
}

.subject-box-menu {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.subject-box-menu.subject-box-menu-first {
  border-radius: 5px 5px 0 0;
}

.subject-box-menu.subject-box-menu-last {
  border-radius: 0 0 5px 5px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.subject-box-menu > li {
  width: 20%;
  text-align: center;
}

.subject-box-menu > li > a {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  transition: .3s;
  width: 105px;
  height: 75px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 6px;
}

.subject-box-menu > li > a:hover, .subject-box-menu > li.active > a {
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px rgba(226, 226, 226, 0.53);
  color: #e60412;
}

.subject-box-menu-item1 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item1.png) no-repeat center 12px;
}

.subject-box-menu-item2 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item2.png) no-repeat center 13px;
}

.subject-box-menu-item3 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item3.png) no-repeat center 14px;
}

.subject-box-menu-item4 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item4.png) no-repeat center 13px;
}

.subject-box-menu-item5 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item5.png) no-repeat center 11px;
}

.subject-box-menu-item6 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item6.png) no-repeat center 14px;
  padding-bottom: 14px;
}

.subject-box-menu-item7 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item7.png) no-repeat center 13px;
  padding-bottom: 14px;
}

.subject-box-menu-item8 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item8.png) no-repeat center 14px;
  padding-bottom: 14px;
}

.subject-box-menu-item9 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item9.png) no-repeat center 14px;
  padding-bottom: 14px;
}

.subject-box-menu-item10 {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-menu-item10.png) no-repeat center 14px;
  padding-bottom: 14px;
}

.subject-box-list-title {
  padding-left: 10px;
  line-height: 1;
  font-size: 20px;
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-list-title.png) no-repeat left center;
  margin-top: 30px;
}

.subject-box-list > li {
  line-height: 44px;
  box-sizing: border-box;
  border-bottom: 1px dashed #dedede;
  width: 280px;
}

.subject-box-list > li > a {
  transition: .3s;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.subject-box-list > li:first-child a {
  color: #e60412;;
}

.subject-box-list > li > a:hover {
  color: #ffa200;
}

.subject-box-list > li:last-child {
  border-bottom: none;
}

.subject-box-link {
  width: 131px;
  height: 44px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: linear-gradient(-218deg, #6bbafd 0%, #74a0ff 99%, #74a0ff 100%);
  box-sizing: border-box;
  line-height: 44px;
  transition: .3s;
  margin-top: 10px;
}

.subject-box-link:hover {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
  transform: scale(1.1);
}

.subject-box-link.fl {
  margin-right: 20px;
}

.subject-box-link3.fl {
  margin-right: 0;
}

.subject-box-link1 {
  background-image: linear-gradient(-218deg, #6bbafd 0%, #74a0ff 99%, #74a0ff 100%);
}

.subject-box-link2 {
  background-image: linear-gradient(-218deg, #ff979e 0%, #ff787f 99%, #ff787f 100%);
}

.subject-box-link3 {
  background-image: linear-gradient(-218deg, #75c4c1 0%, #31bead 99%, #31bead 100%);
}

.subject-box-link4 {
  background-image: linear-gradient(-218deg, #ef90ee 0%, #d178fa 99%, #d178fa 100%);
}

.subject-box-link a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-left: 50px;
}

.subject-box-link1 a {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-link-icon1.png) no-repeat 10px center;
}

.subject-box-link2 a {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-link-icon2.png) no-repeat 12px center;
}

.subject-box-link3 a {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-link-icon3.png) no-repeat 14px center;
}

.subject-box-link4 a {
  background: url(http://www.zggcks.com/statics/images/201911/subject-box-link-icon4.png) no-repeat 13px center;
}

.subject-box-item {
  display: none;
}

.subject-box-item.active {
  display: block;
}

.subject-subselect-item {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.subject-subselect {
  font-size: 16px;
  color: #666;
  padding-top: 18px;
}

.subject-subselect-item.active {
  color: #e60412;
}

.subject-box-content {
  display: none;
}

.subject-box-content.active {
  display: block;
}

/* End zg-subject */

/* zg-environment */

.zg-environment {
  padding-top: 30px;
  background-color: #f5f5f5;
  margin-top: 50px;
  padding-bottom: 30px;
}

.environment-title {
  font-size: 24px;
  padding-left: 40px;
  background: url(http://www.zggcks.com/statics/images/201911/environment-title-icon.png) no-repeat center left;
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.environment-item {
  margin-right: 8px;
}

.environment-subitem {
  height: 104px;
  margin-bottom: 8px;
}

.environment-selectors {
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}

.environment-selector {
  font-size: 18px;
  color: #666;
  position: relative;
  line-height: 1;
  cursor: pointer;
  margin-top: 30px;
}

.environment-selector:first-child {
  margin-right: 20px;
}

.environment-selector:last-child {
  margin-left: 20px;
}

.environment-selector:first-child:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  background-color: #333333;
  right: -20px;
}

.environment-selector.active {
  color: #333333;
}

.environment-selector.active::before {
  width: 74px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffd100;
  position: absolute;
  content: '';
  bottom: -9.5px;
}

.environment-item img {
  transition: .3s;
}

.environment-item img:hover {
  transform: scale(1.2);
}

.friendly-content a {
  margin-right: 30px;
  font-size: 14px;
  display: inline-block;
  margin-top: 14px;
}

.friendly-content a:hover {
  color: #e7bb0b;
}

.friendly-content {
  display: none;
}

.friendly-content.active {
  display: block;
}

.zg-environment .swiper-container {
  width: 280px;
  height: 214px;
}

.zg-environment .swiper-container img {
  height: auto;
}

.zg-environment .swiper-container .swiper-slide {
  position: relative;
}

.env-swiper-title {
  width: 280px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.env-swiper-title:before {
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background-color: #e60412;
  position: absolute;
  content: '';
  top: 13px;
  left: 14px;
}

.env-swiper-title:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background-color: #e60412;
  top: 13px;
  right:14px;
}

.swiper-button-next, .swiper-button-prev {
  top: 42%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  /* background-image: url(http://www.zggcks.com/statics/images/201911/swiper-button-prev.png); */
  background-size: 16px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  /* background-image: url(http://www.zggcks.com/statics/images/201911/swiper-button-next.png); */
  background-size: 16px;
}

.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, .05);
}

.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .05);
}

/* End zg-environment */

/*首页私有底部*/

.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #303131;
  overflow: hidden;
}
.footer .wrapper {
  width: 1190px;
  padding-left: 10px;
}

.footer .footer-center {
  width: 100%;
  min-width: 1200px;
  padding-top: 6px;
  padding-bottom: 25px;
}
.footer .footer-center .other-links {
  width: 668px;
}
.footer .footer-center .other-links dl {
  display: block;
  float: left;
  margin-right: 60px;
  text-align: center;
  color: #fff;
}
.footer .footer-center .other-links dt {
  font-size: 16px;
  line-height: 54px;
  cursor: default;
}
.footer .footer-center .other-links dd {
  font-size: 12px;
  line-height: 29px;
}
.footer .footer-center .other-links dd a {
  color: #fff;
}
.footer .footer-center .other-links dd a:hover {
  color: #ffa200;
}
.footer .footer-center .qr-areas {
  margin-top: 19px;
}
.footer .footer-center .qr-area {
  width: 116px;
  text-align: center;
}
.footer .footer-center .qr-area .qr-pic-box {
  width: 95px;
  height: 95px;
  margin: 0 auto 10px;
}
.footer .footer-center .qr-area .qr-pic-box img{
  width: 100%;
  height: 100%;
}
.footer .footer-center .qr-area .qr-txt {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.footer .footer-center .contact-methods {
  margin-right: 16px;
  margin-top: 19px;
}
.footer .footer-center .contact-methods .line-box {
  margin-bottom: 12px;
  padding-left: 55px;
  color: #ffa200;
  background: url("http://www.zggcks.com/statics/images/footer-cell-icon.png") no-repeat left center;
}
.footer .footer-center .contact-methods .line1 {
  font-size: 16px;
  line-height: 19px;
}
.footer .footer-center .contact-methods .line2 {
  font-size: 24px;
  line-height: 34px;
}
.footer .footer-center .contact-methods .online {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.footer .footer-center .contact-methods .online a {
  color: #fff;
}
.footer .footer-center .contact-methods .online a:hover {
  color: #ffa200;
  text-decoration: underline;
}
.footer .footer-bottom {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 36px;
  background-color: #2b2c2c;
}
.footer .footer-bottom .right-area {
  min-width: 820px;
  margin-top: 28px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.footer .footer-bottom .right-area a {
  color: #fff;
}
.footer .footer-bottom .right-area a:hover {
  color: #ffa200;
}
.footer .footer-bottom .contact-ways {
  margin-top: 45px;
  margin-right: 162px;
}
.footer .footer-bottom .contact-ways .way {
  width: 46px;
  height: 46px;
  margin-right: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .footer-bottom .contact-ways .way a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-bottom .contact-ways .way1 {
  background-image: url("http://www.zggcks.com/statics/images/footer-way1.png");
}
.footer .footer-bottom .contact-ways .way2 {
  background-image: url("http://www.zggcks.com/statics/images/footer-way2.png");
}
.footer .footer-bottom .contact-ways .way3 {
  background-image: url("http://www.zggcks.com/statics/images/footer-way3.png");
}

/*End 首页私有底部*/
.bwbd_warp{
  margin: 0 auto;
  width: 100%;
  background-color: #F0F0F0;
  overflow: hidden;
}
.head_title{
  width: 100%;
  background: url(../image/cont_bj.png) no-repeat center;
  height: 78px;
  margin: 0 auto;
  margin-top: 20px;
}
.bwbd_cont{
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
.bwbd_left{
  width:240px;
  float: left;
  background-color: #fff;
  margin-right: 10px;
  height: 730px;
}
.bwbd_left ul li{
  height: 61px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  letter-spacing: 3px;
}
.bwbd_left ul li:last-child{
  border-bottom:none
}
.bwbd_left ul li.active{
  background: url(../image/cont_bj1.png) no-repeat center;
  background-size: 100%;
  color: #FFD100;
  font-weight: bold;
}
.bwbd_right{
  display: none;
  float: left;
  width:950px;
  height:720px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 17px 1px rgba(218,218,218,0.43);
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 20px;
}
.bwbd_right_top{
  width:950px;
  height:46px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 4px 0px rgba(121,99,0,0.08);
  box-sizing: content-box;
}
.bwbd_right_top ul li{
  /* width: 186px; */
  width: 230px;

  text-align: center;
  /* line-height: 46px; */
  line-height: 27px;

  /* font-size: 18px; */
  font-size: 16px;

  float: left;
  height: 46px;
}
.bwbd_right_top ul li.active{
  height: 64px;
  /* line-height: 64px; */
  line-height: 27px;

  background: url(../image/cont_bj2.png) no-repeat center;
  background-size: 100%;
  margin-top: -9px;
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 16px;

}
.bwbd_right_cont{
  display: none;
}
.bwbd_right_list{
  overflow: hidden;
}
.bwbd_right_txt1{
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #282828;
  padding-right: 25px;
  line-height: 20px;
}
.bwbd_right_txt1 span{
  font-size: 14px;
  padding-left: 15px;
  color: #696969;
  cursor:pointer;
}
.bwbd_right_txt1 span.active{
  font-size: 16px;
  color: #ff0000;
  cursor:pointer;
}
.bwbd_right_txt1 a{
  font-size: 16px;
  float: right;
  color: blue;
  line-height: 20px;
}
.bwbd_right_cont_img{
  display: none;
}
.bwbd_right_cont_img.active{
  display: block;
}
.bwbd_right_list ul li{
  width:290px;
  height:238px;
  border:1px solid rgba(255,209,0,1);
  padding: 10px 10px 0;
  position: relative;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.bwbd_right_list ul li:nth-child(1){
  margin-left: 0;
}
.bwbd_right_list ul li:nth-child(4){
  margin-left: 0;
}
.bwbd_right_txt2{
  width:270px;
  height:155px;
  background-color: #F7F7F7;
}
.bwbd_right_cont_last .bkwt_txt_cont{
  margin-top: 10px;
}
.bwbd_right_txt3{
  color:#282828;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 14px;
}
.bwbd_right_fot{
  margin-top: 10px;
}
.bwbd_right_txt4{
  color:#282828;
  font-size: 15px;
  line-height: 18px;
}
.bwbd_right_btn{
  display: block;
  width: 100px;
  height: 36px;
  border-radius: 6px;
  background-color: #FFD100;
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #282828;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.bkwt_txt1{
  padding-top: 20px;
  font-size: 22px;
  color: #282828;
  padding-bottom: 15px;
}
.bkwt_txt2{
  padding-left: 32px;
  position: relative;
  line-height: 50px;
  color: #E60311;
}
.bkwt_txt2::before{
  content: "";
  width:26px;
  height:26px;
  background: url(../image/icon1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.bkwt_txt3{
  padding-right: 100px;
  color: #282828;
  line-height: 30px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  /* height: 60px; */
  height: 30px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 20px;
}
.bkwt_txt3 a{
  padding-left: 40px;
}
.bkwt_txt3::before{
  content: "";
  width:26px;
  height:26px;
  background: url(../image/icon2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.bkwt_txt_cont{
  width:910px;
  /* height:81px; */
  height:40px;

  background:rgba(255,255,255,1);
  border:1px solid rgba(255,209,0,1);
  box-shadow:0px 2px 5px 0px rgba(121,99,0,0.11);
  border-radius:10px;
  margin-top: 20px;
  /* line-height: 29px; */
  line-height: 20px;

  text-indent: 2em;
  padding: 10px 22px 0;
  font-size: 16px;
  color: #282828;
}
.gdzu_warp{
  overflow: hidden;
  background-color: #F0F0F0;
  display: none;
}
.gdzu_warp_box{
  overflow: hidden;
  background-color: #F0F0F0;
  display: none;
}
.gdzu_warp_box.active{
  display: block;
}
.gdzu_cont{
  height:150px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 17px 1px rgba(204,204,204,0.43);
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.gdzu_txt1{
  width: 250px;
  height: 80px;
  background: url(../image/gdzx_bj1.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 38px;
  float: left;
  cursor: pointer;
  font-size: 27px;
  color: #282828;
  font-weight: normal;
  line-height: 80px;
  text-indent: 50px;
  font-weight: bold;
  letter-spacing: 2px;
}
.gdzu_txt2{
  width:130px;
  height:130px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(255,209,0,1);
  border-radius:5px;
  background-size: 100%;
  float: left;
  margin-left: 25px;
  margin-top: 15px;
}
.gdzu_txt3{
  width: 310px;
  padding-top: 45px;
  float: left;
  margin-left: 20px;
}
.gdzu_txt3.active{
  width: 265px;
}
.gdzu_cont_txt1{
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  color: #282828;
}
.gdzu_cont_txt1 span{
  display: block;
  height:33px;
  background:rgba(255,209,0,1);
  border-radius:5px;
  text-align: center;
  float: right;
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
}
.gdzu_cont_txt2{
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: #282828;
  margin-top: 1px;
}
.gdzu_cont_txt2 span{
  position: relative;
}
.gdzu_cont_txt2 span::before{
  content: "";
  background: url(../image/icon.png) no-repeat center;
  width:9px;
  height:9px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  left: -15px;
}
.gdzu_txt4{
  width:130px;
  height:130px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(255,209,0,1);
  border-radius:5px;
  float: left;
  margin-left: 30px;
  margin-top: 13px;
}
.bkwt_txt_warp{
  /* height: 50px; */
  height: auto;
  overflow: hidden;
  border-top: 1px dashed #C1C1C1;
  transition: 0.5s;
  position: relative;
}
.bkwt_txt_warp.bkwt_txt_warp_border{
  border-top: none;
}
.bkwt_txt_warp.active{
  /* height: auto; */
}
.bkwt_txt_warp>a{
  position: absolute;
  right: 0;
  top: 85px;
  width: 100px;
  text-align: center;
  color: blue;
}
.bkwt_txt3>a{
  color: blue;
}
.gaodu{
  height: 550px;
  overflow: auto;
}

.zsbg{
  border: 0px;
}
.zsbg tr{
  height: 40px;
}
.zsbg tr td{
  border:0px;
  background-image: url(../image/icon2.png);
  background-repeat:no-repeat;
  background-position:2% 50%;
  background-size:auto;
  padding-left: 50px;
}


































