* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    font-size: 16px;
    background-color: #f4f5fe;
}

button {
    background: transparent;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

/*滚动条 start*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f8f8f8;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #999;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #666;
}

.firebox {
    zoom: 1;
}

.firebox::after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    clear: both;
}

.hyjj-list {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 15px;
}

.hyjj-list li {
    width: 285px;
    margin-right: 20px;
}

.hyjj-list li:hover {
    cursor: pointer;
    box-shadow: 0px 4px 20px -15px #472a2a;
}

.hyjj-list li:hover span {
    color: #ff5800;
}

.hyjj-list li:nth-child(4n) {
    margin-right: 0;
}

.hyjj-list li:nth-child(-n+4) {
    margin-bottom: 20px;
}

.hyjj-list li>div {
    font-weight: 400;
    font-size: 20px;
    color: #303233;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 13px 20px 20px;
    background: #fff;
    align-items: center;
}

.hyjj-list span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}


.hyjj-list img {
    width: 285px;
    height: 152px;
}

input[type="hidden"] {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header_top {
    background-color: #f5f5f5;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_top>.w1200 {
    position: relative;
}

.header_top span {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #666;
}

.header_top .head_top_left {
    float: left;
}

.header_top .head_top_left .welcome_text {
    margin-right: 12px;
}

.header_top .head_top_left .current_city {
    display: inline-block;
    cursor: pointer;
}

.header_top .head_top_left .current_city span {
    font-size: 12px;
    color: #004b92;
}

.header_top .head_top_left .current_city i img {
    margin-top: -2px;
}

.header_top .head_top_left .city_list {
    position: absolute;
    left: 0;
    top: 28px;
    width: 300px;
    z-index: 99;
    padding: 6px 6px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    display: none;
}

.header_top .head_top_left .city_list li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
}

/* S 导航 */
.header_btm {
    background-color: #fff;
}

.header_btm .head_logo {
    float: left;
    margin-top: 18px;
}

.header_btm nav {
    float: right;
    margin-right: 80px;
}

.header_btm nav ul>li {
    float: left;
    margin-top: 46px;
    margin-left: 50px;
    position: relative;
    padding-bottom: 28px;
}

.header_btm nav ul>li:hover span {
    background-position-y: -16px;
}

.header_btm nav ul>li:hover .two_nav {
    display: block;
}

.header_btm nav ul>li>a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 8px;
}

.header_btm nav ul>li>a:hover {
    color: #fd7851;
    border-bottom: 2px solid #fd7851;
}

.header_btm nav ul>li i {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -14px;
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

.header_btm nav ul>li span {
    position: absolute;
    right: -16px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../6zscq-images/nav_icons.png") no-repeat;
    background-position: center 0;
}

.header_btm nav ul>li .two_nav {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -139px;
    top: 48px;
    z-index: 2;
    width: 300px;
    border-width: 1px;
    border-color: #fd7851;
    border-style: solid;
    background-color: #ffffff;
}

.header_btm nav ul>li .two_nav i {
    width: 10px;
    height: 10px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #fd7851;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_btm nav ul>li .two_nav ol {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 35px;
}

.header_btm nav ul>li .two_nav ol li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 20px 6px 0 6px;
}

.header_btm nav ul>li .two_nav ol li a {
    font-size: 14px;
    color: #666;
}

.header_btm nav ul>li .two_nav ol li a:hover {
    color: #fd7851;
}

.header_btm .head_tel {
    float: right;
    width: 180px;
    height: 40px;
    border-radius: 2px;
    background-color: #fd7851;
    margin-top: 28px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.header_btm .head_tel i {
    display: inline-block;
}

.header_btm .head_tel i img {
    margin-top: -2px;
}

@-webkit-keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.footer {
    background-color: #2b2e33;
    margin-bottom: 0;
}

.footer .links {
    height: 200px;
    padding-top: 36px;
    padding-bottom: 30px;
}

.footer .links>div {
    height: 100%;
    float: left;
}

.footer .links>div:not(:last-child) {
    border-right: 1px solid #414348;
}

.footer .links>div:nth-child(1) {
    width: 210px;
    height: 130px;
    text-align: center;
    border: 1px solid rgba(181, 181, 181, 0.051);
    padding-top: 20px;
}

.footer .links>div:nth-child(1) p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
}

.footer .links>div:nth-child(1) span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #adb4c0;
    margin-top: 10px;
}

.footer .links>div:nth-child(1) span b {
    font-size: 20px;
    font-family: "Impact";
    color: #ffffff;
}

.footer .links>div:nth-child(2) {
    width: 550px;
    padding-top: 6px;
    padding-left: 38px;
}

.footer .links>div:nth-child(2)>div {
    clear: both;
}

.footer .links>div:nth-child(2)>div:nth-child(2) {
    margin-top: 20px;
    overflow: hidden;
}

.footer .links>div:nth-child(2)>div:nth-child(2) span {
    float: left;
}

.footer .links>div:nth-child(2)>div:nth-child(2) ul {
    width: 440px;
    float: left;
}

.footer .links>div:nth-child(2)>div:nth-child(2) ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 6px;
}

.footer .links>div:nth-child(2)>div:nth-child(3) {
    margin-top: 12px;
}

.footer .links>div:nth-child(2)>div:nth-child(3) b {
    font-size: 20px;
    color: #fe862d;
}

.footer .links>div:nth-child(2) a {
    font-size: 14px;
    color: #888;
}

.footer .links>div:nth-child(2) span {
    font-size: 14px;
    color: #888;
}

.footer .links>div:nth-child(3) {
    width: 436px;
    padding-top: 14px;
}

.footer .links>div:nth-child(3) i {
    float: left;
    width: 170px;
    padding-left: 22px;
}

.footer .links>div:nth-child(3)>div {
    float: left;
    width: 265px;
}

.footer .links>div:nth-child(3)>div span {
    font-size: 16px;
    color: #ffffff;
}

.footer .links>div:nth-child(3)>div p {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 1.9;
    margin-top: 12px;
}

.footer .record_info p {
    font-size: 14px;
    color: #555555;
    text-align: center;
    padding: 22px 0;
}

/* S 侧边栏 */
.suspension_window {
    width: 190px;
    height: 555px;
    background-image: url(../6zscq-images/sidebar.png);
    background-size: 100% 100%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    margin-top: -200px;
}

.suspension_window .suspension_window_content {
    widows: 100%;
    height: 490px;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    margin: auto;
    margin-top: 130px;
}

.suspension_window .suspension_window_content .suspension_top {
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.suspension_window .suspension_window_content>ul {
    width: 120px;
    margin: auto;
}

.suspension_window .suspension_window_content>ul li {
    list-style: none;
    margin-top: 14px;
    position: relative;
}

.suspension_window .suspension_window_content>ul li a {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    width: 111px;
    height: 32px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    cursor: pointer;
}

.suspension_window .suspension_window_content>ul li:hover a {
    color: #fd7851;
    background-color: #fdfcfc;
}

.suspension_window .suspension_window_content>ul li span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ed3737;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    position: absolute;
    right: -2px;
    top: 0px;
}

.suspension_window .suspension_window_content .zx_phone_number {
    display: block;
    width: 120px;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin: auto;
    margin-top: 19px;
    text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number:hover b {
    color: #fcfe03 !important;
}

.suspension_window .suspension_window_content .zx_phone_number>p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fdfcfc;
    margin-top: 14px;
    text-align: center;
}

.suspension_window .suspension_window_content .zx_phone_number b {
    font-size: 20px;
    font-family: "Impact";
    color: #fdfcfc;
    font-weight: 500;
    white-space: nowrap;
}

.suspension_window .suspension_window_content>a {
    display: block;
    width: 42px;
    height: 42px;
    border-width: 1px;
    border-color: #ffffff;
    border-style: dashed;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    margin: 12px auto 0;
    cursor: pointer;
}

.suspension_window .suspension_window_content>a p {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #288ae1;
    text-align: center;
    margin-top: -4px;
}

.suspension_window .suspension_window_content>a .top {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #288ae1;
    text-transform: uppercase;
    line-height: 1.038;
    text-align: center;
    position: absolute;
    left: 1773px;
    top: 746.734px;
    z-index: 130;
}

.blink_btn {
    color: #fc3703 !important;
    background-color: #eff9ee;
}

.active_color {
    background-color: #fcfe03;
}

.banner-box {
    width: 100%;
    height: 540px;
    overflow: hidden;
    background-image: url(../6zscq-images/banner.jpg);
    background-position: center center;
    position: relative;
}

.banner-box .w1200 {
    position: relative;
    z-index: 1;
}

.banner-box .banner_nav {
    float: left;
    width: 260px;
    height: 540px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
}

.banner-box .banner_nav>div {
    height: 25%;
    padding-top: 24px;
    position: relative;
}

.banner-box .banner_nav>div>div {
    padding: 0 20px 0 20px;
    line-height: 30px;
}

.banner-box .banner_nav>div>div i {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.banner-box .banner_nav>div>div span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    vertical-align: top;
}

.banner-box .banner_nav>div>div b {
    float: right;
}

.banner-box .banner_nav>div>ul {
    padding-left: 20px;
}

.banner-box .banner_nav>div>ul li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.571;
}

.banner-box .banner_nav>div .hover_nav {
    position: absolute;
    right: -549px;
    top: -10px;
    width: 549px;
    height: 170px;
    background-color: #ffffff;
    padding: 25px 26px 0 30px;
    z-index: 2;
    display: none;
}

.banner-box .banner_nav>div .hover_nav>i {
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.banner-box .banner_nav>div .hover_nav>.hover_nav_title {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.banner-box .banner_nav>div .hover_nav>.hover_nav_title p {
    height: 14px;
    line-height: 14px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
}

.banner-box .banner_nav>div .hover_nav>div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner-box .banner_nav>div .hover_nav>div b {
    float: left;
    width: 100%;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}

.banner-box .banner_nav>div .hover_nav>div>ul {
    clear: both;
    overflow: hidden;
}

.banner-box .banner_nav>div .hover_nav>div>ul li {
    float: left;
    margin-top: 10px;
    margin-right: 26px;
}

.banner-box .banner_nav>div .hover_nav>div>ul li a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    height: 14px;
    line-height: 14px;
}

.banner-box .banner_nav>div .hover_nav>div>ul li a:hover {
    color: #fd7851;
}

.banner-box .banner_nav>div .hover_nav1 {
    height: 310px;
}

.banner-box .banner_nav>div .hover_nav1 i {
    top: 60px;
}

.banner-box .banner_nav>div .hover_nav2>i {
    top: 60px;
}

.banner-box .banner_nav>div .hover_nav3 {
    height: 310px;
    top: -50px;
}

.banner-box .banner_nav>div .hover_nav3>i {
    top: 110px;
}

.banner-box .banner_nav>div .hover_nav4 {
    top: -36px;
}

.banner-box .banner_nav>div .hover_nav4>i {
    top: 64px;
}

.banner-box .banner_nav>div:hover {
    background-color: rgba(255, 255, 255, 0.902);
}

.banner-box .banner_nav>div:hover i>img {
    margin-top: -30px;
}

.banner-box .banner_nav>div:hover span {
    color: #333;
}

.banner-box .banner_nav>div:hover a {
    color: #888;
}

.banner-box .banner_nav>div:hover .hover_nav {
    display: block;
}

.banner-box .banner_nav>div:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.11);
}

.banner-box .banner_nav>div:nth-child(2)>div>i>img {
    margin-left: -30px;
}

.banner-box .banner_nav>div:nth-child(3)>div>i>img {
    margin-left: -60px;
}

.banner-box .banner_nav>div:nth-child(4)>div>i>img {
    margin-left: -90px;
}

.banner-box .banner_nav>div:nth-child(3)>ul>li,
.banner-box .banner_nav>div:nth-child(4)>ul>li {
    float: left;
    width: 120px;
}

.form {
    width: 100%;
    position: relative;
    margin-top: -15px;
    z-index: 2;
}

.form form {
    width: 1200px;
    height: 251px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(45, 61, 86, 0.12);
    border-radius: 8px;
    background-image: url(../6zscq-images/form-item-right.png),
        url(../6zscq-images/form-bg-left.png);
    background-size: 14px 13px;
    background-repeat: no-repeat;
    background-position: left 8px top 8px, right 8px top 8px;
    padding: 40px;
}

.form form h4 {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.form form h4 img {
    width: 61px;
    height: 7px;
    vertical-align: middle;
}

.form form h4 span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    margin: 0 24px;
}

.form form>div {
    float: left;
    height: 50px;
    margin-left: 29px;
    margin-bottom: 16px;
    position: relative;
}

.form form>div label {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
}

.form form>div>div {
    display: inline-block;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    padding-left: 16px;
    color: #333;
}

.form form>div input {
    display: inline-block;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 16px;
    color: #333;
}

.form form>div input:focus {
    border-color: #18d9a7;
}

.form form .form-item1 {
    width: 366px;
    margin-left: 0;
}

.form form .form-item1>div {
    width: 272px;
    position: relative;
}

.form form .form-item1>div:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../6zscq-images/select.png);
}

.form form .form-item1 input {
    width: 272px;
}

.form form .form-item1 ul {
    width: 272px;
    height: 250px;
    overflow-y: auto;
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 2px 50px 0px rgba(3, 100, 102, 0.06);
    border-radius: 4px;
    display: none;
}

.form form .form-item1 ul li {
    height: 36px;
    padding-left: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.form form .form-item1 ul li:hover {
    background: #99f0ee;
    cursor: pointer;
}

.form form .form-item2 {
    width: 368px;
    position: relative;
}

.form form .form-item2>div {
    width: 276px;
}

.form form .form-item2 input {
    width: 276px;
}

.form form .form-item2 .mgleft {
    margin-left: 16px;
}

.form form .form-item2 .getCode {
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff5800;
}

.form form .form-item2 .getCode:before {
    position: absolute;
    top: 5px;
    left: -16px;
    content: "";
    width: 1px;
    height: 10px;
    background: #cccccc;
}

.form form .form-item3 {
    width: 328px;
}

.form form .form-item3>div {
    width: 238px;
    position: relative;
}

.form form .form-item3>div:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../6zscq-images/select.png);
}

.form form .form-item3 ul {
    width: 238px;
    height: 250px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 2px 50px 0px rgba(3, 100, 102, 0.06);
    border-radius: 4px;
    overflow-y: auto;
    display: none;
}

.form form .form-item3 ul li {
    height: 36px;
    padding-left: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.form form .form-item3 ul li:hover {
    background: #99f0ee;
    cursor: pointer;
}

.form form .submit {
    width: 328px;
    height: 48px;
    margin-left: 29px;
    background: linear-gradient(90deg, #ff9240, #fb5a0c);
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.form form .active {
    border: 1px solid #18daa8 !important;
}

.other {
    background-image: url(../6zscq-images/other-bg.png);
    background-size: 100% 571px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: left 0 top 185px;
}

.system {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.system-title {
    text-align: left;
}

.system-title b {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

.system-title i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #cccccc;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 15px;
}

.system-title span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    vertical-align: bottom;
}

.system-list {
    width: 100%;
   margin-bottom: 48px;
}

.system-list li {
    float: left;
    position: relative;
    height: 373px;
    width: 290px;
    overflow: hidden;
    z-index: 3;
}

/*.system-list li:nth-child(4n + 1) {
    width: 320px;
    margin-left: 0;
}*/

.system-list li+li {
    margin-left: 11px;
}

.system-list li:nth-child(n + 5) {
    margin-top: 25px;
}
.system-list li:nth-child(5n) {
     margin-left: 0;
}

.system-list li>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.system-list li>h4 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    padding-left: 34px;
    margin-top: 42px;
    position: relative;
    z-index: 6;
}

.system-list li>i {
    display: inline-block;
    width: 19px;
    height: 1px;
    margin-left: 34px;
    position: relative;
    z-index: 6;
}

.system-list li>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    padding-left: 34px;
    position: relative;
    z-index: 6;
}

.system-list li:hover>div {
    top: 202px;
}

.system-list li>div {
    width: 282px;
    height: 180px;
    background: #ffffff;
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    left: 0;
    top: 271px;
    z-index: 4;
    text-align: center;
    transition: all 0.6s;
}

.system-list li>div h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}

.system-list li>div img {
    height: 4px;
}

.system-list li>div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4f4f4f;
    text-align: center;
    margin-top: 12px;
	line-height: 20px;
}
.system-list li>div span{color: red;}

.system-list li>div div {
    width: 168px;
    height: 44px;
    background: linear-gradient(90deg, #ff9240, #fb5b0c);
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

.system-list li h6 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
    z-index: 6;
}

.system-list li em {
    display: block;
    margin-left: 30px;
    height: 32px;
    position: relative;
    z-index: 9;
}

.system-list li em img {
    vertical-align: middle;
    width: 39px;
    height: 1px;
}

.system-list li h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #cccccc;
    padding-left: 30px;
    position: relative;
    z-index: 6;
}

.system-list li h3 {
    width: 121px;
    height: 40px;
    border: 1px solid #ff9240;
    border-radius: 20px;
    text-align: center;
    margin-left: 30px;
    margin-top: 28px;
    cursor: pointer;
    position: relative;
    z-index: 6;
}

.system-list li h3>span:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff9240;
    line-height: 40px;
    vertical-align: middle;
}

.system-list li h3>img:last-child {
    display: inline-block;
    width: 19px;
    height: 12px;
    vertical-align: middle;
    animation: myMove 1s infinite;
}

@keyframes myMove {
    0% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

@-webkit-keyframes myMove {
    0% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

.credit {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.credit-title {
    text-align: left;
}

.credit-title b {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

.credit-title i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #cccccc;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 15px;
}

.credit-title span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    vertical-align: bottom;
}

.credit-title font {
    float: right;
    width: 102px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.credit-list {
    width: 100%;
    overflow: hidden;
    margin-top: 48px;
}

.credit-list li {
    float: left;
    background-image: url(../6zscq-images/list-bg.jpg);
    width: 288px;
    height: 107px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 107px;
    margin-left: 16px;
}

.credit-list li:nth-child(4n + 1) {
    margin-left: 0;
}

.credit-list li:nth-child(n + 5) {
    margin-top: 16px;
}

.credit-list li:hover {
    border: 1px solid #17cfb4;
}

.credit-line {
    width: 597px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #10b2b8;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 48px;
    overflow: hidden;
}

.credit-line>div:first-child {
    float: left;
    width: 397px;
    height: 100%;
    line-height: 60px;
    padding-left: 40px;
    vertical-align: middle;
}

.credit-line>div:first-child>span:first-child {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
}

.credit-line>div:first-child>span:last-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4974F5;
    vertical-align: middle;
}

.credit-line>div:last-child {
    vertical-align: middle;
    float: right;
    width: 198px;
    height: 60px;
    background: linear-gradient(-40deg, #00b2b8, #06c7b2);
    box-shadow: 4px 5px 32px 0px rgba(0, 77, 80, 0.12);
    border-radius: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.strength {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background-image: url(../6zscq-images/strength-bg.png);
    background-size: 100% 100%;
}

.strength .w1200>h4 {
    text-align: center;
}

.strength .w1200>h4 img {
    width: 61px;
    height: 9px;
    vertical-align: middle;
}

.strength .w1200>h4 span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0 16px;
    vertical-align: middle;
}

.strength .content {
    width: 100%;
    margin-top: 40px;
    height: 394px;
}

.strength .content-left-list {
    float: left;
    width: 387px;
    height: 394px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(152, 170, 184, 0.2);
}

.strength .content-left-list li {
    float: left;
    width: 50%;
    height: 50%;
    text-align: center;
}

.strength .content-left-list li.on {
    background-color: #4974F5 !important;
}

.strength .content-left-list li.on p {
    color: #ffffff !important;
}

.strength .content-left-list li.on em {
    background-position: -20px 20px !important;
}

.strength .content-left-list li.on:first-child i {
    background-position: -224px 56px !important;
}

.strength .content-left-list li.on:nth-child(2) i {
    background-position: -280px 56px !important;
}

.strength .content-left-list li.on:nth-child(3) i {
    background-position: -336px 56px !important;
}

.strength .content-left-list li.on:last-child i {
    background-position: -392px 56px !important;
}

.strength .content-left-list li i {
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url(../6zscq-images/shili_left_icon.png);
    background-size: 448px 56px;
    margin-top: 38px;
}

.strength .content-left-list li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;
    text-align: center;
}

.strength .content-left-list li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../6zscq-images/shili_jiantou.png);
    background-size: 40px 20px;
    margin-top: 20px;
    background-position: 0px 20px;
}

.strength .content-left-list li:first-child {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.strength .content-left-list li:first-child i {
    background-position: 0px 56px;
}

.strength .content-left-list li:nth-child(2) {
    border-bottom: 1px solid #eeeeee;
}

.strength .content-left-list li:nth-child(2) i {
    background-position: -56px 56px;
}

.strength .content-left-list li:nth-child(3) {
    border-right: 1px solid #eeeeee;
}

.strength .content-left-list li:nth-child(3) i {
    background-position: -112px 56px;
}

.strength .content-left-list li:last-child i {
    background-position: -168px 56px;
}

.strength .content-right-list {
    float: right;
    width: 792px;
    height: 394px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(152, 170, 184, 0.2);
    overflow: hidden;
}

.strength .content-right-list li {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: none;
}

.strength .content-right-list li.on2 {
    display: block;
    animation: fadeIn 1s ease;
    -webkit-animation: fadeIn 1s ease;
    transition: all 1s;
}

.strength .content-right-list li h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.strength .content-right-list li i {
    display: block;
    width: 30px;
    height: 3px;
    background: #4974F5;
    margin-top: 24px;
}

.strength .content-right-list li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
    margin-top: 16px;
}

.strength .content-right-list li>div {
    width: 100%;
    height: 180px;
    font-size: 0;
    margin-top: 16px;
}

.strength .content-right-list li>div span {
    display: inline-block;
    width: 240px;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.strength .content-right-list li>div span:hover img {
    transform: scale(1.2);
}

.strength .content-right-list li>div span+span {
    margin-left: 12px;
}

.strength .content-right-list li>div span img {
    width: 240px;
    height: 180px;
    transition: all 0.6s;
}

.strength .content-right-list li>div span p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
}

/*# sourceMappingURL=./rzyw.css.map */
.card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -8px;
    margin-right: -8px;
    /*margin-top: 48px;*/
}

.list-hover-style .product-card {
    border-radius: 4px;
}

.card-list .col-count-6 {
    width: calc(100% / 6 - 16px);
}

.card-list .product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    margin-bottom: calc(20 * 0.0625em);
}

.list-hover-style .product-card .gt-jmy-pc-image-single-container {
    overflow: hidden;
}

.gt-jmy-pc-image-single-container.groot-image-unset-no {
    width: 100%;
}

.gt-jmy-pc-image-single-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.list-hover-style .product-card .gt-jmy-pc-image-single-container .groot-ui-image {
    transition: transform 0.3s ease;
}
.list-hover-style .product-card:hover .gt-jmy-pc-image-single-container .groot-ui-image {
    transform: scale(1.15);
    transition: transform 0.3s ease;
}
.groot-ui-image {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.groot-ui-image {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.list-hover-style .product-card:hover {
    cursor: pointer;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 13%);
}

.list-hover-style .product-card {
    border-radius: var(4px);
}

.list-hover-style .product-card .product-detail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
    padding: calc(16 * 0.0625em);
    color: #333;
    border: #f5f5f5 1px solid;
}

.card-list .product-card .product-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-break: break-word;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
}

.card-list .product-card .product-detail .title {
    text-align: center;
}

.single-image-mask .mask-btn {
    width: 7.125em;
    height: 2.375em;
    border-radius: 1.1875em;
    line-height: 2.375em;
    margin-left: -3.5625em;
    margin-top: -1.1875em;
    background-color: #005cde;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}

.hover-style-add-mask .product-card:hover .gt-jmy-pc-image-single-container .single-image-mask {
    display: block;
}

.single-image-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}



.publicblock
{
  width: 1200px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}

/*index3*/
.index3 {/*margin-top: 20px;margin-bottom: 20px;*/padding-bottom: 30px;}

.news-head-tab-item {
    display: block;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    padding: 0 32px;
    color: #292e2e;
    font-size: 16px;
    font-weight: bold;
    float: left;
    box-sizing: border-box;
}
.news-head-tab .active {
    color: #ff6600;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #e4e7ed;
    border-left: 1px solid #e4e7ed;
}
.fl {
    float: left;
}
.news-head-more  {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 12px;
    color: #979c9b;
}
.fr {
    float: right;
}
 .news-head {
    height: 63px;
    padding-right: 24px;
    border-bottom: 1px solid #eeeeee;
}
.news-body{clear: both;}
.consult-body__news {
    background: #ffffff;
    width: 69%;
    height: 415px;
}
.consult-body__knowledge{
    background: #ffffff;
    width: 30%;
    height: 415px;
}
.knowledge-head {
    height: 64px;
    box-sizing: border-box;
    padding: 0 24px;
    border-bottom: 1px solid #eeeeee;
}

.knowledge-head-title {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #292e2e;
    font-weight: bold;
}
.knowledge-head-more {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 12px;
    color: #979c9b;
}
.knowledge-body {
    padding: 24px 24px 0;
}
.knowledge-body-tag {
    box-sizing: border-box;
}
.knowledge-body-list{clear:both;}
.knowledge-body-tag-item {
    width: 30%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #525959;
    margin-right: 5px;
    margin-bottom: 16px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.knowledge-body-list-item {
    height: 56px;
    line-height: 56px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;;
    width: 100%
}

.col-12 {
    width: 47%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
}
.news-body-list__no-img-item {
    height: 56px;
    line-height: 56px;
    display: block;
    border-top: 1px solid #eeeeee;
    position: relative;
}
.news-body-list__no-img-item__content {
    color: #525959;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.ls-row {
    position: relative;
    box-sizing: border-box;
    margin-left: -5px;
    margin-right: -5px;
}

.single i{font-size: 28px;}
.guwenbox{clear:both;
    width: 1200px;
    margin: 0 -4px 0 -24px;
    padding-top: 18px;
}

.paging1200{width:100%;margin-top:20px;margin-bottom:30px;text-align:center}
.paging1200 span{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;width:44px;height:44px;line-height:44px;font-size:14px;color:#fff;margin:0 5px;cursor:pointer}
.paging1200 span>a.previousBtn{display:block;width:44px;height:44px;margin:0 auto;font-size:0}
.paging1200 span>a.nextBtn{display:block;width:44px;height:44px;margin:0 auto;font-size:0}
.paging1200 p.jk_num{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin:0 5px}
.paging1200 p>a{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;width:45px;height:43px;line-height:43px;font-size:16px;color:#999;margin:0 5px;cursor:pointer;background-color:#f4f4f4;border:solid 1px #d1d1d1;border-radius:50%}
.paging1200 .jk_num a:hover,.paging1200 a.cur{background-color:#2763eb;border-color:#2763eb;color:#fff}


.mayi-foot1 {width: 100%;background: #ffffff;}
.foot-special {height:148px;border-top:1px solid #f0f0f5;width: 1200px;margin: 0 auto;}
.product-footer {background:#ffffff;}
.fast-good-ul {padding:44px 0px;}
.bottfooter {border-top:1px solid #4d4d4d;}
.fast-good-ul li {width:25%;float:left;}
.fast-good-ul .fast-good-icon {display:block;width:60px;height:60px;cursor:pointer;}
.fast-good-ul .expert {background:url(../6zscq-images/expert01.png) no-repeat;}
.fast-good-ul .fast {background:url(../6zscq-images/expert02.png) no-repeat;}
.fast-good-ul .good {background:url(../6zscq-images/expert03.png) no-repeat;}
.fast-good-ul .province {background:url(../6zscq-images/expert04.png) no-repeat;}
.fast-good-ul .expert:hover {background:url(../6zscq-images/expert01-hover.png) no-repeat;}
.fast-good-ul .fast:hover {background:url(../6zscq-images/expert02-hover.png) no-repeat;}
.fast-good-ul .good:hover {background:url(../6zscq-images/expert03-hover.png) no-repeat;}
.fast-good-ul .province:hover {background:url(../6zscq-images/expert04-hover.png) no-repeat;}
.fast-good-ul li.last {width:207px;}
.fast-good-comm {margin-left:20px;}
.fast-good-comm h2 {font-size:18px;color:#333333;font-weight:bold;margin:13px 0 8px 0;line-height:18px;font-weight:bold;}
.fast-good-comm p {font-size:14px;color:#666666;line-height:14px;}

