﻿@charset "utf-8"; /*公共样式*/
body {
    background: #F4F6F8;
}
.header .center{
    height: 105px !important;
}
.header .center .logo{
    width: 165px;!important;
    height: auto !important;
    line-height: 0!important;
}
.publicblock {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    zoom: 1;

}

.publicblock:after {
    content: '';
    display: block;
    clear: both;
}

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

.publicblock {
    *height: 1%;
}

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

.shadow {
    box-shadow: 0 0 4px #ddd;
}

.shadow:hover {
    box-shadow: 0 0 8px #ddd !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*背景*/
.bgbox {
    height: 0;
    position: relative
}

.bgbox .bg {
    width: 100%;
    height: 763px;
    background: url(../images/b1.jpg) no-repeat center;
    overflow: hidden;
    filter: grayscale(100%);
}

.bgbox .bg-filter {
    position: absolute;
    width: 100%;
    height: 763px;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #002b4f;
}

/*title*/
.title {
    width: 1200px;
    padding: 30px 0 25px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.title .big {
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}

.title .big span {
    font-size: 24px;
    text-align: center;
    color: #343434;
    position: relative;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
}

.title .big span i {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5.5px;
    background: url(../images/sys_icon.png) no-repeat -159px 0;
}

.title .big span .i_l {
    left: 0;
}

.title .big span .i_r {
    right: 0;
}

.title .intro {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 28px;
}

.title_box {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.title_box li {
    font-size: 14px;
    color: #9B9B9B;
    text-align: left;
    line-height: 28px;
    height: 28px;
    text-align: left;
    padding-left: 70px;
}

.title_box span {
    font-size: 14px;
    color: #9B9B9B;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 28px;
}

.jiaoyikuaibao {
    height: 28px;
    line-height: 28px;
}

/*title2*/
.title1 {
    width: 1200px;
    padding: 30px 0 25px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.title1 .big {
    overflow: hidden;
    font-weight: normal;
}

.title1 .big span {
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
}

.title1 .big span i {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5.5px;
}

.title1 .big span .i_l {
    left: 0;
}

.title1 .big span .i_r {
    right: 0;
}

.title1 .intro {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 28px;
    position: relative;
    padding-bottom: 20px;
}

.title1 .intro:after {
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    content: "";
    position: absolute;
    background: #9B9B9B;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: -10px;
}

.intros {
    position: relative;
    padding-bottom: 20px;
}

.intros:after {
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    content: "";
    position: absolute;
    background: #ccc;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: -10px;
}

/*tab_hd1*/
.tab_hd1 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 25px;
}

.tab_hd1 ul {
    height: 45px;
}

.tab_hd1 ul li {
    width: 102px;
    height: 43px;
    background: #fff;
    border-right: none;
    font-size: 14px;
    color: #5F5F5F;
    float: left;
    cursor: pointer;
    position: relative;
}

.tab_hd1 ul li.on {
    background: #FF7800;
    color: #fff;
    font-weight: 700;
}

.tab_hd1 ul li i {
    width: 9px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    bottom: -5px;
    display: none;
    background: url(../images/sys_icon.png) no-repeat -44px -22px;
}

.tab_hd1 ul li.on i {
    display: block;
}

.tab_hd1 {
    width: 309px;
    border-right: 1px solid #eee;
    margin: 0 auto 25px auto;
}

.tab_hd1 li {
    border-right: 1px solid #000;
    border: 1px solid #eee;
}

/*tab_hd2*/
.tab_hd2 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 25px;
    width: 618px;
}

.tab_hd2 ul {
    height: 45px;
}

.tab_hd2 ul li {
    width: 102px;
    height: 45px;
    background: #fff;
    font-size: 14px;
    color: #5F5F5F;
    float: left;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #eee;
}

.tab_hd2 ul li.on {
    background: #FF7800;
    color: #fff;
    font-weight: 700;
    border-right: none;
}

.tab_hd2 ul li i {
    width: 9px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    bottom: -5px;
    display: none;
    background: url(../images/sys_icon.png) no-repeat -44px -22px;
}

.tab_hd2 ul li.on i {
    display: block;
}

.tab_hd2 {
    margin: 0 auto 25px auto;
}

/*block1*/
.block1 {
    height: 636px;
    position: relative;
}

.block1 .title1 {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 27px 0 23px;
}

.block1 .title1 h2 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
}

.block1 .title1 .p {
    font-size: 13px;
    color: #ABA5BE;
    position: relative;
    line-height: 28px;
    height: 28px;
    background: url(../images/hr.png) no-repeat center;
}

.block1 .title1 .p .jiaoyikuaibao2 {
    height: 28px;
    width: 330px;
    line-height: 28px;
    margin: 0 auto;
}

.block1 .title1 .p .jiaoyikuaibao2 li {
    height: 28px;
    overflow: hidden;
}

.block1 .title1 .p .jiaoyikuaibao2 li a {
    color: #7c77a5;
    display: block;
    text-align: center;
}

.block1 .title1 .p .jiaoyikuaibao2 li a i {
    color: #ef1e25;
    font-style: normal;
}

.block1 .title1 .p .jiaoyikuaibao2 li a:hover {
    opacity: 1;
}

.block1 .jiaoyikuaibao2 li {
    padding-left: 0 !important;
}

.block1 .mv {
    position: absolute;
    right: 0;
    top: 3px;
    width: 149px;
    height: 103px;
}

.block1 .serverbtn {
    transition: all .35s ease;
    width: 20px;
    height: 112px;
    background: #8982B6;
    color: #FFFEFE;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
    line-height: 18px;
    padding-top: 40px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: -40px;
    top: 140px;
    z-index: 10;
    cursor: pointer;
}

.block1 .serverbtn i {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    top: 25px;
    background: url(../images/sys_icon.png) no-repeat -283px -1px;
}

.block1 .serverbtn.on {
    transition: all .35s ease;
    width: 24px;
    background: url(../images/b1_1.png) no-repeat;
    left: -44px;
}

.block1 .serverbtn.on em {
    display: block;
    position: absolute;
    width: 7px;
    height: 13px;
    right: -7px;
    top: 50%;
    margin-top: -6.5px;
    background: url(../images/sys_icon.png) no-repeat -5px 0;
}

.block1 .kefubtn {
    transition: all .35s ease;
    width: 20px;
    height: 70px;
    background: #8982B6;
    position: absolute;
    left: -40px;
    top: 292px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
    cursor: pointer;
}

.block1 .kefubtn.on {
    transition: all .35s ease;
    width: 24px;
    background: url(../images/b1_2.png) no-repeat;
    left: -44px;
}

.block1 .kefubtn.on em {
    display: block;
    position: absolute;
    width: 7px;
    height: 13px;
    right: -7px;
    top: 50%;
    margin-top: -11.5px;
    background: url(../images/sys_icon.png) no-repeat -5px 0;
}

.block1 .kefubtn i {
    width: 17px;
    height: 17px;
    position: absolute;
    display: block;
    top: 15px;
    left: 50%;
    margin-left: -7.5px;
    background: url(../images/sys_icon.png) no-repeat -13px 0;
}

.block1 .content0_left {
    height: 596px;
    width: 830px;
    background: #fff;
    border-radius: 3px 0 0 3px;
    float: left;
}

.block1 .content0_left .bigimg {
    width: 780px;
    height: 170px;
    padding: 20px 25px;
    border-bottom: 1px solid #DFDFDF;
    background: url(../images/bg1.jpg) no-repeat center;
}

.block1 .content0_left .bigimg .single {
    width: 370px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 25px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
}

.block1 .content0_left .bigimg .single .img {
    width: 125px;
    height: 160px;
    float: left;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.block1 .content0_left .bigimg .single .img {
    max-width: 125px;
    max-height: 160px;
}

.block1 .content0_left .bigimg .single .text {
    margin-left: 117px;
    height: 103px;
}

.block1 .content0_left .bigimg .single .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-top: 14px;
}

.block1 .content0_left .bigimg .single .text h3 span {
    position: relative;
    padding-right: 20px;
    color: #fff;
}

.block1 .content0_left .bigimg .single .text p {
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
    position: relative;
    color: #E7E4FA;
}

.block1 .content0_left .bigimg .single .text .hr {
    height: 1px;
    width: 16px;
    background: #E7E4FA;
    margin: 9px 0;
}

.block1 .content0_left .bigimg .single .text span.btn {
    width: 120px;
    height: 28px;
    display: block;
    position: relative;
    line-height: 28px;
    color: #fff;
    border: 1px solid #4974F5;
    border-radius: 3px;
    background: #4974F5;
    text-indent: 50px;
    box-shadow: 0 0 2px #444;
}

.block1 .content0_left .bigimg .single .text span.btn i {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -8.5px;
    background: url(../images/s5_h.png) no-repeat center;
}

.block1 .content0_left .bigimg .single .text span.btn:hover {
    box-shadow: 0 0 10px #444;
}

.block1 .content0_hd {
    width: 821px;
    height: 45px;
    position: relative;
}

.block1 .content0_hd ul {
    height: 45px;
    display: table;
    margin: 0 auto;
}

.block1 .content0_hd ul li {
    font-size: 16px;
    color: #6B696A;
    font-weight: bold;
    cursor: pointer;
    margin: 16px 20px;
    float: left;
    line-height: 13px;
    padding: 0 5px
}

.block1 .content0_hd ul li.on {
    color: #4974F5;
}

.block1 .content0_bd {
    height: 289px;
    background: #fff;
}

.block1 .content0_bd ul {
    margin: 0 25px 0 21px;
    height: 327px;
}

.block1 .content0_bd ul li {
    width: 781px;
    height: 290px;
    position: relative;
}

.block1 .content0_bd .single {
    background: #fff;
    width: 346px;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    border: 1px solid #e6e6e6;
    padding: 11px 20px 12px 17px;
}

.block1 .content0_bd .single:nth-child(2), .block1 .content0_bd .single:nth-child(4) {
    margin-right: 0;
}

.block1 .content0_bd .single .img {
    width: 98px;
    height: 98px;
    float: left;
    border-radius: 50%;
}

.block1 .content0_bd .single .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.block1 .content0_bd .single .text {
    margin-left: 120px;
    height: 103px;
    text-align: left;
}

.block1 .content0_bd .single .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #515151;
    padding-top: 14px;
}

.block1 .content0_bd .single .text h3 span {
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
}

.block1 .content0_bd .single .text p {
    color: #9F9F9F;
    font-size: 12px;
    margin-top: 7px;
    position: relative;
    height: 14px;
    line-height: 14px;
}

.block1 .content0_bd .single .text .hr {
    height: 1px;
    width: 16px;
    background: #eee;
    margin: 7px 0 9px;
}

.block1 .content0_bd .single .text span.btn {
    width: 81px;
    height: 22px;
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    color: #4974F5;
    border: 1px solid #4974F5;
    background: #fff;
    border-radius: 3px;
}

.block1 .content0_bd .single .text span.btn i {
    display: block;
    width: 13px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/icon_lianxi.png) no-repeat center;
}

.block1 .content0_bd .single .text span.btn:hover {
    color: #fff;
    border: 1px solid #4974F5;
    background: #4974F5;
}

.block1 .content0_bd .single .text span.btn:hover i {
    background: url(../images/icon_lianxi_hover.png) no-repeat center;
}

.block1 .content0_bd .single .text span.btn.gray {
    color: #fff;
    border: 1px solid #cac6c4;
    background: #cac6c4;
}

.block1 .content0_bd .single .text span.btn.gray i {
    background: url(../images/icon_lianxi_hover.png) no-repeat center;
}

.block1 .content0_bd .single .text span.btn {
    text-indent: 25px;
}

.block1 .content0_bd .single2, .block1 .content0_bd .single4 {
    margin-right: 0;
}

/*.block1 .content0_right{width:335px;height:410px;padding-left: 20px;position:absolute;right:-373px;bottom:24px;border-left: 1px solid #e6e6e6;}*/
.block1 .content0_right {
    width: 335px;
    height: 410px;
    padding-left: 20px;
    position: absolute;
    right: 31px;
    top: 25px; /* bottom: 0; */
    border-left: 1px solid #e6e6e6;
}

.block1 .content0_right h3 {
    font-size: 16px;
    font-weight: bold;
    color: #6B696A;
    text-align: left;
}

.block1 .content0_right h3 span {
    position: relative;
}

.block1 .content0_right .sm_tit {
    color: #c7c7c7;
    font-size: 14px;
    margin: 16px 0 21px;
    text-align: left
}

.block1 .content0_right .text {
    background: #fff;
    width: 307px;
    padding: 0 13px;
    color: #6B696A;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

.block1 .content0_right .text01 {
    margin-bottom: 6px
}

.block1 .content0_right .text02 {
    margin-bottom: 8px
}

.block1 .content0_right .text03 {
    margin-bottom: 10px
}

.block1 .content0_right input.text {
    height: 40px;
}

.block1 .content0_right textarea.text {
    height: 86px;
    padding: 5px 13px
}

.block1 .content0_right .btns {
    height: 36px;
    line-height: 36px;
    background: #4974F5;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

.block1 .content0_right .btns span {
    position: relative;
    padding-left: 20px;
}

.block1 .content0_right .btns i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    left: 0;
    background: url(../images/fabu.png) no-repeat center;
    background-size: 100% 100%;
}

.block1 .content0_right .hot {
    margin-top: 10px;
}

.block1 .content0_right .hot h2 {
    width: 220px;
    font-size: 14px;
    color: #616266;
    font-weight: normal;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin: 6px auto
}

.block1 .content0_right .hot h2:after {
    display: block;
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    background: #ececec;
    right: 8px;
    top: 5px;
    left: 0;
    top: 9.5px;
}

.block1 .content0_right .hot h2 span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 9px 0 12px
}

.block1 .content0_right .hot .sul {
    margin-top: 14px;
    overflow: hidden;
    width: 335px;
}

.block1 .content0_right .hot .sli {
    width: 108px;
    height: 28px;
    background: #fff;
    text-align: center;
    float: left;
    margin: 0 0 2px 2px;
    border: 1px solid #e2e2e2
}

.block1 .content0_right .hot .sli:first-child {
    margin-left: 0
}

.block1 .content0_right .hot .sli a {
    display: block;
    width: 108px;
    height: 28px;
    line-height: 28px;
    color: #919399;
}

.block1 .content0_right .hot .sli a:hover {
    background: #FF7900;
    color: #fff;
}

.block1 .content0_right .hot p {
    text-align: center;
    padding-top: 7px;
    font-size: 12px;
    color: #b9bbc4;
}

.block1 .content {
    height: 520px;
    background: #fff url(../images/box.png) no-repeat center bottom;
    border-radius: 5px;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .5);
}

.block1 .content > .hd {
    height: 70px;
    background: #f0f0f6;
    border-radius: 5px 5px 0 0;
}

.block1 .content > .hd ul {
    height: 70px;
}

.block1 .content > .hd li {
    height: 70px;
    width: 399px;
    float: left;
    border-left: 1px solid #dedbee;
}

.block1 .content > .hd li:first-child {
    border-left: 1px solid #f0f0f6;
}

.block1 .content > .hd h3 {
    font-size: 14px;
    color: #b5b4be;
    font-weight: normal;
    padding: 24px 0 22px 22px;
}

.block1 .content > .hd h3 span {
    font-size: 24px;
    color: #6B696A;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.block1 .content > .hd .li03 h3 span {
    color: #212121;
}

.block1 .content > .hd h3 i {
    font-size: 16px;
    color: #fff;
    background: #13B3B3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    margin-right: 2px;
    width: 39px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: relative;
    top: 1px;
    vertical-align: top;
}

.block1 .content > .hd li.on {
    padding-top: 9px;
    position: relative;
    top: -9px;
    background: #fff;
    border-left: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}

.block1 .content > .hd li.on h3 span {
    color: #1a1a1a;
}

.block1 .content > .bd {
    height: 300px;
    text-align: center;
    width: 1200px;
    position: absolute;
    left: 0;
    bottom: 153px;
    z-index: 99;
}

.block1 .content > .bd > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 300px;
}

.block1 .content > .bd > ul > li {
    height: 300px;
    padding: 0 4px 0 24px;
    margin-top: 5px;
}

.block1 .content .icon_content {
    height: 300px;
    overflow: hidden;
}

.block1 .content .icon_content .expain {
    display: none;
    font-size: 14px;
    color: #757575;
    padding-top: 45px;
    margin-left: -10px;
}

.block1 .content .icon_content .li {
    float: left;
    position: relative;
    max-width: 228px;
    height: 300px;
}

.block1 .content .icon_content .li.min-li {
    max-width: 114px;
}

.block1 .content .icon_content .li a:hover {
    color: #FF6D26;
}

.block1 .content .icon_content .small_li {
    max-width: 121px;
}

.block1 .content .icon_content .li:after {
    content: "";
    display: block;
    height: 186px;
    right: 0;
    bottom: 38px;
    border-right: 1px solid #F1F1F1;
    position: absolute;
}

.block1 .content .icon_content .li h2 {
    text-align: left;
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    position: relative;
    width: 120px;
    margin: 40px auto 20px;
    height: 20px;
}

.block1 .content .icon_content .small_li h2 {
    width: 98px;
}

.block1 .content .icon_content .li01 h2 {
    margin-left: 18px;
}

.block1 .content .icon_content .li02 h2 {
    margin-left: 18px;
}

.block1 .content .icon_content .li03 h2 {
    margin-left: 20px;
}

.block1 .content .icon_content .li04 h2 {
    margin-left: 18px;
}

.block1 .content .icon_content .li05 h2 {
    margin-left: 19px;
}

.block1 .content .icon_content .li06 h2 {
    text-align: center;
}

.block1 .content .icon_content .li h2 i {
    content: "";
    display: inline-block;
    margin-left: 2px;
    height: 17px;
    width: 17px;
    background: url(../images/pull_dot.png) no-repeat;
    vertical-align: top;
}

.block1 .content .icon_content .li h2 span {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.block1 .content .icon_content .li h2 .hot {
    width: 28px;
    height: 19px;
    position: absolute;
    right: 38px;
    top: -24px;
    z-index: 3;
    display: none;
}

.block1 .content .icon_content .li h2 .hot font {
    display: block;
    width: 28px;
    height: 19px;
    background: url(../images/hot_1.png) no-repeat;
}

.block1 .content .icon_content .li.ishot .hot {
    display: block;
}

.block1 .content .icon_content .li.ishot span {
    color: #FF6D26;
}

.block1 .content .icon_content .li h2 .new {
    width: 28px;
    height: 19px;
    position: absolute;
    right: 38px;
    top: -24px;
    z-index: 3;
    display: none;
}

.block1 .content .icon_content .li h2 .new font {
    display: block;
    width: 28px;
    height: 19px;
    background: url(../images/new.png) no-repeat;
}

.block1 .content .icon_content .li.isnew .new {
    display: block;
}

.block1 .content .icon_content .li.isnew span {
    color: #FF6D26;
}

.block1 .content .icon_content .li .single {
    width: 114px;
    height: 100px;
    float: left;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}

.block1 .content .icon_content .li .single .img {
    width: 60px;
    height: 52px;
    margin: 0 auto;
    position: relative;
}

.block1 .content .icon_content .li .single p {
    font-size: 14px;
    color: #545454;
    padding-top: 6px;
    text-align: center;
}

.block1 .content .icon_content .li .single span {
    padding: 6px 0 8px;
    font-size: 12px;
    color: #a9a9a9;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.block1 .content .icon_content .li:last-child:after {
    border-right: none;
}

.block1 .content .icon_content .li .single:hover .img {
    margin-top: -2px;
}

.block1 .content .icon_content .li .single:hover p {
    padding-top: 8px;
}

/* made by 雪碧图制作专家v1.0 */
.block1 .icon_content .icon {
    display: block;
    background-image: url(../images/icon_server02.png);
    background-repeat: no-repeat;
}

.icon-01-01 {
    background-position: 0px 0px
}

.icon-01-02 {
    background-position: -63px 0px
}

.icon-01-03 {
    background-position: -126px 0px
}

.icon-01-04 {
    background-position: -189px 0px
}

.icon-01-05 {
    background-position: -252px 0px
}

.icon-01-06 {
    background-position: -315px 0px
}

.icon-01-07 {
    background-position: -378px 0px
}

.icon-01-08 {
    background-position: -441px 0px
}

.icon-01-09 {
    background-position: -504px 0px
}

.icon-01-10 {
    background-position: -567px 0px
}

.icon-01-11 {
    background-position: -630px 0px
}

.icon-01-12 {
    background-position: -693px 0px
}

.icon-01-13 {
    background-position: -756px 0px
}

.icon-01-14 {
    background-position: -819px 0px
}

.icon-01-15 {
    background-position: -376px 0px
}

.icon-01-16 {
    background-position: -376px -64px
}

.icon-01-17 {
    background-position: -1008px 0px
}

.icon-01-18 {
    background-position: -1071px 0px
}

.icon-02-01 {
    background-position: 0px -49px
}

.icon-02-02 {
    background-position: -63px -49px
}

.icon-02-03 {
    background-position: -126px -49px
}

.icon-02-04 {
    background-position: -189px -49px
}

.icon-02-05 {
    background-position: -252px -49px
}

.icon-02-06 {
    background-position: -315px -49px
}

.icon-02-07 {
    background-position: -378px -49px
}

.icon-02-08 {
    background-position: -441px -49px
}

.icon-02-09 {
    background-position: -504px -49px
}

.icon-02-10 {
    background-position: -567px -49px
}

.icon-02-11 {
    background-position: -630px -49px
}

.icon-02-12 {
    background-position: -693px -49px
}

.icon-02-13 {
    background-position: 0 0
}

.icon-02-14 {
    background-position: -62px 0
}

.icon-02-15 {
    background-position: 0 -64px
}

.icon-02-16 {
    background-position: -62px -64px
}

.icon-02-17 {
    background-position: -124px 0
}

.icon-02-18 {
    background-position: -1071px -49px
}

.icon-03-01 {
    background-position: 0px -98px
}

.icon-03-02 {
    background-position: -63px -98px
}

.icon-03-03 {
    background-position: -126px -98px
}

.icon-03-04 {
    background-position: -189px -98px
}

.icon-03-05 {
    background-position: -252px -98px
}

.icon-03-06 {
    background-position: -315px -98px
}

.icon-03-07 {
    background-position: -378px -98px
}

.icon-03-08 {
    background-position: -186px 0
}

.icon-03-09 {
    background-position: -248px 0
}

.icon-03-10 {
    background-position: -186px -64px
}

.icon-03-11 {
    background-position: -248px -64px
}

.icon-03-12 {
    background-position: -248px 0
}

.icon-03-13 {
    background-position: -756px -98px
}

.icon-03-14 {
    background-position: -819px -98px
}

.icon-03-15 {
    background-position: -882px -98px
}

.icon-03-16 {
    background-position: -186px -64px
}

.icon-03-17 {
    background-position: -248px -64px
}

.icon-03-18 {
    background-position: -1071px -98px
}

.icon-04-01 {
    background-position: 0px -147px
}

.icon-04-02 {
    background-position: -63px -147px
}

.icon-04-03 {
    background-position: -126px -147px
}

.icon-04-04 {
    background-position: -189px -147px
}

.icon-04-05 {
    background-position: -252px -147px
}

.icon-04-06 {
    background-position: -315px -147px
}

.icon-04-07 {
    background-position: -378px -147px
}

.icon-04-08 {
    background-position: -441px -147px
}

.icon-04-09 {
    background-position: -504px -147px
}

.icon-04-10 {
    background-position: -567px -147px
}

.icon-04-11 {
    background-position: -630px -147px
}

.icon-04-12 {
    background-position: -693px -147px
}

.icon-04-13 {
    background-position: -443px -64px
}

.icon-04-14 {
    background-position: -819px -147px
}

.icon-04-15 {
    background-position: -882px -147px
}

.icon-04-16 {
    background-position: -945px -147px
}

.icon-04-17 {
    background-position: -1008px -147px
}

.icon-04-18 {
    background-position: -443px 0
}

.icon-05-01 {
    background-position: 0px -196px
}

.icon-05-02 {
    background-position: -63px -196px
}

.icon-05-03 {
    background-position: -126px -196px
}

.icon-05-04 {
    background-position: -189px -196px
}

.icon-05-05 {
    background-position: -252px -196px
}

.icon-05-06 {
    background-position: -315px -196px
}

.icon-05-07 {
    background-position: -378px -196px
}

.icon-05-08 {
    background-position: -441px -196px
}

.icon-05-09 {
    background-position: -504px -196px
}

.icon-05-10 {
    background-position: -567px -196px
}

.icon-05-11 {
    background-position: -630px -196px
}

.icon-05-12 {
    background-position: -693px -196px
}

.icon-05-13 {
    background-position: -756px -196px
}

.icon-05-14 {
    background-position: -819px -196px
}

.icon-05-15 {
    background-position: -314px 0
}

.icon-05-16 {
    background-position: -315px -63px
}

.icon-05-17 {
    background-position: -1008px -196px
}

.icon-05-18 {
    background-position: -1071px -196px
}

.icon-06-01 {
    background-position: 0px -245px
}

.icon-06-02 {
    background-position: -63px -245px
}

.icon-06-03 {
    background-position: -126px -245px
}

.icon-06-04 {
    background-position: -189px -245px
}

.icon-06-05 {
    background-position: -252px -245px
}

.icon-06-06 {
    background-position: -315px -245px
}

.icon-06-07 {
    background-position: -125px 0
}

.icon-06-08 {
    background-position: -125px -64px
}

.icon-06-09 {
    background-position: -504px -245px
}

.icon-06-10 {
    background-position: -567px -245px
}

.icon-06-11 {
    background-position: -630px -245px
}

.icon-06-12 {
    background-position: -693px -245px
}

.icon-06-13 {
    background-position: -756px -245px
}

.icon-06-14 {
    background-position: -819px -245px
}

.icon-06-15 {
    background-position: -882px -245px
}

.icon-06-16 {
    background-position: -945px -245px
}

.icon-06-17 {
    background-position: -1008px -245px
}

.icon-06-18 {
    background-position: -1071px -245px
}

.icon-07-1 {
    background-position: -505px 0
}

.icon-07-2 {
    background-position: -505px -64px
}

.icon-07-3 {
    background-position: -571px 0
}

.icon-07-4 {
    background-position: -571px -64px
}

.search {
    height: 106px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 1200px;
    left: 0;
    bottom: 0;
}

.search .youshi {
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 15px 0 12px;
}

.search .youshi a {
    display: inline-block;
    line-height: 20px;
    height: 20px;;
    padding-left: 20px;
    position: relative;
    color: #9396A6;
    padding-right: 20px;
}

.search .youshi a:hover {
    color: #1577FF;
}

.search .youshi a:after {
    display: block;
    height: 12px;
    width: 1px;
    position: absolute;
    content: "";
    position: absolute;
    background: #C8C8C8;
    right: 8px;
    top: 5px;
}

.search .youshi a i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.search .youshi a i.i1 {
    background: url(../images/sys_icon.png) no-repeat -5px -127px
}

.search .youshi a i.i2 {
    background: url(../images/sys_icon.png) no-repeat -31px -128px;
}

.search .youshi a i.i3 {
    background: url(../images/sys_icon.png) no-repeat -58px -128px;
}

.search .youshi a i.i4 {
    background: url(../images/sys_icon.png) no-repeat -88px -128px;
}

.search .youshi a.a2 {
    margin-left: 20px;
}

.search .youshi a:last-child:after {
    display: none;
}

.search .searchbox {
    width: 1123px;
    height: 43px;
    background: #fff;
    border-radius: 60px;
    margin: 0 auto;
    box-shadow: 0 0 5px #ddd;
    position: relative;
    z-index: 11;
}

.search .searchbox .text {
    width: 1050px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 0;
    color: #666;
}

.search .searchbox a.btn {
    display: block;
    width: 60px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
}

.search .searchbox a.btn i {
    position: absolute;
    width: 24px;
    height: 19px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9.5px;
    background: url(../images/sys_icon.png) no-repeat -40px -0px;
}

.searched {
    width: 1050px;
    background: #fff;
    position: absolute;
    left: 55px;
    top: 86px;
    z-index: 10;
    padding: 10px 20px;
    border-radius: 0 0 5px 3px;
    box-shadow: 0 0 10px #eee;
    display: none;
}

.searched li {
    line-height: 30px;
}

.searched li a {
    color: #888;
    display: block;
    padding: 4px;
}

.searched li a:hover, .searched li.on a {
    color: #FF7200;
    background: #eee;
}

/*block2*/
.block2 {
    margin-top: 34px;
    margin-bottom: 5px;
}

.block2 .li {
    height: 305px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.block2 .li_title {
    height: 55px;
    background: #fff;
    line-height: 55px;
    font-size: 18px;
    color: #6B696A333;
    font-weight: 700;
    position: relative;
}

.block2 .li_title span {
    padding: 0 25px 0 15px;
    position: relative;
}

.block2 .tagicon {
    width: 28px;
    height: 19px;
    position: absolute;
    right: -5px;
    top: 5px;
    z-index: 3;
    display: block;
}

.block2 .tagicon font {
    display: block;
    width: 28px;
    height: 19px;
    background: url(../images/hot_1.png) no-repeat;
}

.block2 .li_title .more {
    position: absolute;
    width: 21px;
    height: 21px;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -10.5px;
    background: url(../images/sys_icon.png) no-repeat -106px 0px !important;
}

.block2 .li_title .bl {
    display: block;
    width: 17px;
    height: 9px;
    position: absolute;
    left: 45px;
    bottom: -9px;
    background: url(../images/sys_icon.png) no-repeat -135px 0;
}

.block2 .img {
    width: 100%;
    height: 250px;
}

.block2 .img img {
    width: 100%;
    height: 100%;
}

.block2 .li1 {
    width: 290px;
}

.block2 .li2 {
    width: 475px;
}

.block2 .li3 {
    width: 415px;
    margin-right: 0;
}

.block2 .li1 .tagicon font {
    background: url(../images/hot_1.png) no-repeat;
}

.block2 .li2 .tagicon font {
    background: url(../images/hot_1.png) no-repeat;
}

/*.block2 .li3 .tagicon font{background:url() no-repeat;}*//*block3*/
.block3 .li {
    width: 595px;
    height: 485px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin-bottom: 10px;
}

.block3 .li1 .hd {
    background: url(../images/bs1.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li2 .hd {
    background: url(../images/bs2.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li3 .hd {
    background: url(../images/bs3.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li4 .hd {
    background: url(../images/bs4.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li5 .hd {
    background: url(../images/bs5.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li6 .hd {
    background: url(../images/bs6.jpg) no-repeat center;
    background-size: cover;
}

.block3 .li:nth-child(even) {
    float: right;
}

.block3 .li .hd {
    width: 175px;
    height: 485px;
    float: left;
    overflow: hidden;
}

.block3 .li .hd h2 {
    display: block;
    font-size: 20px;
    color: #Fff;
    position: relative;
    padding: 30px 10px 0 30px;
}

.block3 .li .hd .solgan {
    color: #EBE4FF;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 10px;
    background: url(../images/hr2.png) no-repeat 30px bottom;
    opacity: 0.5;
    padding: 0 10px 0 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.block3 .li .hd li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}

.block3 .li .hd span {
    color: #fff;
    position: relative;
    padding: 0 10px 0 30px;
}

.block3 .li .hd i {
    display: block;
    position: absolute;
    top: 50%;
}

.block3 .li .hd i.i1 {
    height: 8px;
    width: 5px;
    margin-top: -4px;
    right: 0;
    background: url(../images/sys_icon.png) no-repeat -196px 0;
}

.block3 .li .hd i.i2 {
    height: 2px;
    width: 9px;
    margin-top: -1px;
    left: 0;
    background: #fff;
    display: none;
}

.block3 .li .hd i.i3 {
    height: 8px;
    width: 18px;
    margin-top: -4px;
    right: 0;
    display: none;
    background: url(../images/sys_icon.png) no-repeat -210px 0;
}

.block3 .li .hd li.on span {
    padding-right: 24px;
}

.block3 .li .hd li.on span .i1 {
    display: none;
}

.block3 .li .hd li.on span .i2 {
    display: block;
}

.block3 .li .hd li.on span .i3 {
    display: block;
}

.block3 .li .hd li.on a {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}

.block3 .li .hd li a {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}

.block3 .li .hd li:hover span {
    padding-right: 24px;
}

.block3 .li .hd li:hover span .i1 {
    display: none;
}

.block3 .li .hd li:hover span .i2 {
    display: block;
}

.block3 .li .hd li:hover span .i3 {
    display: block;
}

.block3 .tab_content {
    height: 485px;
    margin-left: 175px;
}

.block3 .group_title {
    height: 49px;
    border-bottom: 1px dashed #D5D5D5;
    line-height: 49px;
    padding: 0 25px;
    color: #4D4D4D;
    overflow: hidden;
}

.block3 .group_title .s1 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    float: left;
    min-width: 105px;
    line-height: 49px;
}

.block3 .group_title .s2 {
    font-size: 12px;
    color: #999999;
    display: block;
    float: left;
    width: 150px;
}

.block3 .group_title .s2 font {
    color: #F24553;
}

.block3 .group_title ul {
    float: left;
    padding-top: 20px;
}

.block3 .group_title ul li {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.block3 .group_title ul li.on {
    border-color: #8367FF;
}

.block3 .group_title .mores {
    float: right;
    color: #595959;
    position: relative;
}

.block3 .group_title .mores {
    padding-left: 6px;
}

.block3 .group_title .mores:hover {
    color: #6473CF;
}

.block3 .group_title .mores i {
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/sys_icon.png) no-repeat -227px -22px;
}

.block3 .bd {
    height: 435px;
}

.block3 .bd li {
    height: 145px;
    border-bottom: 1px dashed #ECECEC;
    padding: 0 25px;
    position: relative;
}

.block3 .bd li h2 {
    font-size: 16px;
    color: #474747;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    position: relative;
}

.block3 .bd li h2 i {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.block3 .bd li h2 i img {
    max-width: 100%;
    max-height: 100%;
}

.block3 .bd li h2 i.wx {
    background: url(../images/sys_icon.png) no-repeat -236px 0px !important;
}

.block3 .bd li h2 i.tm {
    background: url(../images/sys_icon.png) no-repeat -259px 0px !important;
}

.block3 .bd li h2.ic {
    padding-left: 20px;
}

.block3 .bd li p {
    line-height: 24px;
    padding: 2px 0;
    color: #979797;
}

.block3 .bd li em {
    : arial;
    color: #EF001E;
    font-size: 14px;
}

.block3 .bd li .zx {
    position: absolute;
    color: #FF813D;
    font-size: 12px;
    padding-left: 15px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}

.block3 .bd li .zx i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    margin-top: -6px;
    top: 50%;
    background: url(../images/sys_icon.png) no-repeat -179px 0;
}

.block3 .bd li:hover .zx {
    display: block;
}

/*block4*/
.block4 .li {
    width: 595px;
    height: 485px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    float: left;
}

.block4 .li1 .hd {
    background: url(../images/bs7.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li2 .hd {
    background: url(../images/bs8.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li3 .hd {
    background: url(../images/bs9.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li4 .hd {
    background: url(../images/bs10.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li5 .hd {
    background: url(../images/bs11.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li6 .hd {
    background: url(../images/bs12.jpg) no-repeat center;
    background-size: cover;
}

.block4 .li:nth-child(even) {
    float: right;
}

.block4 .li .hd {
    width: 175px;
    height: 485px;
    float: left;
    overflow: hidden;
}

.block4 .li .hd h2 {
    display: block;
    font-size: 20px;
    color: #Fff;
    position: relative;
    padding: 30px 10px 0 30px;
}

.block4 .li .hd h2 i {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: 11px;
    background: url(../images/sys_icon.png) no-repeat -5px -22px;
}

.block4 .li .hd .solgan {
    color: #EBE4FF;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 10px;
    background: url(../images/hr2.png) no-repeat 30px bottom;
    opacity: 0.5;
    padding: 10px 10px 0 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.block4 .li .hd li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}

.block4 .li .hd span {
    color: #fff;
    position: relative;
    padding: 0 10px 0 30px;
}

.block4 .li .hd i {
    display: block;
    position: absolute;
    top: 50%;
}

.block4 .li .hd i.i1 {
    height: 8px;
    width: 5px;
    margin-top: -4px;
    right: 0;
    background: url(../images/sys_icon.png) no-repeat -196px 0;
}

.block4 .li .hd li.on a, .block4 .li .hd li a:hover {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}

.block4 .li .hd li a {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}

.block4 .li .hd li a:after {
    display: block;
    height: 15px;
    width: 8px;
    position: absolute;
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -10px;
    display: none;
    background: url(../images/sys_icon.png) no-repeat -21px -22px;
}

.block4 .li .hd li.on a:after, .block4 .li .hd li:hover a:after {
    display: block;
}

.block4 .tab_content {
    height: 485px;
    margin-left: 175px;
}

.block4 .group_title {
    height: 49px;
    border-bottom: 1px dashed #D5D5D5;
    line-height: 49px;
    padding: 0 25px;
    color: #4D4D4D;
}

.block4 .group_title .s1 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    float: left;
    width: 64px;
}

.block4 .group_title .s2 {
    font-size: 12px;
    color: #999999;
    display: block;
    float: left;
    width: 150px;
}

.block4 .group_title .s2 font {
    color: #F24553;
}

.block4 .group_title ul {
    float: left;
    padding-top: 20px;
}

.block4 .group_title ul li {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.block4 .group_title ul li.on {
    border-color: #8367FF;
}

.block4 .group_title .mores {
    float: right;
    color: #595959;
    position: relative;
}

.block4 .group_title .mores {
    padding-left: 10px;
}

.block4 .group_title .mores i {
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}

.block4 .group .lis {
    padding: 20px 20px 21px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    height: 123px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.block4 .group .lis h2 {
    font-size: 16px;
    color: #474747;
    padding: 0 0 10px;
    position: relative;
}

.block3 .tab_content .part h2 {
    font-size: 16px;
    color: #474747;
    padding: 17px 0 10px;
    position: relative;
}

.block4 .group .lis .txt {
    overflow: hidden;
}

.block4 .group .lis .txt p {
    width: 375px;
}

.block4 .group .lis p {
    line-height: 20px;
    padding: 2px 0;
    color: #979797;
}

.block4 .group .lis p a.yellow {
    color: #4974F5;
}

.block4 .group .lis p a {
    font-size: 14px;
    color: #7F7F7F;
    white-space: nowrap;
    padding-right: 20px;
    position: relative;
}

.block4 .group .lis p a:after {
    display: block;
    height: 10px;
    width: 1px;
    position: absolute;
    content: "";
    background: #E3E3E3;
    right: 8px;
    top: 5px;
}

.block4 .group .lis p a:hover {
    color: #FFC09E;
}

.block4 .lis3 {
    background: url(../images/bg.jpg);
}

.block4 .lis3 h2 {
    padding: 17px 0 10px !important;
}

.block4 .lis3 .txt, .block3 .tab_content .part .txt {
    line-height: 24px;
    padding: 2px 0;
    color: #979797;
    position: relative;
    padding-bottom: 15px;
}

.block4 .lis3 .txt:after, .block3 .tab_content .part .txt:after {
    display: block;
    height: 1px;
    width: 12px;
    position: absolute;
    content: "";
    background: #ccc;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
}

.block4 .lis3 span {
    color: #FF813D;
    position: relative;
    padding-right: 10px;
}

.block4 .lis3 span i {
    width: 8px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
    display: block;
    background: url(../images/sys_icon.png) no-repeat -32px -22px;
}

.block4 .lis3 .img, .block3 .tab_content .part a .img {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.block4 .li_o p {
    height: 28px;
    overflow: hidden;
}

.block4 .li_o h2 {
    padding-bottom: 8px !important;
}

.block4 .li_o .solgan2 {
    color: #B8B8B8;
    padding-bottom: 15px;
    font-size: 14px;
}

/*block5*/
.block5 {
    margin-bottom: 80px;
    margin-top: 15px;
}

.block5 .title {
    padding-bottom: 6px !important;
}

.block5 .li {
    width: 299px;
    height: 400px;
    border: 1px solid #eee;
    border-right: none;
    background: #fff;
    float: left;
}

.block5 .li .block_title {
    height: 125px;
    background: url(../images/bg.jpg);
    padding: 0 15px 0 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.block5 .li .block_title h2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 40px;
    height: 20px;
}

.block5 .li .block_title p {
    color: #8C8C8C;
    font-size: 14px;
    padding-top: 8px;
    width: 186px;
}

.block5 .li .block_title .img {
    width: 80px;
    height: 68px;
    position: absolute;
    right: 15px;
    margin-top: -34px;
    top: 50%;
    background: url(../images/company_server.png) no-repeat;
}

.block5 .li .single {
    padding: 32px 20px 20px 20px;
}

.block5 .li .single .img {
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 4px;
    background: #FF7800 url(../images/company_server.png) no-repeat;
}

.block5 .li .single:hover .img {
    background-color: #6473CF;
}

.block5 .li .single .text {
    margin-left: 50px;
    height: 36px;
}

.block5 .li .single .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #515151;
}

.block5 .li .single .text h3 span {
    position: relative;
    padding-right: 20px;
}

.block5 .li .single .text h3 i {
    width: 9px;
    height: 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/sys_icon.png) no-repeat -57px -22px;
}

.block5 .li .single .text p {
    color: #9F9F9F;
    font-size: 12px;
    margin-top: 8px;
}

.block5 .li4 {
    border-right: 1px solid #eee;
    width: 298px;
}

.block5 .group {
    overflow: hidden;
}

.block5 .content {
    height: 402px;
    overflow: hidden;
}

/*block6*/
.block6 {
    height: 570px;
    background: url(../images/b2.jpg) no-repeat center;
    padding-top: 30px;
}

.block6 .title1 {
    padding-bottom: 6px !important;
}

.block6 .content {
    overflow: hidden;
    height: 302px;
}

.block6 .li {
    overflow: hidden;
    height: 302px;
}

.block6 .li .single {
    padding: 20px 15px 25px 15px;
    background: #fff;
    width: 267px;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
}

.block6 .notOnline {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block6 .notOnline .btn {
    background: #666 !important;
}

.block6 .notOnline .btn:hover {
    background: #666 !important;
}

.block6 .li .single .img {
    width: 103px;
    height: 103px;
    float: left;
    border-radius: 50%;
}

.block6 .li .single .img img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.block6 .li .single .text {
    margin-left: 123px;
    height: 103px;
}

.block6 .li .single .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #515151;
    padding-top: 14px;
}

.block6 .li .single .text h3 span {
    position: relative;
    padding-right: 20px;
}

.block6 .li .single .text p {
    color: #9F9F9F;
    font-size: 12px;
    margin-top: 8px;
    position: relative;
}

.block6 .li .single .text .hr {
    height: 1px;
    width: 16px;
    background: #eee;
    margin: 9px 0;
}

.block6 .li .single .text span.btn {
    width: 85px;
    height: 22px;
    background: #4974F5;
    display: block;
    position: relative;
    line-height: 22px;
    color: #fff;
}

.block6 .li .single .text span.btn i {
    display: block;
    width: 13px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6.5px;
    background: url(../images/sys_icon.png) no-repeat -71px -22px;
}

.block6 .li .single:hover span.btn {
    background-color: #6473CF;
}

.block6 .li .single .text span.btn {
    text-indent: 25px;
}

.block6 .li .single4, .block6 .li .single8 {
    margin-right: 0;
}

/*block7*/
.block7 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.block7 .content {
    overflow: hidden;
}

.block7 .title {
    padding-bottom: 6px !important;
}

.block7 .li {
    background: #fff;
    width: 416px;
    border-right: 1px solid #E7E7E7;
    float: left;
    height: 420px;
}

.block7 .titles {
    border-bottom: 1px dotted #CACFD9;
    padding: 5px 0;
}

.block7 .titles .text {
    line-height: 54px;
    font-size: 15px;
    color: #2B3D63;
    margin-left: 25px;
    font-weight: 700;
}

.block7 .titles a {
    float: right;
    display: block;
    height: 10px;
    width: 64px;
    padding: 10px;
    background: url(../images/more.png) no-repeat left center;
    margin-top: 15px;
    text-indent: -9999px;
}

.block7 .li ul {
    padding: 25px 25px 15px 25px;
    height: 315px;
}

.block7 .li ul li a {
    display: block;
    height: 100%;
}

.block7 .li ul li font {
    float: right;
    : arial;
    font-size: 13px;
    color: #999;
}

.block7 .li ul li:hover a {
    color: #145FBC;
}

.block7 .li ul li:hover h2 {
    color: #145FBC !important;
}

.block7 .one {
    overflow: hidden;
    border-bottom: 1px dotted #CACFD9;
    padding-bottom: 30px;
}

.block7 .one .img {
    height: 90px;
    width: 145px;
    text-align: center;
    color: #fff;
    : arial;
    position: relative;
    float: left;
}

.block7 .one .news_li_content {
    margin-left: 165px;
}

.block7 .one .news_li_content .img {
    width: 100%;
    height: 100%;
}

.block7 .one .news_li_content h2 {
    font-size: 16px;
    font-weight: normal;
    color: #61697B;
    padding: 0 0 8px 0;
}

.block7 .one .news_li_content p {
    line-height: 22px;
    font-size: 13px;
    color: #999;
    height: 44px;
    overflow: hidden;
}

.block7 .one div.time {
    : arial;
    font-size: 12px;
    padding-bottom: 5px;
    color: #aaa;
    padding-top: 5px;
}

.block7 li.s {
    line-height: 50px;
    border-bottom: 1px dotted #CACFD9;
    font-size: 14px;
    color: #6C6C6C;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon3.png) no-repeat left center;
    position: relative;
}

.block7 li.s a {
    color: #747C8B;
    float: left;
    width: 270px;
}

.block7 .li2 {
    width: 783px !important;
    border-right: none !important;
}

.block7 .bigsingle {
    height: 210px;
    margin: 0 30px;
    margin-top: 25px;
}

.block7 .li2 .smallsingle {
    overflow: hidden;
    margin-top: 5px;
    height: 86px;
    overflow: hidden;
    margin-left: 30px;
    overflow: hidden;
}

.block7 .li2 .smallsingle .single {
    width: 86px;
    height: 86px;
    float: left;
    display: block;
    margin-right: 5px;
    overflow: hidden;
}

.block7 .li2 .smallsingle .single img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.block7 .li2 .smallsingle .single img:hover {
    transform: scale(1.4);
}

.block7 .li2 .smallsingle .single8 {
    margin-right: 0;
}

.block7 .bigsingle .single {
    width: 359px;
    height: 210px;
    position: relative;
}

.block7 .bigsingle .single.fl {
    background: url(../images/new_b1.png) no-repeat center;
    background-size: 100% 100%;
}

.block7 .bigsingle .single.fr {
    background: url(../images/new_b2.png) no-repeat center;
    background-size: 100% 100%;
}

.block7 .bigsingle .single .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
}

.block7 .bigsingle .single .img img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.block7 .title_big {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 23px 0 18px 23px;
}

.block7 .title_big span {
    padding-right: 34px;
    position: relative;
}

.block7 .title_big span i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 30px;
    height: 16px;
    display: block;
    background: url(../images/sys_icon.png) no-repeat -155px -22px;
}

.block7 .bigsingle p {
    line-height: 20px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    padding: 0 23px;
    position: relative;
    z-index: 1;
}

.block7 .dotdotdot {
    width: 20px;
    height: 5px;
    margin: 12px 23px;
    background: url(../images/sys_icon.png) no-repeat -98px -22px;
}

.block7 .bigsingle a {
    width: 75px;
    height: 31px;
    border: 1px solid #fff;
    display: block;
    line-height: 31px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin: 23px;
    margin-top: 50px;
    position: relative;
}

.block7 .bigsingle a i {
    display: block;
    width: 32px;
    height: 9px;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -4.5px;
    background: url(../images/sys_icon.png) no-repeat -120px -22px;
}

.block7 .bigsingle a:hover {
    opacity: 1;
}

.block7 .s:last-child {
    border-bottom: none;
}

/*block8*/
.block8 {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 30px;
    display: none;
}

.block8 .content_left {
    width: 100%;
}

.block8 .content_left ul {
    overflow: hidden;
}

.block8 .content_left li {
    width: 235px;
    height: 145px;
    float: left;
    margin: 0 5px 5px 0;
}

.block8 .content_left .single {
    width: 100%;
    height: 145px;
    background: #Fff;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    cursor: default;
}

.block8 .content_left .single .img {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background: url(../images/sys_icon.png) no-repeat -187px -22px;
}

.block8 .content_left .li1 .img {
    background-position: -4px -85px;
}

.block8 .content_left .li1.on .img {
    background-position: -4px -43px;
}

.block8 .content_left .li2 .img {
    background-position: -60px -85px;
}

.block8 .content_left .li2.on .img {
    background-position: -60px -45px;
}

.block8 .content_left .li3 .img {
    background-position: -119px -87px;
}

.block8 .content_left .li3.on .img {
    background-position: -119px -45px;
}

.block8 .content_left .li4 .img {
    background-position: -181px -84px;
}

.block8 .content_left .li4.on .img {
    background-position: -181px -45px;
}

.block8 .content_left .li5 .img {
    background-position: -237px -84px;
}

.block8 .content_left .li5.on .img {
    background-position: -237px -45px;
}

.block8 .content_left .li6 .img {
    background-position: -292px -82px;
}

.block8 .content_left .li6.on .img {
    background-position: -292px -45px;
}

.block8 .content_left .single p {
    padding: 3px 0;
    font-size: 14px;
    color: #717171;
    position: relative;
    padding-top: 10px;
}

.block8 .content_left .single p:after {
    display: block;
    height: 1px;
    width: 31px;
    position: absolute;
    content: "";
    background: url(../images/hr3.png) no-repeat center;
    left: 50%;
    top: 0px;
    margin-left: -15.5px;
}

.block8 .content_left i {
    display: block;
    position: absolute;
}

.block8 .content_left i.j1 {
    width: 9px;
    height: 7px;
    border-left: 1px solid #fff;
    left: 5px;
    top: 5px;
    border-top: 1px solid #fff;
}

.block8 .content_left i.j2 {
    width: 9px;
    height: 7px;
    border-right: 1px solid #fff;
    right: 5px;
    top: 5px;
    border-top: 1px solid #fff;
}

.block8 .content_left i.j3 {
    width: 7px;
    height: 9px;
    border-right: 1px solid #fff;
    right: 5px;
    bottom: 5px;
    border-bottom: 1px solid #fff;
}

.block8 .content_left i.j4 {
    width: 7px;
    height: 9px;
    border-left: 1px solid #fff;
    left: 5px;
    bottom: 5px;
    border-bottom: 1px solid #fff;
}

.block8 .content_left li.on a {
    background: #FF734F;
}

.block8 .content_left li.on p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 15px;
}

.block8 .content_left li.on p:after {
    background: #fff;
}

.block8 .left-intro {
    float: left;
    width: 320px;
}

.block8 .left-intro .up {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    background: -webkit-linear-gradient(to right, #11BBB8, #7BE3E2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #11BBB8, #7BE3E2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #11BBB8, #7BE3E2); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #11BBB8, #7BE3E2); /* 标准的语法 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block8 .left-intro .up b {
    display: inline-block;
    margin: 20px 0 0;
}

.block8 .left-intro .up > p {
    font-size: 20px;
    font-weight: bold;
}

.block8 .left-intro .intro {
    font-size: 16px;
    color: #999;
    line-height: 29px;
    margin-top: 22px;
}

.block8 .left-intro .intro b {
    color: #666;
    font-size: 18px;
}

.block8 .content_right {
    float: right;
    height: 472px;
    width: 835px;
    background: url(../images/bg.jpg);
}

.block8 .content_right i {
    display: block;
    position: absolute;
}

.block8 .content_right i.j1 {
    width: 9px;
    height: 7px;
    border-left: 1px solid #A9A9A9;
    left: 5px;
    top: 5px;
    border-top: 1px solid #A9A9A9;
}

.block8 .content_right i.j2 {
    width: 9px;
    height: 7px;
    border-right: 1px solid #A9A9A9;
    right: 5px;
    top: 5px;
    border-top: 1px solid #A9A9A9;
}

.block8 .content_right i.j3 {
    width: 7px;
    height: 9px;
    border-right: 1px solid #A9A9A9;
    right: 5px;
    bottom: 5px;
    border-bottom: 1px solid #A9A9A9;
}

.block8 .content_right i.j4 {
    width: 7px;
    height: 9px;
    border-left: 1px solid #A9A9A9;
    left: 5px;
    bottom: 5px;
    border-bottom: 1px solid #A9A9A9;
}

.block8 .content_right li {
    width: 100%;
    height: 100%;
}

.block8 .content_right li .p1 {
    font-weight: 700;
    color: #FF734D;
    font-size: 20px;
    padding: 28px 28px 10px 30px;
}

.block8 .content_right li .p2 {
    font-weight: 700;
    padding: 40px 23px 30px 30px;
    position: relative;
    font-size: 18px;
}

.block8 .content_right li .p3 {
    color: #999;
    line-height: 24px;
    font-size: 14px;
    padding: 15px 30px;
    padding-right: 45px;
    height: 60px;
}

/* .block8 .content_right p.p2:before{display:block;height:1px;width:20px;content:"";position:absolute;top:7px;background:#E1E1E1;} */
.block8 .content_right p.p2:after {
    display: block;
    height: 1px;
    width: 40px;
    content: "";
    position: absolute;
    bottom: 10px;
    background: #E1E1E1;
}

.block8 .kefu_btn {
    height: 24px;
    width: 107px;
    background: #FF7753;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    right: 35px;
    top: 38px;
}

.block8 .kefu_btn i.i1 {
    display: block;
    width: 5px;
    height: 8px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/sys_icon.png) no-repeat -187px -22px;
}

.block8 .kefu_btn i.i2 {
    display: block;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/sys_icon.png) no-repeat -194px -22px;
}

.block8 .content_right .single {
    width: 250px;
    height: 215px;
    float: left;
    display: block;
    margin-right: 5px;
    overflow: hidden;
}

.block8 .content_right .single img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.block8 .content_right .single img:hover {
    transform: scale(1.3);
}

.block8 .content_right .single3 {
    margin-right: 0;
}

.block8 .content_right ul {
    height: 420px;
    overflow: hidden;
}

.block8 .content_right .smallsingle {
    margin: 15px 25px;
    overflow: hidden;
    height: 215px;
}

/*floor*/
.floorbox {
    height: 0;
    position: fixed;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    z-index: 10;
}

.floor {
    width: 50px;
    background: #fff;
    position: absolute;
    left: -75px;
    top: 50%;
    border-radius: 3px;
    z-index: 100;
    margin-top: -258px;
    display: none;
}

.floor dt {
    width: 50px;
    height: 50px;
    background: #4974F5;
    border-radius: 3px 3px 0 0;
    background: #13B3B3;
}

.floor dt a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #Fff;
    font-size: 12px;
    line-height: 68px;
}

.floor dt a i {
    display: block;
    width: 11px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    top: 12px;
    background: url(../images/sys_icon.png) no-repeat -301px 0;
}

.floor dd {
    width: 48px;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.floor dd a {
    line-height: 18px;
    padding: 10px 12px;
    height: 36px;
    display: block;
    border-bottom: 1px dashed #DFDFDF;
}

.floor dd a span {
    line-height: 20px;
    text-align: center;
    display: block;
    color: #8C8C8C;
}

.floor dd a.on {
    background: #4974F5;
    border-bottom: 1px solid #4974F5;
    width: 26px;
    height: 42px;
    position: relative;
    left: -1px;
    top: -1px;
}

.floor dd a.on span {
    color: #fff !important;
}

.floor dd a:hover span {
    color: #1DBBEB;
}

.floor dd a.top {
    display: block;
    height: 40px;
    text-align: center;
    color: #8C8C8C;
    font-size: 12px;
    line-height: 60px;
    position: relative;
    border-bottom: none;
}

.floor dd a.top i {
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    top: 18px;
    background: url(../images/sys_icon.png) no-repeat -207px -22px;
}

@media screen and (max-width: 1400px) {
    .list-left {
        display: none;
    }

    .floor {
        position: fixed !important;
        left: 10px !important;
    }
}

/* 第一板块顾问 */
.guwenbox {
    width: 1200px;
    height: 430px;
    margin: 0 -4px 0 -24px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
}

.guwenbox .solid {
    width: 779px;
    height: 95px;
    text-align: left;
    background: url(../images/solid_bg.png) no-repeat;
    position: relative;
    margin: 10px 0 0 21px;
}

.guwenbox .solid img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 22px;
}

.guwenbox .solid .lianxi {
    width: 176px;
    height: 45px;
    text-indent: -9999px;
    position: absolute;
    top: 25px;
    right: 26px;
}

.block1 .mv {
    display: none;
}

.block1 .title1 .p .jiaoyikuaibao2 li a {
    color: rgba(255, 255, 255, 0.6);
}

.adpull {
    width: 100%;
    height: 99px;
    position: relative; /*display: none;*/
    overflow: hidden;
}

.adpull > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2; /*cursor: default;*/
    background: url(../images/top-banner.jpg) center center no-repeat;
}

.adpull .adpull_close {
    width: 41px;
    height: 28px;
    background: url(../images/index_close.png) no-repeat;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -596px;
    z-index: 2;
    cursor: pointer;
}

/*交易大厅 start*/
.search-box {
    height: 140px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 1200px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: #ecf1f7;
}

.search-box > p {
    float: left;
    font-size: 23px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    line-height: 28px;
    color: #88b1df;
    border: 1px dashed #88b1df;
    text-align: center;
    letter-spacing: 5px;
    margin: 30px 20px 0 40px;
    box-sizing: border-box;
    padding: 10px 0 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.search-box > a {
    display: block;
    float: left;
    width: 240px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fef5f0;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    margin: 20px 20px 0 0;
    text-align: center;
}

.search-box > a .txt {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 30px;
    text-align: left;
}

.search-box > a .txt > b {
    font-size: 22px;
    color: #c69642;
}

.search-box > a .txt > p {
    font-size: 14px;
    color: #f3c476;
    margin-top: 10px;
}

.search-box > a > i {
    display: inline-block;
    vertical-align: bottom;
    width: 54px;
    height: 55px;
    margin-right: 10px;
    background-image: url(../images/icon_server02.png);
    background-repeat: no-repeat;
}

.search-box > a.a2 {
    background: #f3f8fe;
}

.search-box > a.a2 .txt > b {
    color: #79a3dd;
}

.search-box > a.a2 .txt > p {
    color: #a2c3f0;
}

.search-box > a.a3 {
    background: #fff4f2;
}

.search-box > a.a3 .txt > b {
    color: #ec8f80;
}

.search-box > a.a3 .txt > p {
    color: #f1bbb9;
}

.search-box > a.a4 {
    background: #ecfbfa;
}

.search-box > a.a4 .txt > b {
    color: #ababad;
}

.search-box > a.a4 .txt > p {
    color: #c2c2c2;
}

.search-box > a .j2 {
    background-position: -320px -63px;
}

.search-box > a .j3 {
    background-position: -62px -64px;;
}

.search-box > a .j4 {
    background-position: -256px 0;
}

/*立即搜索表单 start*/
.block2 {
    margin-top: 23px;
}

.form-search {
    width: 100%;
    position: relative;
}

.form-search > i {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/search.png") no-repeat;
    background-size: cover;
}

.form-search > input {
    width: 800px;
    padding: 15px 130px 15px 50px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #999;
}

.form-search > .blue {
    position: absolute;
    right: 218px;
    top: 0;
    width: 150px;
    padding: 13px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #6b76a4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}

.form-search > .yellow {
    background: #4974F5;
    right: 0;
}

.form-search > .blue:hover {
    opacity: 0.9;
}

.form-search > span {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    float: left;
}

.form-bottom {
    overflow: hidden;
}

.form-bottom > p {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 20px 50px 0 115px;
}

.form-bottom > p > span {
    color: #ff6700;
    font-size: 16px;
    font-weight: bold;
}

/*最新资讯*/
.dib {
    display: inline-block;
    vertical-align: middle;
}

.news-box {
    padding-top: 15px;
    overflow: hidden;
}

.news-box li {
    width: 361px;
    float: left;
}

.news-box li.mid {
    margin: 0 30px;
}

.news-box li .type, .hy-news ul li .type {
    height: 28px;
}

.news-box li .type p, .hy-news ul li .type p {
    font-size: 18px;
    color: #6B696A;
}

.news-box li .type a, .hy-news ul li .type a {
    padding: 5px 10px;
    background: #f6f6fb;
    border-radius: 20px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase; /*margin-top: 5px;*/
}

.news-box li .type a:hover, .hy-news ul li .type a:hover {
    color: #fff;
    background: #4974F5;
}

.news-box li .com-cont {
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.news-box li .com-cont .img {
    width: 363px;
    height: 100px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.news-box li .com-cont .img img {
    width: 100%;
    height: 100%;
}

.news-box li .com-cont .news-list {
    height: 320px !important;
}

.news-box li .com-cont .news-list a {
    font-size: 14px;
    color: #666; /*padding: 10px 0;*/
    height: 33px !important;
    line-height: 33px;
    width: 100%;
    border-bottom: 1px dashed #dfdfdf;
    display: block;
    text-align: left;
}

.news-box li .com-cont .news-list a:hover {
    color: #4974F5;
}

.news-box li .com-cont .news-list a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box li .com-cont .news-list a p span {
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px; /*-webkit-border-radius: 50%;*/ /*-moz-border-radius: 50%;*/ /*border-radius: 50%;*/
    background: #13B3B3;
}

.news-box li .other-cont a {
    display: block;
    width: 100%;
    height: 75px;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.news-box li .other-cont a > span {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #4974F5;
    color: #fff;
    margin-right: 10px;
    vertical-align: top;
}

.news-box li .other-cont a .zw {
    width: 302px;
    vertical-align: top;
    text-align: left;
}

.news-box li .other-cont a .zw p {
    font-size: 15px;
    color: #6B696A;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 3px 0 5px;
}

.news-box li .other-cont a .zw span {
    position: relative;
    font-size: 13px;
    color: #666;
    width: 100%;
    height: 37px;
    line-height: 17px;
    padding: 0 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.news-box li .other-cont a .zw span:after{*//*bottom: 0;*//*right: 0;*//*content: "...";*//*padding: 0 -40px 0 0;*//*position: absolute;*//*}*/
.news-box li .other-cont a:hover .zw span {
    color: #4974F5;
}

/*ï¿½ï¿½ï¿½ï¿½ï¿½É¼ï¿½ï¿½ï¿½ start*/
.dgg-company {
    padding: 30px 0;
}

.dgg-company .tit {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.dgg-company .tit span {
    position: absolute;
    left: 148px;
    top: 13px;
    font-size: 14px;
    color: #666;
}

.dgg-company .intro {
    width: 100%;
    padding: 20px 10px;
    background: #eeeeee;
    border: 1px solid #ddd;
    margin: 30px 0;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-indent: 20px;
}

.dgg-company .ys-cont {
    margin: 20px 0 30px;
}

.dgg-company .ys-cont li {
    float: left;
    width: 200px;
    text-align: center;
}

.dgg-company .ys-cont li p {
    font-size: 18px;
    color: #666;
}

.dgg-company .ys-cont li p span {
    color: #2283d5;
}

.dgg-company .ys-cont li i {
    width: 109px;
    height: 110px; /*background: url("../images/jt-ys.png") no-repeat;*/
    margin-bottom: 10px;
}

.dgg-company .ys-cont li i.two {
    background-position: -138px 0;
}

.dgg-company .ys-cont li i.three {
    background-position: -280px 0;
}

.dgg-company .ys-cont li i.four {
    background-position: -422px 0;
}

.dgg-company .ys-cont li i.five {
    background-position: -568px 0;
}

.dgg-company .ys-cont li i.six {
    background-position: -710px 0;
}

.dgg-company .ys-img li {
    float: left;
    width: 285px;
    height: 173px;
    margin-right: 20px;
}

.dgg-company .ys-img li.last {
    margin-right: 0;
}

/*企业服务超低价 start*/
.block2_2 {
    position: relative;
    height: 690px;
    background: url("../images/block2_2.png") no-repeat;
    background-size: cover;
    margin: 70px auto 10px;
    padding: 0 33px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block2_2 ul {
    margin-top: 153px;
}

.block2_2 ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.block2_2 .ul_1 {
    float: left;
    overflow: hidden;
    width: 928px;
}

.block2_2 .ul_1 li {
    float: left;
    width: 197px;
    height: 225px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 35px 40px 0;
    text-align: center;
}

.block2_2 .ul_1 li .img {
    width: 60px;
    height: 60px;
    margin: 30px auto 10px;
}

.block2_2 .ul_1 li .img img {
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.block2_2 .ul_1 li:hover .img img {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.block2_2 .ul_1 li span {
    font-size: 18px;
    color: #6B696A;
    display: block;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block2_2 .ul_1 li .now {
    font-size: 14px;
    color: #666;
    margin: 5px auto;
}

.block2_2 .ul_1 li .now span {
    color: #4974F5;
    display: inline-block;
    width: auto;
    vertical-align: bottom;
}

.block2_2 .ul_1 li .before {
    font-size: 13px;
    color: #999;
    width: 90%;
    margin: 5px auto 10px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.block2_2 .ul_1 li .before span{*/ /*font-size: 13px;*/ /*color:#999;*/ /*text-decoration: line-through;*//*}*/
.block2_2 .ul_1 li b {
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #5174c5;
    font-size: 14px;
    font-weight: 500;
    color: #5174c5;
    margin-top: 5px;
}

.block2_2 .ul_1 li:hover b {
    background: #5174c5;
    color: #fff;
}

.block2_2 .ul_2 {
    float: right;
    overflow: hidden;
    width: 204px;
}

.block2_2 .ul_2 li {
    width: 204px;
    height: 95px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 37px;
    text-align: center;
}

.block2_2 .ul_2 li .txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 10px;
}

.block2_2 .ul_2 li .txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.block2_2 .ul_2 li .txt p > b {
    color: #4974F5;
}

.block2_2 .ul_2 li .img_right {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 50px;
}

.block2_2 .ul_2 li .img_right img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.block2_2 .ul_2 li:hover .img_right img {
    -webkit-transform: translateX(9px);
    -moz-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}

.block2_2 .ul_2 li > a > div {
    margin-top: 25px;
}

.choose-adress {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}

.choose-adress > a {
    font-size: 0;
}

.choose-adress > a > i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 28px;
    background: url("../images/dw.png") no-repeat;
    margin: 0 10px;
}

.choose-adress > a > p {
    font-size: 20px;
    color: #4974F5;
    display: inline-block;
    vertical-align: middle;
}

.choose-adress > a:hover > p.on {
    color: #ffa162;
}

.hide-city-box {
    display: none;
    position: absolute;
    top: 30px;
    left: 110px;
    width: 220px;
    background: #fff;
    padding: 10px 10px 0;
}

.hide-city-box a {
    display: block;
    float: left;
    font-size: 16px;
    color: #666;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.hide-city-box a:hover {
    text-decoration: underline;
    color: #4974F5;
}

/*布局八方 四海一家 start*/
.block8 .content_left .single p {
    line-height: 24px;
}

.block8 .content_left .single p span {
    font-size: 24px;
    color: #666;
}

/*新闻资讯 start*/
.block9 {
    padding-bottom: 40px;
}

.news-block-box {
    overflow: hidden;
}

.news-block-box li {
    float: left;
    width: 33%;
    background: #fff;
}

.news-block-box li:not(:first-child) {
    border-left: 1px dashed #ddd;
}

.news-block-box li a {
    display: block;
}

.news-block-box li .tit {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 20px 20px 15px;
    box-sizing: border-box;
}

.news-block-box li .tit p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    float: left;
}

.news-block-box li .tit > a {
    font-size: 14px;
    color: #999;
    float: right;
    margin-top: 20px;
}

.news-block-box li .tit > a:hover {
    color: #666;
    text-decoration: underline;
}

.news-block-box li .tit p b {
    font-size: 16px;
    color: #6B696A;
}

.news-block-box li .cont {
    padding: 15px 20px 20px;
    box-sizing: border-box;
}

.news-block-box li .cont a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}

.news-block-box li .cont a.img {
    height: 185px;
}

.news-block-box li .cont a.img img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news-block-box li .cont a.img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block-box li .cont a:hover {
    color: #4974F5;
}

/*自营服务 start*/
.block3 .tab_content { /*padding: 0 20px;*/
}

.block3 .tab_content .part {
    padding: 20px 20px 21px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    height: 123px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.block3 .tab_content .part:last-child { /*background: #f5f5f5;*/
    background: url(../images/bg.jpg);
    padding: 20px 0 21px;
}

.block3 .tab_content .part b {
    display: block;
    font-size: 16px;
    color: #6B696A;
    margin-bottom: 13px;
}

.block3 .tab_content .part a {
    display: inline-block;
    margin: 0 15px 11px 0;
    font-size: 14px;
    color: #777;
}

.block3 .tab_content .part a.yellow {
    color: #4974F5;
}

.block3 .tab_content .part a:hover {
    color: #4974F5;
}

.block3 .tab_content .part:last-child b, .block3 .tab_content .part:last-child a {
    margin-left: 20px;
}

.gw_2.choose-adress {
    top: 2px;
    left: 9px;
}

.gw_2.choose-adress > a > i {
    width: 14px;
    height: 20px;
    background: url(../images/dw.png) no-repeat;
    background-size: cover;
}

.gw_2.choose-adress > a > p {
    font-size: 15px;
}

.hide-city-box.gw_3 {
    top: 19px;
    left: 96px;
}

/*map*/
#allmap {
    width: 1200px;
    height: 354px;
}

#map {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

#map svg {
    left: 73px !important;
}

#ChinaMap {
    padding-right: 100px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    padding-top: 10px;
    position: relative;
    text-align: center;
}

#tiplayer {
    padding-right: 5px;
    padding-left: 5px;
    z-index: 1000;
    min-height: 1em;
    background: #000;
    max-width: 370px;
    padding-bottom: 5px;
    : 12px 'Microsoft YaHei', Arial, 宋体, Tahoma, Sans-Serif;
    color: #fff;
    padding-top: 5px;
    position: absolute;
    text-align: left;
    word-wrap: break-word;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ToolTip {
    padding-right: 5px;
    padding-left: 5px;
    z-index: 1000;
    min-height: 1em;
    background: #000;
    max-width: 350px;
    padding-bottom: 5px;
    : 12px 'Microsoft YaHei', Arial, 宋体, Tahoma, Sans-Serif;
    color: #fff;
    padding-top: 5px;
    position: absolute;
    text-align: left;
    word-wrap: break-word;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ToolTip {
    border-right: #c5b270 1px solid;
    padding-right: 15px;
    border-top: #c5b270 1px solid;
    padding-left: 15px;
    background: #fffbd6;
    padding-bottom: 0px;
    border-left: #c5b270 1px solid;
    color: #bb861c;
    line-height: 30px;
    padding-top: 0px;
    border-bottom: #c5b270 1px solid;
    top: 30px;
}

#tiplayer {
    padding: 5px 10px 10px 10px;
}

#tiplayer h1 {
    : normal 16px/35px 'microsoft yahei';
    color: #fff;
}

#tiplayer h1 b {
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 15px;
    margin-right: 3px;
    border-radius: 50%;
    background: #ff9871;
}

#tiplayer p {
    : normal 12px/24px 'microsoft yahei';
    color: #fff;
    padding-left: 9px;
}

.tl {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    : normal 12px/26px 'microsoft yahei';
    color: #858585;
}

.tl .fg span {
    background: #d8e3fb;
    margin-right: 15px;
    width: 36px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tl .wfg span {
    background: #e9edf5;
    margin-right: 15px;
    width: 36px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*2019/3/15 推荐产品修改*/
.banner_lf {
    float: left;
    width: 740px;
    height: 415px;
    position: relative;
    z-index: 2;
    margin: 30px 0 20px;
}

.border-box {
    position: absolute;
    z-index: 0;
    width: 590px;
    height: 366px;
    border: 5px solid #e1e1e1;
    top: -15px;
    left: -15px;
}

.banner_lf .bd ul {
    width: 740px;
    height: 415px;
    overflow: hidden;
}

.banner_lf .bd ul li {
    width: 740px;
    height: 415px;
    overflow: hidden;
    float: left;
}

.banner_lf .bd ul li a {
    width: 740px;
    height: 415px;
    display: block;
}

.banner_lf .bd ul li a img {
    width: 100%;
    height: 100%;
}

.banner_lf .hd ul {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.banner_lf .hd ul li {
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer;
}

.banner_lf .hd ul li.on {
    background: #13B3B3;
}

.tj_product {
    float: left;
    width: 240px;
    margin: 30px 8px 0;
}

.tj_product a {
    display: block;
    width: 100%; /*height: 141px;*/
    overflow: hidden;
    margin-bottom: 8px;
}

.tj_product a img {
    width: 100%;
    height: 100%;
}

/*form start*/
.greet-dgg {
    width: 204px;
    height: 415px;
    float: left;
    margin-top: 30px;
    background: #fff;
    box-shadow: -3px 7px 24px -7px #999;
}

.banner-form {
    text-align: center;
    padding: 0 10px;
    line-height: 1;
}

.banner-form p {
    font-size: 18px;
    color: #13B3B3;
    padding: 22px 0 20px;
    text-align: center;
}

.banner-input {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.pulics-icons {
    background: url(../images/pulic-icon_03_1.png) no-repeat;
}

.banner-input > i {
    width: 12px;
    height: 16px;
    background-position: -83px 0;
    position: absolute;
    left: 10px;
    top: 12px;
}

.banner-input > i.sever {
    width: 13px;
    height: 19px;
}

.banner-input .tel-icon {
    width: 10px;
    height: 17px;
    background-position: -95px 0;
    top: 11px;
    left: 11px;
}

.banner-input .yz-icon {
    width: 12px;
    height: 14px;
    background-position: -105px 0;
    top: 12px;
    left: 12px;
}

.banner-input input {
    font-size: 13px;
    text-align: left;
    padding-left: 35px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c8c7cc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-input input::-webkit-input-placeholder {
    color: #666;
}

.banner-input input:focus {
    border: 1px solid #9b9b9c;
}

/*select start*/
input.dummy {
    display: inline-block;
    border: 1px solid #c8c7cc;
    cursor: pointer !important;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 35px; /*background: url("../images/image02.png") 188px 15px no-repeat;*/
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 13px;
}

input.dummy:focus {
    border: 1px solid #9b9b9c;
}

#dummydata {
    position: absolute;
    width: 174px;
    z-index: 198910161111;
    background: #fff;
    height: 160px;
    overflow: auto;
    color: #888;
    border: 1px solid #bbb;
    border-top: 0;
    box-sizing: content-box;
}

#dummydata a {
    display: block;
    width: 174px;
    line-height: 32px;
    padding-left: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px !important;
    font-size: 13px;
    color: #666;
    border: none !important;
}

#dummydata a:hover {
    text-decoration: none;
    background: #e7e5e5 !important;
    color: #666;
}

#dummydata a.selected {
    color: #2654d0;
}
.hot-words span{
    font-size: 14px;
    padding-right: 5px
}
.banner-form button {
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #13B3B3;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.banner-form button:hover {
    opacity: 0.8;
}

.greet-bz {
    padding-bottom: 30px;
}

.greet-bz > h5 {
    font-size: 15px;
    text-align: center;
    color: #6B696A;
    line-height: 1;
    padding: 30px 0 15px;
    border-top: 1px solid #f2f2f2;
}

.greet-bz > p {
    width: 100%;
    overflow: hidden;
}

.greet-bz > p span {
    display: block;
    width: 33.33%;
    text-align: center;
    float: left;
    line-height: 1;
    font-size: 14px;
    color: #888;
}

.txtMarquee-top {
    margin-bottom: 19px;
}

.greet-bz > p i.com {
    width: 18px;
    height: 20px;
    background: url("../images/icon_033.png") no-repeat;
    margin-bottom: 7px;
}

.greet-bz > p .com.p2 {
    background-position: -19px 0;
}

.greet-bz > p .com.p3 {
    background-position: -39px 0;
}

/*产品*/
.sk {
    position: relative;
    z-index: 33;
    height: 380px;
    background:url("/public/2020index/images/back_qyjy.png")no-repeat center ;
}
.sk>h2{
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
    padding-top: 20px;
}
.sk .cx_description{
    text-align: center;
}
.sk ul{
    width: 1080px;
    margin: 0 auto;
}

.sk ul li{
    width: 200px;
    height: 255px;
    float: left;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 20px;
}
.sk ul li:first-child{
    margin-left: 0;
}
.bg-color{
    width: 100%;
    height: 182px;
    background-color: #fff;
}
.qycx_one{
    height: 72px;
    color: #fff;
    font-size: 20px;
    line-height: 80px;
    font-weight: 800;
    text-indent: 10px;
}
.bg-one{
    background: url("/public/2020index/images/img_cgs.png")no-repeat center;
    background-size: 100%;
}
.bg-two{
    background: url("/public/2020index/images/img_jyyc.png")no-repeat center;
    background-size: 100%;
}
.bg-three{
    background: url("/public/2020index/images/img_law.png")no-repeat center;
    background-size: 100%;
}
.bg-four{
    background: url("/public/2020index/images/img_csb.png")no-repeat center;
    background-size: 100%;
}
.bg-five{
    background: url("/public/2020index/images/img_sbjc.png")no-repeat center;
    background-size: 100%;
}
.qycx_two{
    text-align: center;
    padding:20px;
    line-height: 25px;
}
.qycx_three{
    padding-right: 18px;
    box-sizing: border-box;
    border: 1px solid #4974F5;
    color: #4974F5;
    text-align: center;
    margin: 0 auto;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-image: url(/public/2020index/images/icon_11.png);
    background-repeat: no-repeat;
    background-position: 104px;
}
.qycx_three:hover{
    background-color:#4974F5;
    color: #fff;
    background-image: url(/public/2020index/images/icon_10.png);

}
.qycx_three{
    /*text-align: center;*/
    /*background-color: #4974F5;*/
    /*color: #fff;*/
    /*margin: 0 auto;*/
}
.sk_inner {
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 277px;
    box-shadow: -3px 7px 24px -7px #999;
}

.sk_hd {
    position: relative;
    float: left;
    width: 190px;
    height: 275px;
    background: url("../images/cp_bg.jpg") no-repeat;
    color: #fff;
    border: 1px solid #13B3B3;
}

.sk_hd_lk {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.sk_hd_lk:hover {
    color: #fff;
}

.sk_tit {
    position: absolute;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    text-align: center;
    padding-bottom: 8px;
    top: 42px;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
}

.sk_bd {
    float: left;
    height: 277px;
}

.sk_bd li {
    float: left;
    width: 196px;
    height: 100%;
}

.sk_bd li:not(:last-child) {
    border-right: 1px dashed #ddd;
}

.o2_mini .sk_list {
    width: 598px;
}

.o2_mini .sk_list_inner {
    width: 599px;
}

.sk .slider_control {
    top: 110px; /* opacity: 0; */
}

.sk_item_lk {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.sk_item_lk .img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.sk_item_lk .img img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sk_item_lk:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk_item_lk h3 {
    margin: 18px auto 14px;
    font-size: 14px;
    color: #666;
    height: 34px;
    line-height: 17px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}

.sk_item_lk h3 b {
    color: #6B696A;
}

.sk_item_lk:hover h3, .sk_item_lk:hover h3 b {
    color: #11BBB8;
}

.sk_item_lk > p {
    overflow: hidden;
}

.sk_item_lk > p span {
    display: block;
    float: left;
    width: 48%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4974F5;
}

.sk_item_lk > p span.before {
    text-decoration: line-through;
    color: #999;
}

/*.sk_bd li:last-child .sk_item_lk>p span.before{    text-decoration: none!important;}*/
.sk_item_lk > p span.now {
    color: #fff;
    background: #4974F5;
}

.sk_desc {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    font-size: 16px;
}

.sk_ico {
    position: absolute;
    left: 86px;
    top: 126px;
    display: block;
    width: 20px;
    height: 33px;
    background-image: url(../images/sprite.seckill.png);
    background-position: -35px -25px;
}

.sk_cd {
    position: absolute;
    top: 212px;
    left: 30px;
    height: 40px;
}

.sk .cd_day {
    display: none;
}

.sk .cd_item {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #2f3430;
    margin-right: 5px;
}

.sk .cd_item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #e83632;
}

.sk span {
    position: relative;
    line-height: 40px;
    font-weight: bold; /* font-size: 16px; */
    font-size: 20px;
}

.timespan .cd_item span {
    position: relative;
    line-height: 40px;
    font-weight: bold; /* font-size: 16px; */
    font-size: 22px;
}

.db {
    display: block;
}

.choose-adress.c_1 {
    position: absolute;
    top: 5px;
    left: 0;
    height: 50px;
    z-index: 33;
}

.choose-adress.c_1 > a {
    font-size: 0;
}

.choose-adress.c_1 > a > i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 24px;
    background: url(../images/dw_2.png) no-repeat;
    margin: 0 3px 0 10px;
    background-size: cover;
}

.choose-adress.c_1 > a > p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.choose-adress.c_1 > a:hover > p.on { /*color:#ffa162;*/
    color: #fff;
    text-decoration: underline;
}

.hide-city-box {
    z-index: 33;
}



.choose-adress.c_1 {
    top: -35px;
}

.choose-adress.c_1 > a > p {
    color: #11BBB8;
}

.choose-adress.c_1 > a > i {
    height: 28px;
    background: url(/public/2019index/images/dw.png) no-repeat;
}

.choose-adress.c_1 > a:hover > p.on {
    color: #11BBB8;
}

.hide-city-box {
    top: -18px;
    left: 86px;
}

.city-news {
    position: absolute;
    top: -30px;
    left: 209px;
    width: 985px;
    height: 13px;
    overflow: hidden;
}

.city-news .bd ul {
    overflow: hidden;
}

.city-news .bd ul li {
    float: left;
    margin-right: 40px;
    position: relative;
    padding-left: 15px;
}

.city-news .bd ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #11BBB8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.city-news .bd ul li a {
    display: block;
    width: 290px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city-news .bd ul li a:hover {
    color: #11BBB8;
}



.sk .sbjy-img{
    position: absolute;
    top: -105px;
    box-shadow: 0 5px 5px #4974F5;
    overflow: hidden;
}

.choose-adress.c_1 {
    top: -35px;
}

.choose-adress.c_1 > a > p {
    color: #11BBB8;
}

.choose-adress.c_1 > a > i {
    height: 28px;
    background: url(/public/2019index/images/dw.png) no-repeat;
}

.choose-adress.c_1 > a:hover > p.on {
    color: #11BBB8;
}

.hide-city-box {
    top: -18px;
    left: 86px;
}

.city-news {
    position: absolute;
    top: -30px;
    left: 209px;
    width: 985px;
    height: 14px;
    overflow: hidden;
}

.city-news .bd ul {
    overflow: hidden;
}

.city-news .bd ul li {
    float: left;
    margin-right: 40px;
    position: relative;
    padding-left: 15px;
}

.city-news .bd ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #11BBB8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.city-news .bd ul li a {
    display: block;
    width: 290px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city-news .bd ul li a:hover {
    color: #11BBB8;
}
.header .top_right .contact{
    font-size: 12px;
}
.header .top_right .top_menu li a{
    font-size: 12px;
}