/**
 * Reset some basic elements
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    padding: 0;
    margin: 0;
}

/**
 * Basic styling
 */
.body {
    font-family: Tahoma, Arial, "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #6f7b91;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    min-width: 1100px;
}

html,
body {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
}

a img {
    border: 0 none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.caption {
    margin-bottom: 14px;
    height: 30px;
    line-height: 30px;
}

/**
 * Clearfix
 */
button {
    font-family: Tahoma, Arial, "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    border: 0 none;
}

.ml-30 {
    margin-left: 30px;
}

textarea,
input {
    font-family: Tahoma, Arial, "Hiragino Sans GB", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

.header-warp {
    width: 100%;
}

.header-warp .header-top {
    width: 100%;
    background: #404a53;
}

.header-warp .header-top .top-tit {
    width: 1100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #c5c5c5;
}

.header-warp .header-top .top-tit .top-left {
    float: left;
    line-height: 40px;
}

.header-warp .header-top .top-tit .top-left .zixun {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 23px;
    margin-right: 5px;
    background: url(../img/ico.png);
    background: url(../img/ico.svg), none;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header-warp .header-top .top-tit .top-left:hover {
    color: #7fbaf6;
}

.header-warp .header-top .top-tit .top-left:hover .zixun {
    background: url(../img/icolan.png);
    background: url(../img/icolan.svg), none;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header-warp .header-top .top-tit .top-right {
    float: right;
    line-height: 40px;
}

.header-warp .header-top .top-tit .top-right span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 23px;
    margin: 0 5px;
    background: url(../img/ico.png) no-repeat;
}

.header-warp .header-top .top-tit .top-right a {
    color: #c5c5c5;
    margin-right: 15px;
}

.header-warp .header-top .top-tit .top-right a:hover {
    text-decoration: none;
}

.header-warp .header-top .top-tit .top-right .about {
    background: url(../img/about-ico.png);
    background: url(../img/about-ico.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-top .top-tit .top-right .guanyu:hover {
    color: #7fbaf6;
}

.header-warp .header-top .top-tit .top-right .guanyu:hover .about {
    background: url(../img/about-icolan.png);
    background: url(../img/about-icolan.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-top .top-tit .top-right .wenti {
    background: url(../img/about2.png);
    background: url(../img/about2.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-top .top-tit .top-right .wenti1:hover {
    color: #7fbaf6;
}

.header-warp .header-top .top-tit .top-right .wenti1:hover .wenti {
    background: url(../img/aboutlan2.png);
    background: url(../img/aboutlan2.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-top .top-tit .top-right .zixun {
    background: url(../img/qq.png);
    background: url(../img/qq.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-top .top-tit .top-right .zixun1:hover {
    color: #7fbaf6;
    text-decoration: none;
}

.header-warp .header-top .top-tit .top-right .zixun1:hover .zixun {
    background: url(../img/qqlan.png);
    background: url(../img/qqlan.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-list {
    width: 100%;
    background: #FFFFFF;
}

.header-warp .header-list .list-warp {
    width: 1100px;
    height: 60px;
    margin: 0 auto;
    padding-top: 30px;
}

.header-warp .header-list .list-warp .log {
    display: inline-block;
    float: left;
    width: 125px;
    height: 40px;
    background: url(../img/log.png);
    background-image: url(../img/log.svg), none;
    background-repeat: no-repeat;
}

.header-warp .header-list .list-warp .list-content {
    float: right;
}

.header-warp .header-list .list-warp .list-content .list {
    float: left;
    text-align: center;
    padding: 10px 15px 0 15px;
}

.header-warp .header-list .list-warp .list-content .list .list-content {
    color: #1c3d57;
    font-size: 15px;
    display: block;
    width: 70px;
    height: 40px;
    text-align: center;
}

.header-warp .header-list .list-warp .list-content .list .list-content:hover {
    text-decoration: none;
    color: #238de7;
}

.header-warp .header-list .list-warp .list-content .list:hover {
    background: url(../img/hover-bg.png) center bottom no-repeat;
}

.header-warp .header-list .list-warp .list-content .list:hover ul {
    display: block;
}

.header-warp .header-list .list-warp .list-content .child-list {
    position: relative;
}

.header-warp .header-list .list-warp .list-content .child-list ul {
    position: absolute;
    left: -30px;
    top: 50px;
    z-index: 10;
    display: none;
    border-top: 1px solid #cccccc;
}

.header-warp .header-list .list-warp .list-content .child-list ul li {
    width: 160px;
    height: 38px;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=90);
    border-bottom: 1px solid #cccccc;
}

.header-warp .header-list .list-warp .list-content .child-list ul li a {
    display: block;
    width: 160px;
    height: 40px;
    color: #737475;
    line-height: 40px;
}

.header-warp .header-list .list-warp .list-content .child-list ul li a:hover {
    color: #3697e9;
    text-decoration: none;
}

.header-warp .header-list .list-warp .list-content .child-list ul li:hover {
    border-bottom: 1px solid #3998e9;
}

.header-warp .header-list .list-warp .list-content .child-list ul:hover {
    display: block;
}

.current {
    background: url(../img/hover-bg.png) center bottom no-repeat;
}

.header-warp .header-list .list-warp .list-content .list .current .list-content {
    color: #238de7;
}

.ui-site-footer .footer-warp {
    width: 100%;
    background: #404A53;
}

.ui-site-footer .footer-warp .footer-main {
    width: 1100px;
    height: 160px;
    margin: 0 auto;
}

.ui-site-footer .footer-warp .footer-main .main-left {
    color: #f2f3f4;
    float: left;
    margin-top: 35px;
    text-align: left;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt1 {
    /*width: 465px;*/
    width: 700px;
    background: url(../img/dianhua.png);
    background-image: url(../img/95310-01.png), none;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt2 {
    font-size: 12px;
    margin-top: 30px;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt4 {
    color: #fff;
    font-size: 12px;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt5 {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    color: #aaccfc;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt6 {
    color: #aaccfc;
    font-size: 12px;
}

.ui-site-footer .footer-warp .footer-main .main-left .txt2 span {
font-size: 14px;
color: #f2f3f4;
margin-left: 20px;
}

.ui-site-footer .footer-warp .footer-main .main-right {
float: right;
margin-top: 35px;
}

.ui-site-footer .footer-warp .footer-main .main-right dl {
float: left;
}

.ui-site-footer .footer-warp .footer-main .main-right dl dt {
width: 70px;
height: 70px;
padding: 5px;
border: 2px solid #8c9298;
}

.ui-site-footer .footer-warp .footer-main .main-right dl dt img {
width: 100%;
height: 100%;
}

.ui-site-footer .footer-warp .footer-main .main-right dl dd {
font-size: 12px;
text-align: center;
color: #d7d9da;
margin: 10px 35px 0 0;
}

.download-banner {
width: 100%;
background: #e6f1ff;
}

.download-banner .banner-warp {
width: 1100px;
height: 510px;
margin: 0 auto;
position: relative;
}

.download-banner .banner-warp .txt a {
display: inline-block;
background: #ffc000;
padding: 5px 16px;
font-size: 17px;
margin-left: 50px;
color: #1c3e58;
}

.download-banner .banner-warp .txt {
width: 300px;
text-align: center;
position: absolute;
left: 128px;
top: 305px;
}

.download-banner .banner-warp .advisory-btn {
left: 760px;
top: 250px;
}

.download-main-top {
width: 100%;
background: #FFFFFF;
}

.download-main-top .main-top {
width: 1100px;
height: 120px;
margin: 0 auto;
background: url(../img/yinhao.png) no-repeat;
padding-top: 65px;
}

.download-main-top .main-top p {
width: 950px;
margin: 0 auto;
font-size: 16px;
line-height: 35px;
color: #1c3e58;
}

.main-img1,
.main-img2,
.main-img3,
.main-img4 {
width: 1100px;
height: 600px;
margin: 0 auto;
position: relative;
}

.main-img1 .txt-warp,
.main-img2 .txt-warp,
.main-img3 .txt-warp,
.main-img4 .txt-warp {
position: absolute;
color: #1c3e58;
}

.main-img1 .txt-warp .txt1,
.main-img2 .txt-warp .txt1,
.main-img3 .txt-warp .txt1,
.main-img4 .txt-warp .txt1 {
font-size: 27px;
}

.main-img1 .txt-warp .txt2,
.main-img2 .txt-warp .txt2,
.main-img3 .txt-warp .txt2,
.main-img4 .txt-warp .txt2 {
font-size: 14px;
margin-top: 40px;
}

.main-img-warp1 {
width: 100%;
background: #f7fbff;
}

.main-img-warp1 .txt-warp {
top: 220px;
left: 50px;
}

.main-img-warp2 {
width: 100%;
background: #FFFFFF;
}

.main-img-warp2 .txt-warp {
top: 210px;
right: 0;
}

.main-img-warp2 .txt-warp a {
color: #238de7;
}

.main-img-warp3 {
width: 100%;
background: #f7fbff;
}

.main-img-warp3 .qr-code {
width: 108px;
height: 108px;
background: #FFFFFF;
position: absolute;
top: 240px;
right: 218px;
}

.main-img-warp3 .qr-code img {
width: 100%;
height: 100%;
}

.main-img-warp3 .txt-warp {
left: 75px;
top: 230px;
}

.main-img-warp4 {
width: 100%;
background: #FFFFFF;
}

.main-img-warp4 .txt-warp {
right: 0;
top: 270px;
}

.main-img-warp5 {
width: 100%;
background: #FFFFFF;
border-top: 1px solid #dfe3e5;
}

.main-img-warp5 .main-img5 {
width: 1100px;
height: 420px;
margin: 0 auto;
background: url(../img/img5.png) no-repeat;
}

.right-nav {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/index-division1.png);
background-image: url(../img/index-division1.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.right-nav a {
display: block;
}

.right-nav li {
width: 71px;
height: 60px;
}

.right-nav1 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/index-division1.png);
background-image: url(../img/index-division1.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.right-nav2 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/index-division2.png);
background-image: url(../img/index-division2.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.right-nav3 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/index-division3.png);
background-image: url(../img/index-division3.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.download-content .content-banner {
width: 100%;
position: relative;
background: url(../img/download-app.png) center 0 no-repeat;
}

.download-content .content-banner .banner-warp {
width: 1100px;
height: 510px;
margin: 0 auto;
position: relative;
}

.download-content .content-banner .banner-warp .button-box {
position: absolute;
left: 74px;
bottom: 54px;
}

.download-content .content-banner .banner-warp .button-box a {
display: inline-block;
float: left;
width: 212px;
height: 58px;
margin-right: 36px;
font-size: 24px;
line-height: 58px;
text-align: center;
outline: none;
background: url(../img/button-bg.png) no-repeat 0 0;
color: #020202;
}

.download-content .content-banner .banner-warp .button-box a:hover {
background-position: 0 -58px;
}

.download-content .content-banner .banner-warp .hint-mac {
font-size: 14px;
position: absolute;
left: 832px;
bottom: 120px;
display: none;
text-align: center;
color: #f8eecf;
}

.download-content .content-banner .banner-warp .hint {
font-size: 14px;
position: absolute;
left: 594px;
bottom: 120px;
display: none;
text-align: center;
color: #f8eecf;
}

.download-content .download-bottom {
width: 100%;
height: 890px;
position: relative;
background: url(../img/download5.png) center 0 no-repeat;
}

.download-content .main-main {
position: relative;
background: #f8f3ed;
}

.download-content .main-main.even {
background: #fdfbf9;
}

.download-content .main-main img {
width: 1026px;
height: 600px;
margin: 0 auto;
}

.download-content .main-main p {
font-size: 40px;
line-height: 40px;
color: #1c3e58;
}

.download-content .main-main p span {
font-size: 18px;
margin-left: 20px;
}

.download-content .main-main .txt1,
.download-content .main-main .txt3 {
position: absolute;
top: 175px;
left: 60px;
}

.download-content .main-main .txt2 {
position: absolute;
top: 110px;
left: 510px;
}

.download-content .main-main .txt4 {
position: absolute;
top: 160px;
left: 510px;
}

.download-content .main-main .txt5 {
position: absolute;
top: 160px;
left: 40px;
}

.download-content .right-nav {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/download-division1.png);
background-image: url(../img/download-division1.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.download-content .right-nav a {
display: block;
}

.download-content .right-nav li {
width: 71px;
height: 60px;
}

.download-content .right-nav .list1 {
position: relative;
background-repeat: no-repeat;
}

.download-content .right-nav .list1 .ma-box {
position: absolute;
left: -206px;
top: 0;
display: none;
}

.download-content .right-nav .list1 .ma-box dt {
width: 170px;
height: 170px;
border: 1px solid #e6e7e8;
background: #FFFFFF;
background-size: 100%;
padding: 10px;
}

.download-content .right-nav .list1 .ma-box dt img {
width: 100%;
height: 100%;
}

.download-content .right-nav .list1 .ma-box dd {
text-align: center;
margin-top: 10px;
}

.download-content .right-nav .list1:hover .ma-box {
display: block;
}

.download-content .right-nav1 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/download-division1.png);
background-image: url(../img/download-division1.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.download-content .right-nav2 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/idownload-division2.png);
background-image: url(../img/idownload-division2.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.download-content .right-nav3 {
position: fixed;
right: 70px;
top: 60%;
display: block;
background: url(../img/idownload-division3.png);
background-image: url(../img/idownload-division3.svg), none;
background-repeat: no-repeat;
background-position: 0px 0px;
}

.download-content .content-banner-app {
width: 100%;
background: #f7fbff;
}

.download-content .content-banner-app .banner-warp {
width: 1113px;
height: 510px;
margin: 0 auto;
position: relative;
background: url(../img/app/download-app2.png) 0 0 no-repeat;
}

.download-content .content-banner-app .banner-warp .button-box {
position: absolute;
left: 175px;
top: 255px;
}

.download-content .content-banner-app .banner-warp .button-box a {
display: inline-block;
float: left;
width: 140px;
height: 140px;
margin-right: 50px;
outline: none;
}

.download-content .download-app-wrap {
width: 100%;
background: #fff;
padding: 90px 0 105px;
}

.download-content .download-app-wrap.gray-back {
background: #f7fbff;
}

.download-content .download-app-wrap .main-app {
width: 950px;
margin: 0 auto;
}

.download-content .download-app-wrap .txt1 {
color: #1c3e58;
font-size: 30px;
line-height: 40px;
margin: 120px 0 40px 0;
}

.download-content .download-app-wrap .txt2 {
font-size: 38px;
color: #1c3e58;
line-height: 38px;
}

.download-content .download-app-wrap .txt2 span {
color: #ff782f;
}

.download-content .download-app-wrap .txt2 span.line {
padding: 0 10px;
vertical-align: text-top;
}

.participation-warp .participation-banner-warp {
background: #DAF2FF;
}

.participation-warp .participation-banner {
width: 100%;
height: 510px;
position: relative;
background: #DAF2FF url(../img/participation.png) 50% 0 no-repeat;
}

.participation-warp .participation-banner .banner-button {
display: block;
width: 100%;
height: 100%;
}

.participation-warp .participation-button {
width: 100%;
background: #FFFFFF;
padding-top: 55px;
}

.participation-warp .participation-button .button-box {
width: 1100px;
height: 101px;
margin: 0 auto;
background: url(../img/button-box.png) no-repeat;
background-size: 100%;
}

.participation-warp .participation-button .button-box a {
font-size: 32px;
color: #FFFFFF;
outline: none;
}

.participation-warp .participation-button .button-box .txt1 {
display: inline-block;
width: 44%;
height: 100%;
line-height: 110px;
text-align: center;
margin-left: 70px;
}

.participation-warp .participation-button .button-box .txt2 {
display: inline-block;
width: 44%;
height: 100%;
line-height: 110px;
text-align: center;
}

.participation-warp .participation-button .ggt-jiaoyi {
width: 1100px;
margin: 0 auto;
margin-top: 90px;
}

.participation-warp .participation-button .ggt-jiaoyi .jiaoyi-bg {
width: 100%;
height: 425px;
margin-top: 50px;
background: url(../img/jiaoyi.png) no-repeat;
}

.participation-warp .halving-line {
width: 1100px;
margin: 0 auto;
font-size: 29px;
}

.participation-warp .halving-line .line1,
.participation-warp .halving-line .line2 {
display: inline-block;
vertical-align: middle;
width: 345px;
height: 1px;
border-bottom: 1px dashed #666666;
}

.participation-warp .halving-line .line-ico1,
.participation-warp .halving-line .line-ico2 {
display: inline-block;
vertical-align: middle;
width: 23px;
height: 16px;
background: url(../img/line-ico.png) no-repeat;
}

.participation-warp .halving-line .txt {
margin: 0 22px;
}

.participation-warp .dredge {
width: 100%;
background: #f8f8f8;
padding-top: 80px;
}

.participation-warp .dredge .dredge-main {
width: 1100px;
margin: 0 auto;
padding-bottom: 10px;
}

.participation-warp .dredge .dredge-main .kaitong {
width: 1096px;
margin: 100px auto 0 auto;
height: 863px;
position: relative;
background: url(../img/kaitong.png) no-repeat;
}

.participation-warp .dredge .dredge-main .kaitong .more {
width: 135px;
height: 35px;
text-align: center;
line-height: 35px;
position: absolute;
right: 10px;
bottom: -3px;
}

.participation-warp .dredge .dredge-main .kaitong .more a {
color: #FFFFFF;
}

.participation-warp .deal-warp {
width: 100%;
background: #FFFFFF;
padding-top: 80px;
}

.participation-warp .deal-warp .deal-main {
width: 1100px;
margin: 0 auto;
}

.participation-warp .deal-warp .deal-main .halving-line .line1 {
width: 374px;
}

.participation-warp .deal-warp .deal-main .deal {
width: 100%;
height: 565px;
margin-top: 100px;
position: relative;
background: url(../img/deal.png) no-repeat;
}

.participation-warp .deal-warp .deal-main .deal a {
display: block;
float: left;
width: 230px;
height: 185px;
font-size: 20px;
color: #000000;
text-align: center;
line-height: 35px;
padding-top: 65px;
margin: 176px 0 0 148px;
}

.participation-warp .deal-warp .deal-main .deal a span {
font-size: 16px;
}

.participation-warp .deal-warp .deal-main .deal .frist-txt {
margin-right: 158px;
}

.participation-warp .feilv-warp {
width: 100%;
background: #f8f8f8;
padding-top: 100px;
}

.participation-warp .feilv-warp .feilv-main {
width: 1100px;
margin: 0 auto;
}

.participation-warp .feilv-warp .feilv-main .feilv {
width: 100%;
height: 905px;
margin-top: 100px;
position: relative;
background: url(../img/feilv.png) no-repeat;
}

.participation-warp .touzi-warp {
width: 100%;
background: #FFFFFF;
padding-top: 100px;
}

.participation-warp .touzi-warp .touzi-main {
width: 1100px;
margin: 0 auto;
}

.participation-warp .touzi-warp .touzi-main .touzi {
width: 100%;
height: 1405px;
margin-top: 100px;
position: relative;
background: url(../img/touzi.png) no-repeat;
}

.understand-warp .understand-banner-warp {
background: #DAF2FF;
}

.understand-warp .understand-banner {
width: 100%;
height: 510px;
position: relative;
background: #DAF2FF url(../img/participation.png) 50% 0 no-repeat;
}

.understand-warp .understand-banner .banner-button {
display: block;
width: 100%;
height: 100%;
}

.understand-warp .understand-button {
width: 100%;
background: #FFFFFF;
padding-top: 55px;
}

.understand-warp .understand-button .button-box {
width: 1100px;
height: 101px;
margin: 0 auto;
background: url(../img/button-box1.png) no-repeat;
background-size: 100%;
}

.understand-warp .understand-button .button-box a {
font-size: 32px;
color: #FFFFFF;
outline: none;
}

.understand-warp .understand-button .button-box .txt1 {
display: inline-block;
width: 44%;
height: 100%;
line-height: 110px;
text-align: center;
margin-left: 70px;
}

.understand-warp .understand-button .button-box .txt2 {
display: inline-block;
width: 44%;
height: 100%;
line-height: 110px;
text-align: center;
}

.understand-warp .txt-box {
width: 1100px;
margin: 90px auto 0 auto;
}

.understand-warp .txt-box .txt1 {
text-align: center;
font-size: 29px;
margin-bottom: 20px;
}

.understand-warp .txt-box .txt2 {
text-align: center;
}

.understand-warp .txt-box .txt2 .halving-line {
display: inline-block;
width: 330px;
height: 1px;
border-bottom: 1px dashed #cccccc;
vertical-align: middle;
}

.understand-warp .txt-box .txt2 .txt-main {
display: inline-block;
width: 23px;
height: 16px;
margin: 0 40px;
background: url(../img/main-ico.png) no-repeat;
}

.understand-warp .txt-box .txt3 {
font-size: 14px;
width: 1000px;
margin: 60px auto 0 auto;
line-height: 30px;
}

.understand-warp .txt-box .txt3 span {
color: #52a7ff;
}

.understand-warp .txt-box .what {
width: 1100px;
height: 415px;
margin-top: 80px;
background: url(../img/youdian.png) no-repeat;
}

.understand-warp .understand-chayi {
width: 100%;
background: #f8f8f8;
padding-top: 80px;
}

.understand-warp .understand-chayi .txt-box {
width: 1100px;
margin: 0 auto 0 auto;
}

.understand-warp .understand-chayi .txt-box .txt3 {
text-align: center;
}

.understand-warp .understand-chayi .txt-box .chayi {
position: relative;
margin-top: 70px;
}

.understand-warp .understand-chayi .txt-box .button-box {
width: 100%;
padding-bottom: 80px;
}

.understand-warp .understand-chayi .txt-box .button-box .wenda-btn {
display: block;
width: 250px;
height: 46px;
background: url(../img/wenti-btn.png) no-repeat;
text-align: center;
line-height: 40px;
font-size: 20px;
color: #fff;
margin: 0 auto;
}

.understand-warp .understand-qubie {
background: #FFFFFF;
}

.understand-warp .understand-wenda {
background: #FFFFFF;
}

.understand-warp .understand-wenda .chayi {
width: 1100px;
height: 370px;
}

.understand-warp .understand-wenda .chayi .wenda-btn {
display: block;
width: 250px;
height: 46px;
background: url(../img/wenti-btn.png) no-repeat;
position: absolute;
left: 426px;
bottom: 130px;
text-align: center;
line-height: 40px;
font-size: 20px;
color: #fff;
}

.understand-warp .understand-wenda .text-left {
float: left;
}

.understand-warp .understand-wenda .text-left li {
width: 470px;
height: 40px;
border-bottom: 1px solid #dddddd;
background: url(../img/yuanjiao.png) no-repeat;
background-position: 0 17px;
}

.understand-warp .understand-wenda .text-left li a {
margin-left: 16px;
line-height: 40px;
height: 40px;
color: #000000;
}

.understand-warp .understand-wenda .text-left li a:hover {
color: #238de7;
}

.understand-warp .understand-wenda .frist-list {
margin-right: 160px;
}

.strategy-warp .understand-banner-warp {
background: #DAF2FF;
}

.strategy-warp .understand-banner {
width: 100%;
height: 510px;
position: relative;
background: #DAF2FF url(../img/participation.png) 50% 0 no-repeat;
}

.strategy-warp .understand-banner .banner-button {
display: block;
width: 100%;
height: 100%;
}

.strategy-warp .txt-box {
width: 1100px;
margin: 100px auto 0 auto;
}

.strategy-warp .txt-box .txt1 {
text-align: center;
font-size: 29px;
margin-bottom: 20px;
}

.strategy-warp .txt-box .txt2 {
text-align: center;
}

.strategy-warp .txt-box .txt2 .halving-line {
display: inline-block;
width: 330px;
height: 1px;
border-bottom: 1px dashed #cccccc;
vertical-align: middle;
}

.strategy-warp .txt-box .txt2 .txt-main {
display: inline-block;
width: 23px;
height: 16px;
margin: 0 40px;
background: url(../img/main-ico.png) no-repeat;
}

.strategy-warp .txt-box .txt3 {
margin: 40px 0 100px 0;
font-size: 16px;
text-align: center;
}

.strategy-warp .strategy-main {
width: 100%;
padding-top: 100px;
background: #f8f8f8;
}

.strategy-warp .strategy-main .main-warp {
width: 1110px;
margin: 0 auto;
}

.strategy-warp .strategy-main .main-warp img {
width: 100%;
}

.strategy-warp .strategy-main .main-warp .txt1 {
font-size: 45px;
color: #3e9be9;
font-weight: 700;
}

.strategy-warp .strategy-main .main-warp .txt1 span {
display: inline-block;
width: 240px;
height: 35px;
background: #3e9be9;
color: #FFFFFF;
vertical-align: middle;
font-size: 18px;
line-height: 35px;
text-align: center;
margin-left: 15px;
}

.strategy-warp .strategy-main .main-warp .txt2 {
font-size: 18px;
margin-top: 40px;
}

.strategy-warp .strategy-main .main-warp .txt2 span {
color: #3e9be9;
font-size: 18px;
}

.strategy-warp .strategy-main .main-warp .txt3 {
font-size: 16px;
padding: 80px 0 60px 0;
}

.strategy-warp .strategy-main .main-warp .txt3 span {
color: #3e9be9;
}

.strategy-warp .strategy-main .main-warp .strategy-img {
margin-top: 60px;
margin-left: auto;
margin-right: auto;
}

.strategy-warp .strategy-main .main-warp .strategy-img1 {
height: 516px;
background: url(../img/strategy-img1.png) no-repeat;
}

.strategy-warp .main-two {
background: #FFFFFF;
}

.strategy-warp .main-two .strategy-img2 {
height: 516px;
background: url(../img/strategy-img2.png) no-repeat;
}

.strategy-warp .main-three {
background: #F8F8F8;
}

.strategy-warp .main-three .strategy-img3 {
height: 516px;
background: url(../img/strategy-img3.png) no-repeat;
}

.strategy-warp .main-four {
background: #FFFFFF;
}

.strategy-warp .main-four .strategy-img4 {
width: 780px;
height: 1272px;
background: url(../img/strategy-img4.png) no-repeat;
}

.strategy-warp .main-five {
background: #F8F8F8;
padding-bottom: 80px;
}

.strategy-warp .main-five .strategy-img5 {
height: 516px;
background: url(../img/strategy-img5.png) no-repeat;
}

.strategy-warp .main-five .strategy-img7 {
height: 515px;
width: 733px;
background: url(../img/strategy-img7.png) no-repeat;
}

.strategy-warp .main-five .strategy-img8 {
height: 516px;
background: url(../img/strategy-img8.png) no-repeat;
}

.strategy-warp .main-five .strategy-img9 {
height: 516px;
width: 733px;
background: url(../img/strategy-img9.png) no-repeat;
}

.strategy-warp .main-six {
background: #FFFFFF;
}

.strategy-warp .main-six .strategy-img6 {
height: 215px;
background: url(../img/strategy-img6.png) no-repeat;
margin-bottom: 135px;
}

.jurisdiction-warp .understand-banner-warp {
background: #DAF2FF;
}

.jurisdiction-warp .understand-banner {
width: 100%;
height: 510px;
position: relative;
background: #DAF2FF url(../img/participation.png) 50% 0 no-repeat;
}

.jurisdiction-warp .understand-banner .banner-button {
display: block;
width: 100%;
height: 100%;
}

.jurisdiction-warp .jurisdiction-main .txt1 {
width: 100%;
height: 190px;
border-bottom: 1px dashed #CCCCCC;
line-height: 190px;
font-size: 29px;
text-align: center;
}

.jurisdiction-warp .jurisdiction-main .jurisdiction-img {
width: 1100px;
margin: 0 auto;
}

.jurisdiction-warp .jurisdiction-main .jurisdiction-img1 {
height: 530px;
padding-bottom: 170px;
background: url(../img/jurisdiction-img1.png) no-repeat;
}

.jurisdiction-warp .jurisdiction-two {
width: 100%;
background: #f8f8f8;
border-top: 1px dashed #CCCCCC;
}

.jurisdiction-warp .jurisdiction-two .jurisdiction-img2 {
height: 1070px;
padding-bottom: 115px;
background: url(../img/jurisdiction-img2.png) no-repeat;
}

.jurisdiction-warp .jurisdiction-three {
width: 100%;
padding: 110px 0;
background: #FFFFFF;
}

.jurisdiction-warp .jurisdiction-three .jurisdiction-img3 {
width: 1000px;
height: 215px;
background: url(../img/strategy-img6.png) no-repeat;
}

.matters-warp .content-banner {
width: 100%;
height: 510px;
background: #52a7ff url(../img/matters-banner-bg.gif) 50% 0 no-repeat;
}

.matters-warp .content-banner .banner-warp {
width: 1100px;
height: 510px;
margin: 0 auto;
overflow: hidden;
position: relative;
}

.matters-warp .content-banner .banner-warp .imgs {
height: 510px;
overflow: hidden;
position: relative;
}

.matters-warp .content-banner .banner-warp .imgs img {
float: left;
position: absolute;
left: 2559px;
width: 100%;
height: 100%;
top: 0;
}

.matters-warp .content-banner .banner-warp .imgs .frist-img {
left: 0;
}

.matters-warp .content-banner .banner-warp .btns {
position: absolute;
bottom: 20px;
left: 47%;
}

.matters-warp .content-banner .banner-warp .btns span {
float: left;
width: 10px;
height: 10px;
border-radius: 5px;
background: #2378C1;
margin-left: 13px;
margin-top: 5px;
}

.matters-warp .content-banner .banner-warp .btns .hover {
background: #FFFFFF;
}

.matters-warp .matters-txt {
width: 100%;
background: #F8F8F8;
}

.matters-warp .matters-txt .txt1 {
width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 65px;
}

.matters-warp .matters-txt .txt1 .halving-line1,
.matters-warp .matters-txt .txt1 .halving-line2 {
display: inline-block;
width: 236px;
height: 16px;
}

.matters-warp .matters-txt .txt1 .halving-line1 {
background: url(../img/line-left.png) no-repeat;
}

.matters-warp .matters-txt .txt1 .halving-line2 {
background: url(../img/line-right.png) no-repeat;
}

.matters-warp .matters-txt .txt1 .txt-main {
font-size: 40px;
margin: 0 100px;
color: #444444;
}

.matters-warp .matters-txt .txt2 {
width: 1000px;
margin: 0 auto;
font-size: 23px;
color: #2a8ee3;
text-align: center;
padding: 15px 0 35px 0;
}

.matters-warp .img-warp {
width: 100%;
background: #FFFFFF;
}

.matters-warp .img-warp .matters-img {
width: 1100px;
margin: 0 auto;
}

.matters-warp .img-warp .matters-img1 {
position: relative;
width: 1156px;
margin: 40px auto;
}

.matters-warp .img-warp .matters-img1 .product-list {
margin-left: 0px;
}

.matters-warp .img-warp .matters-img1 .product-list .item {
border: 1px solid #b0d8ff;
border-top: 2px solid #52a7ff;
margin: 20px 28px;
text-align: center;
position: relative;
width: 230px;
cursor: pointer;
display: inline-block;
}

.matters-warp .img-warp .matters-img1 .product-list .item .name {
display: inline-block;
color: #fff;
font-size: 20px;
background: #52a7ff;
width: 70px;
margin-bottom: 15px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .type,
.matters-warp .img-warp .matters-img1 .product-list .item .tip {
font-size: 14px;
color: #222;
margin: 0;
line-height: 23px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .rate {
font-size: 30px;
color: #f34d4c;
margin: 8px auto;
}

.matters-warp .img-warp .matters-img1 .product-list .item .rate .per-cent {
font-size: 20px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .godetail {
margin: 0 0 15px;
width: 76%;
margin-left: 12%;
line-height: 28px;
height: 30px;
text-align: center;
color: #fec00f;
font-size: 15px;
border: 1px solid #fec00f;
border-radius: 3px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .download {
position: relative;
margin: 0 12% 15px;
line-height: 25px;
height: 52px;
color: #fec00f;
font-size: 16px;
border: 1px solid #fec00f;
border-radius: 12px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .download .p1 {
position: relative;
color: #fff;
background-color: #fec00f;
border-radius: 12px;
margin: 1px;
}

.matters-warp .img-warp .matters-img1 .product-list .item .download .p2 {
color: #fec00f;
}

.matters-warp .img-warp .matters-img1 .product-list .item.no-rate .type {
margin-top: 20px;
}

.matters-warp .img-warp .matters-img1 .product-list .item.no-rate .tip {
margin-bottom: 40px;
}

.matters-warp .img-warp .matters-img1 .product-list .item.no-rate .rate {
display: none;
}

.matters-warp .img-warp .matters-img1 .product-list .item:hover {
box-shadow: 3px 3px 2px #e5e5e5;
}

.matters-warp .img-warp .matters-img1 .product-list .item:hover .godetail {
color: #fff;
background: #fec00f;
}

.matters-warp .img-warp .matters-img1 .product-list .item:hover .download {
border-top: 1px solid #fff;
background-color: #fec00f;
}

.matters-warp .img-warp .matters-img1 .product-list .item:hover .download .p1 {
color: #fec00f;
background: #fff;
}

.matters-warp .img-warp .matters-img1 .product-list .item:hover .download .p2 {
color: #fff;
}

.matters-warp .img-warp .matters-img1 .product-list .item-more {
display: inline-block;
margin: 20px 15px;
width: 190px;
height: 212px;
text-align: center;
vertical-align: top;
}

.matters-warp .img-warp .matters-img1 .product-list .item-more .dot {
font-size: 60px;
letter-spacing: -42px;
margin-right: 45px;
margin-top: 20px;
}

.matters-warp .img-warp .matters-img1 .product-list .item-more .txt {
font-size: 16px;
color: #888888;
}

.matters-warp .img-warp .matters-img2 {
height: 870px;
background: url(../img/matters-img2.png) no-repeat;
}

.matters-warp .img-warp .matters-img3 {
height: 996px;
background: url(../img/matters-img3.png) no-repeat;
}

.matters-warp .img-warp .matters-img4 {
height: 320px;
margin: 60px auto;
background: url(../img/matters-img4.png) no-repeat;
background-position: center center;
}

.matters-warp .bottom-warp {
width: 100%;
background: #FFFFFF;
}

.matters-warp .bottom-warp .bottom-txt {
width: 850px;
margin: 0 auto;
padding: 75px 75px 100px 75px;
color: #444444;
}

.matters-warp .bottom-warp .bottom-txt p {
text-indent: 30px;
padding: 0 45px;
}

.matters-warp .bottom-warp .bottom-txt .txt1 {
height: 75px;
line-height: 100px;
border-top: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
}

.matters-warp .bottom-warp .bottom-txt .txt2 {
height: 70px;
line-height: 50px;
border-right: 1px dashed #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.matters-warp .bottom-warp .bottom-txt .txt3 {
height: 100px;
line-height: 100px;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.manage-day-warp .content-banner {
width: 100%;
height: 510px;
background: #52A7FF url(../img/manage-day-banner.png) 50% 0 no-repeat;
}

.manage-day-warp .select-day-warp {
width: 100%;
background: #FFFFFF;
}

.manage-day-warp .select-day-warp .select-day {
width: 1100px;
height: 185px;
margin: 0 auto;
padding-top: 60px;
}

.manage-day-warp .select-day-warp .select-day ul {
text-align: center;
}

.manage-day-warp .select-day-warp .select-day ul li {
display: inline-block;
margin-right: -3px;
}

.manage-day-warp .select-day-warp .select-day ul li a {
display: inline-block;
height: 128px;
}

.manage-day-warp .matters-txt {
width: 100%;
background: #F8F8F8;
}

.manage-day-warp .matters-txt img {
margin: 0 auto;
}

.manage-day-warp .matters-txt .txt1 {
width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 30px;
}

.manage-day-warp .matters-txt .txt1 .line-left,
.manage-day-warp .matters-txt .txt1 .line-right {
display: inline-block;
width: 236px;
height: 16px;
vertical-align: super;
}

.manage-day-warp .matters-txt .txt1 .line-left {
background: url(../img/new/left-dot.png) no-repeat;
}

.manage-day-warp .matters-txt .txt1 .line-right {
background: url(../img/new/right-dot.png) no-repeat;
}

.manage-day-warp .matters-txt .txt1 .txt-main {
font-size: 48px;
margin: 0 10px;
color: #444444;
}

.manage-day-warp .matters-txt .txt1 .txt-main1 {
font-size: 40px;
}

.manage-day-warp .matters-txt .txt2 {
width: 1000px;
margin: 0 auto;
font-size: 24px;
color: #2a8ee3;
text-align: center;
padding: 30px 0 25px 0;
}

.manage-day-warp .matters-txt .txt-fourteen {
color: #f14f51;
}

.manage-day-warp .matters-txt .txt-ninetyone {
color: #2a8ee3;
}

.manage-day-warp .matters-txt .txt-forty-two {
color: #8678f6;
}

.manage-day-warp .matters-txt .seventy {
color: #59bde0;
}

.manage-day-warp .seven-img-warp {
width: 100%;
background: #FFFFFF;
padding: 50px 0px;
}

.manage-day-warp .seven-img-warp .seven-img {
width: 1000px;
margin: 0 auto;
font-size: 0;
}

.manage-day-warp .seven-img-warp .advantage-content {
width: 1020px;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage {
display: inline-block;
background: url(../img/new/advantage-bg.png) no-repeat;
background-size: 100% 100%;
width: 184px;
height: 307px;
margin: 0 10px;
vertical-align: top;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage .title {
display: table;
font-size: 24px;
text-align: center;
width: 100%;
height: 190px;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage .title .content {
display: table-cell;
vertical-align: middle;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage .title .explain {
font-size: 14px;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage .txt {
font-size: 16px;
color: #333333;
text-align: justify;
margin: 0 15px;
}

.manage-day-warp .seven-img-warp .advantage-content .advantage .txt2 {
font-size: 12px;
color: #666666;
text-align: justify;
margin: 0 15px;
}

.manage-day-warp .seven-img-warp .manage-table {
font-size: 14px;
color: #333333;
border-collapse: collapse;
width: 100%;
border-top: 2px solid #2a8ee3;
border-bottom: 2px solid #2a8ee3;
}

.manage-day-warp .seven-img-warp .manage-table tr {
border: none;
}

.manage-day-warp .seven-img-warp .manage-table td {
border: 1px solid #c4dcf6;
border-right: none;
padding: 6px 18px;
}

.manage-day-warp .seven-img-warp .manage-table td.title {
width: 13%;
}

.manage-day-warp .seven-img-warp .manage-table td.content-2 {
width: 350px;
}

.manage-day-warp .seven-img-warp .manage-table td:first-child {
border-left: none;
}

.manage-day-warp .seven-img-warp4 {
padding-top: 30px;
}

.manage-day-warp .chayi {
width: 1100px;
height: 470px;
margin: 0 auto;
position: relative;
}

.manage-day-warp .chayi .button-box {
float: left;
width: 100%;
margin-top: 80px;
}

.manage-day-warp .chayi .button-box .wenda-btn {
display: block;
width: 250px;
height: 46px;
background: url(../img/wenti-btn.png) no-repeat;
text-align: center;
line-height: 40px;
font-size: 20px;
color: #fff;
margin: 0 auto;
}

.manage-day-warp .text-left {
float: left;
padding-top: 80px;
}

.manage-day-warp .text-left li {
width: 468px;
height: 40px;
border-bottom: 1px solid #dddddd;
background: url(../img/yuanjiao.png) no-repeat;
background-position: 0 17px;
}

.manage-day-warp .text-left li a {
margin-left: 16px;
line-height: 40px;
height: 40px;
color: #333333;
font-size: 16px;
}

.manage-day-warp .text-left li a:hover {
color: #238de7;
}

.manage-day-warp .frist-list {
margin-right: 160px;
float: left;
}

.manage-day-warp #cotents img {
display: inline-block;
}

.manage-day-warp .selectItem {
width: 1100px;
margin: 50px auto;
height: 128px;
background: url(../img/7.png) center center no-repeat;
vertical-align: top;
text-align: center;
}

.manage-day-warp .selectItem a {
display: inline-block;
height: 100px;
vertical-align: top;
width: 19.5%;
margin-right: -5px;
cursor: pointer;
}

.manage-day-warp .Pro7 {
background: url(../img/7.png) center center no-repeat;
}

.manage-day-warp .Pro14 {
background: url(../img/14.png) center center no-repeat;
}

.manage-day-warp .Pro35 {
background: url(../img/35.png) center center no-repeat;
}

.manage-day-warp .Pro70 {
background: url(../img/70.png) center center no-repeat;
}

.manage-day-warp .Pro91 {
background: url(../img/91.png) center center no-repeat;
}

.manage-day-warp .moduTitle {
background: #f8f8f8;
width: 100%;
text-align: center;
}

.manage-day-warp .imgline p {
text-align: center;
}

.manage-day-warp .queslist {
width: 1000px;
margin: 0 auto;
padding: 50px 0 80px;
}

.manage-day-warp .queslist ul {
margin-bottom: 50px;
}

.manage-day-warp .queslist ul li {
display: inline-block;
width: 455px;
line-height: 38px;
font-size: 15px;
margin-top: 5px;
vertical-align: bottom;
border-bottom: 1px solid #dddddd;
}

.manage-day-warp .queslist ul li a {
display: inline-block;
color: #222;
height: 38px;
line-height: 38px;
vertical-align: bottom;
}

.manage-day-warp .queslist ul li i {
display: inline-block;
width: 5px;
height: 5px;
margin: 16px 10px 16px 0;
background: #444;
line-height: 38px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
vertical-align: bottom;
}

.manage-day-warp .queslist ul li:hover a {
color: #2C8FE3;
}

.manage-day-warp .queslist ul .lef {
margin-right: 40px;
}

.manage-day-warp .queslist .showmore {
display: inline-block;
width: 248px;
height: 48px;
line-height: 40px;
font-size: 18px;
color: #FFF;
text-align: center;
background: url(../img/wenti-btn.png) no-repeat;
display: block;
margin: 30px auto 0;
}

.commission-warp .banner-warp {
background: url(../img/commission-nanner.png) 50% 0 no-repeat;
}

.commission-warp .banner-warp .txt {
left: 622px;
top: 250px;
}

.commission-warp .main-img {
width: 100%;
}

.commission-warp .main-img .img-box {
width: 1100px;
margin: 0 auto;
}

.commission-warp .main-img1 {
background: #FFFFFF;
}

.commission-warp .main-img1 .img-box1 {
height: 600px;
background: url(../img/commission-01.png) no-repeat;
}

.commission-warp .main-img2 {
background: #f7fbff;
}

.commission-warp .main-img2 .img-box2 {
height: 600px;
background: url(../img/commission-02.png) no-repeat;
}

.commission-warp .main-img3 {
background: #FFFFFF;
}

.commission-warp .main-img3 .img-box3 {
height: 600px;
background: url(../img/commission-03.png) no-repeat;
}

.commission-warp .main-img4 {
background: #f7fbff;
}

.commission-warp .main-img4 .img-box4 {
height: 600px;
background: url(../img/commission-04.png) no-repeat;
}

.about-warp .about-banner {
width: 100%;
height: 510px;
margin: 0 auto;
position: relative;
background: url(../img/about-banner.png) 50% 0 no-repeat;
}

.about-warp .about-banner .btn-warp {
width: 1000px;
height: 100%;
margin: 0 auto;
position: relative;
}

.about-warp .about-banner .btn-warp .btn-box {
width: 1000px;
position: absolute;
margin: 0 auto;
bottom: 53px;
}

.about-warp .about-banner .btn-warp .btn-box .btn {
width: 265px;
height: 58px;
float: left;
border: 1px solid #debf8e;
line-height: 58px;
text-align: center;
color: #debf8e;
border-radius: 29px;
}

.about-warp .about-banner .btn-warp .btn-box .btn a {
color: #debf8e;
padding: 10px 20px;
font-size: 24px;
}

.about-warp .about-banner .btn-warp .btn-box .btn a span {
color: #debf8e;
font-size: 27px;
}

.about-warp .about-banner .btn-warp .btn-box .btn:hover {
background: #debf8e;
color: #fff;
}

.about-warp .about-banner .btn-warp .btn-box .btn:hover a {
color: #fff;
}

.about-warp .about-banner .btn-warp .btn-box .btn:hover a span {
color: #fff;
}

.about-warp .about-banner .btn-warp .btn-box .middle-btn {
margin: 0 99px;
}

.about-warp .content-img {
width: 100%;
}

.about-warp .content-intro{
padding: 87px 0 106px;
width: 1100px;
margin: 0 auto;
}

.about-warp .content-intro img{
display: block;
margin: 0 auto;
}

.about-warp .content-intro .intro-text{
min-height: 151px;
margin-top: 60px;
background: url(../img/intro-bg.png) no-repeat center center;
position: relative;
}

.about-warp .content-intro .intro-text p {
padding: 0 38px;
font-size: 14px;
color: #666;
line-height: 32px;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.about-warp .main-events {
width: 1100px;
padding: 90px 0 100px;
margin: 0 auto;
}

.about-warp .main-events .event-list{
margin-top: 100px;
color: #DEBF8E;
position: relative;
}

.about-warp .main-events .event-list:before{
content: '';
position: absolute;
left: 150px;
top: 56px;
bottom: 0;
width: 1px;
background-color: #DEBF8E;
}

.about-warp .main-events .event-list .event-item{
position: relative;
z-index: 2;
}

.about-warp .main-events .event-list .event-day+.event-year{
margin-top: 50px;
}

.about-warp .main-events .event-list .day-item{
position: relative;
font-size: 18px;
white-space: nowrap;
}

.about-warp .main-events .event-list .day-item+.day-item{
margin-top: 50px;
}

.about-warp .main-events .event-list .day-date {
width: 120px;
text-align: right;
display: inline-block;
vertical-align: middle;
}

.about-warp .main-events .event-list .day-event {
display: inline-block;
margin-left: 60px;
color: #666;
white-space: normal;
vertical-align: middle;
}

.about-warp .main-events .event-list .icon-circle{
position: absolute;
left: 138px;
top: 50%;
margin-top: -13px;
width: 18px;
height: 18px;
background-color: #fcd7d5;
border-radius: 15px;
position: absolute;
border: 4px solid #fff;
}

.about-warp .main-events .event-list .icon-circle:before{
content: '';
position: absolute;
left: 5px;
top: 5px;
width: 8px;
height: 8px;
background-color: #f0392f;
border-radius: 4px;
}

.about-warp .main-events .event-list .event-year{
font-size: 28px;
cursor: pointer;
margin-bottom: 60px;
height: 56px;
line-height: 56px;
position: relative;
}

.about-warp .main-events .event-list .event-year i{
display: inline-block;
border-width: 8px;
border-style: solid;
border-color: transparent;
border-top-color: #DEBF8E;
vertical-align: top;
position: relative;
top: 24px;
margin-left: 8px;
}

.about-warp .main-events .event-list .event-year img{
position: absolute;
top: 0;
left: 122px;
}

.about-warp .main-events .show-all {
margin-top: 60px;
margin-left: 100px;
}

.about-warp .main-events .show-all a{
display: inline-block;
width: 108px;
height: 30px;
color: #fff;
background-color: #DEBF8E;
text-align: center;
font-size: 14px;
line-height: 30px;
border-radius: 4px;
}

.about-warp .main-events .show-all i{
display: inline-block;
border-width: 7px;
border-style: solid;
border-color: transparent;
border-left-color: #fff;
vertical-align: top;
position: relative;
top: 8px;
}

.about-warp .main-events img{
margin: 0 auto;
}

.about-warp .content-img img {
margin: 0 auto;
}

.about-warp .content-img .QR-code {
position: relative;
width: 1100px;
height: 1030px;
margin: 0 auto;
}

.about-warp .content-img .QR-code .QR-code-rarp {
position: absolute;
left: 65px;
top: 641px;
}

.about-warp .content-img .QR-code .QR-code-rarp .left-code,
.about-warp .content-img .QR-code .QR-code-rarp .right-code {
width: 184px;
height: 184px;
float: left;
}

.about-warp .content-img .QR-code .QR-code-rarp .left-code img,
.about-warp .content-img .QR-code .QR-code-rarp .right-code img {
width: 100%;
height: 100%;
}

.about-warp .content-img .QR-code .QR-code-rarp .left-code {
margin-right: 101px;
}

.about-warp .content-img .QR-code .link-box {
position: absolute;
right: 85px;
top: 640px;
width: 260px;
height: 155px;
}

.about-warp .content-img .QR-code .link-box a {
display: inline-block;
width: 220px;
height: 50px;
font-size: 18px;
line-height: 54px;
text-align: center;
color: #000000;
}

.about-warp .content-img .QR-code .link-box .link-top {
margin-bottom: 48px;
}

.about-warp .fuwu-warp,
.about-warp .yingye-warp {
background: #F8F8F8;
}

.about-warp .fuwu-warp .map,
.about-warp .yingye-warp .map {
width: 1100px;
height: 1230px;
margin: 0 auto;
position: relative;
background: url(../img/about-img4.png) no-repeat;
}

.about-warp .fuwu-warp .map span,
.about-warp .yingye-warp .map span {
position: absolute;
display: inline-block;
color: #000000;
cursor: pointer;
}

.about-warp .fuwu-warp .map .haerbin,
.about-warp .yingye-warp .map .haerbin {
right: 75px;
top: 435px;
}

.about-warp .fuwu-warp .map .liaoning,
.about-warp .yingye-warp .map .liaoning {
right: 157px;
top: 575px;
}

.about-warp .fuwu-warp .map .beijing,
.about-warp .yingye-warp .map .beijing {
right: 250px;
top: 600px;
}

.about-warp .fuwu-warp .map .tianjin,
.about-warp .yingye-warp .map .tianjin {
right: 228px;
top: 635px;
}

.about-warp .fuwu-warp .map .hebei,
.about-warp .yingye-warp .map .hebei {
right: 280px;
top: 660px;
}

.about-warp .fuwu-warp .map .shandong,
.about-warp .yingye-warp .map .shandong {
right: 230px;
top: 710px;
}

.about-warp .fuwu-warp .map .shanxi,
.about-warp .yingye-warp .map .shanxi {
right: 410px;
top: 780px;
}

.about-warp .fuwu-warp .map .henan,
.about-warp .yingye-warp .map .henan {
right: 310px;
top: 765px;
}

.about-warp .fuwu-warp .map .jiangsu,
.about-warp .yingye-warp .map .jiangsu {
right: 185px;
top: 790px;
}

.about-warp .fuwu-warp .map .anhui,
.about-warp .yingye-warp .map .anhui {
right: 230px;
top: 825px;
}

.about-warp .fuwu-warp .map .shanghai,
.about-warp .yingye-warp .map .shanghai {
right: 135px;
top: 825px;
color: #ff7200;
}

.about-warp .fuwu-warp .map .hubei,
.about-warp .yingye-warp .map .hubei {
right: 330px;
top: 850px;
}

.about-warp .fuwu-warp .map .sichuan,
.about-warp .yingye-warp .map .sichuan {
right: 510px;
top: 900px;
}

.about-warp .fuwu-warp .map .chongqing,
.about-warp .yingye-warp .map .chongqing {
right: 430px;
top: 875px;
}

.about-warp .fuwu-warp .map .zhejiang,
.about-warp .yingye-warp .map .zhejiang {
right: 160px;
top: 890px;
}

.about-warp .fuwu-warp .map .hunan,
.about-warp .yingye-warp .map .hunan {
right: 350px;
top: 940px;
}

.about-warp .fuwu-warp .map .jiangxi,
.about-warp .yingye-warp .map .jiangxi {
right: 260px;
top: 925px;
}

.about-warp .fuwu-warp .map .fujian,
.about-warp .yingye-warp .map .fujian {
right: 195px;
top: 965px;
}

.about-warp .fuwu-warp .map .yunan,
.about-warp .yingye-warp .map .yunan {
right: 560px;
top: 1020px;
}

.about-warp .fuwu-warp .map .guizhou,
.about-warp .yingye-warp .map .guizhou {
right: 450px;
top: 970px;
}

.about-warp .fuwu-warp .map .guangxi,
.about-warp .yingye-warp .map .guangxi {
right: 410px;
top: 1050px;
}

.about-warp .fuwu-warp .map .guangdong,
.about-warp .yingye-warp .map .guangdong {
right: 290px;
top: 1050px;
}

.about-warp .fuwu-warp .map .shanxi2,
.about-warp .yingye-warp .map .shanxi2 {
right: 340px;
top: 700px;
}

.about-warp .fuwu-warp .map .xinjiang,
.about-warp .yingye-warp .map .xinjiang {
right: 840px;
top: 600px;
}


.about-warp .fuwu-warp .halving-line,
.about-warp .yingye-warp .halving-line {
width: 29px;
height: 328px;
background: url(../img/about-halving.png) no-repeat;
float: left;
margin: 0 215px;
}

.about-warp .stock-exchange {
background: #F8F8F8;
width: 100%;
}

.about-warp .stock-exchange .text-box {
width: 1100px;
height: auto;
overflow: hidden;
margin: 0 auto;
border-top: 2px solid #debf8e;
background-color: #fff;
}

.about-warp .stock-exchange .text-box .content-list {
width: 550px;
height: 80px;
padding-top: 50px;
padding-left: 50px;
float: left;
}

.about-warp .stock-exchange .text-box .content-list p {
line-height: 35px;
width: 400px;
padding: 0 30px 0 23px;
}

.about-warp .stock-exchange .text-box .content-list .txt1 {
background: url(../img/about-bg.png) no-repeat;
background-position: 0 12px;
}

.about-warp .stock-exchange .text-box .content-list .txt2 {
background: url(../img/about-bg2.png) no-repeat;
background-position: 0 4px;
color: #debf8e;
}

.about-warp .stock-exchange .text-box .first-list {
background: url(../img/first-list-bg.png) center right no-repeat;
}

.about-warp .stock-exchange .text-box .left-list {
background: url(../img/about-left-bg.png) center right no-repeat;
}

.about-warp .stock-exchange .text-box .left-content {
padding-right: 60px;
width: 450px;
}

.about-warp .stock-exchange .text-box .last-list {
width: 480px;
}

.about-warp .stock-exchange .show-all {
width: 1100px;
margin: 36px auto 0;
text-align: center;
padding-bottom: 100px;
}

.about-warp .stock-exchange .show-all a{
display: inline-block;
width: 108px;
height: 30px;
color: #fff;
background-color: #DEBF8E;
text-align: center;
font-size: 14px;
line-height: 30px;
border-radius: 4px;
}

.about-warp .stock-exchange .show-all i{
display: inline-block;
border-width: 7px;
border-style: solid;
border-color: transparent;
border-left-color: #fff;
vertical-align: top;
position: relative;
top: 8px;
}

.clearfix:before,
.clearfix:after {
content: "";
display: table;
}

.clearfix:after {
clear: both;
}

.clearfix {
zoom: 1;
}

.yj_xzcont {
width: 998px;
background-color: #fff;
margin: 0 auto;
padding: 35px 0 50px;
font-family: "Microsoft YaHei";
}

.xz_left {
width: 556px;
margin-left: 60px;
float: left;
}

.xz_right {
width: 270px;
float: right;
margin-right: 50px;
}

.yjxz_tit {
height: 46px;
border-bottom: 1px solid #d5e9f9;
}

.yjxz_tit h3 {
font-size: 22px;
font-weight: normal;
float: left;
height: 45px;
border-bottom: 1px solid #2c8fe3;
position: relative;
top: 1px;
line-height: 36px;
}

.xz_list dl {
padding: 30px 0;
background: url(../img/yj_bg04.gif) no-repeat center 0;
}

.xz_list dl.first {
background: none;
}

.xz_list dl dt {
width: 128px;
height: 73px;
border: 1px solid #d5e9f9;
float: left;
padding-top: 15px;
text-align: center;
font-size: 15px;
color: #2c8fe3;
}

.xz_list dl dt em {
display: block;
height: 38px;
}

.xz_list dl dt em.s1 {
background: url(../img/xz_icon01.gif) no-repeat center 0;
}

.xz_list dl dt em.s2 {
background: url(../img/xz_icon02.gif) no-repeat center 0;
}

.xz_list dl dt em.s3 {
background: url(../img/xz_icon03.gif) no-repeat center 0;
}

.xz_list dl dt em.s4 {
background: url(../img/xz_icon04.gif) no-repeat center 0;
}

.xz_list dl dd {
margin-left: 151px;
}

.xz_list dl dd h4 {
font-size: 18px;
font-weight: normal;
margin-bottom: 10px;
}

.yjxz_table th {
text-align: left;
font-weight: normal;
}

.yj_xzlayer {
width: 340px;
height: 53px;
padding: 17px 20px 0 22px;
background: url(../img/yj_bg02.gif) no-repeat;
line-height: 20px;
}

.yj_xzlayer a {
color: #2c8fe3;
}

.yj_xzlayer a:hover {
color: #f19c0d;
}

.yj_xzlayer2 {
width: 300px;
height: 73px;
background: url(../img/yj_bg02f.gif) no-repeat;
line-height: 20px;
padding-top: 17px;
padding-right: 20px;
padding-bottom: 0;
padding-left: 22px;
}

.yj_xzlayer2 a {
color: #2c8fe3;
}

.yj_xzlayer2 a:hover {
color: #f19c0d;
}

.yj_xzlayer3 {
width: 300px;
height: 53px;
background: url(../img/yj_bg02.gif) no-repeat;
line-height: 20px;
padding-top: 17px;
padding-right: 20px;
padding-bottom: 0;
padding-left: 22px;
}

.yj_xzlayer3 a {
color: #2c8fe3;
}

.yj_xzlayer3 a:hover {
color: #f19c0d;
}

.xz_link {
color: #2c8fe3;
}

.yj_xzbot {
width: 820px;
padding: 20px 28px 30px;
background: #f9f9f9;
border: 1px solid #eee;
margin: 20px auto 0;
color: #666;
}

.md5_dl dt {
font-size: 14px;
color: #333;
margin-bottom: 5px;
}

.rj_detail {
margin-top: 15px;
}

.rj_detail dt {
color: #444;
margin-bottom: 3px;
}

.rj_detail dd {
width: 340px;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 10px 0;
}

.xz_ewmbox dt {
padding-top: 10px;
font-size: 18px;
margin-bottom: 10px;
}

.ggt_dictionary_wrap .understand-banner-warp {
background: #DAF2FF;
}

.ggt_dictionary_wrap .participation-banner {
width: 100%;
height: 510px;
position: relative;
background: #DAF2FF url(../img/participation.png) 50% 0 no-repeat;
}

.ggt_dictionary_wrap .participation-banner .banner-button {
display: block;
width: 100%;
height: 100%;
}

.ggt_dictionary_wrap h3 {
font-size: 24px;
text-align: center;
margin: 60px 0 14px 0;
}

.ggt_dictionary_wrap .divider {
width: 761px;
height: 16px;
background: url("../img/ggt-divider.png") 0 0 no-repeat;
margin-bottom: 46px;
margin: 0 auto;
}

.ggt_dictionary_wrap .gjzq_cd_box {
width: 1000px;
margin: 20px auto 0;
color: #666;
min-height: 500px;
line-height: 30px;
}

.ggt_dictionary_wrap .gjzq_cd_text {
text-align: left;
width: 920px;
margin: 30px 0 40px;
color: #444;
padding-left: 35px;
font-size: 14px;
}

.ggt_dictionary_wrap .gjzq_cd_text p {
width: 900px;
}

.ggt_dictionary_wrap .gjzq_cd_text .cd_sj {
padding-left: 30px;
}

.ggt_dictionary_wrap .gjzq_cd_a {
background: url("../img/cd_a.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_c {
background: url("../img/cd_c.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_d {
background: url("../img/cd_d.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_f {
background: url("../img/cd_f.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_g {
background: url("../img/cd_g.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_h {
background: url("../img/cd_h.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_j {
background: url("../img/cd_j.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_k {
background: url("../img/cd_k.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_l {
background: url("../img/cd_l.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_m {
background: url("../img/cd_m.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_n {
background: url("../img/cd_n.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_p {
background: url("../img/cd_p.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_q {
background: url("../img/cd_q.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_r {
background: url("../img/cd_r.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_s {
background: url("../img/cd_s.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_t {
background: url("../img/cd_t.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_w {
background: url("../img/cd_w.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_x {
background: url("../img/cd_x.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_y {
background: url("../img/cd_y.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .gjzq_cd_z {
background: url("../img/cd_z.gif") no-repeat 0 5px;
}

.ggt_dictionary_wrap .cd_blue {
color: #2c8fe3;
}

.ggt_dictionary_wrap .cd_blue a {
color: #2c8fe3;
}

.ggt_dictionary_wrap .tit {
font-size: 15px;
color: #333;
margin-top: 20px;
}

.ggt_dictionary_wrap .content-warp {
width: 1000px;
margin: 0 auto;
}

.ggt_dictionary_wrap .content-warp .content-main {
text-align: left;
line-height: 30px;
width: 925px;
margin-top: 30px;
color: #444;
padding-left: 25px;
font-size: 14px;
background: url("../img/q-a.gif") no-repeat left top;
}

.ggt_dictionary_wrap .content-warp .content-main .txt1 {
color: #2c8fe3;
}

.matters-warp .hgt_info {
width: 1000px;
margin: 20px auto;
overflow: hidden;
}

.matters-warp .hgt_info h3 {
width: 760px;
height: 95px;
line-height: 80px;
background: url(../img/ggt-divider.png) no-repeat bottom center;
text-align: center;
font-size: 24px;
font-weight: normal;
color: #333333;
margin: 0 auto 20px;
}

.matters-warp .hgt_info h3 em {
color: #2a8ee3;
}

.matters-warp .hgt_wt_box {
width: 1000px;
margin: 20px auto 0px;
color: #666;
min-height: 500px;
line-height: 24px;
}

.matters-warp .hgt_wt_box h5 {
font-size: 14px;
color: #333;
width: 950px;
font-weight: 500;
}

.matters-warp .hgt_wt_text {
text-align: left;
width: 925px;
margin-top: 30px;
color: #444;
padding-left: 25px;
font-size: 14px;
background: url(../img/q-a.gif) no-repeat left top;
}

.matters-warp .hgt_wt_text_Q {
color: #2C8FE3;
padding-bottom: 5px;
font-size: 15px;
}

.matters-warp .hgt_wt_text span {
font-size: 12px;
}

.matters-warp .hgt_wt_text em {
color: #0098e1;
}

.page-kcb-index .download-banner {
width: 100%;
height: 440px;
margin: 0 auto 100px auto;
position: relative;
background: url(../img/kcb/banner.png) 50% 0 no-repeat;
}

.page-kcb-index .kcb-warp {
position: relative;
width: 1280px;
height: 440px;
margin: 0 auto;
}

.page-kcb-index .kcb-warp .download-btn {
position: absolute;
bottom: 100px;
left: 60px;
display: block;
width: 430px;
height: 50px;
content: '';
}

.page-kcb-index .kcb-banner3-btn {
position: relative;
width: 1000px;
height: 1245px;
margin: 0 auto;
}

.page-kcb-index .kcb-banner3-btn .more-btn {
position: absolute;
bottom: 325px;
left: 360px;
display: block;
width: 120px;
height: 30px;
content: '';
}

.page-kcb-index .kcb-main {
width: 100%;
margin: 0 auto;
position: relative;
}

.page-kcb-index .kcb-main.kcb-banner1 {
height: 1370px;
background: url(../img/kcb/banner1.png) 50% 0 no-repeat;
}

.page-kcb-index .kcb-main.kcb-banner2 {
height: 1232px;
background: url(../img/kcb/banner2.png) 50% 0 no-repeat;
}

.page-kcb-index .kcb-main.kcb-banner3 {
height: 1245px;
background: url(../img/kcb/banner3.png) 50% 0 no-repeat;
}