a:hover {
    text-decoration: inherit;
}

#wk_bpoint * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wk_bpoint *:before, #wk_bpoint *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2.wk_ag-c {
    color: #727171;
}

h5.wk_ag-c {
    font-size: 18px;
    color: #595757;
    text-transform: uppercase;
}

.wk_ag-c {
    text-align: center;
    font-weight: normal;
}

.wk_ag-c a {
    font-size: 36px;
    line-height: 52px;
}

.wk_ag-l {
    text-align: left;
}

.wk_ag-r {
    text-align: right;
}

.wk_layout:after, .wk_container:after, .wk_mainer:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.wk_layout, .wk_container, .wk_mainer {
    display: block;
}

.wk_layout {
    width: 50%;
}

.wk_container, .wk_mainer {
    margin: 0 auto;
    width: 50%;
}

.wk_container {
    width: 1200px;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wk_jjfa_bg {
    clear: both;
    width: 100%;
    height: 400px;
    background: url(../images/jjfa.jpg) no-repeat center;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.wk_banner {
    height: 520px;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.wk_banner ul {
    list-style: none;
}

.wk_banner .wk_bjcont {
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    position: absolute;
    width: 100%;
    height: 130px;
    z-indent: 2;
    left: 0;
    background: #000;
    bottom: 0;
}

.wk_banner .wk_pager {
    padding: 10px 0;
    width: 965px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -483px;
}

.wk_banner .wk_pager ul {
    padding: 0;
    list-style: none;
    display: table;
    width: 1024px;
}

.wk_banner .wk_pager li {
    display: inline-block;
    vertical-align: top;
}

.wk_banner .wk_pager li a {
    border: solid 1px #00A0EA;
    color: #00A0EA;
    border-radius: 50%;
    display: block;
    padding: 9px 10px;
    text-align: center;
    width: 110px;
    height: 110px;
    font-size: 18px;
    line-height: 90px;
    background: #f1f1f1;
}

.wk_banner .wk_pager li img {
    width: 110px;
}

.wk_banner .wk_pager li img, .wk_banner .wk_pager li.active a, .wk_banner .wk_pager li:hover a {
    display: none;
}

.wk_banner .wk_pager li.active img, .wk_banner .wk_pager li:hover img {
    display: block;
}

.wk_banner .wk_pager ul li {
    display: table-cell;
}

.wk_banner .wk_carousel {
    position: relative;
}

.wk_bannergd {
    height: 520px;
    overflow: hidden;
}

.wk_banner .wk_carousel .wk_item {
    position: absolute;
}

.wk_banner .wk_carousel li {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.wk_banner .prev, .wk_banner .next {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -20px;
    font-size: 36px;
}

.wk_banner .prev {
    left: 10px;
}

.wk_banner .next {
    right: 10px;
}

.wk_article {
    width: 990px;
    overflow: hidden;
}

.wk_article ul {
    width: 1024px;
}

.wk_fszg {
    height: 220px;
    overflow: hidden;
}

.wk_flow {
    padding: 0;
    list-style: none;
}

.wk_flow li {
    display: block;
    clear: both;
    font-size: 14px;
    float: left;
    clear: none;
    width: 150px;
    margin: 10px;
    text-align: center;
}

.wk_flow li a {
    float: none;
    margin: 10px 0 0 20px;
    width: 110px;
    height: 110px;
}

.wk_flow li img {
    margin-bottom: 10px;
}

.wk_flow li.active .wk_s1, .wk_flow li:hover .wk_s1, .wk_flow li .wk_s2 {
    display: none;
}

.wk_flow li.active .wk_s2, .wk_flow li:hover .wk_s2 {
    display: inline-block;
}

.wk_flow strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.wk_bg-dark {
    background: url(../images/index_bg.jpg) no-repeat center;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.wk_link-white {
    color: #fff;
}

.wk_link-white:hover {
    color: #ccc;
}

.wk_opacity img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.wk_opacity:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.wk_case {
    background: #444;
    height: 220px;
    width: 580px;
    float: left;
    overflow: hidden;
    margin: 10px;
    display: block;
    cursor: pointer;
}

.wk_case:hover {
    background: #00a0ea;
    color: #fff;
}

.wk_case .wk_case-img {
    float: left;
    margin-right: 20px;
    width: 280px;
}

.wk_case .wk_case-body {
    padding: 20px;
}

.wk_case .wk_case-body strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.wk_case .wk_case-body strong a {
    color: #FFF;
}

.wk_case .wk_case-body p {
    margin: 0;
    text-indent: 0;
    font-size: 14px;
    line-height: 20px;
}

.wk_case .wk_readme {
    height: 120px;
    overflow: hidden;
    color: #EEE;
}

.wk_case p img {
    width: 14px;
}

.wk_carouselx {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wk_carouselx .wk_bannerx {
    position: relative;
    height: 470px;
    overflow: hidden;
}

.wk_carouselx .wk_bannerx .wk_item {
    position: absolute;
    height: 470px;
    overflow: hidden;
}

.wk_pointerx {
    text-align: center;
    padding: 20px 0;
}

.wk_pointerx li {
    display: inline-block;
    margin: 2px;
    width: 10px;
    height: 10px;
    background: #6e6e6e;
    border-radius: 50%;
}

.wk_pointerx .active {
    background: #fff;
}

.wk_pointerx li span {
    display: none;
}

.wk_news-nav {
    padding: 0;
    list-style: none;
    text-align: center;
}

.wk_news-nav li {
    display: inline-block;
    margin: 10px;
}

.wk_news-nav a {
    display: block;
    padding: 6px 20px;
    background: #EEE;
    font-size: 16px;
    border-radius: 20px;
}

.wk_news-nav a:hover, .wk_news-nav .cur a {
    color: #FFF;
    background: #00A0EA;
}

.wk_unopacity img {
    width: 270px;
    height: 210px;
    overflow: hidden;
}

.wk_unopacity:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.wk_unopacity strong {
    width: 270px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.wk_unopacity strong a {
    font-size: 18px;
}

.wk_unopacity:hover a {
    color: #00A0EA;
}

.wk_unopacity p {
    width: 270px;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.wk_news {
    padding: 0;
    display: none;
    list-style: none;
    height: 360px;
    overflow: hidden;
}

.wk_news-on {
    display: block;
}

.wk_news li {
    display: block;
    clear: both;
    clear: none;
    float: left;
    margin: 10px 15px;
    width: 270px;
    height: 380px;
    overflow: hidden;
}

.wk_news li img {
    float: left;
    width: 270px;
    margin: 0 0 10px 0;
}

.wk_news li strong {
    margin: 10px 0;
    font-size: 16px;
    display: block;
}

.wk_index100 {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.wk_index1200 {
    width: 1170px;
    height: 340px;
    overflow: hidden;
    margin: 0 auto;
}

.wk_indexnews {
    width: 1220px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
}

.wk_index_news01 {
    width: 512px;
    float: left;
    height: 260px;
    overflow: hidden;
    margin: 0px 0px 0px 0;
}

.wk_index_news_t1 {
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    overflow: hidden;
    color: #333;
    font-weight: 500;
    color: #000;
}

.wk_index_news_t1 span {
    color: #888;
    margin-left: 10px;
    font-size: 18px;
}

.wk_index_news_t2 {
    width: 512px;
    height: 190px;
    background-color: #f0f0f0
}

.wk_index_news_t2 ul li {
    width: 500px;
    height: 26px;
    overflow: hidden;
    line-height: 25px;
    color: #777;
}

.wk_index_news_t2 ul li a {
    float: left;
    width: 400px;
    font-size: 13px;
    overflow: hidden;
    text-align: left;
}

.wk_index_news_t2 ul li em {
    float: right;
    text-align: right;
    width: 80px;
    font-size: 12px;
    overflow: hidden;
}

.wk_index_news_t2 ul li:hover a {
    color: #00A0EA;
    text-decoration: inherit;
}

.wk_index_news_more a {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
    color: #4E4B4B;
    padding: 0 10px;
    background-color: #F3E4E4;
    border-radius: 5px;
}

.wk_index_news_more a:hover {
    background: #F60;
    text-decoration: inherit;
    font-family: "Microsoft Yahei", Arial, "宋体", Helvetica;
}

.text-dark {
    color: #333;
}

.wk_client {
    padding: 0;
    list-style: none;
}

.wk_client li {
    border: solid 1px #ddd;
    margin: -1px 0 0 -1px;
    float: left;
    width: 16.5%;
}

.wk_client li img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4;
    transition-duration: 0.4s;
    transition-property: all;
}

.wk_client li:hover img {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.wk_consultation {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #00A0EA;
}

.wk_consultation_r {
    height: 60px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
}

.wk_consultation_r span {
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-weight: 500;
}

.wk_consultation_r .wk_mfrx {
    height: 38px;
    font-size: 22px;
    line-height: 38px;
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 5px 30px;
    margin-left: 50px;
    color: #FFF;
    font-weight: 500;
}

.wk_consultation_r .wk_mfrx:hover {
    background: #FFF;
    color: #00A0EA;
}
