*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul, ol {
    padding: 0;
}
ol, ul {
    list-style: none;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, textarea, tfoot, thead, time, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
    /*padding-top: 170px;*/
}
.loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
    /*background-image: url(/images/loading.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
}
/*#jesong_panel {*/
/*    top: 780px !important;*/
/*}*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.lin-content {
    width: 1200px;
    margin: 0 auto;
}

.lin-content .content-right {
    width: 578px;
    float: left;
    padding: 0 40px 60px 20px;
    position: relative;
}
/*.lin-content .content-right::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    top: 0;*/
/*    bottom: 50px;*/
/*    border-right: 1px solid #e0e0e0;*/
/*}*/
.lin-content .content-left {
    width: 622px;
    float: left;
    padding: 10px 20px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
}

.content-full .a-form {

}

.content-full .a-form h2,.content-left .a-table h2 {
    color: #EC4F35;
    font-size: 24px;
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 14px;
}
.content-full .a-form h2:before,.content-left .a-table h2:before {
    content: '';
    width: 4px;
    height: 24px;
    background: #EC4F35;
    position: absolute;
    left:0;
    top:5px;
}

.content-full .a-form h3 {
    color: #333333;
    font-size: 18px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-full .form-checkbox {
    width: 150px;
    float: left;
    margin-bottom: 10px;
}

.content-full .form-textarea {
    width: 100%;
    float: left;
}

.content-full .form-textarea textarea {
    border: 1px solid #EC4F35;
    width: 480px;
    height: 120px;
    padding: 10px;
}

.content-full .form-input input {
    border: 1px solid #EC4F35;
    width: 480px;
    height: 32px;
    padding-left: 10px;

}

.content-full .a-form input[type="checkbox"] {
    display: none;
}

.content-full .a-form input[type="checkbox"]+label>i {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: .0625rem solid #000;
    background: #fff;
    margin-right: .625rem;
    vertical-align: middle;
}

.content-full .a-form input[type="checkbox"]:checked+label>i {
    position: relative;
    border: .0625rem solid #EC4F35;
    background: #EC4F35;
    top: -0.0625rem;
}

.content-full .a-form input[type="checkbox"]:checked+label>i::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: .5rem;
    color: black;
    border-bottom: .125rem solid #fff;
    border-right: .125rem solid #fff;
    left: 50%;
    top: 22%;
    transform-origin: center;
    transform: translate(-50%, -30%) rotate(40deg);
    -webkit-transform: translate(-50%, -30%) rotate(40deg);
}

.content-full .a-form button {
    width: 220px;
    height: 32px;
    font-size: 18px;
    background: #EC4F35;
    color: #ffffff;
    border: 0;
}

.content-left .a-table .table-left {
    width: 147px;
    float: left;
}
.content-left .a-table {
    position: relative;
}
.content-left .a-table .a-more {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #666666;
}

.content-left .a-table .table-right {
    width: 410px;
    float: right;
}

.content-left .a-table .table-left > ul > li {
    width: 147px;
    height: 50px;
    background: #F3F3F3;
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.content-left .a-table .table-left .active {
    background: url(../images/table-left.png);
    background-size: 100% 100%;
    height: 50px;
    line-height: 53px;
    color: #FFFFFF;
}

.news-list a {
    color: #000;
    font-size: 16px;
}

.news-list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dotted #979797;
}

.news-list li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #EC4F35;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.home-news-list li {
    width: 100%;
    height: 50px;
    line-height: 54px;
    border-bottom: 1px dotted #979797;
}

.home-news-list li a {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
}

.page {
    margin-top: 36px;
    height: 24px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.page .prv, .page .next {
    color: #000;
    float: left;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.page .prv {
    margin-right: 10px;
}

.page > ul {
    float: left;
}

.page > ul > li {
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.page > ul li.p-active {
    border: 1px solid #EC4F35;
    color: #EC4F35;
}


.page > ul li.p-disabled {
    opacity: .5;
    cursor: no-drop;
}

/** 头部 **/


.header {
	height:  252px;
    margin: 0 auto;
    background: #fff;
    /*position: fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*right: 0;*/
    z-index: 9999;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .header-top {
    height: 36px;
    background: #F4F4F4;
}
.header .header-top .header-top-login {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    float: right;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.header .header-top .header-top-login #login_btn {
    color: #1C2A55;
}
.header .header-top .header-top-login:hover a {
    color: #EC4F35;
}
.header .header-top .header-top-login a {
    color: #666;
}
.header .header-top .header-top-timg {
    float: right;
}
.header .header-top .header-top-timg img {
    height: 12px;
    margin-top: 12px;
    margin-right: 5px;
}
.header .header-top-service {
    float: right;
    width: 230px;
    height: 44px;
    padding: 2px;
}
.header .header-top-service img {
    margin-top: 7px;
    height: 30px;
    margin-right: 5px;
}
.header .topSearch {
    height: 44px;
    float: left;
    position: relative;
}
.header .topSearch input {
    float: left;
    margin-left: 219px;
    height: 44px;
    width: 425px;
    border: 1px solid #474747;
    /*border-image: linear-gradient(270deg, #EC4F35 0%, #FE8045 100%) 1;*/
    border-radius: 2px 0 0 2px;
    padding-left: 40px;
}
.header .topSearch .topSearchA {
    display: inline-block;
    height: 44px;
    border-radius: 0 2px 2px 0;
    background: url(../images/searchBg.png) 100% no-repeat;
    width: 68px;
    text-align: center;
}
.header .topSearch .searchLinkList {
    position: absolute;
    width: 364px;
    left: 220px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    z-index: 99;
    top:44px;
}
.header .topSearch .searchLinkList span {
    display: block;
    width: 100%;
    height: 36px;
    background: #fff;
    line-height: 36px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .topSearch .searchLinkList span:hover {
    background: rgba(0, 0, 0, 0.06);
}

.login_box .login_item input[type="checkbox"] {
    display: none;
}

.login_box .login_item input[type="checkbox"]+label>i {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: .0625rem solid #000;
    background: #fff;
    margin-right: .625rem;
    vertical-align: middle;
}

.login_box .login_item input[type="checkbox"]:checked+label>i {
    position: relative;
    border: .0625rem solid #EC4F35;
    background: #EC4F35;
    top: -0.0625rem;
}

.login_box .login_item input[type="checkbox"]:checked+label>i::before {
    content: '';
    position: absolute;
    width: .25rem;
    height: .5rem;
    color: black;
    border-bottom: .125rem solid #fff;
    border-right: .125rem solid #fff;
    left: 50%;
    top: 22%;
    transform-origin: center;
    transform: translate(-50%, -30%) rotate(40deg);
    -webkit-transform: translate(-50%, -30%) rotate(40deg);
}

.warn-msg {
    position: absolute;
    color: #EC4F35;
    font-size: 12px;
    top: 40px;
    left: 80px;
    display: none;
}

.header .header-top .header-top-about {
    height: 36px;
    line-height: 36px;
    width: 75px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    display: inline-block;
    float: right;
    padding-left:15px;
    position: relative;
}
.header .header-top .header-top-about:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background: #CCCCCC;
    left: 0;
    top: 12px;
}
.header .header-top .header-top-about:hover {
    color: #EC4F35;
}

.header .header-content {
    width: 1200px;
    height: 90px;
    padding: 20px 0;
    margin:auto;
}
.header .header-bottom {
    width: 1200px;
    height: 44px;
    margin:auto;
}
.header .top-nav {
    text-align: center;
}
.header .top-nav > ul > li {
    display: inline-block;
    position: relative;
}
/*.header .top-nav > ul > li:first-child {*/
/*    padding-right: 10px;*/
/*}*/

/*.header .top-nav > ul > li:first-child:before{*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 10px;*/
/*    background-color: #999999;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 17px;*/
/*}*/
.header .top-nav > ul > li > a {
    padding: 0 13px;
    display: block;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 40px;
    width: 173px;
}
.header .u-header-bottom {
    height: 126px;
    width: 100%;
    /*background: linear-gradient(270deg, #EC4F35 0%, #FE8045 100%);*/
    /*background: linear-gradient( 45deg, #7282FF 0%, #59ADFF 100%), #EC4F35;*/
    background: #F3F3F3;
}
.header .u-header-bottom .top-nav > ul > li > a {
    color: #262626 !important;
}
.header .top-nav > ul > li > a:hover {
	color: #EC4F35;
    font-weight: Bold;
}
.header .top-nav > ul > li .active{
    color: #EC4F35;
    font-weight: Bold;
}
.all-services {
}
.all-services:hover {
    color: #333333 !important;
    font-weight: Bold;
}
.header .logo {
	width: 169px;
	height: 40px;
	float: left;
}

.head-slides {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/slides/tbgn1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}

.head-slides .slides-item {
    width: 1200px;
    height: 180px;
    background-color: #fff;
    position: absolute;
    bottom: -180px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.head-slides .slides-item .title-text {
    margin-top: 10px;
}

.header .more-service:hover > .more-service-items {
    display: block;
}

.header .more-service-items {
    position: absolute;
    width: 140px;
    height: 268px;
    background-color: #fff;
    z-index: 999;
    left: 0;
    display: none;
}

.header .more-service-items > ul > li {
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #999999;
}

.header .more-service-items > ul > li > a {
    color: #333333;
}

.header .more-service-items > ul > li:hover a {
    color: #EC4F35;
    font-weight: Bold;
}

.header .all-services:hover > .all-service-items {
    display: block;
}

.header .all-service-items {
    position: absolute;
    width: 1200px;
    height: 340px;
    left: -50px;
    z-index: 999;
    font-weight: normal;
    display: none;
}

.header .nav-item-bg {
    background: linear-gradient(to bottom, #fff 20px, #f2f2f2 20px, #f2f2f2 100%);
}

.header .all-service-items > ul {
    padding: 20px 0;
    width: 344px;
    background:#fff;
}

.header .all-service-items > ul > li {
    text-align: center;
    height: 75px;
    line-height: 75px;
    position: relative;
    color: #999999;
}

.header .all-service-items > ul > li.active {
    color: #333333;
    border-bottom: 1px solid #EC4F35;
    font-weight: bold;
}

.header .all-service-items > ul > li.has-arrow.active:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #EC4F35;
    border-right: 1px solid #EC4F35;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 35px;
    left: 324px;
}

.header .all-service-items .all-service-subitem {
    position: absolute;
    width: 344px;
    height: 490px;
    left: 344px;
    top: 0;
    display: none;
}

.header .all-service-items > ul > li.active > .all-service-subitem {
    display: block;
    font-weight: normal;
}
.header .all-service-items .all-service-subitem li {
    height: 60px;
    text-align: left;
    padding-left: 60px;
}
.header .all-service-items .all-service-subitem a {
    color: #333333;
}
.header .all-service-items .all-service-subitem a:hover {
    font-weight: bold;
    color: #EC4F35;
}

.header .all-services-img {
    position: absolute;
    top: 60px;
    right: -452px;
    width: 370px;
    height: 204px;
}

.header .all-services-img img {
    width: 100%;
}
/** 内容 **/
.avg-4-box {
    width: 300px;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 30px;
}
.avg-4-box .title-text {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    line-height: 32px;
}
.avg-4-box .user-text {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
}

.header-sub-bottom {
    height: 82px;
    width:100%;
    box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
    text-align:center;
    background: #fff;
}

.header-sub-bottom > ul {
    padding-top: 12px;
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.header-sub-bottom > ul > li {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-right: 30px;
}

.header-sub-bottom .sub-bottom-type {
    width: 56px;
    height: 56px;
    /*background: linear-gradient(136deg, #FD7C44 0%, #D0031B 100%);*/
    background: #EC4F35;
    border-radius: 8px;
    padding-top: 7px;
    color:#fff;
}
.header-sub-bottom .sub-bottom-items {
    height: 56px;
    width: 190px;
    border-right: 1px solid #DFDFDF;
}
.header-sub-bottom .sub-bottom-items a {
    width: 40%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    text-align: left;
}

.header-sub-bottom .sub-bottom-items a.active {
    color: #EC4F35;
    font-weight: bold;
}


/** 底部  **/
.footer {
    width: 100%;
    min-width: 1200px;
    height: 1005px;
}
.footer .top {
    height: 545px;
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/footer/ibaotu_19908.png);
    background-repeat: no-repeat;
    background-size: 100% 210px;
    background-position: 0 100%;
}
.footer .top img {
}
.footer .middle {
    height: 250px;
}
.footer .flinks {
    width: 100%;
    background: #fafafa;
}
.footer .flinks ul {
    list-style-type: none;
    padding: 15px 0;
}
.footer .flinks ul li{
    padding: 10px 30px 10px 0;
    display: inline-block;
    cursor: pointer;
}
.footer .flinks ul li a{
    color:#666;
}
.footer .flinks ul li a:hover{
    color:#EC4F35;
}

.footer .bottom {
    width: 100%;
    height: 235px;
    background: #333333;
}
.footer .b-flink {

}
.footer .b-flink li {
    padding: 10px 30px 10px 0;
    display: inline-block;
    cursor: pointer;
}
.footer .b-flink li a {
    color: #fff;
}
.footer .footer-top-info {
    width: auto;
    float: left;
    position: relative;
}

.footer .footer-top-info img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.footer .footer-top-ad {
    width: 586px;
    height: 86px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    line-height: 43px;
    letter-spacing: 2px;
    margin-top: 209px;
}

.footer .footer-top-msg {
    width: 500px;
    height: 171px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    margin-top: 60px;
}

.footer .footer-top-msg p {
    width: 100%;
}

.copinfo-box {
    width: 440px;
    float: left;
    height: 100%;
    text-align: left;
    margin: 17px 70px;
    padding: 20px;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
}

/*.copinfo-box:hover {*/
/*    padding-top: 16px;*/
/*    transition: all .4s;*/
/*}*/

.copinfo-box .footer-middle-box-img {
    width: 110px;
    height: 110px;
}

.copinfo-box .footer-middle-box-img img {
    width: 100%;
}

.copinfo-box .title-text {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.copinfo-box .user-text {
    width: 100%;
    height: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;

}

.footer .bottom .bottom-box {
    width: 50%;
    float: left;
}

.footer .bottom .bottom-box-text1 {
    width: 179px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 36px;
}

.footer .bottom .bottom-box-text2 {
    width: 379px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
}

.footer .bottom-brand {
    margin: 20px 0;
}

.footer .bottom-brand img {
    margin-right: 30px;
    width: 100px;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.footer .bottom-brand img:hover {
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transition:all 0s ease 0s, all 0.4s ease 0s;
}

.footer .bottom-box .copyright {
    width: 535px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    float: right;
    margin-top: 20px;
    text-align: right;
}

.footer .bottom-box input {
    width: 425px;
    height:44px;
    border:0;
    padding-left: 15px;
    outline-color: #fff;
}

.footer .bottom-box .clear-input {
    width: 425px;
    height:44px;
    margin-top: 91px;
    float:right;
    position: relative;
}

.footer .bottom-box .clear-input img {
    position: absolute;
    right: 0;
    padding: 13px 15px;
}

input:focus {
    outline: none;
}

/** 悬浮窗口 **/

.float-nav {
    width: 120px;
    height: 351px;
    position: fixed;
    left: 12px;
    top: 180px;
    /*border: 1px dotted #999;*/
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    z-index: 888;
    border-radius: 8px;
}

.float-nav ul li {
    width: 100%;
    height: 44px;
    padding: 10px 0;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}

.float-nav ul li a {
    display: block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.float-nav ul li img {
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.float-nav ul li span {
    vertical-align: middle;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999;
    letter-spacing: 1px;
    line-height: 24px;
    display: inline-block;
}

.float-nav ul li:hover {
    background: #EC4F35;
}

.float-nav ul li:hover span {
    color: #FFFFFF !important;
}

.float-nav-bottom {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}
.float-nav-bottom img {

}
.float-nav-bottom p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 10px 0;
}

.float-nav-bottom span {
    height: 24px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

#float-nav-close {
    width:44px;
    height:44px;
    position: absolute;
    bottom: -44px;
    left: 38px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.right_coupon {
    width: 120px;
    height: 155px;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 1000000;
}

.right_coupon img {
    width: 100%;
}

.right_bar {
    width: 68px;
    height: 408px;
    position: fixed;
    right: 0;
    top: 180px;
    /*border: 1px solid #999;*/
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    z-index: 888;
    border-radius: 8px;
}

.right_bar a {
    display: block;
    width: 68px;
    height: 68px;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    transition: all linear .2s;
    position: relative;
    color: #333;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.right_bar a:last-child {
    border-bottom: 0;
}

.right_bar a .link-title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
}

.right_bar .ic1 {
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.right_bar .ic1:hover {
    background: #EC4F35;
    color: #fff;
}


.right_bar .ic2 {
    background: #fff;
}

.right_bar .ic2:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar .ic3 {
    background: #fff;
}

.right_bar .ic3:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar .ic4 {
    background: #fff;
}
.right_bar .ic4:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar .ic5 {
    background: #fff;
}
.right_bar .ic5:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar .ic6 {
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.right_bar .ic6:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar .ic7 {
    background: #fff;
}
.right_bar .ic7:hover {
    background: #EC4F35;
    color: #fff;
}

.right_bar > a > img {
    position: absolute;
    top: 10px;
    left: 21px;
}

.right_bar > a > .rightbar-img {
    opacity: 1;
}

.right_bar > a:hover > .rightbar-img {
    opacity: 0;
}

.right_bar > a > .rightbar-act-img {
    opacity: 0;
}

.right_bar > a:hover > .rightbar-act-img {
    opacity: 1;
}

.right_bar .link:hover .ic_box {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.right_bar .link .ic_box .txt-arrow {
    position: absolute;
    right: 4px;
    top: 30px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left-color: transparent;
    border-left-color: #fff;

}

.right_bar .link .ic2_box {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 270px;
    width: 278px;
    position: absolute;
    right: 68px;
    top: -20px;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    transition: all linear .2s;
}
.right_bar .link .ic2_box .ic_content {
    height: 161px;
    width: 238px;
    background: #fff;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    position: relative;
}

.right_bar .link .ic2_box .ic_content div {
    width: 100%;
    color: #333;
}

.right_bar .link .ic2_box .ic_content .sub-text {
    padding: 0;
    font-size: 12px;
    color: #999999;
    text-align: left;
}

.right_bar .link .ic2_box .ic_content span {
    color: #EC4F35;
    font-weight: Bold;
}

.right_bar .link .ic2_box .ic_content input {
    width: 147px;
    height: 40px;
    border: 1px solid #1890FF;
    padding-left: 15px;
    outline-color: #fff;
    border-radius: 5px 0 0 5px;
    vertical-align: middle;
}

.right_bar .link .ic2_box .ic_content button {
    width: 70px;
    height: 40px;
    border-radius:0 8px 8px 0;
    color: #fff;
    background: #EC4F35;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}


.right_bar .link .ic4_box {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 125px;
    width: 278px;
    position: absolute;
    right: 68px;
    top: -20px;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    transition: all linear .2s;
}

.right_bar .link .ic4_box .ic_content {
    height: 85px;
    width: 238px;
    background: #fff;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    position: relative;
}


.right_bar .link .ic4_box .ic_content .txt {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    padding-top: 15px;
    padding-left:15px;
    white-space: nowrap;
    border-radius: 4px;
    float: left;
    width: auto;
}

.right_bar .link .ic4_box .ic_content .er_code {
    height: 68px;
    width: 68px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url("https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/qr_code.png") no-repeat;
    background-size: contain;
}

.enroll_box,.submit_success,.submit_fail,.checkname_box,.coupon_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000001;
    display: none;
    color: #fff;
}

.coupon_close {
    width: 22px;
    height:22px;
    position: absolute;
    right:0;
    top:0;
}

.enroll_form {
    width: 301px;
    height: 402px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -150px; /* 设置弹出层绝对居中 */
    display: block;
    background: #fff url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/enroll_form.png') no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
}

.checkname_form {
    width: 375px;
    height: 524px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px auto auto -150px; /* 设置弹出层绝对居中 */
    display: block;
    background: #fff url('../images/footer/checkname.png') no-repeat;
    background-position: -4px 0;
    padding: 0 30px;
    text-align: center;
    border-radius: 8px;
    padding-top: 170px;
}

.checkname_form input {
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding-left: 15px;
    margin-bottom: 15px;
}
.checkname_form .cityinput{
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}
.checkname_form .ljt {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #BFBFBF;
}
.checkname_form .ljt img {
    width: 12px;
}
.checkname_form .gshm-province .list .click {
    background: #EC4F35;
}
.checkname_form .footer_hylx {
    display: none;
    text-align: left;
    width: 705px;
    height: 295px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px 0px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
    border-radius: 8px;
    position: absolute;
    top: 32px;
    left: 0px;
    padding: 20px 20px;
    z-index: 10;
}
.checkname_form .footer_hylx .hot {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.checkname_form .footer_hylx .background {
    width: 80px;
    height: 30px;
    background: #EC4F35;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 30px;
}

.checkname_form .footer_hylx .none {
    margin-top: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}
.footer_company {
    display: none;
    width: 100%;
    height: 72px;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px 0px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
    border-radius: 8px;
    position: absolute;
    top: 32px;
    left: 0px;
    text-align: left;
}
.footer_company span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    color: #000000;
    display: block;
    padding-left: 12px;
    cursor: pointer;
}
.checkname_form .hylx span {
    cursor: pointer;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.checkname_form button {
    width: 100%;
    height: 32px;
    background: #EC4F35;
    border-radius: 23px;
    font-size: 21px;
    color: #fff;
    border: 0;
    margin: 29px 0;
}

.coupon_form {
    width: 381px;
    height: 636px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -318px auto auto -190px; /* 设置弹出层绝对居中 */
    display: block;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/footer/copbox.png') no-repeat;
    background-position: 0 0;
    background-size:100% 100%;
    padding: 0 50px;
    text-align: center;
    padding-top: 418px;
}
.coupon_form button {
    width: 249px;
    height: 32px;
    background: #FAE0A5;
    border-radius: 16px;
    color: #D40E1F;
    font-size: 14px;
    line-height: 32px;
    margin: 15px;
    border: 0;
}

.login_code {

}

.login_code {

}
.enroll_form button, .enroll_finish button, .fail_box button {
    width: 182px;
    height: 46px;
    background: #EC4F35;
    border-radius: 23px;
    font-size: 21px;
    color: #fff;
    border: 0;
    margin: 29px;
}

.enroll_form .close {
    font-size: 27px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 128px;
    bottom: -77px;
    color: #fff;
    cursor: pointer;
}

.enroll_finish {
    width: 316px;
    height: 382px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -158px; /* 设置弹出层绝对居中 */
    display: block;
    background:#fff;
    padding: 0 14px;
    text-align: center;
    border-radius: 10px;
}

.fail_box {
    width: 316px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -158px; /* 设置弹出层绝对居中 */
    display: block;
    background:#fff;
    padding: 0 14px;
    text-align: center;
}

.fail_box p {
    width: 100%;
    text-align: center;
    margin-top: 14px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
}

.fail_box span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.enroll_finish img {
    margin-top: -30px;
}

.calc_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000000;
    display: none;
    color: #fff;
    overflow-y: scroll;
}

.calc_box::-webkit-scrollbar {
    display: none;
}

.calc_form {
    width: 1121px;
    height: 709px;
    position: absolute;
    top: 60px;
    left: calc(50% - 560px);
    display: block;
    background: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/calcbox.png) no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
}

.calc_name {
    position: absolute;
    left:45px;
    top:242px;
    font-size: 24px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #EC4F35;
    line-height: 35px;
    letter-spacing: 1px;
}
.calc_name:after {
    content: '';
    width: 128px;
    height: 14px;
    background: rgba(255, 34, 41, 0.22);
    position: absolute;
    left: 0;
    top: 22px;
}
.calc_input_item {
    position: absolute;
    left: 45px;
    top: 306px;
}

.calc_input_item input,.calc_input_item select {
    width: 314px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 10px;
    position: relative;
    padding-right: 40px;
}

.calc_input_item_num:after {
    content: '万元';
    width: 28px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.calc_input_item span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    width: 78px;
    text-align: left;
    display: inline-block;
}
#calc_confirm {
    width: 240px;
    height: 52px;
    background: #FF4546;
    border-radius: 31px;
    position: absolute;
    font-size: 24px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    letter-spacing: 1px;
    top: 610px;
    left: 121px;
    border: 0;
    outline: none;
}

.calc_result_name {
    width: 122px;
    height: 35px;
    font-size: 24px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #EC4F35;
    line-height: 35px;
    letter-spacing: 1px;
    position: absolute;
    left: 521px;
    top: 242px;
    background: #fff;
}

.result_before_title {
    width: 77px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 35px;
    left: 30px;
}

.result_after_title {
    width: 77px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 121px;
    left: 30px;
}

.calc_before {
    width: 276px;
    height: 32px;
    background: linear-gradient(270deg, rgba(255, 69, 70, 0) 0%, #FF4546 100%);
    position: absolute;
    top: 69px;
    left: 30px;
}

.calc_after {
    width: 0;
    height: 32px;
    background: linear-gradient(270deg, rgba(88, 176, 255, 0) 0%, #58B0FF 100%);
    position: absolute;
    top: 155px;
    left: 30px;
    max-width: 276px;
}

.result_before_money {
    width: 174px;
    height: 26px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    position: absolute;
    top:72px;
    left:317px;
}

.result_after_money {
    width: 174px;
    height: 26px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    position: absolute;
    top:158px;
    left:134px;
}

.result_save {
    width: 365px;
    height: 26px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    position: absolute;
    top:217px;
    left:59px;
    text-align: left;
}

.result_box {
    width: 536px;
    height: 276px;
    position: absolute;
    right: 84px;
    top: 262px;
    border: 1px solid #DDDDDD;
    text-align: left;
}

.result_box span {
    color:#EC4F35;
    font-size: 20px;
    font-weight: bold;
}
.result_box_hasres img {
    position: absolute;
    top:218px;
    left:32px;
    width: 16px;
}
.result_box_nores img {
    position: absolute;
    top:68px;
    left:215px;
}
.result_box_nores p {
    width: 306px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    top:184px;
    left:116px;
}

.calc_close {
    width: 60px;
    height: 60px;
    background: #EFEFEF;
    border-radius: 50%;
    color: #A9A9A9;
    text-align: center;
    line-height: 56px;
    font-size: 32px;
    position: absolute;
    top: 83px;
    right: 17px;
    cursor: pointer;
}

.gsss {
    margin-bottom: 60px;
}

.gsss-title {
    height: 83px;
    padding-bottom: 40px;
}

.gsss-title p {
    /*border-left: 4px solid #EC4F35;*/
    padding-left: 15px;
    color: #EC4F35;
    font-size: 32px;
    display: inline-block;
    position: relative;
}
.gsss-title p:before{
    content: '';
    width: 4px;
    height: 30px;
    background-color: #EC4F35;
    position: absolute;
    left: 0;
    top: 7px;
}

.gsss-title a {
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    float: right;
    display: inline-block;
}

.gsss-title span {
    color: #999999;
    font-size: 18px;
    padding-left: 10px;
}

.gsss-items {
    width: 100%;
    height: 230px;
}
@-webkit-keyframes gsss-item {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes gsss-item {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.gsss-item {
    width: 300px;
    float: left;
    height: 230px;
    text-align: center;
    padding: 0 11px;
    cursor: pointer;
}
.gsss-item:hover {
    -webkit-animation-name: gsss-item;
    animation-name: gsss-item;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.gsss .home-rmtj {
    margin: 0 auto;
    width:370px ;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219,219,219,0.5);
    text-align: center;
}
.gsss .home-rmtj img {
    width: 100%;
}
.gsss .home-rmtj .rmtj-title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #262626;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
    height: 100%;
}
.gsss .home-rmtj .rmtj-detail {
    font-family: AlibabaPuHuiTiM;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
}
.gsss .home-rmtj .rmtj-item {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 500;
    font-size: 14px;
    color: #343434;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    display: inline-block;
    width: 49%;
    position: relative;
    padding-left: 18px;
    padding-bottom: 20px;
}
.gsss .home-rmtj .rmtj-item::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #EC4F35;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.home-title {
    width: 100%;
    height: 77px;
    margin-bottom: 60px;
}

.home-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
}

.home-title span {
    height: 24px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #999999;
    display: inline-block;
}

.two-part-box {
    width: 600px;
    float: left;
    text-align: center;
}

.three-part-box {
    width: 400px;
    float: left;
    text-align: center;
}

.four-part-box {
    width: 300px;
    float: left;
    text-align: center;
}

.five-part-box {
    width: 240px;
    float: left;
    text-align: center;
}

.six-part-box {
    width: 200px;
    text-align: center;
    float: left;
}

.core-ques {
    width: 100%;
    height: 380px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.core-ques p {
    font-size: 18px;
    color: #333333;
    margin-top: 40px;
    text-align: left;
    height: 24px;
    line-height: 24px;
}

.core-ques span {
    font-size: 14px;
    color: #999999;
    text-align: left;
    height: 19px;
    line-height: 19px;
}

.box-bottom-btn {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    text-align: center;
    float: left;
}

.box-bottom-btn button {
    width: 440px;
    height: 60px;
    border-radius: 16px;
    color: #fff;
    background: #EC4F35;
    border: 0;
    cursor: pointer;
    font-size: 24px;
}

.box-bottom-btn1 button {
    background: #EC4F35;
}

.box-bottom-btn2 button {
    background: #2BA0E8;
}
.box-bottom-btn3 button {
    background: #FF6537;
}
.box-bottom-btn4 button {
    background: #FFB103;
}
.box-bottom-btn5 button {
    background: #1E50AE;
}
.box-bottom-btn6 button {
    background: #BF9D72;
}
.box-bottom-btn7 button {
    background: #F13A3A;
}

.box-bottom-btn8 button {
    background: #BBA575;
}
.box-bottom-btn9 button {
    background: #009FE9;
}
.box-bottom-btn10 button {
    background: #D8702D;
}

.client-list {
    width:1200px;
    overflow-x: hidden;
    position: relative;
    height: 393px;
}

.client-list ul {
    width:2400px;
    overflow-x: hidden;
    white-space:nowrap;
    position: absolute;
    left: 0;
}

.client-list ul > li {
    width: 400px;
    display: inline-block;
}

.client-comments {
    width: 374px;
    height: 313px;
    position: relative;
    text-align: left;
    white-space: normal;
}

.client-list .comment-page {
    width: 78px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 561px;
}

.client-list .comment-current {
    width: 55px;
    background: #EC4F35;
    border-radius: 5px;
    height: 10px;
    position: absolute;
    left: 0;
}

.client-list .comment-hide {
    width: 18px;
    background: #CCCCCC;
    border-radius: 5px;
    height: 10px;
    position: absolute;
    right: 0;
}

.client-comments .client-title {
    position: absolute;
    top: 96px;
    right: 20px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.client-comments .client-name {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    top: 165px;
    font-size: 24px;
    color: #333333;
}

.client-comments .client-desc {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    top: 206px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
}

.assur-item p {
    color: #EC4F35;
}

.assur-item span {
    color: #999999;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
}
















/** 公司变更 **/

.banner-gsbg {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gsbg/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 421px;
    position: relative;
    min-width: 1200px;
}

.banner-gsbg-form {
    text-align: center;
    padding-top: 120px;
}

.banner-gsbg .banner-gsbg-form p {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #2BA0E8;
    line-height: 88px;
    text-align: center;
    letter-spacing: 4px;
}
.banner-gsbg .banner-gsbg-form p span {
    display: inline-block;
    width: 553px;
    height: 56px;
    background: #2BA0E8;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 56px;
}

.gsbg-form {
    width: 100%;
    margin-top: 200px;
    text-align: center;
}

.gsbg-form input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
}

.gsbg-form span:first-child input {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.gsbg-form span {
    position: relative;
}

.gsbg-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.gsbg-form button {
    width: 208px;
    height: 44px;
    background: #EC4F35;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.gsbg-title {
    width: 100%;
    height: 60px;
    margin-bottom: 50px;
}

.gsbg-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.gsbg-title p span {
    color: #2BA0E8;
}

.gsbg-title p:after {
    background: #EEF8FF;
    content: '';
    width: 60px;
    height: 8px;
    position: absolute;
    left: 570px;
    top: 50px;
}

.gsbg-title2 p:after {
    background: #2BA0E8;
    content: '';
    width: 60px;
    height: 8px;
    position: absolute;
    left: 570px;
    top: 50px;
}



.gsbg-cyhh {
    width: 100%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
}

.gsbg-cyhh p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.gsbg-cyhh span {
    font-size: 14px;
    color: #999999;
    text-align: left;
    height: 19px;
    line-height: 19px;
}

.gsbg-zbcl {
    width: 100%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    font-size: 14px;
    color: #333;
}

.gsbg-zbcl img {
    margin-bottom: 40px;
}

.gsbg-others {
    width: 100%;
    height: 212px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 16px;
}

.gsbg-others p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 88px;
    width: 100%;
}


.gsbg-others span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
}










/** 公司注销 **/

.banner-gszx {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszx/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 431px;
    position: relative;
    min-width: 1200px;
}

.banner-gszx-form {
    text-align: center;
    padding-top: 174px;
    position: relative;
}

.gszx-form-top {
    text-align: center;
    top: 194px;
    left: 267px;
    position: absolute;
    width: 667px;
    height: 278px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
}

.banner-gszx .gszx-form-top p {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FF6537;
    line-height: 88px;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 50px;
}
.banner-gszx .gszx-form-top > span {
    display: inline-block;
    width: 478px;
    height: 56px;
    background: #FF6537;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 56px;
    margin-top: 20px;
}

.gszx-form {
    width: 100%;
    margin-top: 170px;
    text-align: center;
}

.gszx-form input {
    width: 170px;
    height: 44px;
    border: 0;
    border-top: 1px solid ##68BEFF;
    border-bottom: 1px solid ##68BEFF;
    padding-left: 15px;
    outline-color: #fff;
}
.gszx-form span:first-child input {
    border-left: 1px solid ##68BEFF;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.gszx-form span {
    position: relative;
}

.gszx-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.gszx-form button {
    width: 208px;
    height: 44px;
    background: ##68BEFF;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.gszx-title {
    width: 100%;
    height: 60px;
    margin-bottom: 50px;
    position: relative;
}

.gszx-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.gszx-title p span {
    color: #2BA0E8;
}

.gszx-title:after {
    content: '';
    position: absolute;
    left: 471px;
    top: 55px;
    width: 258px;
    height: 1px;
    background: #DDDDDD;
    z-index: 1;
}

.gszx-title p:after {
    content: '';
    position: absolute;
    left: 570px;
    top: 53px;
    width: 60px;
    height: 4px;
    background: #68BEFF;
    z-index: 2;
}

.gszx-title2 p:after {
    background: #2BA0E8;
    content: '';
    width: 60px;
    height: 8px;
    position: absolute;
    left: 570px;
    top: 50px;
}



.gszx-cyhh {
    width: 100%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
}

.gszx-cyhh p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.gszx-cyhh span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 19px;
    line-height: 19px;
}

.gszx-zbcl {
    width: 100%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    font-size: 14px;
    color: #333;
}

.gszx-zbcl img {
    margin-bottom: 40px;
}

.gszx-others {
    width: 100%;
    height: 212px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
}

.gszx-others p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 88px;
    width: 100%;
}


.gszx-others span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
}






/** 税务筹划 begin ======================================================================================================== **/
.banner-swch {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/swch/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 431px;
    position: relative;
    min-width: 1200px;
}

.banner-swch-form {
    text-align: center;
    padding-top: 174px;
    position: relative;
}

.swch-form-top {
    width: 100%;
    text-align: left;
}

.banner-swch .swch-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFB103;
    line-height: 88px;
    letter-spacing: 4px;
    margin-top: 50px;
    padding-left: 71px;
    position: relative;
}

.banner-swch .swch-form-top .title:before {
    content: '"';
    width: 71px;
    height: 86px;
    position: absolute;
    top: -29px;
    left: 0;
    color: #fff;
}

.banner-swch .swch-form-top .title:after {
    content: '"';
    width: 71px;
    height: 86px;
    position: absolute;
    top: 89px;
    left: 660px;
    color: #fff;
}

.banner-swch .swch-form-top .title span {
    color: #FFFFFF;
}
.banner-swch .swch-form-top .sub-title {
    display: inline-block;
    width: 505px;
    height: 56px;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 40px;
    margin-left: 100px;
    position: relative;
}
.banner-swch .swch-form-top .sub-title:before {
    content: '';
    width: 82px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: -100px;
}
.banner-swch .swch-form-top .sub-title:after {
    content: '';
    width: 82px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 525px;
}

.swch-form {
    width: 100%;
    text-align: center;
    margin-top: 144px;
}

.swch-form input {
    width: 170px;
    height: 44px;
    border: 0;
    border-top: 1px solid #FFB103;
    border-bottom: 1px solid #FFB103;
    padding-left: 15px;
    outline-color: #fff;
}
.swch-form span:first-child input {
    border-left: 1px solid #FFB103;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.swch-form span {
    position: relative;
}

.swch-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.swch-form button {
    width: 208px;
    height: 44px;
    background: #FFB103;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.swch-title {
    width: 100%;
    height: 80px;
    margin-bottom: 60px;
    position: relative;
}

.swch-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.swch-title p span {
    color: #2BA0E8;
}

.swch-title p:after {
    content: '';
    position: absolute;
    left: 570px;
    top: 50px;
    width: 40px;
    height: 1px;
    background: #FFB103;
}

.swch-title span {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}


.swch-part-box {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.swch-part-box > ul {
    border: 0;
    padding: 0;
    margin: 0;
}
.swch-part-box > ul > li {
    display: inline-block;
    width: 396px;
    height: 180px;
    line-height: 180px;
    position: relative;
}
.swch-part-box > ul > li > i {
    position: absolute;
    top: 30px;
    left: 70px;
    width: 120px;
    height: 120px;
}

.swch-part-item {
    width: 400px;
    height: 180px;
    position: relative;
}

.swch-part-item span {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: #FDEDBF;
    position: absolute;
    top:30px;
    left:50px;
    padding-top:30px;
}

.swch-part-item p {
    font-size: 18px;
    color: #333333;
    position: absolute;
    top:50px;
    left:200px;
}

.swch-part-item i {
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    position: absolute;
    top: 90px;
    left:200px;
    text-align: left;
}

.swch-cyhh {
    width: 373px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 20px;
}

.swch-cyhh p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.swch-cyhh i {
    color: #999999;
    font-size: 14px;
}

.swch-cyhh span {
    color: #FFB103;
    font-size: 24px;
    font-weight: bold;
}

.swch-part-left {
    width: 600px;
    float: left;
}

.swch-part-right {
    width: 600px;
    float: left;
}

.swch-part-right > ul {
    padding-left: 20px;
}

.swch-part-right > ul > li {
    width: 600px;
    height: 110px;
}

.swch-part-right > ul > li > i {
    display: inline-block;
    width: 100px;
    height: 100px;
    float: left;
    text-align: right;
    padding-right: 20px;
}

.swch-part-right > ul > li > p {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    height: 40px;
}

.swch-part-right > ul > li > span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    height: 50px;
    line-height: 40px;
}

.swch-ques-item {
    width: 560px;
    height: 170px;
    background: #FFFFFF;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    padding: 40px 20px;
}
.swch-ques-item:hover {
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 6px;
}

.swch-ques-item .ques-title {
    width: 364px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    text-align: left;
}

.swch-ques-item i {
    width: 81px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.swch-ques-item span {
    width: 520px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top: 30px;
}

/** 税务筹划 end ===========================================================================================================  **/




/** 公司注册 begin ======================================================================================================== **/
.banner-gszc {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszc/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
    z-index: 1;
}

.banner-gszc-form {
    text-align: center;
    padding-top: 172px;
    position: relative;
}

.gszc-form-top {
    width: 100%;
}

.banner-gszc .gszc-form-top .title-top {
    width: 100%;
    height: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
}

.banner-gszc .gszc-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    position: relative;
}
.banner-gszc .gszc-form-top .title:after {
    content: '';
    width: 445px;
    height: 36px;
    position: absolute;
    top: 55px;
    left: 378px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.banner-gszc .gszc-form-top .title span {
    color: #FFC003;
}

.banner-gszc .gszc-form-top .title i {
    font-size: 36px;
}

.banner-gszc .gszc-form-top .sub-title {
    display: inline-block;
    width: 601px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 27px 27px 27px 0px;
    letter-spacing: 1px;
    margin-top: 35px;
    padding-left: 27px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #656FE1;
    line-height: 54px;
    letter-spacing: 1px;
}

.banner-gszc .gszc-form {
    width: 1200px;
    height: 128px;
    background-color: #fff;
    position: absolute;
    bottom: -65px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    z-index: 1;
}

.banner-gszc .gszc-form input {
    width: 318px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #535DCD;
    padding-left: 10px;
}

.banner-gszc .gszc-form input::-webkit-input-placeholder {
    color: #535DCD;
}

.banner-gszc .gszc-form button {
    width: 230px;
    height: 44px;
    background: #FFB103;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 20px auto 10px auto;
    display: block;
    border: 0;
    cursor: pointer;
}

.gszc-bg-item1 {
    position: absolute;
    right: 0;
    top: 331px;
    width: 546px;
    height: 830px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszc/cbg.png') no-repeat;
    z-index: 0;
}

.gszc-bg-item2 {
    position: absolute;
    left: 0;
    top: 1155px;
    width: 405px;
    height: 774px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszc/heart_r.png') no-repeat;
    z-index: 0;
}

.gszc-bg-item3 {
    position: absolute;
    right: 0;
    top: 3850px;
    width: 468px;
    height: 904px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszc/heart_l.png') no-repeat;
    z-index: 0;
}

.gszc-bg-item4 {
    position: absolute;
    right: 0;
    top: 2200px;
    width: 100%;
    height: 853px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gszc/rbg.png') no-repeat;
    z-index: 0;
}

.gszc-title {
    width: 100%;
    height: 77px;
    margin-bottom: 60px;
    position: relative;
}

.gszc-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #4E53E2;
    font-weight: bold;
    position: relative;
}

.gszc-title p span {
    color: #2BA0E8;
}

.gszc-title span {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}


.gszc-question {
    width: 100%;
    height: 268px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    border-radius: 16px;
}

.gszc-question p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 100px;
    width: 100%;
}


.gszc-question span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 19px;
    line-height: 19px;
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    padding: 0 20px;
}

.gszc-bbzl {
    width: 1200px;
    height: 302px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: relative;
}

.gszc-others {
    width: 100%;
    height: 302px;
    position: relative;
}

.gszc-others .gszc-others-img {
    display: inline-block;
    height: 60px;
    width: 360px;
    text-align: center;
    position: absolute;
    bottom: 182px;
    left: 0;
}

.gszc-others p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 118px;
    width: 360px;
}


.gszc-others span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 60px;
    display: block;
    width: 360px;
}

.gszc-yblc-img {
    display: inline-block;
    height: 160px;
    width: 160px;
    line-height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 151px;
    padding-top: 20px;
}


.gszc-cjlx {
    width: 373px;
    position: relative;
}

.gszc-cjlx .gszc-cjlx-img {
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    background: #FFFFFF;
    border-radius: 16px;
}

.gszc-cjlx p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.gszc-cjlx span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.gszc-hdzl .gszc-hdzl-img {
    width: 270px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 20px;
}

.gszc-hdzl p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.gszc-hdzl span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.gszc-other {
    text-align: left;
    border-radius: 16px;
    padding: 20px;
}

.gszc-other:hover {
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    background: #fff;
}

.gszc-other p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.gszc-other span {
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}
/** 公司注册 end ===========================================================================================================  **/



/** 税盘托管 begin ===========================================================================================================  **/
.banner-sptg {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/sptg/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 431px;
    position: relative;
    min-width: 1200px;
}

.banner-sptg-form {
    text-align: center;
    padding-top: 174px;
}

.banner-sptg .banner-sptg-form .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
    letter-spacing: 4px;
}
.banner-sptg .banner-sptg-form .sub-title span {
    display: inline-block;
    width: 153px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    margin: 40px 50px;
}
.banner-sptg .banner-sptg-form .sub-title span:before {
    content: '√';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #1E50AE;
    color: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    left: -50px;
    top: 5px;
}

.sptg-form {
    width: 100%;
    padding-top: 314px;
    text-align: center;
}

.sptg-form input {
    width: 170px;
    height: 44px;
    /*border: 1px solid #EC4F35;*/
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
}
.sptg-form span {
    position: relative;
}

.sptg-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.sptg-form button {
    width: 208px;
    height: 44px;
    background: #F2CC8F;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.sptg-form span:first-child input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.sptg-form span:nth-child(3) input {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.sptg-title {
    width: 100%;
    height: 80px;
    margin-bottom: 60px;
    position: relative;
}

.sptg-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #1E50AE;
    font-weight: bold;
    position: relative;
}

.sptg-title p span {
    color: #2BA0E8;
}

.sptg-title span {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.sptg-hc-img {
    display: inline-block;
    width: 62px;
    height:62px;
}

.sptg-hc-img img {
    display: inline-block;
    vertical-align: middle;
}


.sptg-hc p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.sptg-hc span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}
.sptg-fwnr {
    width: 373px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 20px;
}

.sptg-fwnr p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.sptg-fwnr span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
}

.sptg-yblc p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}


/** 税盘托管 end ======================================================================================================== **/





/** 专利申请 begin ======================================================================================================== **/
.banner-zlsq {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/zlsq/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}
.banner-zlsq-form {
    text-align: left;
    padding-top: 214px;
    position: relative;
}

.banner-zlsq .banner-zlsq-form p {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FDCF94;
    line-height: 88px;
    text-align: left;
    letter-spacing: 4px;
}
.banner-zlsq .banner-zlsq-form > span {
    display: inline-block;
    width: 574px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FDCF94;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.zlsq-form {
    width: 100%;
    margin-top: 60px;
    text-align: left;
}

.zlsq-form input {
    width: 170px;
    height: 44px;
    border: 0;
    /*border-top: 1px solid ##FF6537;*/
    /*border-bottom: 1px solid #FF6537;*/
    padding-left: 15px;
    outline-color: #fff;
}
.zlsq-form span:first-child input {
    /*border-left: 1px solid #FF6537;*/
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.zlsq-form span {
    position: relative;
}

.zlsq-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.zlsq-form button {
    width: 208px;
    height: 44px;
    background: #FDCF94;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    display: block;
    margin-top: 20px;
}

.zlsq-title {
    width: 100%;
    height: 80px;
    margin-bottom: 60px;
    position: relative;
}

.zlsq-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #4E53E2;
    font-weight: bold;
    position: relative;
}

.zlsq-title span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.zlsq-kncc {
    position: absolute;
    width: 844px;
    height: 213px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    top: 344px;
    left: 716px;
    padding: 50px 100px;
}
.zlsq-kncc .zlsq-kncc-item {
    width: 25%;
    float: left;
    height: 100%;
    text-align: center;
}
.zlsq-kncc .zlsq-kncc-item p {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px;
}


.zlsq-zlfw i {
    display: inline-block;
    width: 62px;
    height: 62px;
    float: left;
    text-align: right;
    padding-right: 70px;
}

.zlsq-zlfw p {
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: left;
}

.zlsq-zlfw span {
    color: #999999;
    width: 190px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: left;
}

.zlsq-use-left {
    width: 600px;
    float: left;
    height: 540px;
}

.zlsq-use-left img {
    margin-top: -80px;
}

.zlsq-use-right {
    padding-top: 70px;
    width: 600px;
    float: left;
    height: 540px;
}

.zlsq-use-right > ul {
    padding-left: 20px;
}

.zlsq-use-right > ul > li {
    width: 600px;
    height: 100px;
}

.zlsq-use-right > ul > li > i {
    display: inline-block;
    width: 100px;
    height: 100px;
    float: left;
    text-align: right;
    padding: 10px 20px;
}

.zlsq-use-right > ul > li > p {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #fff;
    line-height: 40px;
}

.zlsq-use-right > ul > li > span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #fff;
}

.zlsq-sxsl-img {
    display: inline-block;
    height: 110px;
    width: 110px;
    line-height: 110px;
    background: #4E53E2;
    border-radius: 55px;
    padding-top: 10px;
}

.zlsq-sxsl-sub {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}
/** 专利申请 end ======================================================================================================== **/




/** 无地址注册 begin ======================================================================================================== **/

.banner-wdzzc {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/wdzzc/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}

.banner-wdzzc-form {
    text-align: center;
    padding-top: 250px;
    position: relative;
}

.wdzzc-form-top {
    width: 100%;
    text-align: center;
}

.banner-wdzzc .wdzzc-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: YouSheBiaoTiHei;
    font-weight: bold;
    color: #F13A3A;
    line-height: 88px;
    letter-spacing: 4px;
    margin-top: 50px;
    padding-left: 71px;
    position: relative;
}

.banner-wdzzc .wdzzc-form-top .title:before {
    content: '"';
    width: 71px;
    height: 86px;
    /*position: absolute;*/
    padding-right: 20px;
    color: #F13A3A;
}

.banner-wdzzc .wdzzc-form-top .title:after {
    content: '"';
    width: 71px;
    height: 86px;
    position: absolute;
    top: 40px;
    color: #F13A3A;
}

.banner-wdzzc .wdzzc-form-top .title span {
    color: #999999;
    font-family: YouSheBiaoTiHei;
}
.banner-wdzzc .wdzzc-form-top .sub-title {
    display: inline-block;
    width: 505px;
    height: 56px;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 40px;
    margin-left: 100px;
    position: relative;
}

.wdzzc-form {
    width: 100%;
    text-align: center;
    margin-top: 90px;
}

.wdzzc-form input {
    width: 170px;
    height: 44px;
    border: 0;
    border-top: 1px solid #F13A3A;
    border-bottom: 1px solid #F13A3A;
    padding-left: 15px;
    outline-color: #fff;
}
.wdzzc-form span:first-child input {
    border-left: 1px solid #F13A3A;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.wdzzc-form span {
    position: relative;
}

.wdzzc-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.wdzzc-form button {
    width: 208px;
    height: 44px;
    background: #F13A3A;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}
.banner-wdzzc .banner-wdzzc-form .sub-title span {
    display: inline-block;
    width: 153px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
}
.banner-wdzzc .banner-wdzzc-form .sub-title span:before {
    content: '√';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #F13A3A;
    color: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    left: -50px;
    top: 5px;
}

.wdzzc-title {
    width: 100%;
    height: 80px;
    margin-bottom: 60px;
    position: relative;
}

.wdzzc-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}

.wdzzc-title1 p {
    color: #333333 !important;
}

.wdzzc-title p span {
    color: #FFFFFF;
    font-size: 32px;
    position: relative;
}

.wdzzc-title p span:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 20px;
    width: 60px;
    height: 1px;
    background: #FFF;
}

.wdzzc-title p span:after {
    content: '';
    position: absolute;
    right: -70px;
    top: 20px;
    width: 60px;
    height: 1px;
    background: #FFF;
}

.wdzzc-title1 p span:before {
    background: #F13A3A;
}

.wdzzc-title1 p span:after {
    background: #F13A3A;
}

.wdzzc-title > span {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 1px;
}


.wdzzc-title1 > span {
    color: #999999 !important;
}

.wdzzc-zcdq {
    width: 270px;
    height: 286px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}
.wdzzc-zcdq p {
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    padding-top: 40px;
}

.wdzzc-cjlx {
    width: 100%;
    padding: 0 13px;
}

.wdzzc-cjlx-img {
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.wdzzc-cjlx p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.wdzzc-cjlx span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 20px;
    display: inline-block;
}

.wdzzc-bbzl {
    width: 1200px;
    height: 302px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.wdzzc-bbzl img {
    display: inline-block;
    padding: 40px 0;
}

.wdzzc-bbzl-item p {
    width: 100%；;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.wdzzc-bbzl-item span {
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.wdzzc-hdzl-img {
    width: 270px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    padding: 20px;
}

.wdzzc-hdzl p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.wdzzc-hdzl span {
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
/** 无地址注册 end ======================================================================================================== **/






/** 著作权登记 begin ======================================================================================================== **/
.banner-zzqdj {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/zzqdj/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}

.banner-zzqdj-form {
    text-align: center;
    padding-top: 114px;
    position: relative;
}

.zzqdj-form-top {
    width: 100%;
    text-align: center;
}

.banner-zzqdj .zzqdj-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: YouSheBiaoTiHei;
    font-weight: bold;
    color: #FFF;
    line-height: 88px;
    letter-spacing: 4px;
    margin-top: 50px;
    padding-left: 300px;
    position: relative;
    text-align: left;
}

.banner-zzqdj .zzqdj-form-top .title:before {
    content: '"';
    width: 71px;
    height: 86px;
    position: absolute;
    padding-right: 20px;
    color: #FFF;
    left: 250px;
}

.banner-zzqdj .zzqdj-form-top .title:after {
    content: '"';
    width: 71px;
    height: 86px;
    position: absolute;
    top: 150px;
    color: #FFF;
}

.banner-zzqdj .zzqdj-form-top .sub-title {
    display: inline-block;
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 40px;
    padding-left: 300px;
    position: relative;
}

.banner-zzqdj .banner-zzqdj-form .sub-title span {
    display: inline-block;
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFF;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 80px;
    text-align: left;
}

.zzqdj-form {
    width: 100%;
    text-align: center;
    margin-top: 220px;
}

.zzqdj-form input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
}
.zzqdj-form span:first-child input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.zzqdj-form span {
    position: relative;
}

.zzqdj-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.zzqdj-form button {
    width: 208px;
    height: 44px;
    background: #EC4F35;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}
.zzqdj-title {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.zzqdj-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}

.zzqdj-title > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999;
    line-height: 24px;
    letter-spacing: 1px;
}
.zzqdj-title1 p {
    color: #fff !important;
}
.zzqdj-title1 span {
    color: #fff !important;
}

.zzqdj-fl {
    width: 373px;
    background: #FFF;
    margin: auto;
    border: 0;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.zzqdj-fl:hover {
    background: #EC4F35;
}

.zzqdj-fl img {
    margin-top: -1px;
}

.zzqdj-fl:hover > p {
    color: #fff;
}

.zzqdj-fl p {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 73px;
    letter-spacing: 1px;
    height: 73px;
    padding-left: 20px;
}

.zzqdj-djzr {
    width: 100%;
    height: 216px;
    background: #FFFFFF;
    border-radius: 16px;
}

.zzqdj-djzr p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.zzqdj-djzr i {
    display: inline-block;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.zzqdj-hzlc {
    width: 100%;
    height: 216px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.zzqdj-hzlc-img {
    width: 100%;
    height: 216px;
}

.zzqdj-hzlc p{
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;
}


.zzqdj-other {
    width: 100%;
    height: 163px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 16px;
}

.zzqdj-other p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 38px;
    width: 100%;
}
/** 著作权登记 end ======================================================================================================== **/






/** 医疗器械 begin ======================================================================================================== **/
.banner-ylqx {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/ylqx/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}
.banner-ylqx-form {
    width: 100%;
    text-align: center;
    position: relative;
}

.ylqx-form-top {
    width: 853px;
    height: 364px;
    /*background: rgba(0,159,233, 0.5);*/
    position: absolute;
    top: 12px;
    padding-left: 58px;
    text-align: left;
    padding-top: 255px;
}

.banner-ylqx .ylqx-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    text-align: left;
    margin-top: 60px;
}

.banner-ylqx .ylqx-form-top .sub-title {
    display: inline-block;
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
}

.ylqx-form-top input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
}
.ylqx-form-top span:first-child input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ylqx-form-top span {
    position: relative;
}

.ylqx-form-top span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.ylqx-form-top button {
    width: 208px;
    height: 44px;
    background: #FFBE60;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 20px;
    border: 0;
    cursor: pointer;
}

.ylqx-title {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.ylqx-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.ylqx-title p:after {
    content: '';
    position: absolute;
    left: 570px;
    top: 50px;
    width: 60px;
    height: 4px;
    background: #009FE9;
}

.ylqx-fl {
    width: 270px;
    height: 329px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 15px;
}

.ylqx-fl p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.ylqx-fl span {
    width: 100%;
    text-align: center;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    margin-top: 12px;
}

.ylqx-knfd {
    width: 400px;
    height: 200px;
    background: #009FE9;
}

.ylqx-knfd1 {
    background: #48BBF1;
}

.ylqx-knfd p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.ylqx-knfd i {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    display: inline-block;
    margin-top: 10px;
}

.ylqx-qxxk {
    width: 100%;

}

.ylqx-qxxk-img {
    width: 373px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    padding: 20px;
}

.ylqx-qxxk p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.ylqx-qxxk span {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height: 63px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    display: inline-block;
}

.ylqx-qxxk i {
    color: #009FE9;
}

.ylqx-other {
    width: 100%;
    height: 212px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 16px;
}

.ylqx-other p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 88px;
    width: 100%;
}


.ylqx-other span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
}

/** 医疗器械 end ======================================================================================================== **/


/** 食品经营 begin ======================================================================================================== **/
.banner-spjy {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/spjy/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}
.banner-spjy-form {
    width: 100%;
    text-align: center;
    position: relative;
}

.spjy-form-top {
    width: 853px;
    height: 364px;
    position: absolute;
    top: 147px;
    padding-left: 58px;
    text-align: left;
    margin-top: 120px;
}

.banner-spjy .spjy-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #D8702D;
    line-height: 88px;
    letter-spacing: 4px;
    text-align: left;
    margin-top: 60px;
}

.banner-spjy .spjy-form-top .sub-title {
    display: inline-block;
    width: 100%;
    height: 56px;
    color: #999999;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
}

.spjy-form-top input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
    border-top: 1px solid #21397C;
    border-bottom: 1px solid #21397C;
}
.spjy-form-top span:first-child input {
    
}

.spjy-form-top span {
    position: relative;
}

.spjy-form-top span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.spjy-form-top button {
    width: 208px;
    height: 44px;
    background: #FFBE60;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 20px;
    border: 0;
    cursor: pointer;
}

.spjy-title {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.spjy-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.spjy-title p:after {
    content: '';
    position: absolute;
    left: 570px;
    top: 50px;
    width: 60px;
    height: 4px;
    background: #4ABFFF;
}

.spjy-fl {
    width: 270px;
    height: 329px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 15px;
}

.spjy-fl p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.spjy-fl span {
    width: 100%;
    text-align: center;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    margin-top: 12px;
}

.spjy-knfd {
    width: 400px;
    height: 200px;
    background: #4ABFFF;
    padding:0 70px;
}

.spjy-knfd1 {
    background: rgba(74,191,255,0.8);
}

.spjy-knfd p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.spjy-knfd i {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    display: inline-block;
    margin-top: 10px;
}

.spjy-qxxk {
    width: 100%;

}

.spjy-qxxk-img {
    width: 373px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    padding: 20px;
}

.spjy-qxxk p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.spjy-qxxk span {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height: 63px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    display: inline-block;
}

.spjy-qxxk i {
    color: #4ABFFF;
}

.spjy-other {
    width: 100%;
    height: 212px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 16px;
}

.spjy-other p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 88px;
    width: 100%;
}


.spjy-other span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
}

/** 食品经营 end ======================================================================================================== **/



/** 危险品 begin ======================================================================================================== **/
.banner-wxp {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/wxp/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}
.banner-wxp-form {
    width: 100%;
    text-align: center;
    position: relative;
}

.wxp-form-top {
    width: 853px;
    height: 364px;
    /*background: rgba(183,0,5, 0.79);*/
    position: absolute;
    top: 20px;
    padding-left: 58px;
    text-align: left;
    padding-top: 255px;
}

.banner-wxp .wxp-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    text-align: left;
    margin-top: 60px;
}

.banner-wxp .wxp-form-top .sub-title {
    display: inline-block;
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
}

.wxp-form-top input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
}
.wxp-form-top span:first-child input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.wxp-form-top span {
    position: relative;
}

.wxp-form-top span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.wxp-form-top button {
    width: 208px;
    height: 44px;
    background: #FFECB2;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    letter-spacing: 1px;
    margin-left: 20px;
    border: 0;
    cursor: pointer;
}

.wxp-title {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.wxp-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.wxp-title p:after {
    content: '';
    position: absolute;
    left: 570px;
    top: 50px;
    width: 60px;
    height: 4px;
    background: #EC4F35;
}

.wxp-fl {
    width: 270px;
    height: 329px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 15px;
}

.wxp-fl p {
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.wxp-fl span {
    width: 100%;
    text-align: center;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    margin-top: 12px;
}

.wxp-knfd {
    width: 400px;
    height: 200px;
    background: #EC4F35;
}

.wxp-knfd1 {
    background: rgba(210,1,27,0.5);
}

.wxp-knfd p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.wxp-knfd i {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    display: inline-block;
    margin-top: 10px;
    padding: 0 40px;
}

.wxp-qxxk {
    width: 100%;

}

.wxp-qxxk-img {
    width: 373px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    padding: 20px;
}

.wxp-qxxk p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.wxp-qxxk span {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height: 63px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    display: inline-block;
}

.wxp-qxxk i {
    color: #009FE9;
}

.wxp-other {
    width: 100%;
    height: 212px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    margin-top: 50px;
    border-radius: 16px;
}

.wxp-other p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 88px;
    width: 100%;
}


.wxp-other span {
    font-size: 14px;
    color: #999999;
    text-align: center;
    height: 38px;
    line-height: 19px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
}

/** 危险品 end ======================================================================================================== **/










/** 代理记账**/
.banner-dljz {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/dljz/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 490px;
    position: relative;
    min-width: 1200px;
}

.banner-dljz-form {
    text-align: center;
    padding-top: 1px;
    position: relative;
}

.banner-dljz .banner-dljz-form .title{
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: 微软雅黑 Bold;
    font-weight: bold;
    color: #666666;
    line-height: 88px;
    letter-spacing: 4px;
    margin-top: 13px;
    padding-left: 1px;
    position: relative;
    margin-bottom: 30px;
}

.banner-dljz .banner-dljz-form .title .money {
    color: #6E37FF;
}

.banner-dljz .banner-dljz-form .title .qi {
    font-size: 36px;
}

.banner-dljz .banner-dljz-form  .line {
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    padding-left: 488px;



}
.banner-dljz .banner-dljz-form .line:before{
    content: "√";
    width: 24px;
    height: 24px;
    background-color: #6E37FF;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    left: 450px;
    top: 5px;
    border-radius: 12px;
    text-align: center;
}



.dljz-form {
    width: 100%;
    margin-top: 380px;
    text-align: center;
}

.dljz-form input {
    width: 170px;
    height: 44px;
    /*border: 1px solid #EC4F35;*/
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
    border-top: 1px solid #6E37FF;
    border-bottom: 1px solid #6E37FF;
}

.dljz-form span:first-child input {
    border-left: 1px solid #6E37FF;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.dljz-form span {
    position: relative;
}

.dljz-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.dljz-form button {
    width: 208px;
    height: 44px;
    background: #2BA0E8;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}

.dljz-difficult-box{
    width: 100%;
    height: 700px;
    background: #EFEFEF;
    position: relative;

}
.dljz-difficult-box p{
    padding-top: 50px;
    width: 100%;
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #6E37FF;
    line-height: 43px;
    text-align: center;
}
.dljz-difficult-box .center{
    width: 100%;
    margin-top: 74px;

}

.dljz-difficult-box .center .image{
    margin: 0 auto;
    width: 513px;
    height: 497px;
    position: relative;
    z-index: 10;


}


.dljz-difficult-box .center .image .msg1{
    position: absolute;
    width: 240px;
    height: 50px;
    top:111px;
    left:-240px;
    background-color: #6E37FF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.dljz-left-triangle{
    position: absolute;
    width:0px;
    height:0px;
    border-right:20px solid #6E37FF;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;

    top:15px;
    left: -20px;

}


.dljz-right-triangle{
    position: absolute;
    width:0px;
    height:0px;
    border-left:20px solid #6E37FF;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    top:15px;
    right: -20px

}

.dljz-difficult-box .center .image .msg2{
    position: absolute;
    width: 280px;
    height: 50px;
    top:211px;
    left:-343px;
    background-color: #6E37FF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.dljz-difficult-box .center .image .msg3{
    position: absolute;
    width: 290px;
    height: 50px;
    top:111px;
    right:-290px;
    background-color: #6E37FF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.dljz-difficult-box .center .image .msg4{
    position: absolute;
    width: 280px;
    height: 50px;
    top:211px;
    right:-343px;
    background-color: #6E37FF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-align: center;
}



.dljz-main{

    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 435px;
    z-index: 99;


}

.dljz-main .part-box{
    width: 1200px;
    height: 435px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: absolute;
    top: -100px;
    z-index: 1;

}

.dljz-main .part-box .title{
    margin-top: 60px;
    width: 100%;
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    text-align: center;
}

.dljz-main .part-box .icon{
    width: 100%;
    margin-top: 60px;
    height: 50.67px;
}

.dljz-main .part-box .icon .box{
    width: 295px;
    float: left;
    text-align: center;

}

.dljz-main .part-box .icon .box .text1{
    margin-top: 40px;
    width: 295px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}



.dljz-main .part-box .icon .box p{
    margin: 0 auto;
    width: 196px;
    display: inline-block;
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 10px;
}



.dljz-underline{
    margin: 0 auto;
    margin-top: 55px;
    width: 257px;
    height: 4px;
    text-align: center;
    border-bottom:1px solid #DDD;


}

.dljz-underline .color6E37FF{
    margin: 0 auto;
    width: 80px;
    height: 4px;
    background-color: #6E37FF;
    display: block;
    margin-top: -2px;
}


.dljz-content{
    width: 1200px;
    margin: 0 auto;
}

.dljz-title {
    width: 100%;
    height: 60px;
    margin-bottom: 50px;
}

.dljz-title p {
    height: 43px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    position: relative;
    font-family: 微软雅黑 Bold;
}


.dljz-three-box{
    width: 400px;
    text-align: center;
    float: left;
}

.dljz-ccyh{
    margin: 0 auto;
    width:373px ;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    text-align: center;
}

.dljz-ccyh img{
    width: 333px;
    height: 260px;
}
.dljz-ccyh p{
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;


}

.dljz-ccyh span{
    margin-top: 20px;
    display: inline-block;
    width: 333px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.dljz-commom-text{
    margin-left: 30px;

}

.dljz-commom-text .title{
    width: 270px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;

}

.dljz-commom-text  .point{
    width: 10px;
    height: 10px;
    background-color: #FEBF3A;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dljz-commom-text .smalltext{
    width: 480px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin:14px 0px 40px 20px;
}


.dljz-four-box{
    float: left;
    width: 300px;
    height: 382px;
    padding: 60px 40.5px ;
    text-align: center;
}

.dljz-four-box-contain{
    height: 382px;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;

}

.dljz-four-box .title{
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.dljz-four-box .smalltext{
    width: 252px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 10px;
}

.dljz-service{
    margin-left: 15px;
    width: 270px;
    height: 212px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.dljz-service p{
    padding-top:110px ;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    display: inline-block;
}
.dljz-service span{
    width: 212px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: inline-block;
    margin-top: 10px;
}

.dljz-service .img{
    width: 110px;
    height: 110px;
    background-color: #6E37FF;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 80px;
}



/**人事外包**/

.banner-rswb {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/rswb/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height:430px;
    position: relative;
    min-width: 1200px;
}

.banner-rswb-form {
    text-align: center;
    padding-top: 174px;
    position: relative;
}

.banner-rswb .banner-rswb-form p {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #6E37FF;
    line-height: 88px;
    letter-spacing: 4px;
}
.banner-rswb .banner-rswb-form > span {
    display: inline-block;
    width: 558px;
    height: 66px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 33px;
    letter-spacing: 1px;
    margin-top: 20px;
}




.rswb-form {
    margin-top: 80px;
    text-align: center;
    width: 620px;
    height: 149px;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 16px;
    margin-left: 300px;
    padding: 20px 0px 0px 20px;
}

.rswb-form input {
    width: 280px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #6E37FF;
    margin:0px 20px 20px 0px;
    color: #6E37FF;
    padding-left: 20px;
    line-height: 44px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    float: left;

}

.rswb-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #6E37FF;
}

.rswb-form span:first-child input {
    /*border-left: 1px solid #FF6537;*/
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.rswb-form span {
    position: relative;
}


.rswb-form button {
    width: 280px;
    height: 44px;
    background: #6E37FF;
    border-radius: 8px;
    margin:0px 20px 20px 0px;
    float: left;
    border: none;

    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
}

.rswb-box1{
    height: 627px;
    width: 100%;
    text-align: center;
}

.rswb-title{
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #CCCCCC;
    line-height: 43px;
}

.rswb-title .after{
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #6E37FF;
    line-height: 43px;

}

.rswb-box1 .content-box {
    margin-top: 138px;
    height: 66px;
    width: 464px;
    position: relative;
    text-align: left;
}
.rswb-box1  .img{
    width: 683px;
    height: 340px;
    margin-top: 40px;
    text-align: left;

}
.rswb-six-part-box{
    width: 660px;
    height: 400px;
    position: absolute;
    right: -835px;
    top:-80px
}

.rswb-six-part-box .six-part{
    padding-top: 38px;
    width: 220px;
    height: 200px;
    background: #6E37FF;
    float: left;
    text-align: center;
}

.rswb-six-part-box .six-part .span1{
    display: block;
    width: 220px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;

    text-align: center;

    margin-top:22px;
}

.rswb-six-part-box .six-part .span2{
    display: inline-block;
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
}

.rswb-box1 .content-box p{
    display: inline-block;
    width: 364px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    text-align: left;

}

.rswb-box1 .content-box span{
    display: inline-block;
    margin-top: 10px;
    width: 464px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    text-align: left;

}

.rswb-box2{
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.rswb-box2 .title{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 10px;
}

.rswb-box2 span{
    width: 357px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
}

.rswb-four-part-box{
    position: absolute;
    width: 100%;
    height: 300px;
    top:-88px;

}

.rswb-four-part-box .float{
    width: 300px;
    float: left;

}

.rswb-four-part-box .float .contain{
    margin: 0px  15px;
    width: 270px;
    background-color: white;
    height: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.rswb-four-part-box .float .contain .title{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.rswb-four-part-box .float .contain .desc{
    width: 230px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 10px;
}

.rswb-box3{
    width: 100%;
    position: relative;
    text-align: center;

}

.rswb-box3 .btn{
    padding-top: 252px;

}
.rswb-box3 .btn button{
    width: 440px;
    height: 60px;
    background: #6E37FF;
    border-radius: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 24px;

}

.rswb-ys-box {
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    width: 100%;
    padding:20px;
}

.rswb-four-part-float{
    width: 300px;
    float: left;

}

.rswb-four-part-float .height228{
    margin-left: 15px;
    width: 270px;
    height: 228px;
    padding-top: 62px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);

}

.rswb-four-part-float .height228 p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.rswb-seven-part-float{
    margin-top: 61px;
    width: 171.428px;
    float: left;
    height: 122px;
    text-align: center;
}

.rswb-seven-part-float p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 41px;
}

.rswb-five-part-float{
    width: 240px;
    padding: 16px;
    float: left;
    height: 300px;
    text-align: center;
}

.rswb-five-part-float p{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    margin-top: 40px;
}



/** 商标注册 **/

.banner-sbzc {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/sbzc/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 400px;
    position: relative;
    min-width: 1200px;
}

.banner-sbzc-form {
    text-align: center;
    padding-top: 174px;
    position: relative;
}

.sbzc-form-top {
    text-align: center;
    top: 138px;
    left: 169px;
    position: absolute;
    width: 894px;
    height: 334px;
    background: #68BEFF;
    opacity: 0.89;
    text-align: center;
}

.sbzc-form-top .title{
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    margin-top: 67px;
}

.sbzc-form-top .title:before{
    height: 86px;
    font-size: 66px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 86px;
    letter-spacing: 4px;
    content: "”";
}

.sbzc-form-top .msg{
    margin-top: 10px;
    height: 32px;
    display: block;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
}

.sbzc-form-top .msg:after{
    position: absolute;
    top: 32px;
    height: 86px;
    font-size: 66px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 86px;
    letter-spacing: 4px;
    content: "”";
}

.sbzc-form {
    width: 100%;
    margin-top: 160px;
    text-align: center;
}

.sbzc-form input {
    width: 170px;
    height: 44px;
    border: 0;
    border-top: 1px solid #68BEFF;
    border-bottom: 1px solid #68BEFF;
    padding-left: 15px;
    outline-color: #fff;
}
.sbzc-form span:first-child input {
    border-left: 1px solid #68BEFF;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.sbzc-form span {
    position: relative;
}

.sbzc-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.sbzc-form button {
    width: 208px;
    height: 44px;
    background: #68BEFF;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.sbzc-title{
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.sbzc-title-box{
    margin: 0 auto;
    width: 384px;
}

.sbzc-title .line{
    display: block;
    border-bottom: 8px solid #D0D4F7;
    width: 384px;
    height: 1px;
    margin-top: -8px;
}

.sbzc-float-box{
    margin-top: 60px;
    width: 100%;
}

.sbzc-four-float{
    width: 300px;
    height: 172px;
    text-align: center;
    float: left;
}
.sbzc-four-float .point{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background-color: #68BEFF;
    border-radius: 50%;
    text-align: center;
}
.sbzc-four-float .point .point-cell {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.sbzc-four-float  p{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;

}

.sbzc-two-float{
    float: left;
    height: 576px;
    width: 561px;
}

.sbzc-two-float .text-box{
    height: 90px;
    width: 100%;
    margin-bottom: 40px;
}
.sbzc-two-float .text-box .img{
    height: 90px;
    width: 60px;
    display: inline-block;
    position: relative;
}

.sbzc-two-float .text-box img{
    position: absolute;
    top:0px
}

.sbzc-two-float .text-box .text{
    height: 90px;

    display: inline-block;
    margin-left: 20px;
}

.sbzc-two-float .text-box  .text p{
    width: 48px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
}

.sbzc-two-float .text-box  .text span{
    margin-top: 20px;
    width: 450px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: block;
}

.sbzc-three-float{
    width: 400px;
    text-align: center;
    float: left;
}

.sbzc-three-float .width373{
    margin-left: 13.5px;
    width: 373px;
    height: 497px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

.sbzc-three-float .width373 p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;

}

.sbzc-three-float .width373 .span{
    display: inline-block;
    width: 333px;
    height: 78px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 26px;
    margin-top: 15px;
}


.sbzc-six-float{
    width: 200px;
    float: left;
    height: 124px;
    text-align: center;

}

.sbzc-six-float p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.sbzc-float-top1{
    width: 600px;
    height: 300px;
    background: #68BEFF;
    position: absolute;
    top:-93px;
    left: 0px;
}


.sbzc-float-top1 .img{
    height: 51px;
    padding-left: 40px;
    width: 100%;
    padding-top: 20px;
}


.sbzc-float-toptext{
    margin-left: 200px;
    width: 220px;
    height: 126px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
}

.sbzc-float-top1-point{
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 135px;
    position: absolute;
    top:103.5px;
    left: 200px;
    text-align: center;
}

.sbzc-float-top-point-p{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
}

.sbzc-float-top-point-span{
    display: block;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    margin-top: 12px;
}

.sbzc-float-top2{
    width: 600px;
    height: 300px;
    background: #687DFF;
    position: absolute;
    top:-137px;
    right: 0px;
}

.sbzc-float-top2-point{
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 135px;
    position: absolute;
    top:63.5px;
    right: 200px;
    text-align: center;
}

.sbzc-case{
    width: 275px;
    height: 134px;
    margin-left: 2px;
    /*border: 1px dashed gray;*/
    background-color: #FFFFFF;
}

.sbzc-case img{
    width: 275px;
    height: 134px;
}


.sbzc-service{
    margin-left: 15px;
    width: 270px;
    height: 308px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.sbzc-service:hover {
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.sbzc-servicep{
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    text-align: left;
}

.sbzc-service2{
    margin-left: 15px;
    width: 270px;
    height: 308px;

    padding: 20px;
}


/**资质代办**/
.banner-zzdb {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/zzdb/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 450px;
    position: relative;
    min-width: 1200px;
}
.banner-zzdb-form {
    text-align: center;
    padding-top: 191px;
    position: relative;
}

.zzdb-form-top {
    width: 100%;
    text-align: center;
}

.zzdb-form-top .title{
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
}
.zzdb-form-top .sub-title{
    margin-top: 10px;
    padding: 5px 2px;

}
.zzdb-form-top .sub-title span{
    display: inline-block;
    height: 46px;
    width: 123px;
    font-size: 36px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 2px;
    border-right:2px solid #FFBC02;
    line-height: 46px;
}

.zzdb-tltle{
    padding-top: 90px;
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.zzdb-tltle-underline{
    display: block;
    width: 81px;
    height: 6px;
    border-bottom:4px solid #6ABFFF;
    margin: 0 auto;
    margin-top:8px;
}

.zzdb-difficult-box{
    width: 1000px;
    height: 497px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.zzdb-difficult-box  .msg1{
    position: absolute;
    width: 306px;
    height: 50px;
    top:80px;
    left: 620px;
    background-color: #68BEFF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.zzdb-left-triangle{
    position: absolute;
    width:0px;
    height:0px;
    border-right:20px solid #68BEFF;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;

    top:15px;
    left: -20px;

}


.zzdb-right-triangle{
    position: absolute;
    width:0px;
    height:0px;
    border-left:20px solid #68BEFF;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    top:15px;
    right: -20px

}

.zzdb-difficult-box .msg2{
    position: absolute;
    width: 280px;
    height: 50px;
    top:160px;
    left: 620px;
    background-color: #68BEFF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.zzdb-difficult-box  .msg3{
    position: absolute;
    width: 346px;
    height: 50px;
    top:240px;
    left: 620px;
    background-color: #68BEFF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.zzdb-difficult-box  .msg4 {
    position: absolute;
    width: 280px;
    height: 50px;
    top: 320px;
    left:  620px;
    background-color: #68BEFF;
    border-radius: 5px;

    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.zzdb-tow-float{
    width: 600px;
    height: 437px;
    float: left;
}

.zzdb-tow-float .item{
    margin-left: 20px;
    width: 560px;
    height: 437px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: relative;
    text-align: center;
}

.zzdb-tow-float .item .float{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    top:-90px;
    left: 175px;
    position: absolute;
    background: #fff;
    padding-top:10px;
}


.zzdb-tow-float .item p{
    width: 100%;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    padding-top: 165px;
}


.zzdb-tow-float .item  span{
    margin: 20px auto;
    display: block;
    width: 266px;
    height: 160px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 40px;
}

.zzdb-float-50p {
    width: 50%;
    height: 400px;
    float: left;
}

.zzdb-float-50p .num {
    padding-left: 90px;
    margin-top: 75px;
    display: block;
    width: 77px;
    font-size: 60px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFBC02;
    line-height: 80px;
    letter-spacing: 3px;
}

.zzdb-float-50p .title{
    padding-left: 90px;
    display: block;
    margin-top: 60px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
}

.zzdb-float-50p span{
    padding-left: 90px;
    display: block;
    margin-top: 10px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.zzdb-four-float{
    width: 300px;
    height: 44px;
    float: left;
    margin-bottom: 40px;
}

.zzdb-four-float .item{
    margin-left: 50px;
    width: 200px;
    height: 44px;
    background: #68BEFF;
    border-radius: 22px;

    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;

}


.zzdb-float-430{
    width: 430px;
    height: 328px;
    float: left;



}
.zzdb-float-428{
    width: 428px;
    height: 328px;
    float: left;




}
.zzdb-float-342{
    width: 342px;
    height: 328px;
    float: left;


}

.zzdb-float-342 .item{
    margin-left: 26px;
    width: 290px;
    height: 328px;



}

.zzdb-eight-float{
    width: 150px;
    float: left;
    text-align: center;
}
.zzdb-eight-float span {
    width: 100%;
    height:60px;
    vertical-align: middle;
    display: inline-block;
}

.zzdb-eight-float p{
    margin-top: 40px;
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
}

.zzdb-service-float{
    width: 300px;
    height: 346px;
    float: left;
}

.zzdb-service-float .item{
    width: 270px;
    height: 346px;
    text-align: left;
    margin-left: 15px;
    padding: 20px;

}

.zzdb-service-float .item:hover{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
}

.zzdb-service-float p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
}

.zzdb-service-float span{
    display: inline-block;
    margin-top: 20px;
    width: 225px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}


/**金融服务**/

.banner-jrfw {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/jrfw/tbgn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 450px;
    position: relative;
    min-width: 1200px;
}

.banner-jrfw-form {
    text-align: center;
    padding-top: 105px;
    position: relative;
}

.jrfw-big-title{
    width: 504px;
    height: 176px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    position: absolute;
    z-index: 998;
    top:155px;
    left: 363px;
    text-align: left;
}

.jrfw-big-title-before{
    width: 71px;
    height: 86px;
    font-size: 66px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 86px;
    letter-spacing: 4px;
    margin-right: 20px;

}

.jrfw-form-top {
    margin: 0 auto;
    width: 780px;
    height: 379px;
    background-color: #B38D54;
    opacity: 0.38;
    border: 1px ;
    position: relative;

}

.jrfw-form-top .sec-title{
    margin: 0 auto;
    padding-top: 290px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 888;
}

.jrfw-form-top .line{
    display: inline-block;
    width: 82px;
    height: 1px;
    background-color: #FFFFFF;
}

.jrfw-form-top .title {
    margin-bottom: 40.5px;
    width: 351px;
    height: 176px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;

}


.jrfw-form {
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

.jrfw-form span {
    position: relative;
}


.jrfw-form span:first-child input {
    border-left: 1px solid #B38D54;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.jrfw-form span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 3px;
}

.jrfw-form input {
    width: 170px;
    height: 44px;
    border: 0;
    padding-left: 15px;
    outline-color: #fff;
    border: 0;
    border-top: 1px solid #B38D54;
    border-bottom: 1px solid #B38D54;
}

.jrfw-form button {
    width: 208px;
    height: 44px;
    background: #B38D54;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
}

.jrfw-part-title{
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    letter-spacing: 2px;
}
.jrfw-part-title span{
    color: #B38D54;
}


.jrfw-three-float{
    margin-top: 60px;
    width: 400px;
    height: 452px;
    float: left;
}

.jrfw-three-float .item{
    padding: 20px;
    margin-left: 13.5px;
    width: 373px;
    height: 452px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    text-align: center;
}

.jrfw-three-float .item p{
    margin-top: 40px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-bottom: 16px;
}

.jrfw-three-float .item span{
    height: 52px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 26px;
}

.jrfw-four-float{
    margin-top: 60px;
    width: 300px;
    float: left;
}

.jrfw-four-float .item{
    margin-left: 19.5px;
    width: 261px;
    text-align: center;
}
.jrfw-four-float .item p{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    margin: 40px 0px 20px 0px;
}

.jrfw-four-float .item span{
    display: block;
    margin: 0 auto;
    width: 235px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
}

.jrfw-to-top{
    width: 1200px;
    height: 401px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: absolute;
    top:-200.5px

}

.jrfw-to-top .float-400{
    width: 300px;
    margin-top: 60px;
    float: left;
}

.jrfw-to-top .float-400 .item{
    margin-left: 50px;
    width: 200px;
    text-align: center;
}

.jrfw-to-top .float-400 .point{
    width: 150px;
    height: 150px;
    border: 2px solid #B38D54;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.jrfw-to-top .float-400 p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.jrfw-to-top .float-400 span{
    width: 200px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}


/**加盟商**/

.banner-jms {
    height: 450px;
    position: relative;
    min-width: 1200px;
}

.jms-title{
    height: 40px;
    font-size: 30px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 40px;
}

.jms-title-line{
    margin-top: 19px;
    width: 400px;
    width: 100%;
    margin: 0 auto;
}

.jms-title-line .line-gray{
    width: 105px;
    height: 2px;
    background-color: #DDDDDD;
    display: inline-block;
    z-index: 8;

}

.jms-title-line .line-red{
    width: 120px;
    height: 4px;
    background-color: #D2011B;
    display: inline-block;
    z-index: 888;

}
.jms-menu{
    margin-top: 39px;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #EC4F35;

}

.jms-menu .float{
    width: 80px;
    margin-right: 56px;

    height: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 27px;
    float: left;
    margin-bottom: 6px;
    margin-top: 7px;
    cursor: pointer;
}

.jms-menu-display{
    display: none;
}


.jms-menu .red{
    width: 112px;
    height: 40px;
    background-color: #EC4F35;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -5px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    color:white;
}


.jms-tow-float{
    float: left;
    width: 138px;
    margin-top: 20px;
    height: auto;
    margin-bottom: 51px;
}

.jms-tow-float .txt{
    text-align: left;
    padding-left: 16px;
    width: 58px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.65);
    line-height: 19px;
    margin-bottom: 10px;
    cursor: pointer;
}
.jms-tow-float .red{
    color: #EC4F35;
}


/**关于我们**/

.banner-gywm {
    height: 400px;
    position: relative;
    min-width: 1200px;
}

.gywm-tow-float{
    float: left;
    height: 474px;
    position: relative;
}

.gywm-tow-float .right-text{
    padding-left: 40px;
}

.gywm-english-title{

    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.gywm-company-title{

    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    letter-spacing: 1px;
}

.gywm-tow-float .title{
    margin-top: 20px;
    width: 79px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 24px;
    letter-spacing: 1px;
}

.gywm-tow-float span{
    display: block;
    width: 600px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.gywm-tow-float-float{
    width: 1010px;
    height: 180px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    left: 94px;
    bottom: -128px;
    position: absolute;
}

.gywm-float-336{
    width: 336.666666px;
    margin-top: 34px;
    text-align: center;
    float: left;
}

.gywm-float-336 p{

    margin-top: 18px;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 21px;
    letter-spacing: 1px;
}

.gywm-float-336 .p2{

    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    margin-top: 10px;
}


.gywm-tow-float .line1{
    padding-left: 96px;
    height: 80px;
    margin-top: 41px;

}
.gywm-tow-float .line1 .img{
    float: left;
    height: 49.6px;
    width: 44px;
    display: inline-block;
}

.gywm-tow-float .linep{
    height: 49.6px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    padding-left: 65px;
}

.gywm-tow-float .linep span{
    width: 478px;
}
.gywm-tow-float .line2{
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    padding-left: 160px;
}

.gywm-gsdt-title {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    width: 480px;
    margin-top: 42px;
}

.gywm-gsdt-content {
    width: 480px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 21px;
}

.gywm-gsdt-more {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #EC4F35;
    border-radius: 22px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 40px;
    text-align: center;
}

.gywm-gl-float{
    margin-top: 155px;
    height: 382px;
    width: 600px;
    float: left;

}
.gywm-gl-float .item{
    text-align: left;
    padding-left: 60px;
    height: 382px;
    width: 560px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    position: relative;
    padding-top: 135px;
}

.gywm-gl-float .item .point{
    position: absolute;
    top:-95px;
}

.gywm-gl-float .item .name{
    height: 32px;
    display: inline-block;
    width: 79px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    margin-left: 40px;
}
.gywm-gl-float .item  .zhiwei {
    margin-top: 10px;
    width: 137px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: 80px;
}

.gywm-gl-float .item .des{
    margin-top: 25px;
    width: 440px;
    height: 96px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.gywm-fc-float{
    margin-top: 40px;
    height: 582px;
    float: left;
}

.gywm-fc-bottom{
    margin-top: 70px;
}

.gywm-fc-bottom-float{
    float: left;
    width: 600px;
    text-align: left;

}

.gywm-fc-bottom-float .address{
    margin-top: 10px;
    width: 540px;
    height: 48px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.gywm-fc-bottom input{
    display: inline-block;
    width: 279px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EC4F35;
    padding-left: 20px;
    margin-bottom: 20px;
}

.gywm-fc-bottom input::-webkit-input-placeholder{
    margin-left: 20px;
    /*width: 77px;*/
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}
.gywm-fc-bottom .yz{
    width: 116px;
    height: 42px;
    position: absolute;
    background-color: #EC4F35;
    top:1px;
    right: 1px;
    border-radius: 8px;
    color: white;
    line-height: 42px;
    text-align: center;
}

.gywm-fc-bottom .btn{
    width: 275px;
    height: 44px;
    background-color: #EC4F35;
    border-radius: 8px;
    color: white;
    margin-top: 10px;
    border: none;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
}

/** 关于我们 新 begin **/
.gywm-tab {
    width: 100%;
    letter-spacing: -5px;
}
.gywm-tab li {
    list-style: none;
    float: left;
    width: 20%;
    height: 50px;
    background: #f7f7f7;
    color: #999999;
    text-align: center;
    line-height: 50px;
    letter-spacing: normal;
    cursor: pointer;
}
.gywm-tab li.active {
    background: #EC4F35;
    color: #FFF !important;
    height: 64px;
    line-height: 64px;
    position: relative;
    top: -14px;
}
.gywm-tab li:hover {
    color: #EC4F35;
}
.about_us_box {
    margin-top:65px;text-align: left;padding-left:60px;position: relative;height: 94px;
}
.about_us_box i {
    position: absolute;left:348px;font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;zoom:0.5;
}
.about_us_box p {
    position: absolute;
    left:174px;
    top:12px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    line-height: 21px;
    letter-spacing: 1px;
}
.about_us_box .about_us_hr {
    position: absolute;
    left:174px;
    top: 52px;
    width: 16px;
    height: 1px;
    border: 1px solid #EC4F35;
}
.about_us_box span {
    position: absolute;left:174px;top: 61px;font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
}
.history_box {
    width: 100%;
    position: relative;
}
.history_box span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    max-width: 214px;
}
.history_box i {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    width: 61px;
    position: absolute;
}
.honer-item .honer-item-img {
    width: 336px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    padding:18px;
}
.honer-item .honer-item-img2 {
    width: 174px;
    height: 245px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    padding:18px;
    margin: auto;
}
.honer-item p {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.honer-item span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: block;
    position: relative;
}
.honer-item span:before {
    content: '';
    width: 255px;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    top: 10px;
    left:40px;
}

.contact-us-box input {
    width: 500px;
    height: 44px;
    margin-bottom: 40px;
    border: 0;
    border-bottom: 1px solid #EC4F35;
}
.contact-us-box button {
    width: 500px;
    height: 44px;
    background: #EC4F35;
    border-radius: 8px;
    border: none;
    color:#fff;
}
.contact-us-box .contact-us-info span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
    padding-left: 5px;
}
.contact-us-box .contact-us-info img {
    margin-top:40px;
}
/** 关于我们 新 end **/


/**新闻详情**/
.banner-xwxq {
    height: 300px;
    position: relative;
    min-width: 1200px;
}

.xwxq-top-title {
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #EC4F35;
    line-height: 50px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.xwxq-top-subtitle {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
    padding-top: 15px;
    margin-left: 50px;
}

.xwxq-top-line1{
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
}

.xwxq-top-line1 span{
    display: inline-block;
}
.xwxq-top-line1 .center{
    display: inline-block;
    margin: 0px 21px;
    width: 1px;
    height: 16px;
    border-left: 1px solid #FFFF;
}

.xwxq-top-line1 .date{
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
}

.xwxq-top-line2 {
    width: 376px;
    height: 1px;
    margin-top: 26px;
    border-bottom: 1px solid #FFFFFF;
}

.xwxq-top-line3{
    width: 574px;
    height: 100px;
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 25px;
}

.xwxq-top-line4{
    margin-top: 40px;

    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 1px;
}

.xwxq-main-float-left{
    float: left;
    width: 762px;
    margin-right: 15px;
    padding: 4px;
    background: #fff;
}
.xwxq-main-float-left .n-title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 26px;
    font-style: normal;
    padding-left: 20px;
    text-align: left;
    position: relative;
}
.xwxq-main-float-left .n-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #EC4F35;
    position: absolute;
    left: 0;
    top: 1px;
}

.xwxq-main-float-left .title {
    width: 722px;
    /*height: 86px;*/
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    letter-spacing: 2px;
}
.xwxq-main-float-left .sub-title{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xwxq-main-line{
    width: 722px;
    height: 1px;
    margin: 15px 0px 20px 0;
    background-color: #979797;
}

.xwxq-content-query {
    display: flex;
    width: 540px;
    height: 50px;
    background: #F3F6FF;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.xwxq-content-query button {
    width: 90px;
    height: 31px;
    background: #EC4F35;
    border-radius: 4px;
    border: 0;
    color: #fff;
    margin-left: 20px;
}


.xwxq-main-float-left .context{
    width: 722px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px
}

.xwxq-main-float-right{
    float: left;
    width: 396px;


}

.xwxq-main-float-right .business {
    display: flex;
    flex-direction: column;
    width: 397px;
    margin-bottom: 10px;
    background: #fff;
}

.xwxq-main-float-right .business img {
    width: 100%;
}
.xwxq-main-float-right .business .business-form {
    width: 100%;
    padding: 20px;
    display: flex;
}

.xwxq-main-float-right .business .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.xwxq-main-float-right .business label {
    display: block;
    font-size: 14px;
    width: 80px;
}

.xwxq-main-float-right .business input[type="radio"] {
    margin-right: 5px;
}

.xwxq-main-float-right .business input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.xwxq-main-float-right .business .btn-submit {
    width: 100%;
    padding: 10px;
    background: #EC4F35;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.xwxq-main-float-right .search{

    margin-bottom: 10px;
    width: 397px;
    position: relative;
    background: #fff;
    padding: 10px 20px;

}

.xwxq-main-float-right .search img{

    position: absolute;
    right: 30px;
    top:24.25px



}

.xwxq-main-float-right .search input{
    padding-left: 12px;
    width: 357px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}


.ssgjc-main-float-right{
    float: left;
    width: 766px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ssgjc-main-float-right .search{
    width: 281px;
    position: relative;
    background: #fff;
    padding: 10px 0;

}

.ssgjc-main-float-right .search img{
    position: absolute;
    right: 5px;
    top:19px;
    width: 16px;
}

.ssgjc-main-float-right .search input{
    padding-left: 12px;
    width: 281px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.ssgjc-main-float-right .search input{
    padding-left: 12px;
    width: 281px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.ssgjc-main-float-right .search input::-webkit-input-placeholder{
    width: 291px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
}


.xwxq-main-float-right .recommend-title{
    /*margin-top: 60px;*/
    width: 100%;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 32px;
    letter-spacing: 2px;
    padding-left: 20px;
    position: relative;

}
.xwxq-main-float-right .recommend-title::before {
    content: '';
    width: 6px;
    height: 24px;
    background: #EC4F35;
    position: absolute;
    left:0;
    top: 4px;
}

.xwxq-main-float-right .recommend{
    width: 357px;
    height: 290px;
    /*background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);*/
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
}


.xwxq-main-float-right .recommend p{
    width: 68px;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 21px;
    letter-spacing: 1px;
    margin-left: 3px;
    margin-top: 14px;
}

.xwxq-main-float-right .recommend span{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-left: 3px;
    margin-top: 9px;
    display: inline-block;
}

.xwxq-page-float{
    width: 381px;
    text-align: left;
    float: left;
    height: 19px;
}

.xwxq-page-float .title{
    width: 381px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #999999;
    line-height: 19px;

}

.xwxq-page-float .title img{
    margin-right: 5px;
}

.xwxq-page-float .title a{
    color:#999999;
}
.xwxq-crumb {
    padding-bottom: 10px;
}

.xwxq-crumb span {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}
.xwxq-crumb span a {
    color: #999999;
}
.xwxq-crumb span a:hover {
    color: #EC4F35;
}

.all-dongtai {

}

.all-dongtai-item {
    border-bottom: 1px dashed #979797;
    padding-bottom: 15px;
}

.all-dongtai-item .all-dongtai-pre {
    width: 46px;
    float: left;
}

.all-dongtai-item .all-dongtai-pre i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #EC4F35;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.all-dongtai-item .dongtai-title p {
     height: 21px;
     font-size: 16px;
     font-family: MicrosoftYaHei;
     color: #000000;
     line-height: 21px;
     letter-spacing: 1px;
     display: inline-block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 280px;
 }

.all-dongtai-item span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 5px;
    display: inline-block;
    padding-left: 46px;
}

/**搜索关键词**/
.ssgjc-float-left{
    width: 300px;
    float: left;
    margin-right: 22px;
    text-align: left;

}
.xwxq-main-float-left .ssgjc-top-tab li {
    display: inline-block;
    padding:0 10px;
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.xwxq-main-float-left .ssgjc-top-tab-all:after {
    content: '';
    width: 1px;
    height: 20px;
    background:  #E5E5E5;
    position: absolute;
    top: 8px;
    right: 5px;
}
.ssgjc-top-tab .tActive {
    font-size: 24px !important;
    color: #EC4F35 !important;
    line-height: 32px !important;
}

.ssgjc-float-right{
    width: 787px;
    float: left;
    text-align: left;


}

.ssgjc-float-right p{
    width: 357px;
    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssgjc-float-right span{
    width: 787px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ssgjc-list{
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 48px;
    letter-spacing: 1px;
    border-bottom: 1px dashed #979797;

}

.ssgjc-list a {
    color: #000000;
}

.ssgjc-list a:hover {
    color: #EC4F35;
}

.ssgjc-list span{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #EC4F35;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-right: 22px;

}

.ssgjc-next-page{
    margin-top: 31px;
    width: 1200px;
    height: 24px;
    text-align: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
}

.ssgjc-next-page span{
    margin-right: 15px;
}
.ssgjc-next-select{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #EC4F35;
    text-align: center;
    line-height: 22px;
    color: #EC4F35;
}


.ssgjc-recommend-title{

    width: 100%;
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 43px;
    letter-spacing: 2px;
    border-left: 6px solid #EC4F35;
    padding-left: 13px;

}

.ssgjc-recommend-title .recommend{
    width: 397px;
    height: 290px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 4px;
    margin-top: 20px;
}


.ssgjc-recommend-title .recommend p{
    width: 68px;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 21px;
    letter-spacing: 1px;
    margin-left: 23px;
    margin-top: 14px;
}

.ssgjc-recommend-title .recommend span{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-left: 23px;
    margin-top: 9px;
    display: inline-block;
}

.ssgjc-line {
    width: 1200px;
    height: 1px;
    margin: 18px 0px 40px 0px;
    background-color: #979797;
}

.ssgjc-three-float{
    width: 400px;
    height: 290px;
    float: left;


}
.ssgjc-three-float .item{
    width: 376px;
    height: 290px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 4px;
    position: relative;

}

.ssgjc-three-float .item p{
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 14px;
    margin-bottom: 9px;
    padding-left: 23px;
}

.ssgjc-three-float .item span{

    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    padding-left: 23px;
}

.ssgjc-contact{
    width: 92px;
    height: 28px;
    background: #EC4F35;
    border-radius: 4px;
    position: absolute;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    bottom: 40px;
    right: 10px;
}

.search-item img {
    cursor: pointer;
}





/**公司核名**/
.banner-gshm {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/qy_tbgn.png);
    background-repeat: no-repeat;
    background-position: 15% 15%;
    height: 666px;
    position: relative;
    min-width: 1200px;
    background-position: center;
}

.gshm-hm-box{
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 173.5px;
    text-align: center;
}

.gshm-float-to-top{
    width: 100%;
    height: 247px;
    background: #fff;
    box-shadow: 0px 0px 14px 4px rgba(219,219,219,0.5);
    border-radius: 8px;
    position: absolute;
    top:-123.5px;
    padding: 40px;
    text-align: center;

}

.gshm-float-to-top .infomation{
    width: 100%;
}


.gshm-float-to-top select{
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #1E50AE;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 20px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 10px;
    background: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/l箭头.png) no-repeat scroll right center #fff;
    background-position: 130px 12.5px;
    padding-right: 30px;

}


.gshm-float-to-top select::-ms-expand { display: none; }

.gshm-float-to-top .select{
    cursor: pointer;
    width: 279px;
    height: 44px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #1E50AE;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 20px;
    background: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/l箭头.png) no-repeat scroll right center ;
    background-position: 249px 12.5px;


}

.gshm-float-to-top .hylx{
    display: none;
    text-align: left;
    width: 705px;
    height: 295px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    top:44px;
    left: 0px;
    padding: 20px 20px;
}

.gshm-float-to-top .hylx span:hover{
    color: #1E50AE;
}
.gshm-float-to-top .hylx span.background:hover{
    color: #FFF;
}

.gshm-float-to-top .company{
    display: none;
    width: 279px;
    height: 72px;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    top:44px;
    left: 0px;
    text-align: left;


}
.gshm-float-to-top .company span{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    color: #000000;
    display: block;
    padding-left: 12px;
    cursor: pointer;
}
.gshm-float-to-top .company span:hover{
    background-color: rgba(0, 0, 0, 0.06);
}

.gshm-float-to-top .hylx .hot{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.gshm-float-to-top .hylx  span{
    cursor: pointer;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.gshm-float-to-top .hylx .none{
    margin-top: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}
.gshm-float-to-top .hylx .background{
    width: 80px;
    height: 30px;
    background: #1E50AE;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 30px;
}

.gshm-float-to-top .cityinput{
    width: 160px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    color:#1E50AE ;
}

.gshm-float-to-top .cityinput::-webkit-input-placeholder{
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #1E50AE;
}

.gshm-province{

    width: 840px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    left: 0px;
    top:44px;
    padding: 20px 5px 25px 20px;
    text-align: left;
}

.gshm-province .hot{
    margin-bottom: 25px;
    width: 100%;
}

.gshm-province .hot span{
    cursor: pointer;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
}

.gshm-province .list{
    width: 100%;
}

.gshm-province .list span{
    width: 80px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 2px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.gshm-province .list .click{
    background: #1E50AE;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.gshm-city{
    height: 159px;
    width: 840px;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: -158px;
    padding: 20px 5px 25px 20px;
    text-align: left;
}

.gshm-city .hot{
    margin-bottom: 25px;
    width: 100%;
}

.gshm-city .hot span{
    cursor: pointer;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
}

.gshm-float-to-top .ljt{
    position: absolute;
    top:12.5px;
    right: 30px;
    cursor: pointer;
}


.gshm-float-to-top input{
    width: 279px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #686868;
    padding-left: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #1E50AE;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
}

.gshm-float-to-top input::-webkit-input-placeholder{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #6C6C6C;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 10px;
}


.gshm-float-to-top button{
    width: 230px;
    height: 44px;
    background-color: #EC4F35;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.gshm-float-to-top span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E50AE;
    line-height: 19px;
}

.gshm-title{
    font-size: 32px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 43px;
    letter-spacing: 2px;
}

.gshm-title-line{
    margin: 0 auto;
    width: 60px;
    height: 8px;
    background-color: #1E50AE;
    border-radius: 4px;
    margin-top: 10px;
}

.gshm-title-des{
    width: 867px;
    height: 64px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 60px auto 40px auto;
    text-align: center;
}

.gshm-float-box{
    width: 100%;

}

.gshm-float-box .se{
    float: left;
    width: 170px;
    text-align: center;
}

.gshm-float-box .se .img{
    height: 200px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 200px;
}

.gshm-float-box .se p{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;

}

.gshm-float-box .se .img  span{
    width: 10px;
    height: 10px;
    background-color: #1E50AE;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.gshm-qm{
    margin-top: 90px;
    height: 842px;
    width: 100%;
    background: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/1629384630.png) no-repeat;
    background-position: center;
    text-align: center;

}

.gshm-hm-box .gshm-float {
    display: flex;
    box-shadow: 0px 0px 14px 4px rgba(219,219,219,0.5);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 23px 36px;
    margin-top: 20px;
}
.gshm-hm-box .gshm-float p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}
.gshm-hm-box .gshm-float span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    display: block;
    padding-top: 10px;
}

.gshm-four-float-box{
    margin-top: 100px;
    width: 100%;
    display: table;
}

.gshm-four-float-box .float{
    width: 275px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    float: left;
    position: relative;
    padding-top: 101px;

}

.gshm-four-float-box .float p{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.gshm-four-float-box .float span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.gshm-floattop{
    width: 120px;
    height: 120px;
    background-color: #1E50AE;
    position: absolute;
    top:-60px;
    left: 77.5px;
    text-align: center;
    line-height: 160px;
    border-radius: 50%;
}

.gshm-service{
    width: 100%;
    margin-top: 90px;
    text-align: center;
}

.gshm-service .shadow{
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}

.gshm-service .part{
    width: 270px;
    height: 346px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 20px 0 20px;
    float: left;
}

.gshm-service .part:hover{
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}


.gshm-service .part p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.gshm-service .part  span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}


.gshm_enroll_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    display: none;
    color: #fff;
}

.gshm_enroll_form {
    width: 301px;
    height: 381px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -150px; /* 设置弹出层绝对居中 */
    display: block;
    background: #fff url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/椭圆形.png') no-repeat;
    background-position: 0 0;
    padding: 0 14px;
    text-align: center;
}

.gshm_enroll_form button, .gshm_enroll_finish button {
    width: 182px;
    height: 53px;
    /*background: #EC4F35;*/
    border-radius: 23px;
    font-size: 21px;
    color: #fff;
    border: 0;
    margin: 29px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/btn.png') no-repeat;
    background-position: center -12px;

}

.gshm_enroll_form .close {
    font-size: 27px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 128px;
    bottom: -77px;
    color: #fff;
    cursor: pointer;
}

.gshm_enroll_finish {
    width: 316px;
    height: 382px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px auto auto -158px; /* 设置弹出层绝对居中 */
    display: block;
    background:#fff;
    padding: 0 14px;
    text-align: center;
    display: none;
}

.gshm_enroll_finish img {
    margin-top: -30px;
}

/**发票服务**/
.banner-fpfw {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/fpfw/tbgn.png);
    background-repeat: no-repeat;
    background-position: 15% 15%;
    height: 432px;
    position: relative;
    min-width: 1200px;
    background-position: center;
}


.fpfw-ch-title{
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #000032;
    line-height: 43px;
    margin-bottom: 10px;
}

.fpfw-en-title{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    margin-bottom: 60px;
}


.fpfw-online{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.fpfw-online .float-box{
    width: 100%;
}

.fpfw-online .float{
    float: left;
    width: 270px;
    height: 268px;
    text-align: center;
    padding-top: 54px;
    margin-right: 40px;
    background: url('https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/fpfw/编组5.png') no-repeat center 100%;
}


.fpfw-online .float p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.fpfw-online .float span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    display: block;
}

.fpfw-btn{
    margin-top: 40px;
    width: 440px;
    height: 60px;
    background: #037CFE;
    border-radius: 16px;
    border: none;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
}

.fpfw-to-use {
    width: 100%;
    height: 360px;
    background-color: #F7FAFC;


}

.fpfw-to-use .tow-box{
    width: 100%;


}

.fpfw-to-use .tow-box .item{
    float: left;
    width: 50%;

}

.fpfw-to-use .tow-box .iteml{
    padding-top: 110px;
    width: 100%;
    text-align: left;
}


.fpfw-to-use .tow-box .itemr{
    text-align: right;
    width: 100%;
    height: 360px;
}

.fpfw-to-use .tow-box .iteml .title{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 32px;
    margin-bottom: 40px;
}

.fpfw-to-use .tow-box .iteml  span{
    height: 24px;
    display: block;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;

}

.fpfw-to-use .tow-box .iteml span img{
    left: 0px;
    top:4px;
    position: absolute;
}

.fpfw-four-box{
    margin-top: 95px;
    width: 100%;
}

.fpfw-four-box .item{
    float: left;
    width: 270px;
    height: 212px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 16px;
    margin-right: 40px;
    position: relative;
    text-align: center;
    padding-top: 100px;
}

.fpfw-four-box .item .point{
    width: 110px;
    height: 110px;
    background: linear-gradient(180deg, #7095FF 0%, #3B6FFF 100%);
    border-radius: 50%;
    position: absolute;
    top:-55px;
    left: calc(50% - 55px);
    text-align: center;
    line-height: 140px;
}

.fpfw-four-box .item p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.fpfw-four-box .item span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
}

.calc_box_select {
    display: none;
    width: 314px;
    height: 72px;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgb(0 0 0 / 5%), 0px 6px 16px 0px rgb(0 0 0 / 8%), 0px 3px 6px -4px rgb(0 0 0 / 12%);
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: 0px;
    text-align: left;
    z-index: 22;
}
.calc_box_select span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    color: #000000;
    display: block;
    padding-left: 12px;
    cursor: pointer;
    width: 100% !important;
}
.calc_box_select span:hover{
    background-color: rgba(0, 0, 0, 0.06);
}


.calc_select_item:after {
    content: '>';
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 10px;
    top: 10px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}



/**基本信息**/
.jbxx-main-left{
    width: 240px;
    float: left;
    height: 540px;
    background-color: #F4F4F4;
}


.jbxx-main-left .top{
    width: 100%;
    text-align: center;
    height: 239px;
    padding-top: 40px;
}

.jbxx-main-left .top .point{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor:pointer;
    position: relative;
}

.jbxx-main-left .top .point .point-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgba(51, 51, 51, 0.4);
    text-align: center;
    line-height: 110px;
    display: none;
}


.jbxx-main-left .top .name{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.jbxx-main-left .top .nameid{
    width: 100%;
    text-align: center;
    margin-top: 4px;

    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.jbxx-main-left .selectitem{
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    background: url('../images/jbxx/矩形备份16.png') no-repeat  0 8px ;
    background-color: #FFFFFF;
    cursor: pointer;
}
.jbxx-main-left .selectitem img{
    width: 13px;
    height: 14px;
    margin-right: 12px;

}

.jbxx-main-left .item{
    height: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-family: MicrosoftYaHei;
    cursor: pointer;
}


.jbxx-main-left .item img{
    width: 13px;
    height: 14px;
    margin-right: 12px;
}

.jbxx-main-right{
    width: 960px;
    float: right;

    border-radius: 0px  10px  10px  0px  ;
    background-color: #FFFFFF ;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    /*background: url("../images/jbxx/矩形备份2.png") no-repeat;*/


}

.jbxx-main-right .title{

    height: 32px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-top: 64px;
}

.jbxx-main-right .contain{
    width: 100%;
    display: table;

}
.jbxx-main-right .contain .left{
    padding-top: 96px;
    width: 376px;
    float: left;
    text-align: right;
    color:#666;
}
.jbxx-main-right .contain .right{
    margin-left: 70px;
    float: left;
    text-align: left;
    color:#333;
}

.jbxx-main-right .item{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    margin-top: 40px;
}

.jbxx-main-right .logoutcontain{
    padding-left: 416px;
}
.jbxx-main-right .bottom{

    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #666666;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: 70px;
    line-height: 44px;
    cursor: pointer;
}

.jbxx-main-right .contain .right .bind{

    color: #EC4F35;
    cursor:  pointer;
}


.jbxx-masker{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CECECE;
    z-index: 10000;
    opacity: 0.5;
    display: none;
}

.jbxx-head-image{
    position: absolute;
    width: 518px;
    height: 520px;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: 10001;
    top:calc(50% - 260px);
    left: calc(50% - 259px);
    display: none;



}

.jbxx-head-image .head-top{
    width: 518px;
    height: 48px;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    padding-left: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    letter-spacing: 1px;

}

.jbxx-head-image .head-center{
    width: 100%;

    padding: 20px 20px 10px 20px;
}
.jbxx-head-image .head-center .left{
    width: 328px;
    height: 347px;
    float: left;
    margin-right: 10px;

}
.jbxx-head-image .head-center .left .head-contain {
    width: 328px;
    height: 328px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.jbxx-head-image .head-center .left .change{
    margin-top: 10px;
    cursor: pointer;
    width: 56px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 19px;
    display: inline-block;
}

.jbxx-head-image .head-center .left .switch{
    margin-top: 10px;
    cursor: pointer;
    width: 75px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 19px;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    text-align: right;
}
.jbxx-head-image .head-center .left .switch img{
    margin-right: 3px;
}

.jbxx-head-image .head-bottom{
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.jbxx-head-image .head-bottom .cancel{
    width: 90px;
    height: 34px;
    background: #EEEEEE;
    border-radius: 10px 8px 8px 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 34px;
    text-align: center;
}

.jbxx-head-image .head-bottom .submit{
    width: 90px;
    height: 34px;
    background: linear-gradient(270deg, #EC4F35 0%, #FE8045 100%);
    border-radius: 10px 8px 8px 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.jbxx-head-image .head-center .right{
    width: 140px;
    height: 328px;
    float: left;
    background-color: #F2F2F2;
    text-align: center;

}
.jbxx-head-image .head-center .right .px{

    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    margin-top: 10px;
}

.jbxx-head-image .head-center .right .top{
    margin-top: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

.jbxx-email-screen{
    position: absolute;
    width: 600px;
    height: 254px;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: 10001;
    top:calc(50% - 127px);
    left: calc(50% - 300px);
    display: none;

}
.jbxx-email-screen .top{
    width: 600px;
    height: 70px;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    line-height: 70px;
}

.jbxx-email-screen .top .left{
    float: left;
}
.jbxx-email-screen .top .left img{
    margin: 20px 0 0 22px;
    width: 110px;
    height: 26px;
}

.jbxx-email-screen .top .right{
    line-height: 70px;
    float: right;
    margin-right: 21px;
}

.jbxx-email-screen .top .right img{
    margin-top: 21px;
    cursor: pointer;
}

.jbxx-email-screen .title{
    margin: 40px auto 20px auto;
    width: 77px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.jbxx-email-screen .box{
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jbxx-email-screen .box .bindinput{
    width: 296px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    display: inline-block;
    background: url("../images/jbxx/mail.png") no-repeat 14px 14px;
    padding-left: 43px;
    line-height: 40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;

}

.jbxx-email-screen .box input::placeholder{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.jbxx-email-screen .box .gray-bottom{
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #BFBFBF;
    border-radius: 8px;
    margin-left: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;

}

.jbxx-email-screen .box .editinput{
    width: 296px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    display: inline-block;
    background: url("../images/jbxx/mail_bak.png") no-repeat 14px 14px;
    padding-left: 43px;
    line-height: 40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;

}
.jbxx-email-screen .box .red-bottom{
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #BFBFBF;
    border-radius: 8px;
    margin-left: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(to left,#EC4F35, #FE8045);
    cursor: pointer;
}

.jbxx-wdzj-contain{
    width: 100%;
    padding-left: 40px;
}

.jbxx-wdzj-box{
    margin: 0 40px  40px 0;
    width: 266px;
    height: 214px;
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    padding: 15px;
    font-size: 14px;
    font-family: MicrosoftYaHei;

    color: #333333;
    text-align: left;
}

.jbxx-wdzj-box:hover {
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}
.jbxx-wdzj-box-select p{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #EC4F35;
    line-height: 19px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.jbxx-wdzj-box p{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;

}
.jbxx-wdzj-box:hover p {
    color: #EC4F35;
}


.jbxx-wdzj-box img{
    width: 236px;
    height: 156px;
    margin-bottom: 10px;
}


.jbxx-wdzj-page{
    margin-right: 56px;
    margin-top: -30px;
    float: right;
    display: block;
    align-items: center;
    width: 100%;
}

.jbxx-wdzj-page .num{
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;

}
.jbxx-wdzj-page .numselect{
    border: 1px solid #EC4F35;
    color: #EC4F35;


}


/** 登录弹窗 **/
.login_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000000;
    display: none;
    color: #fff;
}
.login_form {
    width: 600px;
    height: 506px;
    position: absolute;
    top: 160px;
    left: calc(50% - 300px);
    display: block;
    background-position: 0 0;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
}
.login_head {
    width: 600px;
    height: 70px;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
}
.login_head_img {
    padding: 22px 20px;
    float: left;
}
.login_box_close {
    color: #8C8C8C;
    font-size: 28px;
    padding-top: 15px;
    float: right;
    padding-right: 21px;
}

.login_item .input_item {
    width: 600px;
    height: 40px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 73px;
    text-align: left;
}
.login_item .input_item .login_input {
    width: 455px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding-left: 41px;
    float:left;
}
.login_item .input_item img {
    position: absolute;
    left: 88px;
    top: 13px;
    height: 14px;
}
.login_title {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding: 40px;
}

.login_code_btn {
    width: 149px;
    height: 40px;
    background: linear-gradient(270deg, #EC4F35 0%, #FE8045 100%);
    border-radius: 8px;
    border: 0;
    color: #FFFFFF;
    position: absolute;
    left: 379px;
}

.btn_disabled {
    background: #BFBFBF !important;
}
.btn_disabled_c {
    color: #999;
}
/** 登录弹窗 **/

.gsdt-query {
    width: 100%;
    height: 225px;
    display: flex;
    margin-top: 10px;
}

.gsdt-query input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #333333;
    padding-left:20px;
}

.gsdt-desc {
    background: #F7F9FB;
    border-radius: 2px;
    width: 100%;
    padding: 20px;
    position: relative;
    margin-bottom:20px;
    color:#333333;
}
.gsdt-desc:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #D7DBDE;
    border-radius: 2px;
    position: absolute;
    top:0;
    left: 0;
}

.gywm-hotnew-item {
    position: relative;width: 100%;padding-bottom: 25px;border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}


.gywm-hotnew-item .hotnew-item-line {
    width: 572px;height: 1px;border-bottom: 1px solid #ECECEC;
}

.gywm-hotnew-item h3 {
    width:470px;height: 21px;font-size: 16px;font-family: MicrosoftYaHei;color: #333;line-height: 21px;margin-top:25px;
}.gywm-hotnew-item:hover h3 {
     color: #EC4F35;
 }
.gywm-hotnew-item h3 span {
    display:inline-block;width: 8px;height: 8px;background: #999999;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin-right: 15px;
}
.gywm-hotnew-item:hover h3 > span {
    background: #EC4F35;
}
.gywm-hotnew-item .hotnew-item-title {
    padding-left: 23px;
    width:470px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

}

.gywm-hotnew-item i {
    font-style: normal;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    position: absolute;
    top:30px;
    right:0;
}

.gywm-hotnew-item img {
    position: absolute;right:0;bottom:25px;
}

.gywm-hotnew-item:hover>img{
    content: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gywm/arrowright%20_act.png);
}


/** 财务外包 begin **/
.cwwb-xqyy {
    display: none;
    width: 279px;
    height: 216px;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    top: 44px;
    left: 0px;
    text-align: left;
    z-index: 999;
}
.cwwb-xqyy span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    color: #000000;
    display: block;
    padding-left: 12px;
    cursor: pointer;
}
.cwwb-title {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.cwwb-title p {
    height: 43px;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    letter-spacing: 2px;
}

.cwwb-title span {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.cwwb-problem p {
    height: 22px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    width: 100%;
    margin-top: 25px;
}
.cwwb-problem span {
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    padding: 0 48px;
}
.cwwb-services {

}
.cwwb-services p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.content-item-box {
    width: 580px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 6px 0;
}
.content-item-box p {
    position: relative;
    text-align: left;
    padding-left: 54px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 48px;
}
.content-item-box p:before {
    content: '√';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #6E37FF;
    left: 20px;
    top: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.cwwb-team-box {
    width: 369px;
    height: 502px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    text-align: left;
}
.cwwb-team-box img {
    width: 100%;
    border-radius: 8px;
}
.cwwb-team-box p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 39px;
    padding-left: 20px;
}
.cwwb-team-box span {
    display: block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    margin-top: 5px;
    padding-left: 20px;
}
.cwwb-team-box ul {
    margin-top: 20px;
    padding-left: 20px;
}
.cwwb-team-box ul li {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-bottom: 10px;
}
.cwwb-reason-box {
    width: 580px;
    height: 280px;
    background: url(../images/cwwb/reasonbg.png);
    /*box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);*/
    border-radius: 8px;
    padding: 35px;
    text-align: left;
    position: relative;
    background-size: cover;
}
.cwwb-reason-box p {
    height: 48px;
    font-size: 36px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    position: relative;
}
.cwwb-reason-box p:after {
    content: '';
    width: 50px;
    height: 8px;
    background: rgba(253, 156, 27, 0.5);
    position: absolute;
    left: 0;
    bottom: 5px;
}
.cwwb-reason-box span {
    display: block;
    width: 340px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 55px;
}
.cwwb-reason-box .reason-icon {
    position: absolute;
    right: 20px;
    bottom: 43px;
}
/** 财务外包 end **/
/** 建筑资质 begin **/
.jzzz-form input {
    border-top: 1px solid #262D3F;
    border-bottom: 1px solid #262D3F;
}
.jzzz-form span:first-child input {
    border-left: 1px solid #262D3F;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.jzzz-form span:nth-child(3) input {
    border-right: 1px solid #262D3F;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.jzzz-cando {
    width: 232px;
    height: 209px;
    background: #FFFFFF;
    padding: 42px 16px;
}
.jzzz-cando:hover {
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}
.jzzz-cando p {
    height: 44px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 29px;
}
.jzzz-choose {
    width: 100%;
    text-align: left;
    padding-left: 50px;
}
.jzzz-choose p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #343434;
    line-height: 24px;
    margin-top: 20px;
}
.jzzz-choose span {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #9E9E9E;
    display: inline-block;
    margin-top: 10px;
}
.jzzz-case-img {
    width: 294px;
    height: 413px;
    padding: 20px;
    margin: 0 53px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
}
.jzzzcase-current {
    position: absolute;
    left: 0;
}
.jzzzcase-hide {
    position: absolute;
    right: 0;
}
.jzzz-others {
    width: 346px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    text-align: center;
    padding-top: 50px;
}
.jzzz-others p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    width: 100%;
    margin-top: 20px;
}
.edi-type {
    width: 336px;
    height: 348px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    text-align: center;
    padding-top: 60px;
}
.edi-type p {
    height: 22px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    width: 100%;
    margin-top: 40px;
}
.edi-which {
    position: relative;
}
.edi-which-item {
    width:100%;height: 100%;background: rgba(0,0,0,0.5);display: none;position: relative;
}
.edi-which:hover > p {
    display: block !important;
}
.edi-which:hover > div {
    display: block !important;
}
.edi-assured {
    position: relative;
    width: 369px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 0px 50px 0px 0px;
}
.edi-assured img {
    position: absolute;
    left: 40px;
    top: 50px;
}
.edi-assured p {
    position:absolute;
    width: 220px;
    font-size: 18px;
    color: #333;
    text-align: left;
    top: 114px;
    left: 40px;
}
.edi-assured button {
    width: 369px;
    height: 38px;
    background: linear-gradient( 135deg, #7282FF 0%, #59ADFF 100%);
    color:#fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    left:0;
    bottom: 0;
}
.edi-assured:hover > button {
    display: block;
}

.icp-problems {
    width: 372px;
    height: 199px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    position: relative;
}
.icp-problems img {
    position: absolute;
    left: 10px;
    top: 51px;
}
.icp-problems .active_img {
    display: none;
}
.icp-problems:hover .black_img {
    display: none;
}
.icp-problems:hover .active_img {
    display: inline-block;
}
.icp-problems p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    width: 345px;
    position: absolute;
    left: 10px;
    top: 125px;
    text-align: left;
}
.icp-problems span {
    width: 372px;
    height: 10px;
    background: linear-gradient( 45deg, #7282FF 0%, #59ADFF 100%);
    border-radius: 0px 0px 8px 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.icp-solve {

}
/** 建筑资质 end **/


/**文网文许可证**/

.wwwxkz-title-zh{
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
    letter-spacing: 2px;
}

.wwwxkz-title-zh p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    font-weight: normal;
}

.wwwxkz-problem-box{
    background: #F9FAFF;
    height: 700px;
    width: 100%;
}

.wwwxkz-problem-box .five-part-box{
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.wwwxkz-problem-box .five-part-box .item{
    width: 180px;
    height: 152px;

}

.wwwxkz-problem-box .five-part-box .item p{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 40px;
}
.wwwxkz-problem-box .five-part-box .item .point{
    width: 80px;
    height: 80px;
    background: #EDF0FF;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;

}

.wwwxkz-problem-box .five-part-box .item .point img{
    position: absolute;
    bottom: -12px;
    left: -18px;
}

.wwwxkz-solve-box{

    margin-top: -280px;
    height: 560px;
}

.wwwxkz-solve-box .left{
    width: 500px;
    margin-right: 40px;
    float: left;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;

}

.wwwxkz-solve-box .right{
    float: left;
    text-align: left;


}

.wwwxkz-solve-box .right-box{
    margin-top: 193px;
    width: 170px;
    float: left;
    margin-right: 40px;
    text-align: center;

}
.wwwxkz-solve-box .right-box .cr{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    text-align: center;
    line-height: 140px;
    border-radius: 50%;
    margin: 0 auto;


}
.wwwxkz-solve-box .right-box p{
    margin-top: 30px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.wwwxkz-type-box{
    margin-top: 200px;
    display: table;

}

.wwwxkz-type-box .item{
    width: 240px;
    height: 168px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    margin-top: 50px;
    float: left;
    padding-left: 20px;
    text-align: left;
}
.wwwxkz-type-box .item:hover {
    border: 1px solid #3860F4;
}

.wwwxkz-type-box .item img{
    margin:40px 0 20px 0;
}

.wwwxkz-type-box .item p{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.wwwxkz-conditions-box{
    margin-top: 90px;

}

.wwwxkz-conditions-box .six-part-box{
    width: 100%;
    margin-top: 50px;
    display: table;

}
.wwwxkz-conditions-box .item{
    width: 306px;
    margin-bottom: 70px;
    text-align: left;
    margin-right: 87px;
    float: left;
}
.wwwxkz-conditions-box .item p{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}
.wwwxkz-conditions-box .item .active_img {
    display: none;
}
.wwwxkz-conditions-box .item:hover .black_img {
    display: none;
}
.wwwxkz-conditions-box .item:hover .active_img {
    display: inline-block;
}

.wwwxkz-choose-box{

}

.wwwxkz-choose-box .six-part{
    margin-top: 50px;
    width: 100%;
}

.wwwxkz-choose-box .six-part .item{
    text-align: left;
    width: 369px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 0px 50px 0px 0px;
    margin-bottom: 50px;
    position: relative;
    float: left;
}

.wwwxkz-choose-box .six-part .item button {
    width: 369px;
    height: 38px;
    background: #3860F4;
    color:#fff;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    border: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    left:0;
    bottom: 0;
}
.wwwxkz-choose-box .six-part .item:hover > button {
    display: block;
}

.wwwxkz-choose-box .six-part .item img{
    margin: 53px 0 20px 40px;
}

.wwwxkz-choose-box .six-part .item p{
    width: 220px;
    margin: 0 0 0 40px;
}

.wwwxkz-service-box{
    margin-top: 50px;
}

.wwwxkz-service-box .item{
    width: 287px;
    height: 218px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    float: left;
    margin: 50px 17px  0 0;
    text-align: center;
}
.wwwxkz-service-box .item img{
    margin: 60px 0 30px 0;
}
.wwwxkz-service-box .item p {
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}



.banner-wwwxkz {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
}

.banner-wwwxkz-form {
    text-align: center;
    padding-top: 1px;
    position: relative;
}

.wwwxkz-form {
    width: 100%;
    margin-top: 340px;
    text-align: center;
    padding-left: 220px;
}

.wwwxkz-form input {
    width: 170px;
    height: 44px;
    /*border: 1px solid #EC4F35;*/
    border: 0 !important;
    padding-left: 15px;
    outline-color: #fff;
    /*border-top: 1px solid #262D3F;*/
    /*border-bottom: 1px solid #262D3F;*/
}

.wwwxkz-form span:first-child input {
    /*border-left: 1px solid #262D3F;*/
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.wwwxkz-form .jzzz-form input {
    border-top: 1px solid #262D3F !important;
    border-bottom: 1px solid #262D3F !important;
}

.wwwxkz-form .jzzz-form span:first-child input {
    border-left: 1px solid #262D3F !important;
}
.wwwxkz-form form > span:not(:first-child):before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 12px;
}

.wwwxkz-form form > span {
    position: relative;
    float: left;
}

.wwwxkz-form button {
    width: 208px;
    height: 44px;
    background: #2BA0E8;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 40px;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    float: left;
}

/** 账务  **/
.banner-cwwb {
    background-image: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/cwwb/tbg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 430px;
    position: relative;
    min-width: 1200px;
    z-index: 1;
}

.banner-cwwb-form {
    text-align: center;
    padding-top: 172px;
    position: relative;
}

.cwwb-form-top {
    width: 100%;
}

.banner-cwwb .cwwb-form-top .title-top {
    width: 100%;
    height: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
}

.banner-cwwb .cwwb-form-top .title {
    width: 100%;
    height: 88px;
    font-size: 66px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 88px;
    letter-spacing: 4px;
    position: relative;
}
.banner-cwwb .cwwb-form-top .title:after {
    content: '';
    width: 445px;
    height: 36px;
    position: absolute;
    top: 55px;
    left: 378px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.banner-cwwb .cwwb-form-top .title span {
    color: #FFC003;
}

.banner-cwwb .cwwb-form-top .title i {
    font-size: 36px;
}

.banner-cwwb .cwwb-form-top .sub-title {
    display: inline-block;
    width: 601px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 27px 27px 27px 0px;
    letter-spacing: 1px;
    margin-top: 35px;
    padding-left: 27px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #656FE1;
    line-height: 54px;
    letter-spacing: 1px;
}

.banner-cwwb .cwwb-form {
    width: 1200px;
    height: 128px;
    background-color: #fff;
    position: absolute;
    bottom: -65px;
    box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.5);
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    z-index: 1;
}

.banner-cwwb .cwwb-form input {
    width: 318px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #6E37FF;
    padding-left: 10px;
}

.banner-cwwb .cwwb-form button {
    width: 230px;
    height: 44px;
    background: #FFB103;
    border-radius: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 20px auto 10px auto;
    display: block;
    border: 0;
    cursor: pointer;
}


.ssgjc-top-select .select{
    cursor: pointer;
    width: 110px;
    height: 32px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1E50AE;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 10px;
    background: url(https://cyhh-www-1257685872.cos.ap-shanghai.myqcloud.com/static/images/gshm/l箭头.png) no-repeat scroll right center ;
    background-position: 85px 5.5px;
    border: 1px solid rgba(0,0,0,0.15);

}

.ssgjc-top-select .company{
    display: none;
    width: 279px;
    height: 180px;
    background-color: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    top:44px;
    left: 0px;
    text-align: left;


}
.ssgjc-top-select .company span{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    color: #000000;
    display: block;
    padding-left: 12px;
    cursor: pointer;
}
.ssgjc-top-select .company span:hover{
    background-color: rgba(0, 0, 0, 0.06);
}

.copinfo-box-old {
    width: 300px;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}

.copinfo-box-old:hover {
    padding-top: 16px;
    transition: all .4s;
}

.copinfo-box-old .footer-middle-box-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.copinfo-box-old .footer-middle-box-img img {
    width: 100%;
}

.copinfo-box-old .title-text {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
}

.copinfo-box-old .user-text {
    width: 100%;
    height: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;

}