@charset "utf-8";

/*重置*/
body, h1, h2, h3, dl, dd, dt, p, ul, li, ol {
    margin: 0;
    padding: 0;
}

@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd,
ul, ol, li, pre, form, fieldset, object, code, legend, button, input,
textarea, label, th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

button, input, select, textarea {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    background: none;
}

h1, h2, h3 {
    font-weight: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
}

body {
    font: 14px;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

body {
    background-color: #fff;
}

/*清除浮动*/
.fix {
    *zoom: 1;
}

.fix:after {
    display: table;
    content: '';
    clear: both;
}

/*顶部*/
.wid_main {
    width: 1200px;
    margin: 0 auto;
}


.customer_case_banner {
    background: url("../img/customer_case_banner.jpg");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.intelligent_build_banner {
    background: url("../img/intelligent_build_banner.png");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.soft_info_banner {
    background: url("../img/soft_info_banner.jpg");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.new_index_banner {
    background: url("../img/new_index_banner2.png");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.about_us_banner {
    background: url("../img/about_us_banner.jpg");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.honor_qualification_banner {
    background: url("../img/honor_qualification_banner.jpg");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.join_us_banner {
    background: url("../img/join_us_banner.jpg");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.patent_banner {
    background: url("../img/patent_banner.png");
    width: 100%;
    height: 200px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.customer_case_main {
    width: 100%;
    display: flex;
}

.customer_menu {
    width: 220px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    font-family: 微软雅黑;
}

.customer_menu .main-title {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #0a3256;
    padding-left: 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.customer_menu ul li {
    width: 220px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin: 16px auto;
    cursor: pointer;
}

.customer_menu ul li a {
    color: #000000;
}

.customer_menu ul li .cata-name {
    padding-left: 20px;
}

.customer_menu ul .cata-name.active, .cata-name:hover {
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: normal;
    font-style: normal;
    text-decoration: blink;
    color: #ff0000;
}

.customer_menu .leftcontent {
    color: #000000;
    font-family: 微软雅黑;
}


.customer_menu .spilt_line {
    border-bottom: 1px dashed #d9d9d9;
}

.customer_case_main .customer_body {
    width: 100%;
}

.customer_body .top_nav {
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
    font-size: 14px;
    color: #666666;
    font-family: 微软雅黑;
}

.customer_body .article_body {
    width: 100%;
    margin: 30px 1% 50px 1%;
}

.customer_body .article_body .article_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family:"宋体";
}

.customer_body .article_body .article_spilt_line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}

.customer_body .article_body ul li {
    width: 30%;
    float: left;
    margin: 20px 1%;
    box-shadow: 0 0 15px 0 rgb(0 0 0/ 10%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.customer_body .article_body ul li.newsbody {
    width: 96%;
    float: left;
    margin-left: 2%;
    box-shadow: 0 0 15px 0 rgb(0 0 0/ 10%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.customer_body .article_body ul li.newsbody:hover {
    transform: translate(0, -10px);
}

.customer_body .article_body ul li .news {
    width: 100%;
    display: flex;
}

.customer_body .article_body ul li .news img {
    width: 110px;
    height: 82px;
    margin-top: 20px;
}

.customer_body .article_body ul .spilt_line {
    border-bottom: 1px dashed #d9d9d9;
}

.customer_body .article_body .customer_case_info {
    white-space: normal;
    display: inline-block;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.customer_body .article_body .customer_case_image {
    width: 98%;
    height: 210px;
    margin-left: 1%;
    border-radius: 10px;
    transition: all 0.6s;
}

.customer_body .article_body .customer_case_image:hover {
    transform: scale(1.1);
}

.article_body .customer_case_info .customer_case_title {
    line-height: 26px;
    color: #878787;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;

}

.article_body .customer_case_info .customer_case_time {
    float: right;
    margin-right: 10px;

}

.article_body .customer_case_info .case_summary {
    line-height: 26px;
    height:52px;
    color: #878787;
    white-space: normal;
    margin-top: 4px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
}

.customer_body .customer_case_title a {
    color: #000000;
}

.customer_body .case_summary a {
    color: #878787;
}

.side_box {
    display: block;
}

.top_line {
    height: 36px;
    top: 0;
    width: 100%;
    background-image: linear-gradient(to right, #f4f4f4, #0e5d96);
    z-index: 1000;
}

.top_line h2 {
    float: left;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}

.top_line .right {
    float: right;
}

.top_line .right p {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    line-height: 36px;
}

.top_line .right p a {
    margin-right: 6px;
}

.top_line .right p a > img {
    vertical-align: middle;
    margin-top: -5px;
    opacity: .8;
}

.top_line .right p a > b {
    position: absolute;
    border: #111 solid 1px;
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
    right: -28px;
    top: 42px;
    display: none;
    z-index: 99;
}

.top_line .right p a > b i {
    font-size: 24px;
    font-style: normal;
    position: absolute;
    color: #fff;
    top: -18px;
    left: 35px;
}

.top_line .right p a > b img {
    width: 80px;
    height: 80px;
    display: block;
}

.top_line .right p a > b i:first-child {
    color: #111;
}

.top_line .right p a:hover img {
    opacity: 1;
    cursor: pointer;
}

.top_line .right p a:hover b {
    display: block;
}

.top_line .right span {
    font-size: 12px;
    color: #ffffff;
    opacity: .8;
    margin-left: 15px;
    cursor: pointer;
}

.top_line .right span a {
    font-size: 12px;
    color: #fff;
}

.top_line .right span img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.top_line .right span:hover {
    opacity: 1;
}

.top_logo {
    background: url(../images/top_bg.png) bottom no-repeat;
    background-size: 100% 100%;
}

.top_logo a {
    margin-top: 36px;
    float: left;
    text-align: left;
}

.top_logo a .title {
    font-size: 36px;
    font-weight: 900;
    color: #0a3256;
}

.top_logo .nav {
    height: 100%;
    line-height: 50px;
    display: block;
    width: 900px;
    margin-top: 36px;
    /*margin: 0 auto;*/
}

.top_logo .logo_mobile {
    display: none;
}

.top_logo .navbar_nav li {
    margin-top: 0px;
    float: left;
    line-height: 50px;
    /*width: 133.3333px;*/
    position: relative;
}

.top_logo .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
}

.top_logo .navbar_nav li:hover:after {
    width: 100%;
}

.top_logo .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 15px;
    display: block;
    color: #323232;
    text-align: center;
    font-size: 18px;
}

.top_logo .navbar_nav li:hover a {
    color: #0a3256;
}

.top_logo .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
    z-index: 1000;
}

.top_logo .navbar_nav li.dropdown .dropdown_menu {
    background-color: #0a3256;
    text-align: center;
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    opacity: .9;
    top: 40px
}

.top_logo .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 0 !important;
    width: 100%;
}

.top_logo .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background-color: #0a3256;
}

.top_logo .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #0a3256;
    /*text-indent: 1em;*/
    background: #fff;
}

/*====================导航*********/
.header {
    margin: 0;
    padding: 0;
    border-top: #0a3256 solid 1px;
    width: 100%;
    z-index: 900;
    height: 50px;
    background-color: #0a3256;
}

/*右侧*/
.header .nav {
    height: 100%;
    line-height: 50px;
    display: block;
    width: 1220px;
    margin: 0 auto;
}

.header .logo_mobile {
    display: none;
}

.header .navbar_nav li {
    margin-top: 0px;
    float: left;
    line-height: 50px;
    width: 150px;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 25px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.header .navbar_nav li:hover a {
    background: #0a3256;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
    z-index: 1000;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    background-color: #0a3256;
    text-align: center;
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    opacity: .9;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background-color: #0a3256;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #0a3256;
    /*text-indent: 1em;*/
    background: #fff;
}

/*白色背景的头部*/
/* .header.on {*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*    top: 36px;*/
/*}*/
#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 36px;
    width: 100%;
    z-index: 1;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.banner .hd ul li {
    margin: 0 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: #fff solid 2px;
    cursor: pointer;
    border-radius: 50%;
    transition: background .7s;
}

.banner .hd ul li.on {
    background: #fff;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev, .banner .next {
    position: absolute;
    left: 80px;
    top: 45%;
    display: block;
    filter: alpha(opacity=80);
    opacity: 0.7;
}

.banner .next {
    left: auto;
    right: 80px;
}

.banner .prev:hover, .banner .next:hover {
    filter: alpha(opacity=90);
    opacity: .9;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

/*学会公告比赛公告*/
.xhgg_box {
    background: #e9f6fe;
    padding-bottom: 20px;
    /* background: url(../images/sy_gongg_bg.jpg) no-repeat center center; */
}

.xhgg_box .xhgg {
    padding-top: 20px;
}

.xhgg_box .xhgg h2 {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    width: 130px;
    background-color: #333;
    color: #faa528;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    text-indent: .3em;
}

.xhgg_box .xhgg .scrolltxt {
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 12px;
}

.xhgg_box .xhgg .scrolltxt ul {
    line-height: 46px;
}

.xhgg_box .xhgg .scrolltxt ul li a {
    color: #333;
    font-size: 18px;
}

.xhgg_box .xhgg .scrolltxt ul li a:hover {
    color: #faa528;
}

.xhgg_box .xhgg .scrolltxt ul li span {
    font-size: 14px;
    color: #999;
    margin-left: 70px;
}

.index_title {
    width: 1000px;
    overflow: hidden;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    background: url(../images/about_back.png) no-repeat top, transparent;
}

.index_title h2 {
    float: left;
    font-size: 32px;
    font-weight: 900;
    color: #1373ad;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.index_title h2 i {
    display: inline-block;
    vertical-align: middle;
    /*background: url(../images/icon_tit.png) no-repeat center center;*/
    height: 40px;
    width: 15px;
    margin-top: -4px;
    margin-right: 10px;
}

.index_title a {
    float: right;
    font-size: 14px;
    color: #6b6b6b;
    height: 16px;
    line-height: 16px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-top: 12px;
}

.index_title .a1 {
    float: right;
    font-size: 14px;
    color: #ffffff;
    border-left: #ffffff solid 3px;
    height: 16px;
    line-height: 16px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-top: 12px;
}

.index_title a:hover {
    color: #0a3256;
    border-color: #0a3256;
}

.xhgg_box .bsggbox .bsgg {
    width: 750px;
    float: left;
}

.bshx_pic {
    width: 430px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
}

.bshx_pic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bshx_pic .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 450px;
}

.bshx_pic .bd img {
    width: 430px;
    height: 300px;
    display: block;
}

.bshx_pic .bd li h2 {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    line-height: 50px;
    width: 400px;
    padding: 0 15px;
    overflow: hidden;
}

.bshx_pic .bd li h2 p {
    font-size: 16px;
    color: #fff;
    float: left;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bshx_pic .bd li h2 span {
    float: right;
    font-size: 14px;
    color: #fff;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.bshx_pic .prev, .bshx_pic .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bshx_pic .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bshx_pic .prev:hover, .bshx_pic .next:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.bshx_pic .prevStop {
    display: none;
}

.bshx_pic .nextStop {
    display: none;
}

.xhgg_box .bsgg .bsgg_txt {
    float: right;
    width: 290px;
    margin-right: 10px
}

.xhgg_box .bsgg .bsgg_txt ul li {
    border-bottom: #d9d9d9 solid 1px;
    overflow: hidden;
    line-height: 36px;
    margin-top: 7px;
}

.xhgg_box .bsgg .bsgg_txt ul li:first-child {
    margin-top: -2px;
}

.xhgg_box .bsgg .bsgg_txt ul li a {
    font-size: 14px;
    color: #686868;
    float: left;
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xhgg_box .bsgg .bsgg_txt ul li span {
    font-size: 12px;
    color: #0a73b5;
    float: right;
}

.xhgg_box .bsgg .bsgg_txt ul li a:before {
    content: "·";
    font-size: 30px;
    margin-right: 3px;
    display: inline-table;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

.xhgg_box .bsgg .bsgg_txt ul li a:hover {
    color: #0a73b5;
}

.xhgg_box .bsgg .bsgg_txt ul li:hover {
    border-bottom-color: #0a73b5;
}

/*快捷入口*/
.xhgg_box .bsggbox .kjrk {
    width: 430px;
    float: right;
}

.xhgg_box .kjrk .bsgg_txt ul li {
    border-bottom: #666 solid 1px;
    overflow: hidden;
    line-height: 36px;
    margin-top: 7px;
}

.xhgg_box .kjrk .bsgg_txt ul li:first-child {
    margin-top: -2px;
}

.xhgg_box .kjrk .bsgg_txt ul li a {
    font-size: 16px;
    color: #666;
    float: left;
    width: 310px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xhgg_box .kjrk .bsgg_txt ul li span {
    font-size: 12px;
    color: #999;
    float: right;
}

.xhgg_box .kjrk .bsgg_txt ul li a:before {
    content: "·";
    font-size: 30px;
    margin-right: 3px;
    display: inline-table;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

.xhgg_box .kjrk .bsgg_txt ul li a:hover {
    color: #0a3256;
}

.xhgg_box .kjrk .bsgg_txt ul li:hover {
    border-bottom-color: #faa528;
}

.tshx_pic {
    width: 430px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
}

.tshx_pic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.tshx_pic .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.tshx_pic .bd img {
    width: 430px;
    height: 300px;
    display: block;
}

.tshx_pic .bd li h2 {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    line-height: 50px;
    width: 400px;
    padding: 0 15px;
    overflow: hidden;
}

.tshx_pic .bd li h2 p {
    font-size: 16px;
    color: #fff;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.tshx_pic .prev, .tshx_pic .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.tshx_pic .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.tshx_pic .prev:hover, .tshx_pic .next:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tshx_pic .prevStop {
    display: none;
}

.tshx_pic .nextStop {
    display: none;
}

/*学会简介*/
.aboutbox {
    background-color: #fff;
    padding-bottom: 10px;
    /*height: 500px;*/
}

.aboutin_left {
    width: 50%;
    float: left;
}

.aboutin_left .pic_mb {
    display: none;
}

.abouttxt {
    overflow: hidden;
}

.abouttxt .txt {
    float: left;
    width: 580px;
    /*height:400px;*/
}

.abouttxt .txt .txt-description {
    /*height: 300px;*/
    font-size: 16px;
    color: #5b5b5b;
    line-height: 32px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
    /*padding-bottom: 20px;*/
}

.abouttxt .txt .btn-mone {
    margin-top: 30px;
}

.abouttxt .txt .btn-mone .btn-theme {
    background: linear-gradient(to left, #8eb8d4 0%, #0a3256 100%);
    position: relative;
    z-index: 1;
    margin-bottom: -6px;
    background-size: 200% auto;
    transition: 0.3s;
    color: #ffffff;
}

.abouttxt .txt .btn-mone .btn-theme:hover {
    background-position: right center;
}

.abouttxt .txt * {
    margin-bottom: 10px;
}

.abouttxt .txt a {
    display: block;
    width: 180px;
    height: 36px;
    border-radius: 3px;
    border: #1168ab solid 1px;
    font-size: 14px;
    color: #1168ab;
    text-align: center;
    line-height: 36px;
    text-indent: 0;
    /*margin-top: 20px;*/
    margin-bottom: 0;
    transition: all .2s;
}

.abouttxt .pic {
    float: right;
    width: 600px;
}

.abouttxt .pic img {
    display: block;
    width: 600px;
    height: 400px;
}

.abouttxt .txt a:hover {
    background-color: #0a3256;
    color: #fff;
    text-indent: .5em;
}

.vipshowbox {
    /* background: url(../images/sy_vip_bg.jpg) no-repeat center center; */
    /* height: 882px; */

}

.vipshow_pic {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.vipshow_pic .hd {
    overflow: hidden;
    height: 26px;
}

.vipshow_pic .hd .prev, .vipshow_pic .hd .next {
    display: block;
    width: 40px;
    height: 26px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background-color: #003b7d;
    text-align: center;
    line-height: 26px;
    margin-left: 1px;
}

.vipshow_pic .hd .prev img, .vipshow_pic .hd .next img {
    width: 6px;
}

.vipshow_pic .hd .prev:hover, .vipshow_pic .hd .next:hover {
    background-color: #0977f1;
}

.vipshow_pic .bd {
    overflow: hidden;
    width: 1380px;
    margin-left: -7px;
}

.vipshow_pic .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 304px;
    float: left;
    _display: inline;
}

.vipshow_pic .bd ul li {
    margin: 7px 7px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 290px;
    height: 350px;
}

.vipshow_pic .bd ul li .pic {
    width: 290px;
    height: 350px;
}

.vipshow_pic .bd ul li .pic img {
    display: block;
    width: 290px;
    height: 350px;
}

.vipshow_pic .bd ul li .txt {
    position: absolute;
    top: 294px;
    left: 0;
    width: 290px;
    height: 350px;
    background-color: rgba(142, 184, 234, .7);
    transition: all .3s;
}

.vipshow_pic .bd ul li .txt h3 {
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    transition: all .3s;
}

.vipshow_pic .bd ul li .txt p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    width: 210px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 70px;
}

.vipshow_pic .bd ul li .txt a {
    display: block;
    width: 200px;
    height: 38px;
    border-radius: 50px;
    border: #ffffff solid 1px;
    line-height: 38px;
    margin: 30px auto;
    color: #ffffff;
    transition: all .2s;
}

.vipshow_pic .bd ul li:hover .txt {
    top: 0;
}

.vipshow_pic .bd ul li:hover .txt h3 {
    color: #ffffff;
    margin: 56px 0 16px;
}

.vipshow_pic .bd ul li .txt a:hover {
    background-color: #0a3256;
    color: #fff;
    text-indent: .5em;
}

.service_box {
    margin: auto;
    background-color: #fff;
    height: 640px;
    margin-top: 20px;
}

.mainone {
    width: 1200px;
    margin: 0 auto;
}

.case_container {
    width: 1200px;
    height: 810px;
}

.customer_container {
    width: 1200px;
}

.footer_new {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    color: #fff;
}

.maindbt {
    width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.dbtzw {
    font-family: "微软雅黑";
    font-size: 50px;
    color: #0076CA;
    font-weight: 600;
}

.dbtyw {
    font-family: Arial, "微软雅黑";
    font-size: 50px;
    color: #003b7d;
    font-weight: 600;
}

.dbt {
    height: 68px;
    width: 300px;
    line-height: 68px;
    text-align: center;
}

.ourfwlf {
    margin-left: 50px;
}

.ourfw {
    width: 23%;
    height: 460px;
    float: left;
    text-align: center;
    box-shadow: 0 0 3px #fff;
    margin-left: 2%;
}

.ourfw img {
    margin-top: 10px;
}

.ourfubt {
    width: 364px;
    height: 35px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 24px;
    color: #003b7d;
    margin-top: 20px;
}

.ourfubt span {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #003b7d;
}

.ourfuzy {
    width: 364px;
    height: 60px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

.ourfuzy span {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #666666;
}

.newsbt {
    height: 30px;
    width: 364px;
    margin-top: 20px;
}

.newsbt ul {
    margin-left: 52px;
}

.newsbt ul li {
    width: 120px;
    height: 35px;
    float: left;
    line-height: 35px;
    list-style: none;
    margin-left: 5px;
    background-color: #ececec;
    border-radius: 5px;
}

.newsbt ul li.normaltab {
    width: 120px;
    height: 35px;
    text-align: center;
    list-style: none;
    margin-left: 4px;
}

.newsbt ul li.normaltab a {
    color: #29abcd;
    font-size: 16px;
    list-style: none;
}

.newsbt ul li.curr {
    width: 120px;
    height: 35px;
    text-align: center;
    list-style: none;
    margin-left: 5px;
    background-color: #3EB2E8;
}

.newsbt ul li.curr a {
    color: #fff;
    font-size: 16px;
    list-style: none;
}

.customer_container {
    margin-right: auto;
    margin-left: auto;
    height: 600px;
}

.item .item-box .item-main-mdtit {
    font-size: 28px;
    font-weight: 600;
    color: #585757;
    position: reltive;
    text-align: center;
    margin-top: 60px;
}

.item .item-box .item-main-mdtit span {
    position: relative;
}

.item .item-box .item-main-mdtit span::before {
    position: absolute;
    width: 92px;
    left: -106px;
    content: '';
    background: url(../img/item_mdtit_bg.png) center center no-repeat;
    top: 0;
    bottom: 0;
}

.item .item-box .item-main-mdtit span::after {
    position: absolute;
    width: 92px;
    right: -106px;
    content: '';
    background: url(../img/item_mdtit_bg.png) center center no-repeat;
    top: 0;
    bottom: 0;
}

.item .item-box .item-main-jinpai-info {
    text-align: center;
    margin-top: 16px;
}

.item .item-box .item-main-jinpai-info p {
    color: #868787;
    font-size: 12px;
    line-height: 1.8;
    padding: -1px 220px;
}

.item .friendlink-box {
    margin-top: 32px;
}

.item .friendlink-box .friendlink-list {
    width: 16.666%;
    float: left;
    position: relative;
}

.item .friendlink-box .friendlink-list .friendlink-inner {
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    border: 1px solid #dedede;
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    cursor: pointer;
}

.item .friendlink-box .friendlink-list .friendlink-inner:hover {
    box-shadow: 0 0 22px #bfbfbf;
    -webkit-box-shadow: 0 0 22px #bfbfbf;
    -moz-box-shadow: 0 0 22px #bfbfbf;
    -ms-box-shadow: 0 0 22px #bfbfbf;
    -o-box-shadow: 0 0 22px #bfbfbf;
    z-index: 11;
}

.item .friendlink-box .friendlink-list:hover {
    cursor: pointer;
    background: #ddd;
}


.shebei-list {
    float: left;
    margin-right: 0.5%;
    width: 23%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0.5%;
    height: 210px;
    text-align: center;
}

.shebei-img .img {
    width: 100%;
    height: 122px;
}

.shebei-list:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 11px;
    background: url("../qh/up55.png");
    left: 50%;
    margin-left: -10px;
    bottom: -15px;
    display: none;
}

.shebei-list.last {
    margin-right: 0;
}

.shebei-des {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(142, 184, 234, 0.7);
    opacity: 0;
}

.brief-con {
    width: 100%;
}

.shebei-des h4 {
    margin-top: 80px;
    font-size: 16px;
    color: #0a3256;
    font-weight: bold;
}

.shebei-des i {
    display: block;
    width: 0;
    margin: 16px auto 0;
    border-top: 1px solid #ffffff;
}

.shebei-box .add-in {
    margin: 10px 0;
}

.shebei-box .group-list-des h5 {
    font-size: 18px;
}

.shebei-box .group-list-des h5 span {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.shebei-list:hover {
    z-index: 34;
}

.shebei-list:hover .shebei-des i {
    width: 60px;
}

.shebei-list:hover:after {
    display: block;
}

.shebei-list:hover .shebei-des {
    opacity: 1;
}

.case_container .case_info {
    float: left;
    width: 31.3%;
    margin: 2% 1% 15px 1%;
}


.case_info .case_image {
    width: 100%;
    height: 320px;
    cursor: pointer;
    transition: all 0.6s;
}

.case_info .case_image:hover {
    box-shadow: rgb(153 153 153) 0px 0px 20px;
    transform: scale(1.05);
}

.case_info .case_title {
    font-size: 16px;
    text-align: center;
}

/*最新动态*/
.newsbox {
    padding-bottom: 1px;
}

.newsbox ul {
    overflow: hidden;
    width: 1222px;
    margin-left: -10px;
}

.newsbox ul li {
    float: left;
    width: 590px;
    border-bottom: #999 solid 1px;
    padding-bottom: 10px;
    margin: 0 10px 20px;
}

.newsbox ul li a {
    display: block;
    overflow: hidden;
}

.newsbox ul li i {
    float: left;
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.newsbox ul li i img {
    display: block;
    width: 180px;
    height: 120px;
    transform: scale(1, 1);
    transition: transform .2s;
}

.newsbox ul li div {
    float: right;
    width: 400px;
    height: 120px;
    overflow: hidden;
}

.newsbox ul li div h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbox ul li div p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 12px 0 14px;
    height: 46px;
}

.newsbox ul li div span {
    font-size: 14px;
    color: #999;
}

.newsbox ul li:hover {
    border-color: #0a3256;
}

.newsbox ul li:hover h2 {
    color: #0a3256;
}

.newsbox ul li:hover img {
    transform: scale(1.05, 1.05);
}

/*招聘*/
.newsbox .join_zp {
    width: 1200px;
    text-align: center;
}

.newsbox .join_zp .join_zp_t {
    background-color: #003b7d;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
}

.newsbox .join_zp .join_zp_c {
    color: #1464a1;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.newsbox .join_zp .join_zp_c:hover {
    background: #f4f9fc;
}

.newsbox .join_zp .join_zp_c a {
    color: #003b7d;
    cursor: pointer;
    height: 50px;
}

.newsbox .join_zp .join_zp_c a {
    color: #003b7d;
    cursor: pointer;
    height: 50px;
}

.newsbox .join_zp .join_zp_c:hover {
    color: #1464a1;
}

.newsbox .join_zp .join_zp_n {
    text-align: left;
    background-color: #1464a1;
    font-size: 14px;
    display: none;
}

.newsbox .join_zp .join_zp_n td {
    padding-bottom: 50px;
}

.newsbox .join_zp_n .join_ms {
    width: 1175px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}

.newsbox .join_zp_n .join_ms i {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #0a3256;
    margin-right: 10px;
}

.newsbox .join_zp_n .join_cn {
    width: 1130px;
    margin: 0 auto;
    background-color: #fff;
    padding-left: 35px;
    padding: 10px 35px;
}

.newsbox .join_zp .join_active {
    display: table-row;
}

/*footer*/
.footermain {
    background-color: #0a3256;
    padding-top: 30px;

}
.footerbox{
	text-align: center; width: 100%; height: 290px; background-color: #0a3256;
}
.footercontent{
	width:72%;
	margin-left:14%;
	position: relative;
}
.footer-link{
	width:100%;
	display: flex;
	color:#ffffff;
	text-align: center;
}
.footer_next_row{
	margin-top:10px;
}
.footer-a{
	width:13%;
}
.footer-spilt-span{
	width:1.5%;
}
.footer_logo{
	width:20%;
	height:150px;
}
.footer_logo_image{
	width:113px;
	height:113px;
}
.footer_address{
	width:40%;
	margin-left:5%;
	text-align: left;
	margin-top:20px;
}
.footer_address p{
	line-height: 30px;
}
.footer_spilt_img{
	width:5%;
	margin-left:5%;
	margin-top:20px;
}
.footer_spilt_image{
	width:2px;
	height:140px;
	background-color: #ffffff;
	line-height: 140px;
	margin-left:34%;
}
.footer_img_vx{
	width:20%;
	margin-left:1%;
	margin-top:20px;
	text-align: right;
}
.footer_copy_right{
	width: 100%;
	text-align: center;
}

/*侧边浮框*/
.side_box {
    position: fixed;
    bottom: 15%;
    right: 10px;
    display: none;
}

.side_box ul li {
    text-align: center;
    margin-top: 14px;
}

.side_box ul li span {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #0a3256;
    position: relative;
    border-radius: 50%;
}

.side_box ul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.side_box ul li p {
    font-size: 14px;
    color: #0a3256;
    margin-top: -3px;
}

.side_box ul li:hover span {
    background-color: #0a3256;
    cursor: pointer;
}

.side_box ul li:hover p {
    color: #0a3256;
}

.side_box ul li.sidewx {
    position: relative;
}

.side_box ul li.sidewx i {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -80px;
    right: 60px;
    overflow: hidden;
    transition: all .3s;
}

.side_box ul li.sidewx i img {
    width: 100%;
    height: 100%;
}

.side_box ul li.sidewx:hover i {
    width: 140px;
    height: 140px;
    border: #faa528 solid 1px;
    padding: 5px;
    background-color: #faf8f5;
}

/*登录弹框*/
.login_box {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.login_box .login {
    width: 680px;
    height: 420px;
    border-radius: 10px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -340px;
    margin-top: -210px;
    overflow: hidden;
    /*transform会导致IE9下input失去光标*/
}

.login_box .login i {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.login_box .login i img {
    display: block;
    margin: 8px auto;
}

.login_box .login i:hover {
    background-color: #111;
}

.login_box .login form {
    width: 420px;
    margin: 0 auto;
}

.login_box .login form h3 {
    color: #fff;
    font-size: 18px;
    margin: 38px 0;
}

.login_box .login form h3 span {
    color: #faa528;
}

.login_box .login form > div {
    border: transparent solid 1px;
    height: 48px;
    line-height: 48px;
    background-color: #666666;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.login_box .login form > div span {
    float: left;
    width: 60px;
    height: 48px;
    opacity: .8;
}

.login_box .login form > div span img {
    display: block;
    margin: 12px auto;
}

.login_box .login form > div input {
    float: left;
    width: 270px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
}

.login_box .login form > div.yzm input {
    width: 230px;
}

.login_box .login form > div a {
    float: right;
    font-size: 14px;
    color: #bbb;
}

.login_box .login form > div a:hover {
    color: #fff;
}

.login_box .login form > div.yzm a {
    width: 120px;
    height: 38px;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px 4px;
}

.login_box .login form > div.yzm a img {
    width: 120px;
    height: 38px;
    display: block;
}

.login_box .login form p {
    margin-top: 30px;
}

.login_box .login form p button {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: "微软雅黑";
    width: 210px;
    height: 50px;
    background-color: #faa528;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s;
}

.login_box .login form p button:hover {
    text-indent: .5rem;
}

.login_box .login form p a {
    color: #fff;
    font-size: 16px;
    float: right;
    line-height: 50px;
}

.login_box .login form p a:hover {
    text-decoration: underline;
}

.login_box .login form > div:hover {
    border-color: #faa528;
    background-color: #333;
}

.login_box .login form > div:hover span {
    opacity: 1;
}

.pagenum {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagenum a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 22px;
    border-radius: 2px;
    font: 12px/22px Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 6px;
    border: 1px solid #e1e1e1
}

.pagenum a {
    color: #0a3256;
    _display: block;
    _display: inline;
}

.pagenum a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* 	border: 1px solid #4fbfe7 !important */
}

.pagenum a.cur {
    background: #4fbfe7;
    color: #fff;
    cursor: default;
    border-radius: 23px;
    border: none !important;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.pagenum span.cur {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 22px;
    border-radius: 2px;
    font: 12px/22px Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 6px;
    border: 1px solid #e1e1e1;
    background: #4fbfe7;
    color: #fff;
    cursor: default;
    border-radius: 23px;
    border: none !important;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.pagenum a.prev, .pagenum a.next {
    width: 72px;
    height: 22px;
    margin: 0 8px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-family: 'simsun'
}

.pagenum a.prev.curr, .pagenum a.next.curr {
    width: 72px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.index_search {
    width: 238px;
    height: 29px;
    margin-top: 57px;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
}

.index_search .input {
    background: none;
    color: #595959;
    padding-left: 10px;
    width: 180px;
    height: 31px;
    border: 0;
    outline: none;
    line-height: 31px;
    position: absolute;
    left: 0
}

.index_search .btn {
    background: url(../images/btn.png) no-repeat;
    height: 31px;
    border: 0;
    cursor: pointer;
    right: 0;
    position: absolute;
    width: 38px
}

.marketing-main.left {
    position: fixed;
    left: 10px;
    top: 75%;
    z-index: 900;
}

.leftservice {
    width: 134px;
    height: 413px;
    background: url(../img/left.png);
    background-size: 100% 100%;
}

/*  right */
.marketing-main.right {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 {
    margin-top: -175px;
}

.marketing-main li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #003b7d;
}

.marketing-main li a {
    text-decoration: none;
}

.marketing-main li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.marketing-main li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.marketing-main .my-kefu-main {
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.marketing-main .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.marketing-main .my-kefu-right {
    width: 20px;
}

.marketing-main .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.marketing-main .my-kefu-qq i {
    background-position: 4px 5px;
}

.marketing-main .my-kefu-tel i {
    background-position: 0 -21px;
}

.marketing-main .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.marketing-main .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.marketing-main .my-kefu-weixin i {
    background-position: -34px 4px;
}

.marketing-main .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.marketing-main .my-kefu-tel-main {
    background: #003b7d;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.marketing-main .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}