body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}

p:focus,
span:focus,
a:focus,
div:focus {
    outline: none;
}

ol,
ul,
input,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

body,
input,
textarea,
button {
    font-family: "PingFang SC", "microsoft yahei", -apple-system, "simsun", Arial, sans-serif;
    font-size: 14px;
    color: #091627;
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    word-wrap: break-word;
}

a {
    color: #858D9C;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #3e769e;
}

a:focus {
    outline: 0;
}

button {
    cursor: pointer;
}

input,
textarea,
button {
    border: none;
    background: none;
}
input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6,
p {
    font-size: inherit;
}

sup,
sub {
    font-size: 11px;
}

small {
    font-size: 11px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

img {
    vertical-align: top;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.clearfix {
    *zoom: 1;
}

.f-w {
    font-weight: 700;
}
.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-28 {
    font-size: 28px;
}

.f-32 {
    font-size: 32px;
}
.f-36 {
    font-size: 36px;
}
.f-38 {
    font-size: 38px;
}
.f-46 {
    font-size: 46px;
}
.c-fff {
    color: #FFFFFF;
}
.c-t1{
    color: #606266;
    vertical-align: middle;
    font-weight: 700;
}
.c-t2{
    color: #FF8400;
    vertical-align: middle;
    font-weight: 700;
}
.c-t3{
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
}
.c-t4{
    color: #C5A560;
    vertical-align: middle;
    font-weight: 700;
}
.c-t5{
    color: #FF3600;
    vertical-align: middle;
    font-weight: 700;
}
.c-t6{
    color: #303133;
    vertical-align: middle;
    font-weight: 700;
}
.c-t7{
    color: #0B5FFF;
    vertical-align: middle;
    font-weight: 700;
}
.text-center {
    text-align: center;
}

.text_over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.align-Center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.justify-end {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-Between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-Center {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block {
    display: block;
}
.hide {
    display: none;
}
.f-l {
    float: left;
}

.f-r {
    float: right;
}

.t-unline {
    text-decoration: underline;
}

.t-through {
    text-decoration: line-through;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c0c5d0;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c0c5d0;
    font-size: 14px;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c0c5d0;
    font-size: 14px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #c0c5d0;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}
.news_dym__container{
    width: 100%;
    overflow-x: hidden;
    position: relative;
    clear: both;
    background: #F2F2F2;
}
.dym_mall__box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.news_dym_banner{
    width: 100%;
    /* height: 500px; */
    background: #F2F2F2;
}
.news_dym_banner a{
    display: block;
    overflow: hidden;
}
.news_dym_banner img{
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    display: block;
}
.news_dym_title{
    width: 1200px;
    margin: 80px auto 130px;
    text-align: center;
    position: relative;
}
.news_dym_title::after{
    content: '';
    position: absolute;
    bottom: -15px;
    width: 120px;
    height: 4px;
    /* background: #0091FF; */
    left: 50%;
    transform: translate(-50%, 0);
}
.news_dym_title .title_left{
    width: 94px;
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, #606266 100%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.news_dym_title .title_right{
    width: 94px;
    height: 2px;
    background: linear-gradient(90deg, #606266 0%, #FFFFFF 100%);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.news_dym_consequence{
    width: 100%;
    background: url('../images/gszx_two_bj@2x(1).png') no-repeat center;
    background-size: cover;
    background-position: 0px 193px;
    overflow: hidden;
}
.news_dym_consequence .news_consequence_top{
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.news_dym_consequence .news_consequence_top_b{
    flex: 1;
}
.news_dym_consequence .news_consequence_top_b img{
    width: 336px;
    height: 388px;
    display: block;
    margin: 0 auto;
}
.news_dym_consequence__help{
    width: 100%;
    background: url('../images/gszx_zxwt_lx@3x.png') no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    background-position: left;
}
.news_dym_consequence__help .news_dym_consequence__help_b{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 1075px;
}
.news_dym_consequence__help .news_dym_consequence__help_b div{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}
.news_dym_consequence__help .news_dym_consequence__help_b div img{
    width: 210px;
    height: 210px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.news_dym_consequence__help .news_dym_consequence__help_b div a{
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    padding: 12px 0px;
    display: block;
    width: 65%;
    color: #fff;
    margin: 20px auto 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym_consequence__help .news_dym_consequence__help_b div a:hover{
    background: #0090FF;
    border: 1px solid #0090FF;
}
.news_dym__consulting{
    text-align: center;
    width: 646px;
    height: 80px;
    border-radius: 45px;
    border: 1px solid #FFFFFF;
    margin: 100px auto 79px;
    line-height: 80px;
}
.news_dym__consulting span{
    font-size: 30px;
    color: #fff;
}
.news_dym__consulting a{
    color: #fff;
    background: #FF8400;
    font-size: 30px;
    display: inline-block;
    width: 225px;
    border-radius: 0px 45px 45px 0px;
    float: right;
    border: 1px solid #FF8400;
    height: 80px;
    overflow: hidden;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym__consulting a:hover{
    /* background: rgb(255, 132, 0,  0.7); */
    box-shadow: 0px 1px 4px 0px #ff8c2b;
    border: 1px solid rgb(255, 132, 0,0.7);
    color: #fff;
}
.news_dym_security{
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding-bottom: 80px;
}
.news_dym_security .news_dym_security_top{
    margin: 80px auto;
}
.news_dym_security .news_dym_security_text{
    text-align: center;
    margin-top: 60px;
}
.news_dym_security .news_dym_security_text img{
    width: 39px;
    height: 39px;
    vertical-align: middle;
}
.news_dym_security .news_dym_security_text span{
    color: #606266;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 10px;
}
.news_dym_security .news_dym_security_ft img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.news_dym_process{
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
}
.news_dym_process .news_dym_process_top{
    margin: 80px auto 120px;
}
.news_dym_process .news_dym_process_ft img{
    width: 100%;
    object-fit: cover;
    display: block;
}
.news_dym_help{
    width: 100%;
    background: url('../images/gszx_five_bj@3x.png') no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.news_dym_help .news_dym_help_top{
    margin: 80px auto 100px;
}
.news_dym_help .news_dym_help_list{
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.news_dym_help .news_dym_help_list ul{
    width: 100%;
    overflow: hidden;
}
.news_dym_help .news_dym_help_list ul > li{
    float: left;
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 55px;
    width: 19.66%;
    text-align: center;
    margin-right: 5px;
}
.news_dym_help ul > li h1{
    color: #303133;
    font-size: 26px;
    margin-bottom: 30px;
}
.news_dym_help ul > li p{
    color: #303133;
    font-size: 19px;
    width: 215px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.news_dym_help ul > li a.news_dym_help_link{
    background: rgb(255, 132, 0,  1);
    border-radius: 8px;
    height: 55px;
    line-height: 55px;
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    width: 82%;
    margin: 0 auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_help ul > li a.news_dym_help_link:hover{
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}

/*gszc*/
.news_dym_verification{
    background: url('../images/A_photo@2x.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}
.news_dym_verification_b{
    padding: 40px 0px;
}
.news_dym_verification .news_dym_verification_top{
    width: 982px;
    margin: 0 auto;
}
.news_dym_verification .news_dym_verification_t1{
    font-size: 26px;
    color: #fff;
}
.news_dym_verification .news_dym_verification_t2{
    color: #303133;
    font-size: 20px;
    margin-left: 15px;
}
.news_dym_verification .news_dym_verification_form{
    height: 58px;
    background: #fff;
    overflow: hidden;
    width: 925px;
    margin: 15px auto 0;
}
.news_dym_verification ul > li{
    display: inline-block;
    height: 58px;
    line-height: 58px;
    position: relative;
}
.news_dym_verification ul > li:nth-child(1){
    margin: 0 10px 0 25px;
}
.news_dym_verification ul > li:nth-child(1):after{
    content: '';
    border:1px solid #C0C5D0
}
.news_dym_verification ul > li:nth-child(3):after{
    content: '';
    border:1px solid #C0C5D0
}
.news_dym_verification ul > li span{
    color: #303133;
    font-size: 20px;
    margin-right: 8px;
    position: relative;
}
.news_dym_verification ul > li h1{
    width: 133px;
    height: 58px;
    background: #0090FF;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 1px;
    cursor: pointer;
}
.form_icon1{
    background: url('../images/A_icon_b@2x.png') no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.form_icon2{
    background: url('../images/12@2x.png') no-repeat center;
    background-size: cover;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.checkName{
    float: right;
}
.form_ipt_1{
    height: 58px;
    line-height: 58px;
    width: 360px;
    font-size: 20px;
}
.form_ipt_2{
    height: 58px;
    line-height: 58px;
    width: 180px;
    font-size: 20px;
}
.news_dym_type{
    background: url('../images/B_bj(1).jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.news_dym_title_type{
    margin: 80px auto 60px;
}
.news_dym_type .news_dym_type_list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news_dym_type .news_dym_type_list ul{
    width: 100%;
    overflow: hidden;
}
.news_dym_type .news_dym_type_list li.type_list_is_show{
    background: rgba(39, 39, 40, 0.9);
    box-shadow: 1px 4px 8px 1px rgba(120, 120, 120, 0.07);
}
.news_dym_type .news_dym_type_list li.type_list_is_show h1{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.news_dym_type .news_dym_type_list li.type_list_is_show p{
    color: #fff;
}
.news_dym_type .news_dym_type_list ul >li{
    width: 24.2%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 4px 8px 1px rgba(120, 120, 120, 0.07);
    padding: 30px 0px;
    float: left;
    margin-right: 1%;
}
.news_dym_type .news_dym_type_list ul > li h1{
    color: #303133;
    font-size: 26px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    margin-right: 30px;
}
.news_dym_type .news_dym_type_list ul > li p{
    color: #606266;
    font-size: 16px;
    padding-left: 30px;
    line-height: 26px;
    padding-right: 30px;
    height: 130px;
}
.news_dym_type .news_dym_type_list ul > li a{
    background: #FF8C2B;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    width: 55%;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 55px;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_type .news_dym_type_list ul > li a:hover{
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}
.news_dym_process__tis{
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}
.news_dym_process__tis .news_dym_process__tis_b{
    width: 100%;
    overflow: hidden;
}
.news_dym_process__tis .news_dym_process__tis_le{
    display: inline-block;
}
.news_dym_process__bg{
    height: 470px;
    background: url(../images/D-E@2x.png) no-repeat;
    position: absolute;
    right: -80px;
    width: 535px;
    z-index: 1;
    bottom: -100px;
    background-size: 100% 100%;
}
.news_dym__container .news_dym_help__bg{
    background: url(../images/E_bj221.jpg) no-repeat;
    background-size: cover;
}
.news_dym_process__tis .news_dym_process__tis_le ul > li{
    margin-bottom: 20px;
}
.news_dym_process__tis .news_dym_process__tis_le ul > li img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.news_dym_process__tis .news_dym_process__tis_le ul > li span{
    color: #000000;
    font-size: 26px;
    vertical-align: middle;
}
.news_dym_process__tis .news_dym_process__tis_le_footer{
    height: 80px;
    border-radius: 45px;
    border: 1px solid #FF8400;
    width: 620px;
    margin-top: 50px;
    color: #FF8400;
    font-size: 30px;
    line-height: 80px;
    padding-left: 20px;
}
.news_dym_process__tis .news_dym_process__tis_le_footer a{
    display: inline-block;
    width: 225px;
    height: 81px;
    background: #FF8400;
    border-radius: 0px 45px 45px 0px;
    text-align: center;
    color: #fff;
    margin-left: 17px;
    position: relative;
    left: 2px;
    transition: all .2s;
    -webkit-transition: all .2s;
    float: right;
    top: -1px;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_process__tis .news_dym_process__tis_le_footer a:hover{
    /* background: rgb(255, 132, 0,  0.7); */
    box-shadow: 0px 1px 4px 0px #ff8c2b;

}
.news_dym_help_name{
    width: 1200px;
    margin: 0 auto;
}
.news_dym_help_name .news_dym_help_name_b{
    width: 100%;
    overflow: hidden;
}
.news_dym_help_name .news_dym_help_name_b ul > li:nth-child(5)::after{
    content: '';
    background: none;
}
.news_dym_help_name .news_dym_help_name_b ul > li::after{
    content: '';
    position: absolute;
    top: 28px;
    right: -40px;
    background: url(../images/C_icon_jt@2x.png) no-repeat;
    width: 76px;
    height: 55px;
    overflow: hidden;
}
.news_dym_help_name .news_dym_help_name_b ul > li{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.news_dym_help_name .news_dym_help_name_b ul > li img{
    width: 110px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
.news_dym_help_name .news_dym_help_name_b ul > li h1{
    color: #FF8400;
    font-size: 26px;
    margin-bottom: 10px;
}
.news_dym_help_name .news_dym_help_name_b ul > li p{
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    width: 160px;
    margin: 0 auto 0;
}
.news_dym_help_name .news_dym_help_namefooter{
    height: 80px;
    border-radius: 45px;
    border: 1px solid #FF8400;
    width: 646px;
    margin-top: 50px;
    color: #FF8400;
    font-size: 30px;
    line-height: 80px;
    padding-left: 20px;
    margin: 80px auto 0;
}
.news_dym_help_name .news_dym_help_namefooter a{
    display: inline-block;
    float: right;
    width: 230px;
    height: 81px;
    background: #FF8400;
    border-radius: 0px 45px 45px 0px;
    text-align: center;
    color: #fff;
    margin-left: 17px;
    position: relative;
    left: 2px;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_help_name .news_dym_help_namefooter a:hover{
    /* background: rgb(255, 132, 0,  0.7); */
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}

/*dljz*/
.news_dym_dljz__type{
    overflow: hidden;
    background: #fff;
    width: 100%;
}
.news_dym_dljz__type .news_dym_dljz__b img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.news_dym_dljz__type_footer{
    background: #F4F9FD;
    padding: 40px 0px;
}
.news_dym_dljz__type_footer .news_dym_dljz__tis_le_footer{
    height: 80px;
    border-radius: 45px;
    border: 1px solid #606266;
    width: 646px;
    margin-top: 50px;
    color: #606266;
    font-size: 30px;
    line-height: 80px;
    padding-left: 20px;
    margin: 0 auto 0;
}
.news_dym_dljz__type_footer .news_dym_dljz__tis_le_footer a{
    display: inline-block;
    width: 230px;
    float: right;
    height: 82px;
    background: #FF8400;
    border-radius: 0px 45px 45px 0px;
    text-align: center;
    color: #fff;
    margin-left: 68px;
    position: relative;
    left: 3px;
    top: -1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_dljz__type_footer .news_dym_dljz__tis_le_footer a:hover{
    /* background: rgb(255, 132, 0,  0.7); */
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}
.news_dym_dljz__server{
    width: 100%;
    overflow: hidden;
    background-size: cover;
    position: relative;
    background: url(../images/gszx_two_bj@3x.jpg) no-repeat;
}
.news_dym_dljz__server__list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.news_dym_dljz__server__list ul{
    width: 100%;
    overflow: hidden;
}
.news_dym_dljz__server__list ul>li{
    height: 220px;
}

.news_dym_dljz__server__list ul > li.dljz__server_list_is_show{
    background: #fff!important;
}
.news_dym_dljz__server__list ul > li.dljz__server_list_is_show .h1{
    color: #FF8400;
}
.news_dym_dljz__server__list ul > li.dljz__server_list_is_show .h2{
    color: #FF8400;
    border-bottom: 1px solid #FF8400;
}
.news_dym_dljz__server__list ul > li.dljz__server_list_is_show p{
    color: #303133;
}
.news_dym_dljz__server__list ul > li{
    width: 15.83%;
    float: left;
    margin-right: 1%;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym_dljz__server__list ul > li p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 109px;
    height: 105px;
}
.news_dym_dljz__server__list ul > li .h1{
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}
.news_dym_dljz__server__list ul > li .h2{
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
    margin-right: 20px;
    height: 30px;
}
.news_dym_dljz__server__list ul > li:nth-child(1){
    background: url(../images/dljz_fwnr_a@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.news_dym_dljz__server__list ul > li:nth-child(2){
    background: url(../images/dljz_fwnr_b@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.news_dym_dljz__server__list ul > li:nth-child(3){
    background: url(../images/dljz_fwnr_c@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.news_dym_dljz__server__list ul > li:nth-child(4){
    background: url(../images/dljz_fwnr_d@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.news_dym_dljz__server__list ul > li:nth-child(5){
    background: url(../images/dljz_fwnr_e@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.news_dym_dljz__server__list ul > li:nth-child(6){
    background: url(../images/dljz_fwnr_f@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    margin-right: 0;
}
.news_dym_dljz__server__list_link{
    width: 646px;
    height: 80px;
    background: #FF8400;
    border-radius: 45px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    margin: 100px auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
a.news_dym_dljz__server__list_link:hover{
    /* background: rgb(255, 132, 0,  0.7); */
    color: #fff;
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}
.news_dym_dljz__ywu{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/gszx_jzyw_bj@3x.jpg) no-repeat center;
    padding-bottom: 80px;
    background-size: cover;
}
.news_dym_dljz__ywu .news_dym_dljz__ywu__list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news_dym_dljz__ywu ul{
    width: 100%;
    overflow: hidden;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show{
    width: 23%;
    background: url(../images/dljz_jzyw_bja@3x.png) no-repeat;
    background-size: cover;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show .news_dym_dljz__ywu__list_t{
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show a{
    color: #fff;
    background-color: #FF8400;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show a:hover{

    box-shadow: 0px 1px 4px 0px #ff8c2b;
}

.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show p.n1{
    background: url(../images/dljz_i1.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show p.n2{
    background: url(../images/dljz_i2.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show p.n3{
    background: url(../images/dljz_i3.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show p.n4{
    background: url(../images/dljz_i4.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li.news_dym_dljz__ywu__list__show p.n5{
    background: url(../images/dljz_i5.png) no-repeat;
    background-size: contain;
}

.news_dym_dljz__ywu ul > li{
    width: 18.25%;
    float: left;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 42px;
    border-radius: 8px;
    margin-right: 1%;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.news_dym_dljz__ywu ul > li .news_dym_dljz__ywu__list_n{
    width: 60px;
    height: 90px;
    margin-right: 20px;
    float: right;
    margin-bottom: 10px;
}
.news_dym_dljz__ywu ul > li h1{
    color: #FF8400;
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    clear: both;
    text-align: center;
}
.news_dym_dljz__ywu ul > li .news_dym_dljz__ywu__list_t{
    color: #606266;
    font-size: 30px;
    font-weight: 700;
    overflow: hidden;
    clear: both;
    text-align: center;
    border-bottom: 1px dotted #606266;
    margin: 0px 20px 0px 20px;
    padding-bottom: 15px;
}
.news_dym_dljz__ywu ul > li a{
    overflow: hidden;
    clear: both;
    border-radius: 8px;
    border: 1px solid #FF8400;
    color: #FF8400;
    font-size: 20px;
    text-align: center;
    width: 84%;
    display: block;
    margin: 30px auto 0;
    height: 50px;
    line-height: 50px;
}
.news_dym_dljz__ywu ul > li p.n1{
    background: url(../images/dljz_1.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li p.n2{
    background: url(../images/dljz_2.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li p.n3{
    background: url(../images/dljz_3.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li p.n4{
    background: url(../images/dljz_4.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu ul > li p.n5{
    background: url(../images/dljz_5.png) no-repeat;
    background-size: contain;
}
.news_dym_dljz__ywu__tel{
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}
.news_dym_dljz__ywu__tel .news_dym_dljz__ywu__tel_t1{
    color: #0090FF;
    font-size: 40px;
    font-weight: 700;
}
.news_dym_dljz__ywu__tel .news_dym_dljz__ywu__tel_t2{
    font-size: 55px;
    margin-left: 5px;
}
.news_dym_dljz__ywu__tel .news_dym_dljz__ywu__tel_t3{
    color: #FF8400;
    font-size: 40px;
    font-weight: 700;
    vertical-align: middle;
    margin-top: 25px;
}
.news_dym_dljz__ywu__tel .news_dym_dljz__ywu__tel_t_bg{
    background: url(../images/icon_dljz_jzrx@3x.png) no-repeat;
    width: 53px;
    height: 40px;
    display: inline-block;
    background-size: cover;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.news_dym_dljz__ywu__tel a.news_dym_dljz__ywu__tel_t1_a{
    width: 646px;
    height: 80px;
    background: #FF8400;
    border-radius: 45px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_dljz__ywu__tel a.news_dym_dljz__ywu__tel_t1_a:hover{
    box-shadow: 0px 1px 4px 0px #ff8c2b;
}
.news_dym_dljz__xuanz{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.news_dym_dljz__xuanz__b_kfu{
    background: url(../images/dljz_fxxz_rw@3x.png) no-repeat;
    background-size: 100% 100%;
    background-position: right;
    width: 342px;
    height: 538px;
    position: absolute;
    top: 0;
    right: -80px;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li{
    width: 25%;
    float: left;
    background: #fff;
    padding-bottom: 30px;
    margin-right: 1%;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li:hover{
    box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.5);
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li img{
    width: 100%;
    object-fit: cover;
    display: block;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li h1{
    color: #606266;
    padding-left: 20px;
    font-size: 24px;
    padding-top: 25px;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li span{
    color: #FF8400;
}
.news_dym_dljz__xuanz .news_dym_dljz__xuanz__b ul > li p{
    font-size: 16px;
    color: #606266;
    padding-left: 20px;
    margin-top: 20px;
    padding-right: 20px;
}
.news_dym_dljz__xuanz__b__footer{
    width: 626px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 45px;
    margin: 80px auto 80px;
    line-height: 80px;
    font-size: 30px;
    color: #FF8400;
    padding-left: 30px;
}
.news_dym_dljz__xuanz__b__footer a{
    display: inline-block;
    width: 195px;
    height: 82px;
    background: #FF8400;
    border-radius: 0px 45px 45px 0px;
    text-align: center;
    color: #fff;
    margin-left: 68px;
    position: relative;
    left: 3px;
    top: -1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym_dljz__xuanz__b__footer a:hover{
    box-shadow: 0px 1px 4px 0px #ff8c2b;
    color: #fff;
}
/*swch*/
.news_dym__container div.news_dym_swch__footer{
    color: #303133;
    border: 1px solid #303133;
}
.news_dym__container div.news_dym_swch__footer.news_dym_swch__footer_link a{
    color: #303133;
    background: linear-gradient(180deg, #D6BA79 0%, #B8944B 100%);
    border-radius: 0px 45px 45px 0px;
}
.news_dym__container div.news_dym_swch__footer.news_dym_swch__footer_link a:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
}

.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li.news_dym_swch__ywu__list__show{
    width: 30%;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li.news_dym_swch__ywu__list__show p.news_dym_dljz__ywu__list_t{
    color: #fff;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li.news_dym_swch__ywu__list__show p.news_dym_dljz__ywu__list_t2{
    color: #fff;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li.news_dym_swch__ywu__list__show a.news_dym_dljz__ywu__list_t3{
    background: linear-gradient(180deg, #D6BA79 0%, #B8944B 100%);
    color: #303133;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li.news_dym_swch__ywu__list__show a.news_dym_dljz__ywu__list_t3:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
}

.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li{
    width: 22.3%;
    padding-bottom: 25px;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li p.news_dym_dljz__ywu__list_t{
    color: #303133;
    margin: 0px 25px 10px 25px;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li p.news_dym_dljz__ywu__list_t2{
    color: #606266;
    font-size: 20px;
    margin: 0px 24px 0px 22px;
    height: 104px;
}
.news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li a.news_dym_dljz__ywu__list_t3{
    border: 1px solid #C5A560;
    color: #C5A560;
}
.news_dym__container div.news_dym_swch__ywu__tel .news_dym_swch__ywu__tel_t1{
    color: #303133;
}
.news_dym__container div.news_dym_swch__ywu__tel .news_dym_swch__ywu__tel_t2{
    color: #C5A560;
    font-size: 40px;
}
.news_dym__container div.news_dym_swch__ywu__tel .news_dym_swch__ywu__tel_t3{
    color: #0090FF;
}
.news_dym__container div.news_dym_swch__ywu__tel .news_dym_swch__type_footer{
    background: #fff;
    padding: 40px 0 0;
}
.news_dym__container div.news_dym_swch__xuanz{
    background: url(../images/gszx_five_bj@3x.png) no-repeat;
    padding-bottom: 70px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.news_dym__container div.news_dym_swch__xuanz .news_dym_swch__xuanz__b ul > li{
    border-radius: 8px;
    width: 24.2%;
}
.news_dym__container div.news_dym_swch__xuanz .news_dym_swch__xuanz__b ul > li h1{
    color: #303133;
}
.news_dym__container div.news_dym_swch__xuanz .news_dym_swch__xuanz__b ul > li p{
    height: 42px;
}
.news_dym_swch__xuanz__b_footer{
    text-align: center;
    margin-top: 90px;
}
.news_dym_swch__xuanz__b_footer a{
    width: 242px;
    height: 80px;
    border-radius: 40px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #303133;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym_swch__xuanz__b_footer a.news_dym_swch__xuanz__b_footer_link1:hover{
    background: rgba(255,255,255,0.7);
    color: #303133;
}
.news_dym_swch__xuanz__b_footer a.news_dym_swch__xuanz__b_footer_link2:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
    color: #fff;
}
.news_dym_swch__xuanz__b_footer a.news_dym_swch__xuanz__b_footer_link1{
    background: #FFFFFF;
    margin-right: 40px;
}
.news_dym_swch__xuanz__b_footer a.news_dym_swch__xuanz__b_footer_link2{
    background: linear-gradient(180deg, #D6BA79 0%, #B8944B 100%);
}
.news_dym__container div.news_dym_swch__server{
    background: url(../images/swch_zfyq_bj@3x.jpg) no-repeat;
    padding-bottom:90px;
    background-size: cover;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li{
    background: url(../images/swch_zfyq_b@3x.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 19.2%;
    padding-bottom: 30px;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li h1.h1{
    color: #C5A560;
    font-size: 26px;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li h1.h1 span{
    color: #fff;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li p{
    font-size: 20px;
    margin-top: 20px;
    height: 80px;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li a{
    border: 1px solid #C5A560;
    color: #C5A560;
    overflow: hidden;
    clear: both;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    width: 84%;
    display: block;
    margin: 30px auto 0;
    height: 50px;
    line-height: 50px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li a:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li.dljz__server_list_is_show h1.h1 span{
    color: #303133;
}
.news_dym__container div.news_dym_swch__server .news_dym_swch__server__list ul > li.dljz__server_list_is_show a{
    background: linear-gradient(180deg, #D6BA79 0%, #B8944B 100%);
    color: #fff;
}
/*zscq*/
.news_dym__container a.zscq_lign{
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
}
.news_dym__container div.news_dym_zscq__ywu{
    background: url(../images/gszx_jzyw_bj@2x.png) no-repeat center;
    padding-bottom: 80px;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li h1{
    color: #0B5FFF;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li p.news_dym_dljz__ywu__list_t{
    margin: 40px 20px 0px 20px;
}
.news_dym__container div.news_dym_zscq__ywu_list ul li a{
    color: #FF8400;
    border: 1px solid #FF8400;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show h1{
    color: #fff;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show a{
    color: #fff;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
    border: 1px solid #FF632A;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show:nth-child(1){
    background: url(../images/dljz_jzyw_bjd@2x.png) no-repeat;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show:nth-child(2){
    background: url(../images/dljz_jzyw_bjd@2x1.png) no-repeat;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show:nth-child(3){
    background: url(../images/dljz_jzyw_bjd@2x2.png) no-repeat;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show:nth-child(4){
    background: url(../images/dljz_jzyw_bja@3x.png) no-repeat;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__ywu_list ul > li.news_dym_dljz__ywu__list__show:nth-child(5){
    background: url(../images/dljz_jzyw_bjd@2x3.png) no-repeat;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__server{
    background: url('../images/gszx_two_bj@2x(1).png') no-repeat;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center center;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list{
    margin-bottom: 60px;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li:nth-child(1){
    background: url('../img2/B_photo_a@2x.png') no-repeat center;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li:nth-child(2){
    background: url('../img2/B_photo_b@2x.png') no-repeat center;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li:nth-child(3){
    background: url('../img2/B_photo_c@2x.png') no-repeat center;
    background-size: cover;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li:nth-child(4){
    background: url('../img2/B_photo_d@2x.png') no-repeat center;
    background-size: cover;
    margin-right: 0;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li{
    width: 24.2%;
    padding-top: 30px;
    padding-bottom: 25px;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li h1{
    font-size: 30px;
    position: relative;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li h1::after{
    content: '';
    position: absolute;
    bottom: -15px;
    width: 150px;
    height: 2px;
    background: #979797;
    left: 20px;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li p{
    margin-top: 110px;
    font-size: 20px;
    height: 104px;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li.dljz__server_list_is_show h1{
    color: #FF8400;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li.dljz__server_list_is_show h1::after{
    content: '';
    background: #ff8400;
}
.news_dym__container div.news_dym_zscq__server .news_dym_dljz__type_footer{
    background: none;
}
.news_dym__container .news_dym_zscq__num{
    background: #fff;
    width: 100%;
    padding: 70px 0px 80px;
    overflow: hidden;
}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_b{
    width: 1200px;
    margin: 0 auto;
    background: url(../images/C_photo@2x.png) no-repeat;
    background-size: inherit;
    background-position: right -74px;
    z-index: 100;
    padding-top: 30px;
}
.news_dym__container .news_dym_zscq__num h1{
    color: #303133;
    font-size: 42px;
    font-weight: 600;
    padding-left: 60px;
}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_p1{
    color: #0B5FFF;
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 60px;
}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_p2{
    width: 239px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #0B5FFF;
    text-align: center;
    line-height: 42px;
    color: #0B5FFF;
    font-size: 26px;
    margin-left: 60px;
}
.news_dym__container .news_dym_zscq__num a{
    width: 646px;
    height: 80px;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
    border-radius: 45px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    margin: 40px auto 0;
    line-height: 80px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym__container .news_dym_zscq__num a:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
}
.news_dym_icp_block{
    background: #0090FF;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}
.news_dym_icp_block_text{
    width: 590px;
}
.news_dym_icp_block_text .text_1{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}
.news_dym_icp_block_text .text_2{
    color: rgb(255 255 255 / 71%);
    font-size: 20px;
    margin-bottom: 18px;
}
.news_dym_bl_lc{
    background: url(../images/body5_bj@2x.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.sq_btn1{
    width: 333px;
    height: 70px;
    background: linear-gradient(180deg, #0090FF 0%, #036BF4 100%);
    border-radius: 35px;
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin: 60px auto 0;
    transition: all .3s;
}
.sq_btn2{
    width: 333px;
    height: 70px;
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
    border-radius: 35px;
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin: 60px auto 0;
    transition: all .3s;
}
a.sq_btn2:hover,a.sq_btn1:hover{
    box-shadow: 0px 1px 4px 0px #B8944B;
    color: #fff;
}
.news_dym_servers__product2{
    background: url(../images/hxy1.jpg) no-repeat center;
    background-size: cover;
}
.news_dym__container .news_dym_zscq__num h1{
    color: #0090FF;
    font-size: 42px;
    font-weight: 600;
}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_p1{
    color: #F78F00;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 20px;

}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_p1 img{
    width: 50px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.news_dym__container .news_dym_zscq__num .news_dym_zscq__num_b{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
}
.news_dym_icp_block_list {
    background: url(../img2/body3_chahua@2x.png) no-repeat center;
    background-position: top right;
    background-size: 45% 70%;
}
.news_dym__container .news_dym_zscq__num {
    background: #fff;
    width: 100%;
    padding: 60px 0px 60px;
    overflow: hidden;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li {
    width: 24.2%;
    padding-top: 30px;
    padding-bottom: 45px;
}
.news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li p {
    margin-top: 75px;
    font-size: 20px;
    height: 30px;
}
.news_dym_servers__product2.news_dym_servers__product .news_dym_servers__product_list_b ul > li {
    border: none;
}






















/*common*/
.news_dym_servers{
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    background: #0090FF;
}
.news_dym_servers .news_dym_servers_top{
    margin: 80px auto 80px;
}
.news_dym_servers .news_dym_servers_li{
    background: #fff;
    padding: 20px;
    width: 1160px;
    clear: both;
    overflow: hidden;
}
.news_dym_servers .news_dym_servers_top .title_left{
    background: linear-gradient(90deg,  #0090FF 0%, #FFFFFF 100%);
}
.news_dym_servers .news_dym_servers_top .title_right{
    background: linear-gradient(90deg, #FFFFFF 0%, #0090FF 100%);
}
.news_dym_servers .news_dym_title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 120px;
    height: 4px;
    /* background: #fff; */
    left: 50%;
    transform: translate(-50%, 0);
}
.news_dym_servers .news_dym_servers_b{
    width: 100%;
    overflow: hidden;
}
.news_dym_servers .news_dym_servers_b_li{
    width: 20%;
    float: left;
    position: relative;
}
.news_dym_servers .news_dym_servers_b_li_top{
    position: relative;
}
.news_dym_servers .news_dym_servers_b_li_top img{
    width: 215px;
    height: 215px;
    display: block;
    margin: 0 auto;
}
.news_dym_servers .news_dym_servers_b_li_top p{
    background: rgba(0, 144, 255, 0.8);
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 24px;
    width: 80%;
    margin: 0 auto;
    padding: 8px 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.news_dym_servers .news_dym_servers_b_li_t1{
    text-align: center;
    color: #616161;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.news_dym_servers .news_dym_servers_b_li_t2{
    color: #0090FF;
    font-size: 24px;
    text-align: center;
}
.news_dym_servers .news_dym_servers_b_li_t3{
    color: #FF8C2B;
    font-size: 24px;
    text-align: center;
}
.news_dym_servers .news_dym_servers_b_li_link{
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #0090FF 0%, #0090FF 100%);
    border: 1px solid #0090FF;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    width: 80%;
    margin: 30px auto 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news_dym_servers .news_dym_servers_b_li_link:hover{
    box-shadow: 0px 1px 4px 0px #0090FF;
}
.news_dym_servers .news_dym_servers_b_li_yy{
    display: block;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #FF8400;
    color: #FF8400;
    font-size: 20px;
    padding: 10px 0;
    width: 80%;
    margin: 30px auto 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.news_dym_servers .news_dym_servers_b_li_yy:hover{
    background: linear-gradient(180deg, #FF8328 0%, #FF632A 100%);
    box-shadow: 0px 1px 4px 0px #ff8c2b;
    border: 1px solid #FF8C2B;
    color:#fff;
}
.news_dym_servers__product{
    position: relative;
    overflow: hidden;
}
.news_dym_servers__product .news_dym_product_top{
    margin: 80px auto 80px;
}
.news_dym_servers__product_footer{
    width: 110px;
    text-align: center;
    margin: 30px auto 45px;
    overflow: hidden;
}
.news_dym_servers__product_footer ul li{
    width: 50px;
    height: 6px;
    background: #EBEEF5;
    display: inline-block;
    cursor: pointer;
}
.news_dym_servers__product_footer li.is_show{
    background: #0090FF;
}
.news_dym_servers__product .news_dym_servers__product_list_b{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li{
    background: #FFFFFF;
    border: 1px solid #EAEEF5;
    width: 24.05%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li:hover{
    box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.5);
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li div{
    position: relative;
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li p{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 100%;
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.news_dym_servers__product .news_dym_servers__product_list_b ul > li a{
    display: block;
    padding: 15px 30px;
    color: #FF8400;
    font-size: 14px;
}
.news_dym_servers__glory{
    background-color: #fff;
}
.news_dym_servers__glory .news_dym_servers__product_list_b ul > li{
    border: none;
}
.news_dym_footer_list{
    background: #0090FF;
    width: 100%;
    padding: 40px 0px;
}
.news_dym_footer_list .news_dym_footer_list_b{
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.news_dym_footer_list .news_dym_footer_list_b ul {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.news_dym_footer_list .news_dym_footer_list_b ul > li{
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    color: #FFFFFF;
    position: relative;
}
.news_dym_footer_list .news_dym_footer_list_b ul > li img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_dym_footer_list .news_dym_footer_list_b ul > li h1{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.news_dym_footer_list .news_dym_footer_list_b ul > li p{
    color: #fff;
    font-size: 12px;
}


/*****************公司买卖****************/
.all_company_type {
    background: white url(../img2/A_photo_bj@3x.jpg);
    border: 1px solid white;
    background-size: cover;
}
.all_company_type .news_dym_title {
    margin: 80px auto 0px;
}
.all_company_types>table {
    width: 1120px;
    margin: 35px auto 0px auto;
    border-collapse: separate;
    border-spacing: 0px 70px;
}
.all_company_types>table>tbody>tr:first-child {
    margin-bottom: 20px;
}
.all_company_types .news_dym__consulting {
    margin: 5px auto 79px;
    border: 1px solid #FF8400 !important;
}
.company-worries {
    background-color: white;
    border: 1px solid white;
}
.company-worries .news_dym__consulting,.transparent .news_dym__consulting{
    border: 1px solid #FF8400 !important;
}
.company-worries .news_dym_title {
    margin: 80px auto 60px;
}
.company-worries>img {
    margin: 0px auto;
    display: block;
}
.transparent {
    background: url(../img2/C_bj@2x.png);
    border: 1px solid;
    background-size: cover;
}
.transparent .news_dym_title {
    margin: 80px auto 95px;
}
.transparent .news_dym_title>span:nth-child(3) {
    color: white;
    vertical-align: middle;
}
.transparent_content table {
    width: 995px;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px 0px;
}
.transparent_content td {
    height: 150px;
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 2px 4px 1px rgba(120, 120, 120, 0.07);
    border-radius: 4px;
}
.transparent_content td:hover {
    background: #272C3E;
    box-shadow: 1px 2px 4px 1px rgba(120, 120, 120, 0.07);
}
.transparent_content td>p:first-child {
    font-size: 50px;
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
}
.transparent_content td:hover>p:first-child {
    color: #FF8400;
    border-bottom: 1px solid #D8D8D8;
}
.transparent_content td>p:last-child {
    font-size: 17px;
    height: 47px;
}
.transparent_content td:hover>p:last-child {
    color: #FFFFFF;
}
.provide {
    background: url(../img2/gszx_five_bj@2x.png);
    height: 650px;
    background-size: cover;
    border: 1px solid #8112fb;
}
.provide_content img {
    width: 308px;
}
.provide_content table {
    width: 1060px;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 0px 35px;
}
.provide .news_dym_title {
    margin: 80px auto 30px;
}