.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: 130px;
    height: 147px;
    padding: 11px 7px 14px;
    font-size: 12px;
    left: 50%;
    margin-left: -65px;
    box-shadow: 0 5px 5px #e3e3e3;
}
.zg-header .pull-box-mobile dl {
    float: left;
    width: 100%;
    height: 100%;
}
.zg-header .pull-box-mobile dl dt {
    width: 100px;
    height: 100px;
    font: 16px "Microsoft Yahei";
    text-align: center;
}
.zg-header .pull-box-mobile dl dt img {
    vertical-align: middle;
    margin: -3px 5px 0;
    width: 105px;
    height: 100px;
}
.zg-header .pull-box-mobile dl dd {
    text-align: center;
}
.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 */
/* å…¬å…± */
.w1200 {
    width: 1200px;
    margin: auto;
}
div,
p,
li,
ul,
span,
a {
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
img {
    width: auto;
    height: auto;
}
.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;
}
/* å¤´éƒ¨å¯¼èˆª */
.logo-cd {
    display: flex;
    align-items: center;
    float: left;
    height: 83px;
}
.logo-cd .a-logo {
    width: 244px;
    height: 43px;
    background: url(http://www.zggcks.com/statics/images/201911/logo.png) no-repeat center center;
    background-size: 100% 100%;
}
.logo-cd .cd {
    position: relative;
    margin-left: 20px;
}
.logo-cd .cd .show-cd-name {
    font-size: 22px;
    color: #e60412;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 80px;
    padding-top: 16px;
}
.logo-cd .cd .show-cd-name .name {
    margin-right: 8px;
}
.logo-cd .cd .pull-box {
    position: absolute;
    width: 1085px;
    left: -240px;
    display: none;
    top: 70px;
    padding: 12px 0 5px 12px;
    border: 1px solid #dedede;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.31);
    cursor: default;
    border-radius: 5px;
    z-index: 999;
}
.logo-cd .cd .pull-box a {
    display: block;
    float: left;
    font-size: 13px;
    color: #333333;
    margin-bottom: 7px;
    width: 115px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    text-align: center;
    line-height: 28px;
    margin-right: 12px;
}
.logo-cd .cd .pull-box a:hover {
    color: #f49c09;
    text-decoration: underline;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .03);
}
.logo-cd .cd .pull-box a:nth-child(2n) {
    margin-right: 30px;
}
.logo-cd .cd .pull-box a:nth-child(8n) {
    margin-right: 0;
}
/* èœå• */
.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(http://www.zggcks.com/statics/images/201911/logo.png) 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: 120px;
    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;
    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;
    box-sizing: border-box;
    padding-left: 34px;
    padding-right: 20px;
}
.zg-nav-card-right {
    width: 360px;
}
.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;
    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 */
.w1200 {
    width: 1200px;
    margin: auto;
}
div,
p,
li,
ul,
span,
a {
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
img {
    width: auto;
    height: auto;
}
.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;
}
/* èœå• */
.nav {
    width: 100%;
    background-color: #282828;
}
.nav .nav-info {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.nav .nav-info .nav-item {
    position: relative;
    flex: 1;
}
.nav .nav-info .nav-item.active,
.nav .nav-info .nav-item:hover {
    background-color: #ffd100;
    border-radius: 5px 5px 0px 0px;
}
.nav .nav-info .nav-item>.a-block {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.nav .nav-info .nav-item.active>.a-block,
.nav .nav-info .nav-item:hover>.a-block {
    color: #333333;
}
.nav .nav-info .nav-item>.a-block .icon {
    margin-right: 5px;
}
.nav .nav-info .nav-item.active .a-block .icon,
.nav .nav-info .nav-item:hover .a-block .icon {
    display: none;
}
.nav .nav-info .nav-item>.a-block .iconed {
    display: none;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}
.nav .nav-info .nav-item.active .a-block .iconed,
.nav .nav-info .nav-item:hover>.a-block .iconed {
    display: inline-block;
}
.nav .nav-info .nav-item>.a-block::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #ffffff;
    right: 0;
}
.nav .nav-info .nav-item.active>.a-block::before {
    display: none;
}
.nav .nav-info .nav-item.nonebefore>.a-block::before {
    display: none;
}
.a-block:hover {
    text-decoration: none;
}
.nav .more-nav-cont {
    margin: auto;
    background: #fff;
}
.nav .more-nav-cont .more-nav-info {
    width: 1200px;
    height: 44px;
    background-color: #f5f5f5;
    margin: auto;
    display: none;
    /* justify-content: space-around; */
}
.nav .more-nav-cont .more-nav-info.active {
    display: flex;
    padding-left: 14px;
}
.nav .more-nav-cont .more-nav-info .more-nav-item {
    height: 100%;
    margin-right: 35px;
}
.nav .more-nav-cont .more-nav-info .more-nav-item .a-block {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 15px;
    color: #282828;
}
.nav .more-nav-cont .more-nav-info .more-nav-item .a-block:hover {
    text-decoration: underline;
}
.nav .more-nav-cont .more-nav-info .more-nav-item .a-block .circle {
    display: flex;
    align-items: center;
    width: 6px;
    height: 6px;
    background-color: #ffd100;
    border-radius: 50%;
    margin-right: 5px;
}
/* 热门推荐 */
.zg_rmtj {
    padding-top: 30px;
    height: 50px;
}
.zg_rmtj .wrapper {
    height: 50px;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616022147720.png) no-repeat center;
}
.zg_rmtj .wrapper .zg_rmtj_cont {
    overflow: hidden;
    display: flex;
}
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_left {
    width: 160px;
    padding-left: 20px;
    padding-top: 15px;
    position: relative;
    height: 50px;
}
/* .zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_left::before {
    content: "";
    width: 13px;
    height: 3px;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616023057590.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
} */
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_right {
    width: 900px;
    overflow: hidden;
    position: relative;
}
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_right ul {
    width: 2500px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_right ul li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 50px;
    position: relative;
    float: left;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    color: #E60412;
}
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_right ul li a {
    color: #E60412;
}
.zg_rmtj .wrapper .zg_rmtj_cont .zg_rmtj_cont_right ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616022926736.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
}
/*当前位置 */
.zg_dqwz {
    width: 100%;
    margin-top: 30px;
}
.zg_dqwz .zg_dqwz_cont {
    position: relative;
    padding-left: 30px;
    height: 16px;
}
.zg_dqwz .zg_dqwz_cont::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616115113344.png) no-repeat center;
    position: absolute;
    left: 3px;
    top: 0;
}
.zg_dqwz .zg_dqwz_cont a {
    font-size: 14px;
    line-height: 16px;
}
.zg_dqwz .zg_dqwz_cont a:last-child {
    color: #E60412;
}
/*中间部分*/
.section_rmtj {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.section_rmtj .section_rmtj_left {
    width: 820px;
    float: left;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head {
    width: 820px;
    height: 140px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619041113980.png) no-repeat center;
    padding-left: 214px;
    padding-top: 14px;
    margin-bottom: 20px;
    position: relative;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head::before {
    content: "";
    width: 820px;
    border-bottom: 1px dashed rgba(154, 154, 154, 1);
    position: absolute;
    left: 0;
    bottom: -20px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list {
    position: relative;
    margin-bottom: 10px;
    height: 31px;
    line-height: 31px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list .left_head_list_txt1 {
    float: left;
    width: 126px;
    height: 31px;
    text-indent: 20px;
    position: relative;
    line-height: 31px;
    font-size: 16px;
    color: #fff;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list .left_head_list_txt1::before {
    content: "";
    width: 10px;
    height: 10px;
    background: rgba(255, 226, 25, 1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list ul {
    float: left;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list ul li {
    width: 98px;
    height: 31px;
    background: rgba(241, 246, 249, 1);
    border-radius: 6px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #343434;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_head .section_rmtj_left_head_list ul li a:hover {
    color: #E60412;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont {
    padding-top: 25px;
    overflow: hidden;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont .section_rmtj_title {
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 24px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont .section_rmtj_cont_txt1 {
    font-size: 12px;
    width: 340px;
    text-align: right;
    float: left;
    line-height: 15px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont .section_rmtj_cont_txt2 {
    font-size: 12px;
    padding-left: 24px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont .section_rmtj_cont_txt2>span {
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    padding-right: 25px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_cont .section_rmtj_cont_txt2 .section_rmtj_cont_txt2_span1 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp {
    padding-left: 6px;
    padding-right: 13px;
    margin-top: 25px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp p {
    line-height: 42px;
    text-indent: 2em;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_txt1 {
    font-size: 16px;
    text-indent: 2em;
    line-height: 42px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_txt2 {
    height: 30px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot {
    margin-top: 25px;
    overflow: hidden;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .bdshare-button-style0-16 .section_rmtj_warp_fot_txt1 {
    background-image: none;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .share-box {
    float: right;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot a {
    display: block;
    float: left;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .section_rmtj_warp_fot_txt1 {
    font-size: 16px;
    text-align: right;
    color: #999;
    margin-right: 10px;
    line-height: 26px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot span {
    display: block;
    float: right;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .section_rmtj_warp_fot_txt2 {
    width: 26px;
    height: 26px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619052917284.png) no-repeat center;
    margin-right: 10px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .section_rmtj_warp_fot_txt3 {
    width: 26px;
    height: 26px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619052858267.png) no-repeat center;
    margin-right: 20px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .section_rmtj_warp_fot_txt4 {
    width: 26px;
    height: 26px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619052837444.png) no-repeat center;
    margin-right: 20px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_fot .section_rmtj_warp_fot_txt5 {
    width: 26px;
    height: 26px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619052811346.png) no-repeat center;
    margin-right: 20px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_bot {
    margin-top: 24px;
    border: 1px dashed rgba(153, 153, 153, 1);
    height: 80px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_bot .section_rmtj_warp_bot_txt1 {
    font-size: 16px;
    line-height: 16px;
    padding-left: 20px;
    cursor: pointer;
    padding-top: 20px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_bot .section_rmtj_warp_bot_txt1:hover a {
    color: #ffac00;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .section_rmtj_warp_bot .section_rmtj_warp_bot_txt1:first-child {
    padding-top: 14px;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .page-cont {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .page-cont a {
    display: inline-block;
    font: 18px/33px "Microsoft YaHei";
    padding: 0 10px !important;
    height: 33px;
    border: 1px solid #ddd;
    margin-right: 8px;
    text-align: center;
    color: #DBDBDB;
    background: #fff;
    line-height: 33px;
    text-align: center;
}
.section_rmtj .section_rmtj_left .section_rmtj_warp .page-cont span {
    display: inline-block;
    background-color: #FFD100;
    color: #333;
    padding: 0 10px !important;
    line-height: 33px;
    text-align: center;
    margin-right: 10px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd {
    margin-top: 30px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd .section_rmtj_left_jchd_title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-left: 32px;
    position: relative;
    line-height: 23px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd .section_rmtj_left_jchd_title::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619042244910.png) no-repeat center;
    position: absolute;
    left: 1px;
    top: 0;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd .section_rmtj_left_jchd_warp {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd .section_rmtj_left_jchd_warp .section_rmtj_left_jchd_list {
    width: 261px;
    height: 156px;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_jchd .section_rmtj_left_jchd_warp .section_rmtj_left_jchd_list img {
    width: 100%;
    height: 100%;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj {
    margin-top: 30px;
    overflow: hidden;
    min-height: 280px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-left: 32px;
    position: relative;
    line-height: 24px;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_title::before {
    content: "";
    width: 21px;
    height: 24px;
    background: url(https://www.zggcks.com/uploadfile/2020/0619/20200619042325808.png) no-repeat center;
    position: absolute;
    left: 1px;
    top: 0;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_left {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_left ul li {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 50%;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_left ul li:hover {
    color: #ffac00;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_left ul li:hover a {
    color: #ffac00;
}
.section_rmtj .section_rmtj_left .section_rmtj_left_xgtj .section_rmtj_left_xgtj_left ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(102, 102, 102, 1);
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
}
/* å³ä¾§ */
.section_rmtj .right-cont {
    width: 340px;
    overflow: hidden;
    float: right;
}
.section_rmtj .right-cont .right_cont_head {
    width: 341px;
    height: 192px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.section_rmtj .right-cont .right_cont_head iframe ,
.section_rmtj .right-cont .right_cont_head video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_rmtj .right-cont .right_cont_head .right_cont_head_zz {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_rmtj .right-cont .right_cont_txt {
    background-color: #F5F5F5;
    height: 90px;
}
.section_rmtj .right-cont .right_cont_txt .right_cont_txt1 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    padding-left: 14px;
    padding-right: 15px;
    position: relative;
}
.section_rmtj .right-cont .right_cont_txt .right_cont_txt1::before {
    content: "";
    width: 5px;
    height: 20px;
    background: rgba(230, 4, 18, 1);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.section_rmtj .right-cont .right_cont_txt .right_cont_txt2 {
    padding-left: 15px;
    line-height: 20px;
    font-size: 12px;
    padding-right: 15px;
}
.section_rmtj .right-cont .right_cont_txt .right_cont_txt2 a {
    color: #999;
}
.section_rmtj .right-cont .right-cont_bkzn {
    margin-top: 38px;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_title {
    font-size: 24px;
    font-style: italic;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_title span {
    display: inline-block;
    position: relative;
    width: 97px;
    height: 23px;
    /* background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616060210726.png) no-repeat center; */
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_title span::before {
    content: "";
    width: 30px;
    height: 3px;
    background: rgba(230, 4, 18, 1);
    border-radius: 2px;
    position: absolute;
    left: -41px;
    top: 50%;
    margin-top: -1px;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_title span::after {
    content: "";
    width: 30px;
    height: 3px;
    background: rgba(230, 4, 18, 1);
    border-radius: 2px;
    position: absolute;
    right: -41px;
    top: 50%;
    margin-top: -1px;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_warp {
    overflow: hidden;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_warp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_warp ul li {
    width: 108px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_warp ul li.active a {
    color: #E60412;
    text-decoration: underline;
}
.section_rmtj .right-cont .right-cont_bkzn .right_cont_bkzn_warp ul li:hover a {
    color: #E60412;
    text-decoration: underline;
}
.section_rmtj .right-cont .right-cont_bktj {
    margin-top: 40px;
    width: 341px;
    height: 89px;
    border-radius: 5px;
}
.section_rmtj .right-cont .right-cont_zlxz {
    margin-top: 40px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_title {
    font-size: 24px;
    font-family: FZShangKuS-R-GB;
    font-style: italic;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_title span {
    position: relative;
    display: inline-block;
    position: relative;
    width: 99px;
    height: 24px;
    /* background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616060247184.png) no-repeat center; */
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_title span::before {
    content: "";
    width: 30px;
    height: 3px;
    background: rgba(230, 4, 18, 1);
    border-radius: 2px;
    position: absolute;
    left: -41px;
    top: 50%;
    margin-top: -1px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_title span::after {
    content: "";
    width: 30px;
    height: 3px;
    background: rgba(230, 4, 18, 1);
    border-radius: 2px;
    position: absolute;
    right: -41px;
    top: 50%;
    margin-top: -1px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list {
    overflow: hidden;
    position: relative;
    padding-left: 45px;
    margin-bottom: 32px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list:hover .right_cont_zlxz_list_txt2 span:nth-child(3) {
    background-color: rgba(230, 4, 18, 1);
    color: #fff;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list::before {
    content: "";
    width: 27px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616113621446.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt1 {
    font-size: 16px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt2 {
    margin-top: 10px;
    font-size: 14px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt2 span {
    display: block;
    float: left;
    line-height: 28px;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt2 span:nth-child(1) {
    width: 130px;
    color: #999;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt2 span:nth-child(2) {
    width: 82px;
    color: #999;
}
.section_rmtj .right-cont .right-cont_zlxz .right_cont_zlxz_list .right_cont_zlxz_list_txt2 span:nth-child(3) {
    width: 67px;
    height: 28px;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    color: rgba(230, 4, 18, 1);
    float: right;
    border: 1px solid rgba(230, 4, 18, 1);
    transition: all 0.5s;
}
.section_rmtj .right-cont .right-cont_fot {
    overflow: hidden;
    position: relative;
}
.section_rmtj .right-cont .active {
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 340px;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_head {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #DBDBDB;
    height: 36px;
    padding-bottom: 16px;
    overflow: hidden;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_head .swiper-pagination {
    width: 100%;
    height: 20px;
    display: block;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_head .swiper-pagination p {
    width: 33.3%;
    text-align: center;
    font-size: 20px;
    position: relative;
    height: 20px;
    border-radius: 0;
    background-color: #fff;
    line-height: 20px;
    color: #333;
    opacity: 1;
    outline: none;
    float: left;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_head .swiper-pagination-bullet-active {
    font-weight: bold;
    font-size: 22px;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_head .swiper-pagination-bullet-active::before {
    content: "";
    width: 27px;
    height: 5px;
    background: rgba(230, 4, 18, 1);
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -18px;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot {
    position: relative;
    margin-top: 23px;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list {
    width: 340px;
    float: left;
    overflow: hidden;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt a {
    float: left;
    display: block;
    width: 100%;
    padding-left: 37px;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: 26px;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt:nth-child(1) a::before {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616024201581.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt:nth-child(2) a::before {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616024231244.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt:nth-child(3) a::before {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616024247880.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt:nth-child(4) a::before {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616024303332.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt:nth-child(5) a::before {
    content: "";
    width: 25px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zggcks.com/uploadfile/2020/0616/20200616024320385.png) no-repeat center;
}
.section_rmtj .right-cont .right-cont_fot .right_cont_fot_bot .right_cont_fot_bot_warp .right_cont_fot_bot_warp_list .right_cont_fot_list_txt a:hover {
    color: #ffac00;
}
/* 底部 */
.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");
}
/* 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 */
/* 热门推荐 */
.section2 {
    height: 307px;
    background-color: #F5F5F5;
}
.section2 .wrapper .section2_head {
    padding-top: 20px;
    padding-bottom: 13px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 17px;
    line-height: 34px;
}
.section2 .wrapper .section2_head::before {
    content: "";
    width: 6px;
    height: 27px;
    background: rgba(229, 3, 17, 1);
    position: absolute;
    left: 0;
    top: 23px;
}
.section2 .wrapper .section2_cont {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section2 .wrapper .section2_cont .section2_cont_list {
    width: 290px;
    height: 190px;
    border-radius: 10px;
    float: left;
}
/* å³ä¾§æµ®æ¡† */
div,
p,
span,
button,
input,
select {
    box-sizing: border-box;
}
.right-fixed {
    height: 404px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99999;
    top: 50%;
    margin-top: -202px;
}
.right-fixed .info {}
.right-fixed .info .item {
    width: 66px;
    height: 64px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5.8px 0.2px rgba(231, 231, 231, 0.89);
    border-radius: 5px;
    position: relative;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-fixed .info .item .a-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.right-fixed .info .item .icon-cont {
    width: 32px;
    height: 32px;
    background: url(../images/news/icon_jlt_more.png) no-repeat;
}
.right-fixed .info .item.active,
.right-fixed .info .item:hover {
    background-color: #ffd100;
}
.right-fixed .info .item.active .icon-cont,
.right-fixed .info .item:hover .icon-cont {
    background: url(../images/news/icon_jlt.png) no-repeat;
}
.right-fixed .info .item:nth-child(2) .icon-cont {
    background-position: 0 -68px;
}
.right-fixed .info .item:nth-child(3) .icon-cont {
    background-position: 0 -132px;
}
.right-fixed .info .item:nth-child(4) .icon-cont {
    background-position: 0 -199px;
}
.right-fixed .info .item:nth-child(5) .icon-cont {
    background-position: 0 -268px;
}
.right-fixed .info .item:nth-child(6) .icon-cont {
    background-position: 0 -333px;
}
.right-fixed .info .item .text {
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #333333;
}
.right-fixed .info .item.active .text,
.right-fixed .info .item:hover .text {
    color: #ea1513;
}
.right-fixed .info .item .ab-cont {
    position: absolute;
    width: 156px;
    height: 146px;
    background: url(../images/news/ewm_box.png) no-repeat center center;
    background-size: 100% 100%;
    top: -40px;
    left: -160px;
    display: none;
}
.right-fixed .info .item.active .ab-cont,
.right-fixed .info .item:hover .ab-cont {
    display: block;
}
.right-fixed .info .item .ab-cont .img {
    width: 122px;
    height: 122px;
    margin: 12px;
}
.right-fixed .info .item:nth-child(4) .ab-cont {
    width: 176px;
    height: 80px;
    top: -10px;
    left: -180px;
    padding: 20px 15px;
}
.right-fixed .info .item:nth-child(4) .ab-cont .t1 {
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #333333;
}
.right-fixed .info .item:nth-child(4) .ab-cont .t2 {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #ea1513;
}
.right-fixed .info .item:nth-child(6) .ab-cont {
    height: 207px;
    width: 234px;
    padding: 19px;
    left: -230px;
    top: -80px;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item {
    width: 174px;
    height: 35px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item .text {
    font-size: 13px;
    letter-spacing: 0.1px;
    color: #333333;
    position: absolute;
    left: 8px;
    top: 10px;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item .input {
    padding-left: 70px;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    color: #333333;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item:nth-child(3) .input {
    padding-left: 54px;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item .yzm {
    min-width: 67px;
    padding: 0 4px;
    height: 28px;
    background-color: #ffd100;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #333333;
    border: none;
    outline: none;
    cursor: pointer;
}
.right-fixed .info .item:nth-child(6) .ab-cont .form-item .select {
    /*åŽ»æŽ‰é»˜è®¤çš„ä¸‹æ‹‰ä¸‰è§’*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/news/icon_xlj.png) no-repeat;
    background-position: 160px center;
}
.right-fixed .info .item:nth-child(6) .ab-cont .sub-btn {
    width: 174px;
    height: 36px;
    background-image: linear-gradient(180deg,
            #f3b907 0%,
            #f28300 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 2px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}
.section_mfyy_left_head {
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #FFF4C1;
    margin-top: 50px;
}
.section_mfyy_left_head .text_mfyy {
    display: flex;
    font-size: 22px;
    padding-left: 13px;
    padding-right: 13px;
    align-items: center;
    height: 54px;
}
.section_mfyy_left_head .text_mfyy img {
    width: 37px;
    height: 37px;
    margin-right: 20px;
}
.section_mfyy_left_head .text_mfyy .text_mfyy1 {
    width: 600px;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.section_mfyy_left_head .text_mfyy .text_mfyy1 span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.section_mfyy_left_head .text_mfyy .text_mfyy1 .text_mfyy1_sp2 {
    font-size: 14px;
    color: #666;
}
.section_mfyy_left_head .text_mfyy .text_mfyy1_btn {
    width: 139px;
    height: 35px;
    background: #FFD100;
    border-radius: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    outline: none;
    border: none;
}
.section_mfyy_left_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.section_mfyy_left_mask .mask_warp {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 30px;
}
.section_mfyy_left_mask .mask_warp .tc_one_tit {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 24px;
}
.section_mfyy_left_mask .mask_warp .write {
    display: block;
    width: 246px;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.section_mfyy_left_mask .mask_warp .pro {
    padding-left: 6px;
    outline: 0em;
}
.section_mfyy_left_mask .mask_warp .yanzhengma {
    width: 246px;
    height: 36px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section_mfyy_left_mask .mask_warp .get-yzm {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #bfbfbf;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
.section_mfyy_left_mask .mask_warp .daojishi {
    display: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #bfbfbf;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
.section_mfyy_left_mask .mask_warp .dosubmit {
    width: 246px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    background-color: #288ef6;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.section_mfyy_left_mask .mask_warp .tcguanbi {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 32px;
    right: 34px;
    background-image: url("https://www.zgcjpx.com/uploadfile/2019/1218/20191218113334270.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}