* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #c00;
}


/* 页面主体 */

body {
    font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif !important;
    color: #8c8c8c !important;
    /*	background-color: #333; */
}

.bg {
    background: #f5f5f5;
}

.container {
    width: 1000px;
    margin: 0 auto;
}


/* 页面右菜单 */

#menu {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 70;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    margin-bottom: 5px;
}

#menu a {
    display: block;
    width: 80px;
    height: 28px;
    // padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}

#menu .active a {
    background: #333;
    border: 1px solid #111;
    color: #fff;
}


/* 页面顶部 */

.head {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 50px;
    background: url(../images/bg-black-50.png);
}

.head .head-leftCon {
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.head .head-leftCon a {
    color: #ddd;
}

.head .head-leftCon a:hover {
    color: #fff;
}

.head .head-rightCon {
    height: 50px;
    line-height: 50px;
    float: right;
    font-weight: normal;
    font-size: 14px;
}

.head .head-rightCon a {
    padding: 0 5px;
    color: #ccc;
}

.head .head-rightCon a:hover {
    color: #fff;
}

.head .head-rightCon span {
    padding: 3px 12px;
    border: 1px solid #888;
    border-radius: 30px;
    color: #bbb;
}


/* 首页 */


/* .home {
	background: url(../images/cover2.jpg) center bottom no-repeat;
} */

h1.home-h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 44px;
    text-align: center;
}
.home1{
    height:758px;
}
.home1 .home-h1{
    font-size: 0px !important;
    height: 20rem;
    background-size: 100%;
}
h2.home-h2 {
    +margin-top: 60px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}

h3.home-h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.home-text {
    margin-bottom: 15px;
    +margin-bottom: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 22px;
    line-height: 200%;
    text-align: center;
}

.logo-sczjj {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin-right: 20px;
    background: url(../images/logos.png) 0 0 no-repeat;
    font-size: 0;
    vertical-align: middle;
}

.logo-szlyzx {
    display: inline-block;
    width: 160px;
    height: 32px;
    margin-right: 20px;
    background: url(../images/logos.png) 0 -60px no-repeat;
    font-size: 0;
    vertical-align: middle;
}

.logo-zgzqw {
    display: inline-block;
    width: 244px;
    height: 32px;
    background: url(../images/logos.png) 0 -120px no-repeat;
    font-size: 0;
    vertical-align: middle;
}

.logo-tm {
    display: inline-block;
    width: 120px;
    height: 28px;
    background: url(../images/logos.png) 0 -180px no-repeat;
    font-size: 0;
    vertical-align: middle;
}

.qr-code {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0px !important;
    background: #fff;
}


/* 内页 */

h2.page-title {
    height: 40px;
    margin-bottom: 15px;
    +margin-top: 60px;
    background: url(../images/page-title.gif) 0 20px repeat-x;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

h2.page-title span {
    display: block;
    margin: 0 auto;
    width: 120px;
    background: #f5f5f5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #d30830;
    text-align: center;
}


/* 活动议程 */

.active-agenda {
    line-height: 50px !important;
}
dd, dt{
    line-height: 30px !important;
}

.active-agenda dt {
    float: left;
    width: 300px;
    padding-right: 80px;
    text-align: right;
}

.active-agenda dt.active-agenda-bg1 {
    background: url(../images/active-agenda.png) right 9px no-repeat;
}

.active-agenda dt.active-agenda-bg2 {
    background: url(../images/active-agenda.png) right -85px no-repeat;
}

.active-agenda dt.active-agenda-bg3 {
    background: url(../images/active-agenda.png) right -180px no-repeat;
}

.active-agenda dt.active-agenda-bg4 {
    background: url(../images/active-agenda.png) right -280px no-repeat;
}

.active-agenda dd {
    margin-left: 450px;
}


/* 文字报道 */

.news-block {
    float: left;
    width: 300px;
    // margin-right: 20px;
    height: 450px;
}

.news-block video {
    width: 300px;
    height: 162px;
}

h3.title-h3 {
    padding-bottom: 3px;
    color: #c00;
}

.news-list {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    height: 280px;
    overflow-y: scroll;
    width:87%;
}

.news-list ul {
    margin-left: 1em;
}

.news-list li {
    list-style: square;
    margin-bottom: 5px;
}

.news-list li a {
    margin-right: 5px;
}

.news-list li span {
    color: #bbb;
}

.bobao-block-1 {
    float: right;
    width: 100%;
}

.bobao-block-2 {
    float: right;
    width: 680px;
}

.bobao-block-3 {
    float: right;
    width: 680px;
}

.bobao {
    overflow-y: scroll;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    height: 450px;
}

.bobao h5 {
    margin: 8px 0 2px;
    color: #c00;
    font-size: 13px;
    font-weight: normal;
}
pre{
    border: none !important;
    background-color:transparent !important;
    font-size: inherit !important;
    line-height:inherit !important;
    color: #8c8c8c !important;
    // font-family: 'Microsoft Yahei' !important;
}

/* 视频直播 */

.video-block {
    float: left;
}

.video-block img {
    padding: 3px;
    border: 1px solid #ddd;
}

.video-note {
    line-height: 30px;
}

.video-note strong {
    color: #c00;
}

.info-block {
    float: right;
    width: 330px;
}

.info {
    overflow: auto;
    height: 330px;
    padding: 8px 10px 0;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 1.8em;
}

.info p {
    margin-bottom: 0.5em;
}


/* 最新互动 */

.refresh {
    position: absolute;
    right: 0;
    font-size: 12px;
    font-weight: normal;
}

.btn_help {
    position: absolute;
    left: 17%;
    margin-bottom: 15px;
}

.btn_help a {
    display: block;
    margin: 4px 0 0 15px;
    padding-left: 20px;
    background: url(../images/icon.png) 0 -39px no-repeat;
    color: #666;
    font-size: 12px;
    +line-height: 18px;
    font-weight: normal;
}

a.btn_help:hover {
    color: #c00;
}

.qa_tabs {
    height: 26px;
    margin: 3px 0 15px;
    border-bottom: 1px solid #c00;
}

ul.qa_tabs li {
    float: left;
    list-style: none;
    cursor: pointer;
    // height: 14px;
    margin-right: 4px;
    padding: 6px 15px;
    background: #ddd;
    border-bottom: none;
    color: #555;
    font-size: 14px;
    line-height: 1em;
}

ul.qa_tabs li:hover {
    color: #c00;
    text-decoration: none;
}

ul.qa_tabs li.current {
    background: #c00;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
}

.qa_text {
    overflow-y: scroll;
    float: left;
    width: 710px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.qa_text a {
    color: #c80000;
}

.qa_text a:hover {
    color: #f00;
}

.qa_block {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.qa_text_a {
    width: 640px;
    margin-top: 5px;
}

.qa_text_a_t {
    height: 15px;
    background: url(../images/qa_bg.png) left top no-repeat;
}

.qa_text_a_m {
    padding: 2px 10px;
    background: url(../images/qa_bg.png) -680px center repeat-y;
}

.qa_text_a_b {
    height: 10px;
    background: url(../images/qa_bg.png) -1360px bottom no-repeat;
}

.qa_text_date {
    margin: 5px 0 0;
    color: #ccc;
}

.qa_text_date span.applaud {
    float: right;
    height: 13px;
    margin: 5px 8px 0 0;
}

.qa_text_date span.applaud a {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 13px;
    margin: 0 4px 0 0;
    background: url(../images/qa_icon.png) 0 0 no-repeat;
}

.qa_text_date span.applaud a:hover {
    background: url(../images/qa_icon.png) -30px 0 no-repeat;
}

.qa_talkbar {
    float: right;
    width: 228px;
    border: 1px solid #ddd;
    font-size: 12px;
}

h4.qa_talkbar_hd {
    padding: 8px 8px;
    background: #dc0000;
    color: #fff;
    font-size: 14px;
}

h4.qa_talkbar_hd a.btn_login {
    float: right;
    cursor: pointer;
    padding: 2px 6px;
    background: #fee;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: 0 0 0 1px #ffe;
    color: #c00;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

h4.qa_talkbar_hd a.btn_login:hover {
    background: #fcc;
    border: 1px solid #fee;
    color: #a00;
    box-shadow: 0 0 0 1px #fff;
    text-decoration: none;
}

.qa_talkbar_bd {
    padding: 8px 10px;
    background: #fff;
}

a.dengchu {
    margin-left: 15px;
}

.qa_talkbar_bd td {
    font-size: 12px;
    padding: 4px 0;
}

.qa_talkbar_bd input.text {
    width: 126px;
    +width: 128px;
}

.qa_talkbar_bd select.select_members {
    width: 130px;
}

.qa_talkbar_bd textarea.textarea {
    width: 188px;
    height: 255px;
    padding: 8px;
}

input.btn_ask {
    display: block;
    margin: 0 auto 10px;
    padding: 5px 10px;
}

span.liulanyonghu {
    margin-left: 15px;
}

td.login_td {
    width: 78px;
    +width: 82px;
}


/* 公司页最新互动 */

.company_head {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.company_logo {
    float: left;
    font-family: "微软雅黑";
}

.company_logo dt {
    float: left;
    background: #fff;
    border: 1px solid #e6e6e6;
    line-height: 0;
}

.company_logo dd {
    margin-left: 90px;
    color: #666;
    font-size: 20px;
    line-height: 1.5em;
}

.company_logo dd h1 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: normal;
}

.company_menu {
    float: right;
    width: 320px;
}

.company_menu li {
    list-style: none;
    float: left;
    margin: 0 0 5px 10px;
}

.company_menu li a {
    display: block;
    padding: 2px 6px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
}

.company_menu li a:hover {
    background: #fee;
    border: 1px solid #faa;
    color: #c00;
    text-decoration: none;
}


/* 公司列表 */

.company-list {
    text-align: center;
}

.company-list li {
    list-style: none;
    float: left;
    margin: 10px 11px 20px;
    line-height: 1.3em;
}

.company-list li a.company-list-logo {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.company-list li a.company-list-logo:hover {
    border: 1px solid #c00;
}


/* 影像报道 */

.video_list {
    overflow-y: auto;
    float: right;
    width: 310px;
    height: 348px;
    padding: 9px;
    background: #fff;
    border: 1px solid #ddd;
}

.video_list dl {
    min-height: 60px;
    margin: 0 0 10px;
}

.video_list dt {
    float: left;
}

.video_list dd {
    margin-left: 130px;
}


/* 页脚 */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: #333;
    border-top: 2px solid #c00;
    color: #777;
    font-size: 12px;
    text-align: center;
}

.footer a,
footer-2 a {
    color: #333;
}

.footer a:hover,
footer-2 a:hover {
    color: #ff4a00;
}


/* 公司页页脚 */

.footer-2 {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    background: #333;
    border-top: 2px solid #c00;
    color: #777;
    font-size: 12px;
    text-align: center;
}


/* 模态窗口 */

#basic-dialog-ok,
#basic-dialog-warn,
#ifr-dialog {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
}

.simplemodal-wrap {
    background-color: #fff;
}

#simplemodal-container {
    width: 500px;
    height: 153px;
}

#ifr-dialog-content {
    height: 600px;
    width: 970px;
}

#ifr-dialog-opt {
    width: 270px;
    height: 210px;
}


/*company_silde*/

#company_silde {
    height: 400px;
    width: 998px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#company_silde .pre {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-position: -50px top;
    display: block;
    height: 47px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: 182px;
}

#company_silde a.pre:hover {
    background-position: -75px top;
}

#company_silde .next {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 47px;
    width: 25px;
    cursor: pointer;
    top: 182px;
    right: -30px;
    position: absolute;
}

#company_silde a.next:hover {
    background-position: -25px top;
}

#company_silde #wai_box {
    height: 400px;
    width: 998px;
    overflow: hidden;
    position: relative;
}

#company_silde #wai_box .company_silde_box .title {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 18px;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000, endColorstr=#6B000000);
    height: 30px;
    bottom: 0px;
    z-index: 30;
    width: 61px;
    padding-top: 5px;
}

#company_silde #wai_box .company_silde_box .title:hover {
    color: #d30830;
}

#company_silde .company_silde_box {
    width: 12994px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#company_silde .company_silde_box a.img:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    Opacity: 0.9;
    Filter: alpha(opacity=90);
    outline: none;
}

#company_silde .company_silde_box .img {
    display: block;
}

#company_silde .company_silde_box ul {
    float: left;
    display: block;
    height: 400px;
    width: 998px;
}

#company_silde .company_silde_box li {
    float: left;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}

#company_silde .nav {
    height: 10px;
    margin-top: 20px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}

#company_silde .nav a {
    background: #ddd;
    display: block;
    float: left;
    height: 10px;
    width: 20px;
    font-size: 0px;
    line-height: 0px;
    margin-right: 2px;
    cursor: pointer;
}

#company_silde .nav a:hover {
    background-color: #d30830;
}

#company_silde .nav .now {
    background-color: #d30830;
}


/*company_silde*/

#company_silde2 {
    height: 400px;
    width: 998px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#company_silde2 .pre {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-position: -50px top;
    display: block;
    height: 47px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: 182px;
}

#company_silde2 a.pre:hover {
    background-position: -75px top;
}

#company_silde2 .next {
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 47px;
    width: 25px;
    cursor: pointer;
    top: 182px;
    right: -30px;
    position: absolute;
}

#company_silde2 a.next:hover {
    background-position: -25px top;
}

#company_silde2 #wai_box2 {
    height: 400px;
    width: 998px;
    overflow: hidden;
    position: relative;
}

#company_silde2 #wai_box2 .company_silde_box .title {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 18px;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000, endColorstr=#6B000000);
    height: 30px;
    bottom: 0px;
    z-index: 30;
    width: 61px;
    padding-top: 5px;
}

#company_silde2 #wai_box2 .company_silde_box .title:hover {
    color: #d30830;
}

#company_silde2 .company_silde_box {
    width: 12994px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#company_silde2 .company_silde_box a.img:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    Opacity: 0.9;
    Filter: alpha(opacity=90);
    outline: none;
}

#company_silde2 .company_silde_box .img {
    display: block;
}

#company_silde2 .company_silde_box ul {
    float: left;
    display: block;
    height: 400px;
    width: 998px;
}

#company_silde2 .company_silde_box li {
    float: left;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}

#company_silde2 .nav {
    height: 10px;
    margin-top: 20px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}

#company_silde2 .nav a {
    background: #ddd;
    display: block;
    float: left;
    height: 10px;
    width: 20px;
    font-size: 0px;
    line-height: 0px;
    margin-right: 2px;
    cursor: pointer;
}

#company_silde2 .nav a:hover {
    background-color: #d30830;
}

#company_silde2 .nav .now {
    background-color: #d30830;
}


/*查询*/

.company-search {
    text-align: center;
    margin: 40px 0px 40px 0px;
}

.company-search input {
    line-height: 30px;
    height: 30px;
    width: 150px;
    border: solid 1px #ddd;
    width: 350px;
}

.company-search button {
    line-height: 30px;
    color: #fff;
    padding: 0px 20px;
    border: 0px;
    background: #d30830;
    font-family: 微软雅黑;
    font-size: 14px;
    letter-spacing: 2px;
}


/*滚动图片*/

.abtn {
    display: block;
    height: 150px;
    width: 17px;
    overflow: hidden;
    background: url(../images/arrow3.png) no-repeat 0px 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.aleft {
    float: left;
}

.agrayleft {
    cursor: default;
    background-position: -34px 50%;
}

.aright {
    float: right;
    background-position: -17px 50%;
}

.agrayright {
    cursor: default;
    background-position: -51px 50%;
}

.scrolllist {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    background: #eee;
    padding: 15px 0px;
}

.scrolllist .imglist_w {
    width: 90%;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative;
    /*必要元素*/
}

.scrolllist .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.scrolllist .imglist_w li {
    width: 126px;
    float: left;
    padding: 0 15px;
    list-style: none;
}

.scrolllist .imglist_w li img {
    padding: 2px;
    border: solid 1px #ddd;
}

.scrolllist .imglist_w li a {
    color: #3366cc;
    text-decoration: none;
    float: left;
}

.scrolllist .imglist_w li a:hover img {
    filter: alpha(opacity=86);
    -moz-opacity: 0.86;
    opacity: 0.86;
}

.scrolllist .imglist_w li p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    float: left;
}


/* ************* jiang ***************
// Readme: 
// Requires: CSS
*******************************************/

html {
    font-size: 62.5% !important;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    font-size: 1.4rem !important;
    /*1.4 × 10px = 14px */
}

h1 {
    font-size: 2.4rem !important;
    /*2.4 × 10px = 24px*/
}

h3 {
    font-size: 2rem !important;
}

.news-block h3,
.bobao-block h3,
.info-block h3,
.qa_talkbar_hd {
    margin-top: 0px;
}

.info-block h3,
.qa_talkbar_hd {
    margin-bottom: 0px;
}

#dowebok .container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width:768px) {

    #dowebok .container {
        width: 1000px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .mb_video {
        display: none;
    }
    .mb_hidden {
        display: block;
    }
}

@media (max-width:767px) {
			#company_txtUl{
		width:120px;
	}
	.qa_text_a{
		width:100%;
	}
	#ordername{
		width:100%;
		display:inline-block;
	}
	#company_txtUl.hidden{
		display:block !important;
	}
    dd, dt{
        line-height: 20px !important;
    }
    #menu {
        display: none;
    }
    #dowebok .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-block {
        height: auto;
    }
    .bobao {
        height: auto;
    }
    .qa_text {
        width: 100%;
    }
    ul.qa_tabs li {
        padding: 6px 8px;
    }
    .btn_help {
        left:47%;
    }
    .refresh {
        width: 68px;
    }
    .qa_text {
        height: 200px !important;
        margin-bottom: 10px;
    }
    .qa_talkbar {
        border: none;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #company_silde {
        width: 100%;
    }
    #company_silde #wai_box {
        width: 100%;
    }
    #company_silde .company_silde_box {
        width: 100%;
    }
    #company_silde .company_silde_box ul {
        width: 106%;
    }
    #company_silde {
        // height: 600px;
        height:auto;
        padding-bottom: 18px;
    }
    #company_silde #wai_box {
        height: 100%;
    }
    #company_silde .company_silde_box ul {
        height: 100%;
    }
    #company_silde .company_silde_box li {
        width: 20%;
    }
    .company-list li {
        margin: 2%;
        width: 20%;
        height:114px;
    }
    .video_list {
        width: 100%;
        height: 190px;
    }
    .mb_video {
        display: block;
    }
    .mb_hidden {
        display: none;
    }
    .qa_talkbar table,
    .qa_talkbar table textarea {
        width: 100% !important;
    }
    .mb_img {
        // height: 100px;
        overflow: hidden;
    }
    .mb_img img {
        width: 100%;
    }
    .footer {
        position: initial;
    }
    html,
    body {
        overflow: initial;
    }
    .mb_video_list {
        margin: 10px 0;
    }
    .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px !important;
    }
    
    .pre {
        position: absolute;
        left: 10px;
    }
    .next {}
    /*活动议程*/
    .active-agenda dd{
        margin-left: 40%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 2%;
    }
    .active-agenda dt{
        width: 40%;
        padding-right: 15px;
    }
    /*深市*/
    #company_silde2{
        width: 100%;
    }
    #company_silde2 #wai_box2{
        width: 100%;
        /*height:auto;*/ 
    }
    #company_silde2 .company_silde_box{
        width:100%;
    }
    #company_silde2 .company_silde_box ul{
        width: 100%;
    }
    #company_silde2 .next{
        display: none;
    }
    #company_silde2 .pre{
        display: none;
    }
    #company_silde .next{
        display: none;
    }
    #company_silde .pre{
        display: none;
    }
    .mb_company_silde_pagination{
        bottom: 0px !important;
    }
    .mb_company_silde2_table{
        padding-bottom: 8%;
    }
    .mb_company_silde2_pagination{
        bottom: 0px !important;
    }

    /*活动议程*/
    .active-agenda dt.active-agenda-bg1,.active-agenda dt.active-agenda-bg2,.active-agenda dt.active-agenda-bg3,.active-agenda dt.active-agenda-bg4{
        background:none !important;
    }
    /*首页图片*/
    .home1{
        position: initial !important;
        padding-bottom: 100px !important;
    }
    .container{
        width: 100%;
    }
    .home-text{
        font-size: 1.4rem !important;
    }
    .home{
        /*position: absolute;top: -20px;*/ 
    }
    .home .container:first-child{
        margin-top: -20px;
    }
    .head{
        top:0;
    }
    .home1 div:first-child{
        padding-top: 15% !important;
    }
    .home-text{
        padding: 0px !important; 
    }
    .news-list {
    	width:100%;
    }
    #ifr-dialog-content{
		width:100% !important;
		margin:0;
		padding:0;
		left:0 !important;
	}
}
