/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*分页结束*/
.noData {
    text-align: center;
    font-size: 16px;
    line-height: 200px
}







li {
    list-style-type: none;
    list-style-image: none;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #666666;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    -webkit-text-size-adjust: none;
    FONT: 14px/24px Microsoft Yahei, Verdana, Arial, Helvetica, sans-serif;
    COLOR: #242424
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}

.clearfix {
    CLEAR: both;
}

.middle_box {
    margin: 0 auto;
    width: 1260px;
}

/* 头部 */
#head {
    background: url(/public/upload/topic/image/topbeijing.png) no-repeat left top;
}

#head .middle_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_web {
    display: flex;
    align-items: center;
}

.head_web img {
    margin: 10px 5px;
}

.head_web h1 {
    font-size: 36px;
}

.head_web h1 span {
    font-size: 20px;
    letter-spacing: 1.7px;
    display: block;
}

.laser_level {
    width: 304px;
    display: flex;
}

.laser_level span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.laser_level p {
    display: inline-block;
    color: rgb(192, 0, 0);
    font-size: 16px;
    font-weight: 550;
    width: 192px;
}

.head_tel {
    background: url(/public/upload/topic/image/phone.png) no-repeat center left;
    background-size: 60px;
    padding-left: 70px;
}

.head_tel i {
    display: block;
    color: #ff8a00;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    font-style: inherit;
}

.head_tel {
    font-size: 25px;
    color: #ac3c15;
    line-height: 35px;
    height: max-content;
}

/* 导航 */
.nav_tonglan {
    height: 42px;
    min-width: 1260px;
    overflow: hidden;
    BACKGROUND-IMAGE: url(/public/upload/topic/image/nav.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center 50%;
}

.nav_tonglan A {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 41px;
    WIDTH: 126px;
    FLOAT: left;
    COLOR: white;
    FONT-SIZE: 16px;
}

/* 产品 */
.md_bj {
    padding: 20px 0 10px 0;
    background: url(/public/upload/topic/image/beijing.png);
}

.zfd {
    border: #0066c3 2px solid;
    width: 246px;
    background: url(/public/upload/topic/image/daohang.png) white no-repeat left top;
    float: left;
    padding-top: 12px;
}

.fen {
    border-radius: 7px 7px 2px 2px;
    outline: none;
    text-indent: 30px;
    width: 100%;
    background: url(/public/upload/topic/image/daohang.png);
    height: 91px;
}

.fen a {
    line-height: 90px;
    color: #fff;
    font-size: 26px;
}

.fen span {
    float: right;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.zfd ul {
    text-indent: 28px;
    margin: 8px;
    background-repeat: no-repeat;
    background-position: left top;
}

.zfd ul li {
    white-space: nowrap;
    height: 39px;
    border-bottom: #f57900 1px dotted;
    line-height: 36px;
    text-indent: 20px;
    width: 100%;
    background: url(/public/upload/topic/image/huangsanjiao.png) no-repeat 4px center;
    font-size: 14px;
}

.zfd ul li a {
    transition: margin .4s ease-in-out;
    COLOR: #4c4c4c;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
}

.zfd ul li:hover a {
    color: #015cb5;
    margin-left: 5px;
}

.zfd_011 {
    width: 100%;
    border: #0066c3 1px solid;
    overflow: hidden;
}

.lxfsbt {
    width: 240px;
    background: url(/public/upload/topic/image/daohang.png) no-repeat left center;
    height: 50px;
}

.met_editor table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    line-height: 1.6;
    vertical-align: top;
}

.lxfsbt h2 {
    line-height: 29px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}

.lxfsbt span {
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-top: 0;
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin-right: 16px;
}

.lxfsnr {
    line-height: 28px;
    margin: 6px;
    width: 223px;
}

.yfd {
    border: #d9d9d9 1px solid;
    padding: 20px;
    background-color: #ffffff;
    width: 940px;
    float: right;
    box-sizing: content-box;
}

.yfd dl {
    padding-bottom: 8px;
    width: 100%;
    background: url(/public/upload/topic/image/xian_01.png) no-repeat left bottom;
}

.yfd dl dt {
    text-indent: 1em;
    background: url(/public/upload/topic/image/sanjiao_02.png) no-repeat left center;
    float: left;
    color: #0057a5;
    font-size: 18px;
}

.yfd dl dd {
    float: right;
    font-size: 14px;
}

.yfd ul {
    float: left;
    margin: 15px 0px 16px 10px;
}

.yfd ul li {
    transition: all 120ms ease-in-out;
    overflow: hidden;
    text-align: center;
    margin: 5px 0px 5px 12px;
    width: 170px;
    float: left;
}

/* 关于我们 */
.bijing_01 {
    clear: none;
    padding: 0px 0 5px;
    min-width: 1260px;
    width: auto;
    background: url(/public/upload/topic/image/beijing.png);
}

.logo_tonglan img {
    float: left;
    margin-bottom: 10px;
}

.jjbj {
    padding: 10px 0 0 20px;
    width: 830px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 320px;
    font-weight: bold;
}

.ckgd {
    text-align: center;
    line-height: 35px;
    text-indent: 30px;
    margin: -30px 0 0 0;
    width: 170px;
    background: url(/public/upload/topic/image/ckgd.png) #0165c3 no-repeat left top;
    float: right;
    color: #ffffff;
    font-size: 14px;
}

.ckgd a {
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
}

/* 工厂图片 */
.mb_b_01 {
    border: #d5d5d5 1px solid;
    background-color: #fff;
    padding: 20px;
    width: 1260px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.lf_01 {
    padding-bottom: 8px;
    background: url(/public/upload/topic/image/dix.png) no-repeat left bottom;
}

.mb_b_01 .btgc {
    text-indent: 20px;
    background: url(/public/upload/topic/image/sanjiao_02.png) no-repeat left center;
    float: left;
    color: #005db1;
    font-size: 20px;
}

.mb_b_01 .btgc span {
    display: inline;
    font-family: "Arial Regular";
    color: #ff7b00;
    margin-left: 10px;
    font-size: 16px;
}

.gd {
    float: right;
}

#demoi1 {
    overflow: hidden;
}

.mb_b_01 ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.mb_b_01 ul li {
    width: 234px;
    margin-right: 10px;
}

.mb_b_01 ul li a {
    text-align: center;
    background-color: #0066c3;
    display: block;
    color: #fff;
    font-size: 14px;
}

.mb_b_01 ul li a:hover {
    background-color: #ff9900;
    color: #000;
}

.logo_tonglan img {
    margin-bottom: 10px;
    float: left;
}

/* 页尾 */
.f_tl {
    width: 1260px;
    text-align: center;
    background-color: #0066c3;
    height: 38px;
    margin: 0 auto;
}


.jz {
    text-align: center;
    margin: auto;
    width: 900px;
}

.f_tl A {
    text-align: center;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
}

.dbtl {
    width: 1260px;
    background: url(/public/upload/topic/image/btbj.png) no-repeat center top;
    height: 120px;
    overflow: hidden;
    background-position: -322px 12px;
    margin: 0 auto;
}


.dbtl P {
    text-align: left;
    border-left: #787878 1px dotted;
    line-height: 28px;
    margin: 40px auto auto 460px;
    padding-left: 20px;
    color: #000;
}

.bijing_01 P SPAN {
    display: inline;
    font-weight: bold;
}

/* 客服 */
.back-top-container {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    font: 14px/53px 'Microsoft YaHei';
    transition: all .5s ease;
    overflow: hidden;
    background: #0a50a8 url(/public/upload/topic/image/kefutubiao.png) no-repeat;
}

.yb_bar .yb_top {
    background-position: 0 0;
}

.yb_bar .yb_phone {
    background-position: 0 -57px;
    font-size: 14px;
}

.yb_conct a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background-position: 0 -113px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yb_bar .yb_ercode {
    height: 200px;
    background-position: 0 -169px;
}

.logo_tonglan IMG {
    MARGIN-BOTTOM: 10px;
    FLOAT: left;
}

.hd_qr {
    padding: 0 29px 25px 29px;
    width: 125px;
    box-sizing: content-box;
}

/* 简介模块内页 */






.met_section aside section h2 {
    padding: 0 20px;
    height: 27px;
    font-size: 18px;
}

.met_section article {
    float: left;
    margin-left: -230px;
    width: 100%;
}

.met_section article .met_article {
    margin-left: 250px;
}

.met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.met_article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.met_article_head .met_position {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-family: '宋体';
}

.met_article_head .met_position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_module1 {
    padding: 30px 10px;
}

.met_editor {
    line-height: 2;
}

.tem_inner,
.met_section {
    position: relative;
    margin: 0 auto;
    margin: 0 auto;
    width: 1000px;
}

@media (min-width: 1200px) {

    .tem_inner,
    .met_section {
        padding: 0;
        width: 1100px;
    }
}

@media (min-width: 1800px) {

    .tem_inner,
    .met_section {
        padding: 0;
        width: 70%;
    }
}




/* 侧边栏 */
/* .left {
    MARGIN: 0px;
    WIDTH: 248px;
    BACKGROUND: #ffffff;
    FLOAT: left;
} */

.met_section aside {
    position: relative;
    float: left;
    width: 230px;
}

.met_section aside section {
    border: 1px solid #ddd;
}

.zfd1 {
    float: left;
    border: #0066c3 2px solid;
}

.zfd1 UL LI {
    BORDER-BOTTOM: #f57900 1px dotted;
    LINE-HEIGHT: 36px;
    TEXT-INDENT: 20px;
    WIDTH: 100%;
    BACKGROUND: url(/public/upload/topic/image/huangsanjiao.png) no-repeat 4px center;
    FONT-SIZE: 14px;
}

.zfd1 UL LI A {
    COLOR: #4c4c4c;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
}

.zfd2 UL LI {
    BORDER-BOTTOM: #f57900 1px dotted;
    LINE-HEIGHT: 36px;
    TEXT-INDENT: 20px;
    WIDTH: 100%;
    BACKGROUND: url(/public/upload/topic/image/huangsanjiao.png) no-repeat 4px center;
    FONT-SIZE: 14px;
}

/* 产品中心 */
.met_module3_list ul.list_1 {
    list-style: none;
    visibility: hidden;
}

.met_module3_list ul.list_1 li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.met_module3_list ul.list_1 li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0;
}

.met_module3_list ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
}

.logo_tonglan IMG {
    MARGIN-BOTTOM: 10px;
    FLOAT: left;
}

.met_module3_list ul.list_1 li h2 {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd;
}

/* 产品详情 */

#showproduct dl.pshow dt {
    float: left;
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

#showproduct dl.pshow dt .met_box {
    margin: 0 auto;
    visibility: hidden;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#showproduct dl.pshow dt .my-simple-gallery figure {
    float: left;
    margin: 0;
}

.logo_tonglan IMG {
    MARGIN-BOTTOM: 10px;
    FLOAT: left;
}

#showproduct dl.pshow dt .met_box figcaption {
    display: none;
}

#showproduct dl.pshow dd {
    float: left;
    width: 100%;
}

#showproduct dl.pshow dd .met_box {
    padding: 0 20px;
}

#showproduct dl.pshow dd .met_box h1 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

#showproduct dl.pshow dd .met_box ul li {
    list-style: none;
    color: #818181;
    padding: 8px 5px 8px 90px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#showproduct dl.pshow dd .met_box ul li span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 5px;
    width: 80px;
    word-wrap: break-word;
}

#showproduct .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd;
}

#showproduct .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa;
}

#showproduct .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

#showproduct .met_nav li a {
    display: block;
    padding: 0 40px;
}

#showproduct .met_nav_contbox {
    padding: 0 10px;
}

.met_editor {
    line-height: 2;
}

.met_editor table {
    max-width: 100% !important;
}

.met_editor tbody {
    max-width: 100% !important;
}

.met_tools {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
    height: 50px;
    line-height: 50px;
}

.bdshare-button-style1-16 {
    zoom: 1;
}

.bdshare-button-style1-16 .bds_more {
    color: #333;
    float: left;
}

.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(/public/upload/topic/image/icons_1_16.png);
    /* _background-image: url(../img/share/icons_1_16_debase.png?v=2ab75562.png); */
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdshare-button-style1-16 .bds_more {
    background-position: 0 0;
}

/* 图片模块 */
#imglist ul.list_2 {
    list-style: none;
    visibility: hidden;
}

#imglist ul.list_2 li {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
}

#imglist ul.list_2 dt {
    float: left;
    position: relative;
}

#imglist ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.logo_tonglan IMG {
    MARGIN-BOTTOM: 10px;
    FLOAT: left;
}

.met_clear {
    clear: both;
}

#imglist ul.list_2 dd {
    float: left;
    width: 100%;
}

#imglist ul.list_2 dd h2 {
    padding: 5px 10px;
    font-size: 15px;
}

#imglist ul.list_2 dd p {
    padding: 5px 10px;
    color: #818181;
}

/* 图片详情 */
#showimg h1.met_title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: bold;
}

#showimg .met_slide_box {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 600px;
    padding-bottom: 100px;
    position: relative;
    box-sizing: content-box;
    background: #000;
}

.img_nav {
    height: 140px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.show_img_item img,
.show_img_item {
    width: 100%;
    height: 100%;
}

.img_nav h3 {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.img_nav img {
    width: 150px;
    height: 80px;
    object-fit: cover;
}

.img_nav_item {
    margin-top: 10px;
    display: flex;
}

.img_nav_item li {
    width: max-content;
    margin: 0 10px;
}

.show_left,
.show_right {
    position: absolute;
    top: 0;
    height: 85%;
    display: flex;
    align-items: center;
    z-index: 9;
    width: 300px;
}

.show_left img,
.show_right img {
    display: none;
}

.show_right {
    right: 0;
    justify-content: flex-end;
}

.show_right:hover img,
.show_left:hover img {
    display: block;
}

/* 新闻列表 */
.met_module2_list {
    padding: 10px 10px;
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative;
}

.met_module2_list h2 {
    font-weight: normal;
    font-size: 14px;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px;
}

/* 新闻详情 */
.met_module2 h1.met_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
}

.met_module2 .met_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.met_module2 .met_time {
    padding-right: 6px;
}

.met_module2 .met_source {
    padding-right: 6px;
}

.met_module2 .met_source a {
    color: #607fa6;
}

.met_module2 .met_editor {
    padding: 0 10px;
}

.met_section {
    position: relative;
    padding: 40px 0 50px;
}

/* 产品详情 */
.show_pro {
    display: flex;
}

.pro_img {
    width: 620px;
    border-right: 1px solid #ddd;
}

.pro_imgB {
    margin-bottom: 20px;
}

.pro_imgB li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_imgB img {
    max-width: 100%;
    height: 300px;
}

.pro_imgS {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_imgS li {
    width: 70px;
    height: 70px;
    margin: 0 10px;
}

.pro_imgS li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_imgS li.cur {
    border: 1px solid #000;
}

.pro_about {
    width: 458px;
    padding: 0 20px;
}

.pro_about h2 {
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
}

.pro_about li {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    color: #818181;
}

.pro_about li span {
    width: 90px;
}

.showpro_content {
    margin-top: 45px;
}

.showpro_nav {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
}

.showpro_nav h3 {
    padding: 0 40px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: #f7f8fa;
    height: 100%;
    border-right: 1px solid #ddd;
}

.showpro_con {
    padding: 30px;
}

#showproduct .met_related {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    color: #333;
}

.sidebar strong {
    color: rgb(0, 176, 240);
    font-size: 18px;
}

/* 您可能喜欢 */
.may_love {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.may_love li {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.may_love li a {
    border: 1px solid #ddd;
}

.may_love li h2 {
    font-size: 14px;
    padding: 10px;
}

/*  */
.met_tools .met_page {
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181;
}

.met_tools .met_page li {
    display: inline;
    list-style: none;
    margin-left: 30px;
}

.met_tools .met_page li {
    display: inline;
    list-style: none;
    margin-left: 30px;
}

.met_tools .met_page li span {
    padding-right: 5px;
}

.met_tools .met_page a {
    color: #607fa6;
}

/* 人才招聘 */
.v52fmbx_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

.v52fmbx {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left;
}

.v52fmbx dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
}

.v52fmbx dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2;
}

.v52fmbx dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0;
}

.v52fmbx dl dd .fbox {
    margin: 0 10px 0 0;
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565;
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    box-sizing: content-box;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px;
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block;
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
}
#think_page_trace_open{
    bottom: -50px !important;
}

/* .submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}


.shutter {
    overflow: hidden;
    width: 1000px;
    height: 358px;
    position: relative;
    margin: 50px auto;
    border-radius: 10px;

}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a>img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../images/shutter_shadow.png) repeat;
}

.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.schmenu {
    height: 33px;
    line-height: 33px;
    background: #636871;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.schmenu ul {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.schmenu ul li {
    float: left;
    list-style: none;
}

.schmenu ul li a {
    height: 33px;
    line-height: 33px;
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
}

.schmenu ul li a:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */