/***** 通用样式 *****/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

a {
    text-decoration: none
}

.block {
    display: block
}

.hidden {
    display: none;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/***** 背景图切换 *****/
.fullSlide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

.fullSlide ul {
    width: 100% !important;
}

.fullSlide li {
    width: 100% !important;
}

/***** 右侧功能链接 *****/
.right-link {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 60px;
    height: 388px;
    z-index: 999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.right-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.right-box ul {
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0px;
}

.right-link1 {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    z-index: 1000;
}

.right-link2 {
    width: 35px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    z-index: 999;
}

.right-link span {
    width: 100%;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    display: block;
    margin-top: 10px;
    float: left;
}

.right-link1 span {
    background: url(sq-icon.png) no-repeat center;
    background-size: 25px;

}

.right-link2 span {
    background: url(zk-icon.png) no-repeat center;
    background-size: 20px;
}

.right-link a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #73777a;
    padding-top: 40px;
    text-align: center;
}

.right-link1 a {
    height: 68px;
}

.right-link2 a {
    height: 45px;
}

.right-link a:hover {
    color: #FFF;
}

.right-link .right-link-k {
    background: url(k.png) no-repeat center 12px;
}

.right-link .right-link-b {
    background: url(b.png) no-repeat center 12px;
}

.right-link .right-link-c {
    background: url(c.png) no-repeat center 12px;
}

.right-link .right-link-an {
    background: url(an.png) no-repeat center 12px;
}

.right-link .right-link-re {
    background: url(re.png) no-repeat center 12px;
}

.right-link .right-link-he {
    background: url(he.png) no-repeat center 12px;
}

.right-link .right-link-ewm {
    background: url(ewm-icon.png) no-repeat center 12px;
}


.right-link .right-link-k:hover {
    background: #448AF0 url(k-on.png) no-repeat center 12px;
}

.right-link .right-link-b:hover {
    background: #448AF0 url(b-on.png) no-repeat center 12px;
}

.right-link .right-link-c:hover {
    background: #448AF0 url(c-on.png) no-repeat center 12px;
}

.right-link .right-link-an:hover {
    background: #448AF0 url(an-on.png) no-repeat center 12px;
}

.right-link .right-link-re:hover {
    background: #448AF0 url(re-on.png) no-repeat center 12px;
}

.right-link .right-link-he:hover {
    background: #448AF0 url(he-on.png) no-repeat center 12px;
}

.right-link .right-link-ewm:hover {
    background: #448AF0 url(ewm-icon-on.png) no-repeat center 12px;
}

.ewm-box {
    position: relative;
    float: left;
    width: 100%;
}

.ewm-box:hover .ewm-list {
    display: block;
}

.right-link1 .ewm-list {
    width: 105px;
    height: 100px;
    position: absolute;
    top: -15px;
    right: 60px;
    display: none;
    padding-right: 5px;
}

.right-link2 .ewm-list {
    width: 105px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: 35px;
    display: none;
    padding-right: 5px;
}

.ewm-list img {
    width: 100px;
    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);
}

.k-box:hover .k-list {
    display: block;
}

.right-link1 .k-list {
    width: 105px;
    height: 68px;
    padding-right: 25px;
    position: absolute;
    top: 0px;
    right: 60px;
    display: none;
}

.right-link2 .k-list {
    width: 105px;
    height: 68px;
    padding-right: 25px;
    position: absolute;
    top: 0px;
    right: 35px;
    display: none;
}

.k-list div {
    float: right;
}

.k-bg1 {
    width: 20px;
    height: 100%;
    background: url(jt-icon.png) no-repeat left center;
    position: absolute;
    top: 0px;
    right: 5px;

}

.k-bg2 {
    width: 80px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);
    padding: 4px 0;
}

.k-list p {
    width: 100%;
    height: 30px;
    text-align: center;
}

.k-list p a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #2B2F32;
    padding: 0;
}

.k-list p a:hover {
    color: #448AF0;
}


/***** 第一部分 *****/
.section1 {
    position: relative;
    height: 445px;
}

.section1-left {
    width: 766px;
    height: 100%;
    color: #fff;
}

.section1-left .section1-title1 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 54px;
    font-weight: 300;
    opacity: 0;
}

.section1-left .section1-title2 {
    font-size: 42px;
    line-height: 59px;
    margin-top: 54px;

}

.search {
    width: 584px;
    height: 58px;
    margin-top: 15px;
}

.search input {
    height: 58px;
    line-height: 58px;
    border: 0;
    background: none;
    outline: none;
}

.search input[type=text] {
    width: 500px;
    float: left;
    border: 1px solid #b0c4d6;
    padding-left: 17px;
    font-size: 16px;
    color: #999999;
    border-right: 0;
    background-color: #fff;
    font-weight: 300;
}

.search input[type=submit] {
    width: 84px;
    background: #fd4040;
    cursor: pointer;
    float: left;
    font-size: 18px;
}

.section1-right {
    width: 404px;
    height: 360px;
    background: url(https://zz.hnzwfw.gov.cn/picture/0/2111081751107968345.png) no-repeat 250px 0px;
}

.section1-right .my-order,
.section1-right .my-data {
    width: 404px;
    height: 320px;
    margin: 20px 0;
    display: none
}

.section1-right #data-months {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding: 0 131px 0 0 !important;
    cursor: default;
    position: relative;
}

.section1-right #data-days {
    font-size: 30px;
    color: #fff;
    text-align: right;
    padding: 35px 134px 0 0;
    line-height: 42px;
    cursor: default;
    font-weight: 600;
}

.section1-right .order-content {
    width: 405px;
    height: 330px;
    float: right;
    margin-top: -100px;
    background: red
}

.order-content .order-title {
    width: 100%;
    height: 54px;
    background: #f8f8f8
}

.order-content .order-title p {
    font-size: 20px;
    line-height: 54px;
    padding-left: 10px;
}

.order-content .order-title a {
    display: inline-block;
}

/***** 第二部分 *****/
.section2 {
    height: 110px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(158, 164, 195, 0.31);
    border-radius: 3px;
    border-radius: 3px;
}

.section2-left {
    position: relative;
    width: 600px;
    height: 110px;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.section2-left li {
    float: left;
}

.section2-left li a {
    display: inline-block;
    width: 145px;
    margin: 10px 45px 0 0;
}

.section2-left li a p {
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #2B2F32;
}

.section2-left li a img {
    float: left;
    margin-left: 5px;
    vertical-align: middle;
}

.section2-left li a span {
    float: left;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    color: #999;
}

.section2-left .refresh>a {
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 15px;
    margin: 0 auto;
    line-height: 16px;
    padding-left: 25px;
    color: #999;
    font-size: 14px;
    background: url(refresh.png) no-repeat left;
}

.section2-right {
    width: 600px;
    height: 110px;
    background-color: #F7F7F7;
    background-image: url(zzfb.png);
    background-repeat: no-repeat;
    background-position: 0px center
}

.section2-right .txzx {
    margin: 0 auto;
    width: 350px;
    height: 60px;
    overflow: hidden;
    position: relative;
    background: url(/picture/1/2004211629145219308.png) no-repeat left;
    background-size: 52px 52px;
}

.section2-right .txzx .txzx-lm {
    width: 52px;
    float: left;
    padding: 0;
}

.section2-right .txzx .txzx-xw {
    display: inline-block;
    text-decoration: none;
    width: 350px;
    height: 60px;
    padding-left: 57px;
    color: #222225;
    font-weight: 600;
}

.section2-right .txzx .txzx-xw span {
    display: inline-block;
    width: 200px;
    line-height: 26px;
}

.section2-right .txzx .txzx-xw img {
    float: right;
    width: 90px;
    height: 57px;
    display: block;
    vertical-align: middle;
}

.rmxx-top {
    position: relative;
    width: 350px;
    height: 100px;
}

.rmxx-top ul li {
    float: left;
}

.rmxx-top ul li a {
    display: inline-block;
    background: url(pointIcon.png) no-repeat left;
    width: 100%;
    ;
    margin: 0 auto;
    line-height: 22px;
    padding-left: 10px;
    color: #333;
    font-size: 15px;
}


/***** 第三部分 *****/
.zq-title {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background: url(cup.png) no-repeat left 10px;
    background-size: 40px 40px;
}

.zq-title h5 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 60px;
}

.zq-title ul {
    float: right;
}

.zq-title ul li {
    float: left;
    width: 30px;
    font-size: 16px;
    color: #999;
    line-height: 28px;
}

.zq-title ul li:hover {
    font-size: 18px;
    color: #007be6;
    line-height: 28px;
}

.zq-title ul .active-gn {
    font-size: 18px;
    color: #007be6;
    line-height: 28px;
}

.zq-title #oDiv {
    padding-left: 60px;
    font-size: 16px;
    width: 300px;
    float: left;
    color: #999;
    line-height: 28px;
}

.zq-title .zq-more {
    float: right;
    width: 60px;
    font-size: 14px;
    text-align: right;
    line-height: 28px;
}

.zq-title .zq-more a {
    color: #3D3D3D;
}

.zq-products ul {
    width: 100%;
    height: 200px;
    margin: 30px 0;
}

.zq-products ul li {
    position: relative;
    float: left;
    width: 285px;
    height: 200px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.zq-products ul li a {
    display: inline-block;
    position: relative;
    float: left;
    width: 285px;
    height: 200px;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(158, 164, 195, 0.31);
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.zq-products ul :first-child {
    margin-left: 0;
}

.zq-products ul li a:hover {
    background-size: 110% 110%;
}

.zq-products ul li a p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 64px;
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.zq-products ul li a span {
    display: inline-block;
    width: 285px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

.zq-products .main-gn {
    display: none;
}

.zq-products .main-gn.selected-gn {
    display: block;
}

/****** 第四部分 *****/
.section4-top,
.section4-bottom {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(158, 164, 195, 0.31);
}

.section4-left {
    position: relative;
    width: 285px;
    height: 400px;
    overflow: hidden;
}

.section4-top .section4-left a {
    display: inline-block;
    width: 285px;
    height: 400px;
    color: #fff;
    background: url(/picture/0/2004111631165585910.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.section4-top .section4-left a:hover {
    background-size: 110% 110%;
}

.section4-bottom .section4-left a {
    display: inline-block;
    width: 285px;
    height: 400px;
    color: #fff;
    background: url(/picture/0/2004111631165277358.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.section4-bottom .section4-left a:hover {
    background-size: 110% 110%;
}

.section4-left a p {
    position: relative;
    font-size: 32px;
    line-height: 45px;
    margin-top: 70px;
    text-align: center;
    font-weight: 600;
}

.section4-left a span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 12px;
    text-align: center;
    font-weight: 300;
}

.section4-left a .section-more {
    width: 135px;
    height: 40px;
    line-height: 38px;
    margin: 55px 75px 99px 75px;
    border: 2px solid #fff;
}

.section4-right {
    width: 915px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07)
}

.section4-right li {
    float: left;
    width: 280px;
    height: 120px;
    margin: 10px 12px 0 13px;
}

.section4-right li .section4-right-zt a {
    display: inline-block;
    font-size: 19px;
    color: #2B2F32;
    padding-left: 75px;
    margin-top: 25px;
    line-height: 26px;
}

.section4-right li .section4-right-sx {
    padding-left: 75px;
    padding: 0 5px 0 75px;
}

.section4-right .section4-right-sx a {
    /* display: inline-block; */
    font-size: 13px;
    padding: 0;
    color: #646464;
    line-height: 20px;
}

.section4-right li span {
    display: inline-block;
    font-size: 13px;
    padding: 0;
    color: #3D3D3D;
    line-height: 20px;
}

.section4-top .section4-right li:hover,
.section4-bottom .section4-right li:hover {
    background-color: #f8f8f8;
}

/***** 个人服务背景图片 *****/
.section4-top .section4-right-1 {
    background: url(grfw001.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-2 {
    background: url(grfw002.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-3 {
    background: url(grfw003.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-4 {
    background: url(grfw004.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-5 {
    background: url(grfw005.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-6 {
    background: url(grfw006.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-7 {
    background: url(grfw007.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-8 {
    background: url(grfw008.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-top .section4-right-9 {
    background: url(grfw009.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

/***** 法人服务背景图片 *****/
.section4-bottom .section4-right-1 {
    background: url(frfw001.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-2 {
    background: url(frfw002.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-3 {
    background: url(frfw003.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-4 {
    background: url(frfw004.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-5 {
    background: url(frfw005.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-6 {
    background: url(frfw006.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-7 {
    background: url(frfw007.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-8 {
    background: url(frfw008.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}

.section4-bottom .section4-right-9 {
    background: url(frfw009.png) no-repeat 10px 25px;
    background-size: 50px 50px;
}


/***** 第五部分 *****/
.hcp_wrap {
    width: 1200px;
    margin: 0 auto;
    height: 180px;
    margin-top: 20px;
    background-image: url(hcp_bg.png);
    background-color: #367CEE;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.hcp_wrap li {
    width: 299px;
    height: 105px;
    margin-top: 38px;
    float: left;
    border-right: 1px solid #9CBBE2;
}

.hcp_wrap li {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.hcp_wrap li span {
    display: block;
}

.hcp_wrap li .tit2 {
    padding-top: 7px;

}

.hcp_wrap li i {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    margin-right: 8px;
    font-style: inherit;
    font-family: Segoe UI, Segoe UI-Regular;
}


.section5 {
    width: 100%;
    background: url(big_bg.png) no-repeat top center;
    margin-top: 40px;
}

.section5-title {
    width: 100%;
    height: 100px;
    padding-top: 25px;
    color: #fff;
}

.section5-title .section5-title-name {
    font-size: 26px;
    line-height: 75px;
    font-weight: 600;
}

.section5-title .section5-title-months {
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    padding-left: 10px;
    font-weight: 300;
}

.section5-title .section5-title-more {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    padding-left: 10px;
    color: #fff;
    width: 87px;
    background: url(whiteMoreIcon.png) no-repeat 82px center;
    background-size: 5px 10px;
}

.section5-title .section5-title-more :hover {
    color: #fff;
}

.section5-list {
    float: left;
    width: 100%;
    height: 180px;
    background: #fff;
    background: rgba(255, 255, 255, .15);
    filter: alpha(opacity=15);
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.30);
    filter: alpha(opacity=30);
}

.section5-list li {
    display: inline-block;
    width: 235px;
    height: 104px;
    margin: 38px 0 38px 0;
    border-left: 1px solid #fff;
    color: #fff;
}

.section5-list :first-child {
    border-left: none;
}

.section5-list li p {
    padding-left: 30px;
    font-size: 54px;
    float: left;
}

.section5-list li span {
    display: inline-block;
    float: left;
    padding-left: 5px;
    font-size: 17px;
    margin-top: 30px;
}

.section5-list li div {
    float: left;
    height: 40px;
    width: 100%;
    padding-left: 30px;
    line-height: 40px;
}

.wap-reviews {
    display: none
}

/***** 第六部分 *****/
.section6 {}

.section6-title {
    width: 100%;
    height: 60px;
}

.section6-title .section6-title-name {
    line-height: 42px;
    font-size: 30px;
    color: #3D3D3D;
    font-weight: 600;
}

.section6-title .section6-title-more {
    line-height: 26px;
    font-size: 14px;
}

.section6-title .section6-title-more a {
    color: #3d3d3d;
    display: inline-block;
    margin-top: 17px;
    width: 50px;
    background: url(blackMoreIcon.png) no-repeat 42px center;
    background-size: 5px 10px;
}

.section6-title .tab-bmfw {
    padding-top: 16px;
    float: right;
}

.section6-title .tab-bmfw li {
    float: left;
    width: 30px;
    font-size: 16px;
    color: #999;
    line-height: 28px;
}

.section6-title .tab-bmfw li:hover {
    font-size: 18px;
    color: #007be6;
    line-height: 28px;
}

.section6-title .tab-bmfw .active-fw {
    font-size: 18px;
    color: #007be6;
    line-height: 28px;
}

.section6-content li {
    float: left;
    width: 285px;
    height: 64px;
    margin: 0 20px 30px 0;
}

.section6-content li a {
    display: inline-block;
    width: 285px;
    height: 64px;
    line-height: 65px;
    padding: 0 45px 0 30px;
    font-size: 18px;
    color: #2B2F32;
    font-weight: 600;
    background: url(ggfw-bg1.png) no-repeat left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section6-content li a:hover {
    color: #FFF;
    background: url(ggfw-bg.png) no-repeat left;
}

.section6-content .main-fw {
    display: none;
}

.section6-content .main-fw.selected-fw {
    display: block;
}

.section6-content li:nth-child(4n) {
    margin-right: 0
}

.wap-more-icon {
    margin-left: 8px
}


.zt_service {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    height: 296px;
    box-shadow: 0px 0px 12px 0px rgba(130, 130, 130, 0.16);
    margin-top: 39px;
    padding: 30px;
}

.zt_left {
    float: left;
    width: 400px;
    height: 236px;
    position: relative;
}

.zt_btn {
    z-index: 20;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.zt_btn li {
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.ul_left {
    position: relative;
}

.ul_left li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zt_btn .current {
    background-color: #367cee;
}

.zt_right {
    float: left;
    width: 710px;
    margin-left: 30px;
}

.zt_right li {
    width: 345px;
    height: 108px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    background-position: 27px center;
    margin-bottom: 20px;
}


.zt_right li:nth-child(1) {
    background-image: url(serv_5.png);
    cursor: pointer;
}

.zt_right li:nth-child(2) {
    background-image: url(serv_2.png);
    cursor: pointer;
}

.zt_right li:nth-child(3) {
    background-image: url(serv_1.png);
    cursor: pointer;
}

.zt_right li:nth-child(4) {
    background-image: url(serv_4.png);
}

.zt_right li:nth-child(2n) {
    margin-right: 0px;
}

.zt_tit {
    font-size: 20px;
    color: #333333;
    padding-left: 100px;
    padding-top: 19px;
}

.zt_tit2 {
    padding-left: 100px;
    padding-top: 18px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
}

.zt_tit2 a {
    color: #333333;
    margin-right: 8px;
    width: 103px;
    float: left;
    margin-bottom: 5px;
    color: #367CEE;
}

.zt_tit2 a:nth-child(2n) {
    padding-left: 20px;
}

.section4 {
    width: 1210px !important;
    margin-top: 40px !important;
}

.fw_wrap {
    padding-top: 40px;
}

.fw_wrap li {
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    display: inline-block;
    position: relative;
    height: 48px;
    cursor: pointer;
    margin-right: 40px;
}

.fw_wrap .current2 {
    color: #333333;
    font-size: 24px;

}

.fw_wrap .current2::after {
    content: '';
    width: 28px;
    height: 9px;
    background: url(current2.png) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 35px;
}

.fw_wrap_content ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fw_wrap_content ul li {
    width: 380px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.16);
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 45px 58px;
}

.fw_list {
    display: none;
    margin-top: 20px;
}

.gr_wrap ul li:nth-child(1) {
    background-image: url(grfw001.png);
}

.gr_wrap ul li:nth-child(2) {
    background-image: url(grfw002.png);
}

.gr_wrap ul li:nth-child(3) {
    background-image: url(grfw003.png);
}

.gr_wrap ul li:nth-child(4) {
    background-image: url(grfw004.png);
}

.gr_wrap ul li:nth-child(5) {
    background-image: url(grfw005.png);
}

.gr_wrap ul li:nth-child(6) {
    background-image: url(grfw006.png);
}

.fw_list .fw_list_tit {
    width: 143px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 28px;
    float: left;
    padding-top: 120px;
}

.fw_list .fw_list_tit a {
    color: #333;
}

.fw_list .fw_shu {
    width: 1px;
    height: 160px;
    border: 1px dotted #e3e3e3;
    margin-top: 20px;
    float: left;
}

.fw_list_wrap {
    float: left;
    padding: 30px 0px 0px 30px;
}

.fw_list_wrap p {
    width: 185px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.fw_list_wrap p a {
    color: #333;
}

.fw_list_wrap p a:hover {
    color: #007be6;
}

.sy_tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

.sy_tit span {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
}

.bm_fw {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bm_fw li {
    width: 277px;
    height: 54px;
    font-size: 16px;
    padding-left: 20px;
    line-height: 54px;
    text-align: left;
    background-color: #F1F2F3;
    margin-bottom: 20px;

}

.bm_fw li a {
    width: 250px;
    color: #222222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm_fw li:hover a {
    color: #007be6;
}

.fr_wrap li:nth-child(1) {
    background-image: url(frfw001.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.fr_wrap li:nth-child(2) {
    background-image: url(frfw002.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.fr_wrap li:nth-child(3) {
    background-image: url(frfw003.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.fr_wrap li:nth-child(4) {
    background-image: url(frfw004.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.fr_wrap li:nth-child(5) {
    background-image: url(frfw005.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.fr_wrap li:nth-child(6) {
    background-image: url(frfw006.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
}

.section2-right {
    padding-top: 20px;
    padding-left: 90px;
}

.section2-right li a{
    padding-left: 14px;
}