@charset "utf-8";
r{background:#fff;color:#333;font:14px/1.6 'Microsoft YaHei',Tahoma,Verdana,'Simsun';overflow-x: hidden;}
a{color:#333;text-decoration:none;}
a:hover{color:#e9280c;text-decoration:none;}
.tem_inner,.met_section{position:relative;margin:0 auto;margin:0 auto;width: 85%;}

.page_inner {
    width: 1200px;
    margin:0 auto;
}
@media(min-width:1000px){.tem_inner{padding:0;width: 85%;}
}
@media(min-width:1200px){.tem_inner,.met_section{padding:0;width: 85%;}
}
@media(min-width:1800px){.tem_inner,.met_section{padding:0;width: 85%;}
}
.index_finner {width:85%;margin:0 auto}
header{position: fixed;background: #fff;width: 100%;z-index: 11;}

header.inside {
    position: relative;
}
header section{border-bottom:1px solid #e7e8ed;background:#f7f8fa;}
.tem_top{position:relative;z-index:100;height:35px;color:#53555a;font-size:12px;line-height:35px;}
.tem_top h2{font-weight:normal;}
.tem_top a{color:#53555a;}
.tem_top a:hover{color:#e9280c;}
.tem_top_nav{position:absolute;top:0;right:0;}
.tem_top_nav ol{float:right;margin:0;padding:0;}
.tem_top_nav ol li{float:left;list-style:none;}
.tem_top_nav ol li.line{width:30px;color:#eee;text-align:center;}
.tem_top_nav dl{position:relative;float:right;}
.tem_top_nav dl dt i{margin-left:5px;}
.tem_top_nav dl dd{position:absolute;top:35px;right:0;display:none;padding:10px 18px;border:1px solid #e7e8ed;background:#f7f8fa;white-space:nowrap;}
.tem_top_nav dl dd a{display:block;height:35px;line-height:35px;}
.tem_top_nav div.line{float:right;width:30px;color:#eee;text-align:center;}
.tem_head{position: relative;font-size: 0;z-index: 1;background: #fff;}
.tem_head .tem_inner{position: relative;height: 100px;}
.tem_head h1 img,.tem_head h2 img{position:relative;z-index:999;font-size:0;}
header h1{display:inline;}
.tem_head nav{float: right;height: inherit;line-height: inherit;width: 1100px;margin-right: 10%;display: block;}

@media(min-width: 1000px){
    .tem_head nav{
        width: 100%;
        margin: 0;
        float: left;
        display: none;
    }
    .tem_head nav ul{
        width: 100%;
        display: table;
    }
    .tem_head nav ul li{
        width: 300px;
        text-align:center;
        display: table-cell;
    }
}

@media(min-width: 1200px){.tem_head nav{
    width: 700px;
    float: right;
    margin-right: 9%;
    display:block;
    }
}

@media(min-width:1800px){.tem_head nav{
    width:1100px;
    display:block;
    }
}

.tem_head nav ul {
    list-style: none;
    display: table;
    width: 100%;
}

.tem_head nav ul li {
    display: table-cell;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.tem_head nav ul li.nav_li {
    background: url(../images/nav_li_bj.jpg) no-repeat left center;
}

.tem_head nav ul li a {
    font-size: 14px;
    color: #323232;
    display: block;
    transition: .5s;
}

.tem_head nav ul li a.navdown,.tem_head nav ul li a:hover {
    color: #006bc8;
    transition: .5s;
}

.top_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100px;
    line-height: 100px;
}

.top_img ul {
    list-style: none;
    width: 100%;
    font-size: 0;
    height: 23px;
    line-height: 23px;
    margin-top: 40px;
}

.top_img ul li {
    display: inline-block;
    width: 50%;
    height: inherit;
    vertical-align: top;
}

.top_img ul li a {
    display: block;
    height: inherit;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.top_img ul li a .top_im {
    width: 100%;
    height: inherit;
}

.top_img ul li.li0 a .top_im {
    background: url(../images/top_email1.png) no-repeat center;
    transition:.5s;
}

.top_img ul li.li0 a:hover .top_im {
    background: url(../images/top_email2.png) no-repeat center;
    transition:.5s;
}

.top_img ul li.li1 a .top_im {
    background: url(../images/top_tel1.png) no-repeat center;
    transition:.5s;
}

.top_img ul li.li1 a:hover .top_im {
    background: url(../images/top_tel2.png) no-repeat center;
    transition:.5s;
}

.top_img ul li a dl{
    z-index:1;
    width: 237px;
    height: 91px;
    position: absolute;
    left: 50%;
    margin-left: -118.5px;
    opacity:0;
    background:url(../images/nav_li_bj.jpg) no-repeat center;
    transition:.5s;
    visibility: hidden;
}

.top_img ul li a:hover dl {
    display: block;
    background: url(../images/top_em_bj.png) no-repeat center;
    opacity:1;
    transition:.5s;
    visibility: visible;
}

.top_img ul li a dl p {
    display: block;
    height: 80px;
    margin-left: 20px;
    margin-top: 11px;
    padding-left: 55px;
}

.top_img ul li a dl p span {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-top: 16px;
}

.top_img ul li a dl p i {
    display: block;
    font-size: 17px;
    color: #fff;
    font-family: arial;
    font-style: normal;
}

.top_img ul li.li0 a dl p {
    background: url(../images/t_email.png) no-repeat left center;
}

.top_img ul li.li1 a dl p {
    background: url(../images/t_tel.png) no-repeat left center;
}

.top_lang{
    position:absolute;
    right: 1%;
    top: 34px;
    height: 33px;
    line-height: 33px;
    font-size: 0;
}

.top_lang a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../images/lang_bj1.png) no-repeat;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    transition: .5s;
}

.top_lang a.on,.top_lang a:hover {
    background: url(../images/lang_bj2.png) no-repeat;
    transition: .5s;
}

#dowebok{
    width:100%;
    height: auto!important;
}

.index_banner{
    width:100%;
    position:relative;
    height: 100vh;
}

.index_banner .banner_img {
    font-size: 0;
    background-size: cover!important;
    width: 100%;
}

.index_banner .banner_img img {
    width: 100%;
}

.index_banner .banner_txt {
    position: absolute;
    width: 864px;
    left: 50%;
    margin-left: -432px;
    background: url(../images/banner_txt_bj.png);
    top: 35%;
    transition: .5s;
    text-align: center;
}

.index_banner .banner_txt h2 {
    font-size: 42px;
    color: #3c3c3c;
    display: block;
    padding: 40px 0 10px 0;
}

.index_banner .banner_txt p {
    font-size: 17px;
    color: #3c3c3c;
    display: block;
    margin: 0 10%;
    padding-bottom: 30px;
}

.tem_news{
    width:100%;
    /* height: 100%; */
}
.news_top{width: 100%;/* height: 50vh; */background: #f0f0f0;}

.news_top ul.news_list {
    list-style: none;
    /* height: 100%; */
}

.news_title .news_pad {
    margin: 0 50px;
    padding: 10% 0;
}

ul.news_list li.news_title {background: #f0f0f0!important;}

ul.news_list li.li span{
    font-size: 25px;
    color: #646464;
}

ul.news_list li.li h2 {
    font-size: 18px;
    color: #646464;
    display: block;
    padding-bottom: 2%;
    border-bottom: 1px dashed #646464;
    margin-bottom: 3%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
}

ul.news_list li.li p {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

ul.news_list li.li h4 {
    display: inline-block;
    border: 1px solid #646464;
    margin-top: 2%;
}

ul.news_list li.li h4 a {
    color: #a0a0a0;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
}

li.news_title h2 {
    font-size: 30px;
    color: #505050;
}

li.news_title span {
    font-size: 16.5px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: 'arial';
    background: url(../images/news_title_bj.jpg) no-repeat left bottom;
    padding-bottom: 4%;
    display: block;
    margin-bottom: 4%;
    margin-top: 2%;
}

li.news_title p {
    display: block;
    background: url(../images/news_title_bj.jpg) no-repeat left bottom;
    padding-bottom: 4%;
    font-size: 14px;
    color: #787878;
}

li.news_title h4 {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #a0a0a0;
    margin-top: 7%;
}

li.news_title h4 a {
    display: block;
    color: #a0a0a0;
    transition: .5s;
    font-size: 14px;
}

li.news_title h4 a:hover{
    color:#006cd5;
    transition:.5s;
}

.news_top ul.news_list li {
    float: left;
    width: 33.33%;
    background: #e6e6e6;
}

.news_top ul.news_list li.li .news_pad {
    margin: 0 10%;
    padding: 15px 0;
}

.news_top ul.news_list li .news_img {
    font-size: 0;
}

.news_top ul.news_list li .news_img img {
    width: 100%;
}

.news_bot{
    width: 100%;
    /* height: 50vh; */
}

.index_equ{
    width: 100%;
    height: 100vh;
}

.index_equ .equ_top {
    width: 100%;
    font-size: 0;
}

.equ_top ul.equ_list {
    width: 100%;
    list-style: none;
    font-size: 0;
}

.equ_top ul.equ_list li {
    float: left;
    width: 33.33%;
}

li.li.li0 {}

li.equ_title .equ_pad {
    margin: 0 50px;
    padding: 4% 0;
}

li.equ_title .equ_pad h2 {
    font-size: 30px;
    color: #505050;
}

li.equ_title .equ_pad span {
    font-size: 16.5px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: 'arial';
    background: url(../images/news_title_bj.jpg) no-repeat left bottom;
    padding-bottom: 4%;
    display: block;
    margin-bottom: 4%;
    margin-top: 2%;
}

li.equ_title .equ_pad p {
    display: block;
    background: url(../images/news_title_bj.jpg) no-repeat left bottom;
    padding-bottom: 4%;
    font-size: 14px;
    color: #787878;
}

li.equ_title .equ_pad h4 {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #a0a0a0;
    margin-top: 7%;
}

li.equ_title .equ_pad h4 a {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
    transition: .5s;
    font-size: 14px;
}

li.equ_title .equ_pad h4 a:hover{
    color:#006cd5;
    transition:.5s;
}

.equ_top ul.equ_list li.li a {
    display: block;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    height: 100%;
}

.equ_top ul.equ_list li a img {
    width: 100%;
    /* height: 100%; */
}

.index_equ .equ_bot {
    width: 100%;
    font-size: 0;
}

.index_cul{
    width:100%;
    /* padding-bottom: 30px; */
}

.index_cul ul {
    list-style: none;
}

.index_cul ul li {
    float: left;
    width: 25%;
}

li.qiansan {
    width: 33.33%!important;
}

@media(min-width:1000px){
    li.qiansan{
        /* margin: 0 0 40px 0; */
    }
}

@media(min-width:1200px){
    li.qiansan{
        /* margin:0 0 30px 0; */
    }
}

@media(min-width:1800px){
    li.qiansan{
        margin:0;
    }
}

.index_cul ul li a {
    display: block;
}

.index_cul ul li a .cul_img {
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.index_cul ul li a .cul_img
 img {
    width: 100%;
}

.index_cul ul li a .cul_txt {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 0%;
}

.index_cul ul li a .cul_txt
 img {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.index_cul ul li a .cul_txt
 h2 {
    font-size: 18px;
    color: #505050;
    display: block;
}

.index_cul ul li a .cul_txt
 p {
    font-size: 12px;
    color: #787878;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}

.tem_banner{position:relative;overflow:hidden;text-align:center;font-size:0;}
.tem_banner a{color:#fff;}
.tem_banner .skitter.with-dots{width:100%;max-width: 100%;margin-bottom: 0;}

.tem_banner .skitter .info_slide_dots {
    bottom: 8px;
}

.tem_banner .skitter .info_slide_dots .image_number {
    margin: 0 10px 0 0;
}
.tem_banner ul li{float:left;width:100%;list-style:none;background-position:50% 50%;background-repeat:no-repeat;}
.tem_banner ul li a{display:block;width:100%;height:100%;}
.tem_banner ul li img{ max-width:100%; height:auto;}
.tem_banner .flex-control-nav{position:absolute;right:0;bottom:20px;left:0;text-align:center;}
.tem_banner .flex-control-nav li{margin:0px;}
.tem_banner .flex-control-nav li a{display:inline-block;margin:0 6px;width:10px;height:10px;border:1px solid #fff;border-radius:10px;text-indent:-999em;cursor:pointer; background:none;}
.tem_banner .flex-control-nav li a.flex-active{background:#fff;}
.tem_banner .flash img{width:100%!important;height: 100%;}
.tem_index_title{margin:0 0 60px 0;border-bottom:1px solid #ccc;text-align:center;font-weight:normal;font-size:22px;}
.tem_index_title span{position:relative;top:2px;display:inline-block;padding:10px 15px;border-bottom:4px solid #666;}
.tem_index_title p{color:#8c8c8c;font-weight:normal;}
.tem_index_more{clear:both;margin:0 auto;padding-top:30px;width:200px;text-align:center;}
.tem_index_more a{display:block;height:40px;background:#e9280c;color:#fff;font-weight:normal;font-size:14px;line-height:40px;}
.tem_index_more a:hover{background:#d82208;color:#fff;}
.tem_index_to{border-top:1px solid #e7e8ed;border-bottom:1px solid #e7e8ed;background:#f7f8fa;}
.tem_wp1,.tem_wp2,.tem_wp3,.tem_wp4,.tem_wp5{visibility:hidden;}
.bounceInLeft,.bounceInRight,.fadeInUp,.fadeInUpDelay,.fadeInDown,.fadeInUpD,.fadeInLeft,.fadeInRight{visibility:visible;}
.tem_index_about{padding:50px 0 80px;}
.tem_index_about_cont{margin-right:25px;padding:50px 0;}
.tem_index_about_txt{float:left;width:55%;}
.tem_index_about .txtwd100{float:none;width:100%;}
.tem_index_about_txt .met_editor{padding:0px 50px 0;}
.tem_index_about_img{float:right;overflow:hidden;width:45%;height:227px;font-size:0;}
.tem_index_about_video{float:right;overflow:hidden;width:45%;}
.tem_index_about_img ul{float:left;overflow:hidden;width:70%;height:227px;list-style:none;}
.tem_index_about_img .tem_index_about_img_noe{float:none;width:100%;}
.tem_index_about_img ul li{padding:4px;border:1px solid #eee;}
.tem_index_about_img ul img{width:100%;height:217px;}
.tem_index_about_img ol{float:right;overflow:hidden;width:30%;list-style:none;}
.tem_index_about_img ol li{position:relative;margin-bottom:8px;margin-left:20px;padding:4px;border:1px solid #eee;}
.tem_index_about_img ol img{width:100%;height:60px;cursor:pointer;}
.tem_index_about_img ol li.tem_now{background:#eee;}
.tem_index_about_img ol li i{position:absolute;top:26px;left:-8px;display:none;color:#eee;font-size:20px;}
.tem_index_about_img ol li.tem_now i{display:block;}
.tem_index_about_img ol li.tem_hover{background:#eee;}
.tem_index_about_more{padding-top:10px;}
.tem_index_about_more a{display:inline-block;padding:0 30px;height:30px;border:2px solid #eee;color:#999!important;text-decoration:none;font-weight:normal;line-height:30px;}
.tem_index_about_more a:hover{ background:#eee; text-decoration:none!important; }
.tem_index_product{padding:50px 0 80px;}
.tem_index_product ul{list-style:none;}
.tem_index_product ul li{float:left;overflow:hidden;margin-bottom:30px;text-align:center;}
.tem_index_product ul li a{display:block;margin:0 auto;background:#fff;text-align:center;font-size:0;}
.tem_index_product ul li h2{padding:10px;background:#8c989f;color:#fff;text-align:left;font-weight:normal;font-size:14px;}
.tem_index_product a img{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.tem_index_product a:hover img{opacity:.5;filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;}
.tem_index_news{/* padding:50px 0 80px; *//* text-align:center; */}
.tem_index_news_tab{display:inline-block;margin:0 0 10px;height:37px;border-right:1px solid #8c989f;list-style:none;line-height:37px;}
.tem_index_news_tab li{float:left;}
.tem_index_news_tab li h3{padding:0 40px;height:35px;border:1px solid #8c989f;border-right:0;font-weight:normal;line-height:35px;cursor:pointer;}
.tem_index_news_tab li.flex-active h3{background:#8c989f;color:#fff;}
.tem_index_news_tab li:hover h3{background:#8c989f;color:#fff;}
.tem_index_news_list{margin:20px 0 0;}
.tem_index_news_list li{float:left;overflow:hidden;width:50%;list-style:none;text-align:left;}
.tem_index_news_list li a{display:block;}
.tem_index_news_list li dl{margin-right:10px;padding-top:21px;height:115px;}
.tem_index_news_list li dl.tem_even{margin-right:0;margin-left:10px;}
.tem_index_news_list dt{position:relative;float:left;overflow:hidden;width:100px;height:115px;border-bottom:1px solid #e7e8ed;font-size:0;}
.tem_index_news_list dt img{margin-left:10px;width:90px;height:90px;border-radius:60px;}
.tem_index_news_list dd{float:left;margin-left:-100px;width:100%;}
.tem_index_news_list dd a{padding:0 10px;}
.tem_index_news_list_txt{margin-left:100px;height:115px;border-bottom:1px solid #e7e8ed;}
.tem_index_news_list_txt h3{overflow:hidden;margin-bottom:3px;height:23px;color:#000;font-weight:normal;line-height:23px;}
.tem_index_news_list_txt p{overflow:hidden;height:42px;color:#818181;}
.tem_index_news_list_txt span.time{display:block;height:25px;color:#818181;line-height:25px;}
.tem_index_news_list li dl:hover{background:#f7f8fa;}
.tem_index_news_list .tem_index_more{float:none;width:200px;text-align:center;}
.tem_index_case{padding:50px 0 80px;}
.tem_index_case_list{white-space:nowrap;text-align: center;}
.tem_index_case_list  .item{list-style:none;display: inline-block;}
.tem_index_case_list .tem_list dt{ text-align:center;font-size:0;}
.tem_index_case_list .tem_list dt a{display:block;overflow:hidden;margin:0 auto;}
.tem_index_case_list .tem_list dt img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.tem_index_case_list .tem_list dt a:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);-ms-transform:scale(1.2);}
.tem_index_case_list .tem_list h3{margin:0 auto;height:40px;background:#8c989f;text-align:center;font-weight:normal;line-height:40px;overflow: hidden;}
.tem_index_case_list .tem_list h3 a{color:#fff;margin: 0 20px;display: block;overflow: hidden;}
.tem_index_case_list .tem_list h3 a:hover{color:#fff;}
.tem_index_case_list .owl-controls{margin-top:30px;font-size: 0;line-height: 0;}
.tem_index_case_list .owl-page {
    width: 8px;
    height: 8px;
    border: 2px solid #c9cbca;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
}

.tem_index_case_list .owl-page.active {
    background: #212024;
}

.tem_foot_nav{
    width:100%;
    border-top: 3px solid #515457;
}

.tem_foot_nav ul {
    list-style: none;
    display: table;
    width: 100%;
}

.tem_foot_nav ul li {
    float: left;
    height: 73px;
    line-height: 73px;
    background: url(../images/nav_li_bj.jpg) no-repeat right center;
    display: table-cell;
    min-width: 100px;
    text-align: center;
}

.tem_foot_nav ul li a {
    display: block;
    color: #65686b;
    transition: .5s;
    font-size: 14px;
}

.tem_foot_nav ul li a:hover {
    color: #006bc8;
    transition: .5s;
}

.tem_index_footer{background: #fff;color: #828282;border-top: 1px solid #e3e3e3;}

section.tem_index_footer .index_finner {
    position: relative;
}

.footer_left {
    width: 40%;
    display: inline-block;
    padding: 30px 0 30px;
    min-width: 600px;
}

.footer_left ul {
    list-style: none;
}

.footer_left ul li {
    height: 45px;
    line-height: 45px;
    display: block;
    padding-left: 25px;
}

.footer_left ul li.li0 {
    display: inline-block;
    background: url(../images/foot_tel.png) no-repeat left center;
}

.footer_left ul li.li1 {
    display: inline-block;
    background: url(../images/foot_email.png) no-repeat left center;
    margin-left: 8%;
}

@media(min-width:1000px){
    .footer_left ul li.li1 {
        display:block;
        margin:0;
        border-top:1px solid #e3e3e3;
    }
}

.footer_left ul li.li2 {
    background: url(../images/foot_fax.png) no-repeat left center;
    border-top: 1px solid #e3e3e3;
}

.footer_left ul li.li3 {
    background: url(../images/foot_add.png) no-repeat left center;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.footer_right {
    position: absolute;
    right: 0;
    top: -8px;
}

#back_top {
    background: url(../images/back_top_bj.png) no-repeat center;
    width: 122px;
    height: 43px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#back_top a {
    color: #fff;
    font-size: 14px;
}

.footer_qd {
    background: #65686a;
}

.footer_qd img {
    width: 100px;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.tem_footer{position:relative;height: 100px;background: #e9e9e9;color: #6e7278;font-size:12px;line-height: 100px;}
.tem_footer a{color: #6e7278;}
.tem_footer_nav{position:absolute;top:50%;right:0;margin-top:-15px;height:30px;line-height:30px;}
.tem_footer_nav a{margin-left:30px;}
.powered_by_metinfo{height:35px;background:#161616;color:#4a4a4a;text-align:center;font-size:12px;line-height:35px;}
.powered_by_metinfo a{color:#4a4a4a;}

.met_section{position:relative;padding:40px 0 50px;}
.met_section aside{position:relative;float:left;width:230px;}
.met_section article{float:left;margin-left:-230px;width:100%;}
.met_section article .met_article{margin-left:250px;}
.met_section_asidenone article{float:none;margin-left:0;}
.met_section_asidenone article .met_article{margin-left:0;}
.met_section aside section{border:1px solid #ddd;}
.met_section aside section h2{padding:0 20px;height:60px;border-bottom:1px solid #ddd;font-size:18px;line-height:60px;}
.met_section aside .met_aside_list{padding:10px 0;}
.met_section aside .met_aside dl dt{height:45px;line-height:45px;}
.met_section aside .met_aside dl dt a{display:block;padding:0 20px;color:#333;}
.met_section aside .met_aside dl dt a:hover{background:#efefef;}
.met_section aside .met_aside dl dt.on{background:#efefef; border-left:4px solid #e9280c;}
.met_section aside .met_aside dl dd{padding:6px 0 6px 0;}
.met_section aside .met_aside dl dd a{display:block;padding-left:40px;height:35px;color:#333;font-weight:normal;line-height:35px;}
.met_section aside .met_aside dl dd .on a,.met_aside dl dd a:hover{background:#efefef;}
.met_section aside .met_related{margin-top:20px;}
.met_section aside .met_related ul{padding:20px;}
.met_section aside .met_related li{margin-bottom:8px;list-style:none;}
.met_article_head{position:relative;padding:0 10px;height:60px;border-bottom:1px solid #ddd;line-height:60px;}
.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_article_head h1{color:#555;font-weight:normal;font-size:18px;}
.met_section_sehed{padding-top:0;}
.met_section_head{height:50px;color:#aaa;font-size:12px;font-family:'宋体';line-height:50px;}
.met_section_head a{color:#999;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.met_section_head a:hover{color:#e9280c;}


/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
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}

html {
    overflow-x: hidden;
    overflow-y: auto;
}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border:0}
button,input,select,textarea{font-size:100%}
.met_clear{clear:both}
.met_none{display:none}
.met_hidden{visibility:hidden}
.met_fl{float:left}
.met_fr{float:right}
.met_editor{line-height:2}
.met_editor ul,.met_editor ol{padding:0 0 0 25px;margin:0}
.met_editor a{color:#1c57c4}
.met_editor a:hover{text-decoration:underline}
.met_editor img{max-width:100%;height:auto!important;}
.met_editor blockquote{padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.met_editor hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.met_editor .metvideobox{ text-align:center; visibility:hidden; margin:10px auto; }
.met_editor .video-js{ max-width:100%; }
.met_editor table{width:100%!important;margin-bottom:1.6rem;border-spacing:0!important;border-collapse:collapse!important;padding:0!important;border:0}
.met_editor table td{border:1px solid #ddd!important}
.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{/* padding:.7rem; *//* line-height:1.6; *//* vertical-align:top; *//* border-top:1px solid #ddd */}
.met_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
.met_editor #page_break .collapse{display:none}
.met_editor #page_break .num{padding:10px 0;text-align:center}
.met_editor #page_break .num li{display:inline;margin:0 2px;padding:3px 5px;border:1px solid #ccc;background-color:#fff;color:#666;text-align:center;cursor:pointer;font-family:Arial;font-size:12px;overflow:hidden}
.met_editor #page_break .num li.on{background-color:#ccc;color:#fff;font-weight:bold}
.metinfo-banner1{overflow:hidden;margin:0 auto}
.met_pager{text-align:center;margin: 35px 0;font-size: 0;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a{
  border: 1px solid #d2d2d2; background: #f3f3f3; font-size: 13px; color: #787878; margin: 0 3px; display: inline-block;
  min-width: 16px; padding: 5px; line-height: 16px; border-radius: 6px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.met_pager .Ahover,.met_pager a:hover{background: #2d2d2d;border-color: #ddd;color: #fff;}
.met_pager .PreSpan,.met_pager .NextSpan{ visibility: hidden; }
.met_pager .PreA,.met_pager .NextA{ font-family: 'Simsun',serif; font-weight: bold; }
.met_pager .PreSpan,.met_pager .PreA{margin-right:6px}
.met_pager .NextSpan,.met_pager .NextA{margin-left:6px}
.met_pager .firstPage,.met_pager .lastPage{}
.met_pager #metPageT,#metPageB,.met_pager .PageText{display: none;}
.met_pager .PageText{margin-left:10px;color:#aaa}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e0e0e0;color:#aaa;}
.met_pager #metPageT{width:20px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
.met_module1{padding:30px 10px}
.met_module2_list{padding-top: 40px;}
.met_module2_list li{list-style:none;border: 1px solid #ddd;position:relative;margin-bottom: 20px;height: 206px;transition: .5s;}

.met_module2_list li:hover {
    transition: .5s;
    background: #f6f6f6;
}

.p_news_img {
    font-size: 0;
    float: left;
    width: 400px;
    margin-right: 50px;
    overflow: hidden;
}

.p_news_img a {
    display: block;
    width: 100%;
}

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

.p_news_img a:hover img { 
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2); 
}

.p_news_txt {
    float: left;
    width: 585px;
    padding-top: 33px;
}

.p_news_txt h2 {
    height: 35px;
    line-height: 35px;
    color: #323232;
    font-size: 20px;
}

.p_news_txt span {
    color: #b4b4b4;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.p_news_txt a {
    font-size: 14px;
    color: #323232;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    display: block;
}

.p_news_txt a:hover {
    color: #0a64ba;
}

.p_news_more {
    position: absolute;
    right: 34px;
    top: 38px;
}

.p_news_more a {
    display: block;
    width: 41px;
    height: 127px;
    border: 1px solid #dcdcdc;
    background: #fff url(../images/p_news_more1.png) no-repeat center;
    transition: .5s;
}

.p_news_more a:hover {
    transition: .5s;
    border: 1px solid #3c3c3c;
    background: #3c3c3c url(../images/p_news_more1.png) no-repeat center;
}
.met_module2_list h2{font-weight:normal}
.met_module2_list li p{color:#818181}
.met_module2_list li span.time{color:#818181;position:absolute;right:10px;top:15px}
.met_module2_list li h2 i{margin-right:10px;position:relative}
.met_module2_list li.list_2 h2,.met_module2_list li.list_3 h2{margin-bottom:3px;font-weight:bold}
.met_module2_list li.list_2{padding:15px 0}
.met_module2_list li.list_3{padding-left:100px;min-height:80px}
.met_module2_list li.list_3 img{position:absolute;left:0;top:15px}
.met_module2_list li.list_3 span.time{position:static}
.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_tools{border-top:1px solid #ddd;margin-top:30px;position:relative;padding:10px 10px 0;height:50px;line-height:50px}
.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 span{ padding-right:5px;}
.met_tools .met_page a{color:#607fa6}
.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.list_1 li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
.met_module3_list ul a img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
.met_module3_list ul a:hover h2{color:#333}
.met_module3_list ul a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
.met_module3_list ul.list_2{list-style:none;visibility:hidden}
.met_module3_list ul.list_2 li{padding:20px 10px;border-bottom:1px solid #ddd}
.met_module3_list ul.list_2 dt{float:left;position:relative}
.met_module3_list ul.list_2 dd{float:left;width:100%}
.met_module3_list ul.list_2 dd h2{padding:5px 10px;font-size:15px;font-weight:normal}
.met_module3_list ul.list_2 dd p{padding:5px 10px;color:#818181}
#showproduct dl.pshow{visibility:hidden}
#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}
#showproduct dl.pshow dt .met_box figcaption{display:none}
#showproduct dl.pshow dt .my-simple-gallery figure{float:left;margin:0}
#showproduct dl.pshow dt li{display:inline-block;margin-right:10px;margin-top:10px;cursor:pointer}
#showproduct dl.pshow dt li img{filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}
#showproduct dl.pshow dt li.flex-active{border:2px solid #000;width:66px;height:66px;position:relative;overflow:hidden}
#showproduct dl.pshow dt li.flex-active img{position:relative;left:-2px;top:-2px}
#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;border-bottom:1px solid #ddd;position:relative;}
#showproduct dl.pshow dd .met_box ul li span{/* position:absolute; *//* left:0; */display: inline-block;padding:8px 5px;padding: 0px 5px;word-wrap:break-word;}
#showproduct dl.pshow dd .met_box .desc{padding:10px;margin-top:20px;background:#f7f8fa;color:#666}
#showproduct .met_nav{height:45px;line-height:45px;margin:30px 0;border:1px solid #ddd}
#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 li.met_now,#showproduct .met_nav li.met_hover{background:#f7f8fa}
#showproduct .met_related{margin-top:30px;font-size:18px;font-weight:normal;border-bottom:1px solid #ddd;padding:10px 10px;color:#333}
#showproduct .met_related_list{list-style:none;visibility:hidden}
#showproduct .met_related_list li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#showproduct .met_related_list li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#showproduct .met_related_list li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#showproduct .met_related_list li img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#showproduct .met_related_list li a:hover h2{color:#333}
#showproduct .met_related_list li a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#showproduct .met_nav_contbox{padding:0 10px}
#downloadlist{padding:15px}
#downloadlist .metlist{margin-bottom:20px}
#downloadlist .metlist dt{border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;padding:8px 5px 8px 0;background:url(../images/images/dt-9.gif) no-repeat 5px 11px}
#downloadlist .metlist dd{color:#999;padding:8px;background:#f7f8fa}
#downloadlist .metlist dd b{font-weight:normal}
#downloadlist .metlist dd div{float:right}
#downloadlist .metlist dd span{padding-right:20px}
#downloadlist .metlist dd a{color:#1c57c4}
#downloadlist .metlist dd a.down{color:#fa1a1a}
#showdownload{padding:15px}
#showdownload h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showdownload .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden}
#showdownload .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showdownload .paralist li:last-child{border-bottom:0}
#showdownload .paralist li a{color:#fff}
#showdownload .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;word-wrap:break-word}
#showdownload .met_editor{padding:0 10px}
#showdownload .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showdownload .downloadbox{margin-top:30px}
#showdownload .downloadbox a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showdownload .downloadbox a:hover{background:#38c4f0}
#showdownload .downloadbox a.active{background:#1ba4cf}
#imglist ul.list_1{list-style:none;visibility:hidden}
#imglist ul.list_1 li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#imglist ul.list_1 li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#imglist ul.list_1 li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#imglist ul a img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#imglist ul a:hover h2{color:#333}
#imglist ul a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#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.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}
#showimg .met_slide_box{text-align:center;background:#000;margin:0 auto;overflow:hidden;position:relative}
#showimg .met_slide_list ul{display:none;}
#showimg ul.exposureThumbs{border-right:0;padding:0;margin:0;list-style-type:none;height:79px; width:790px; margin:0px auto;padding:10px}
#showimg ul.exposureThumbs li{background:#111;margin:0 10px 0 0;padding:0;text-align:center;display:none;float:left}
#showimg ul.exposureThumbs li img{cursor:pointer}
#showimg ul.exposureThumbs li.last{margin:0}
#showimg .exposureWrapper{position:absolute;top:0;left:0}
#showimg .exposureWrapper img{cursor:pointer;position:absolute;top:0;left:0}
#showimg .exposureLoaded{background-image:none}
#showimg ul.exposureThumbs li{width:150px;height:79px}
#showimg .exposureSlideshowControls a{font-size:11px;color:#bba;text-decoration:none;outline:0;padding:2px 6px;display:inline}
#showimg .exposureSlideshowControls a:active,.exposureSlideshowControls a:hover{background-color:#999;color:#444}
#showimg .met_slide_box .left,.met_slide_box .right{position:absolute;width:50%;cursor:pointer}
#showimg .met_slide_box .left a,.met_slide_box .right a{display:block;width:100%;height:100%}
#showimg .imgparalist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showimg .imgparalist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showimg .imgparalist li:last-child{border-bottom:0}
#showimg .imgparalist li a{color:#fff}
#showimg .imgparalist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#joblist{padding:15px}
#joblist dl{padding:10px 5px 10px;margin-top:30px;border:1px solid #ddd}
#joblist dt{padding:0 10px;font-size:16px;font-weight:bold}
#joblist dd .dtail{padding:5px 10px 0;border-top:1px solid #ddd}
#joblist dd .dtail span{margin-right:15px}
#joblist dd .dtail a{color:#1c57c4}
#joblist dd .editor{padding:10px}
#joblist dd .mis{padding:5px 10px;border-bottom:1px solid #ddd;font-size:12px}
#joblist dd .mis span{margin-right:15px;color:#999}
#showjob h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showjob .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showjob .met_editor{padding:0 10px}
#cvlist{padding:15px}
#showjob .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showjob .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showjob .paralist li:last-child{border-bottom:0}
#showjob .paralist li a{color:#fff}
#showjob .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#showjob .info_cv{margin-top:30px;margin-left:10px}
#showjob .info_cv a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showjob .info_cv a:hover{background:#38c4f0}
#showjob .info_cv a.active{background:#1ba4cf}
#messagelist{padding:15px}
#messagelist .metlist{margin-top:30px;border:1px solid #ddd;padding:5px}
#messagelist .metlist dt{padding:5px}
#messagelist .metlist dt span.name{color:#2c7199}
#messagelist .metlist dt span.time{padding-left:5px;color:#aaa;font-size:12px}
#messagelist .metlist dt span.tt{float:right;padding-right:5px;color:#aaa}
#messagelist .metlist dd.info span.tt{display:none;clear:both}
#messagelist .metlist dd.info span.text{display:block;line-height:1.5;padding:0 5px 10px;border-bottom:1px solid #ddd}
#messagelist .metlist dd.reinfo span.tt{display:block;padding:10px 5px 0;color:#2c7199}
#messagelist .metlist dd.reinfo span.text{display:block;line-height:1.5;padding:5px 5px 10px}
#messagelist .v52fmbx{margin:30px 0 0}
#linklist{padding:15px 15px 25px}
#linklist .ctitle{margin:10px 0 10px;padding:5px 10px;border-bottom:1px solid #ddd}
#linklist .inside{padding:15px 0 0}
#linklist .metlist .img li{list-style:none;display:inline;padding-right:5px}
#linklist .metlist .img img{width:88px;height:31px}
#linklist .metlist .txt li{list-style:none;float:left;width:88px;height:20px;line-height:20px;margin-right:5px;overflow:hidden}
#linksubmit{padding:15px}
#linksubmit table{margin:0 auto}
#memberbox{padding:15px}
ul.searchnavlist{list-style:none;padding:0 20px;margin:0}
ul.searchnavlist li{padding:5px 0}
ul.searchnavlist .advsearch_searchword input{width:90%;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
ul.searchnavlist .searchgo{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'}
ul.searchnavlist .searchgo:hover{background:#38c4f0}
ul.searchnavlist .searchgo:active{background:#1ba4cf}
#searchlist{padding:15px 0}
#searchlist li{padding-left:10px;margin-bottom:6px;line-height:1.5}
#searchlist ul{list-style:none;padding:0;margin:0}
#searchlist ul li{padding:3px 5px;margin-bottom:10px}
#searchlist ul li img{display:none}
#searchlist .search_title{display:block;padding:2px 0}
#searchlist .search_title a{font-size:16px;color:#12C;text-decoration:underline}
#searchlist .search_title em{color:#c00;text-decoration:underline;font-style:normal}
#searchlist .search_detail{display:block}
#searchlist .search_detail a{text-decoration:underline;color:#12C}
#searchlist .search_content em{color:#c00;font-style:normal}
#searchlist .search_updatetime{display:block;margin-top:5px;color:green}
#searchlist a:hover{text-decoration:underline}
#sitemaplist dl{margin-top:30px;padding:20px;border:1px solid #ddd}
#sitemaplist dt h2{font-size:18px;font-weight:normal;padding:10px 0;border-bottom:1px solid #ddd}
#sitemaplist dt h2 i{font-size:22px;margin-left:10px;font-weight:normal;color:#888;position:relative;top:2px}
#sitemaplist dd ul{float:left;width:25%;list-style:none;margin-top:20px}
#sitemaplist dd li{margin-top:5px}
#sitemaplist dd li h4 a{font-weight:normal;color:#666}
.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;}
:-ms-input-placeholder{color:#999}
.met-focus{border:1px solid #23b7e5!important}
.v52fmbx{border:1px solid #ddd;border-top:0;overflow:hidden;text-align:left}
.v52fmbx dl:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.v52fmbx dl{width:100%;zoom:1;background:#fff}
.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 label input{position:relative;top:1px;margin-right:3px}
.v52fmbx dl dd .fbox{margin:0 10px 0 0}
.v52fmbx dl dd .tips{color:#aaa}
.v52fmbx dl dd .tips:hover{color:#f00}
.v52fmbx dl dd.labelinline label{display:inline}
.v52fmbx dl dt.addimgdt{padding:10px 5px 10px}
.v52fmbx dl dt.addimgdt p{height:30px;line-height:30px;margin-bottom:8px}
.v52fmbx dl.noborder{border-bottom:0}
.formerror{margin-top:6px;height:20px;line-height:20px}
.formerror .fa-times{color:#fff;border-radius:3px;padding:1px 2px;font-size:16px;margin-right:5px;background:red}
.formerror .fa-check{color:#fff;border-radius:3px;padding:2px;font-size:14px;margin-right:5px;background:#10aa00}
.formerrorbox{border:2px solid #f00!important}
.v52fmbx dl dd.ftype_description{color:#fff;padding:8px;margin:0 5px;background:#6c6fbf}
.ftype_input .fbox{float:left}
.ftype_input .tips{float:left;padding-top:5px}
.ftype_input .fbox input{width:350px;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
.placeholder-ie{position:relative}
.placeholder-ie label{position:absolute;left:8px;top:7px;cursor:text;color:#999}
.ftype_textarea .tips{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}
.ftype_select .tips,.ftype_select-linkage .tips{display:block;margin-top:5px}
select{line-height:31px;height:31px;vertical-align:middle;background-color:#fff;outline:0;border:1px solid #ccc;padding:4px;color:#656565}
.ftype_radio .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_radio .fbox input[type='radio']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0;position:relative;top:-1px;margin-right:6px}
.ftype_radio .formerror{margin-top:0}
.ftype_checkbox .fbox input[type='checkbox']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0}
.ftype_checkbox .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_checkbox .fbox input{position:relative;top:-1px;margin-right:6px!important}
.ftype_checkbox .formerror{margin-top:0}
.ftype_transverse .fbox label{display:inline;margin-right:15px}
.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'}
.submit:hover{background:#38c4f0}
.submit.active{background:#1ba4cf}
.v52fmbx dl dd.ftype_code input{width:80px;margin-right:10px}
.v52fmbx dl dd.ftype_code img{height:30px;position:relative;bottom:2px}













#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

.fp-section.fp-auto-height {
    height: auto!important;
    padding: 0!important;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}

.section.fp-auto-height.fp-section.fp-table.active.fp-completely {
    height: auto!important;
    padding: 0!important;
}

.section.fp-auto-height .fp-tableCell {
    height: auto!important;
    padding: 0!important;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 55%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}











.page_about{
    min-height: 500px;
    width: 100%;
}

.p_about_jj {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background: #fafafa;
}

.p_page_title{
    display:block;
    margin-bottom:30px;
    text-align: center;
}

.p_page_title h2 {
    font-size: 25px;
    color: #3c3c3c;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    height: 60px;
    line-height: 60px;
}

.p_page_title h2 span {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #787878;
    padding: 0 20px;
    font-weight: normal;
}

.p_page_title p {
    display: inline-block;
    font-size: 14px;
    color: #3c3c3c;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: arial;
}

.page_jj_txt{
    text-align: left;
}

.page_jj_txt .p_about_jj_con {
}

.page_jj_txt p {
    font-size: 14px;
    color: #787878;
    line-height: 25px;
}

.p_page_lc{
    padding:50px 0;
    height: 406px;
    overflow: hidden;
}

.lc_list {
    width: 100%;
    background: url(../images/lc_bj.png) repeat-x center;
    text-align: center;
}

.lc_list .owl-buttons {
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: initial;
}

.lc_list .owl-buttons .owl-prev {
    height: 54px;
    width: 54px;
    background: url(../images/lc_left.png) no-repeat;
    position: absolute;
    left: -75px;
    font-size: 0;
}

.lc_list .owl-buttons .owl-next {
    height: 54px;
    width: 54px;
    background: url(../images/lc_right.png) no-repeat;
    position: absolute;
    right: -75px;
    font-size: 0;
}


.lc_list .item{
    /* display: inline-block; */
}

.lc_list .item a {height: 280px;position: relative;}

.lc_list .item a h2 {
    background: url(../images/lc_a_bj.png) no-repeat center;
    position: absolute;
    width: 103px;
    left: 50%;
    margin-left: -51.5px;
    top: 89px;
    height: 102px;
    line-height: 102px;
    font-size: 18px;
    color: #505050;
    font-family: Impact;
}

.lc_list .item .lc_txt {
    position: absolute;
    width: 198px;
    left: 50%;
    margin-left: -99px;
    height: 75px;
}

.lc_list .item .lc_txt p {
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    color: #505050;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    max-height: 75px;
}

.lc_txt.lc_txt1 {padding-bottom: 10px;/* background: url(../images/lc_bot.png) no-repeat bottom center; */}

.lc_txt.lc_txt2 {bottom: 0;}

.lc_list a {
    display: block;
}

.p_page_honor{
    width:100%;
    padding:40px 0;
    background:#f8f8f8;
    
}

ol.p_honor_title,ol.p_wh_title {
    width: 100%;
    text-align: center;
    list-style: none;
    font-size: 0;
}

ol.p_honor_title li,ol.p_wh_title li{
    display: inline-block;
    margin: 0 11px;
}

ol.p_honor_title li.flex-active h2,ol.p_honor_title li h2:hover,ol.p_wh_title li.flex-active h2,ol.p_wh_title li h2:hover{
    background: url(../images/p_honor_title_bj1.png) no-repeat center;
    color: #fff;
    transition: .5s;
}

ol.p_honor_title li h2,ol.p_wh_title li h2{
    display: block;
    width: 131px;
    height: 35px;
    line-height: 35px;
    background: url(../images/p_honor_title_bj.png) no-repeat center;
    font-size: 15px;
    font-weight: normal;
    color: #787878;
    transition: .5s;
    cursor:pointer;
}

.p_honor_list{
    width:100%;
    padding-top: 40px;
    text-align: center;
}

.p_honor_list ul {
    list-style: none;
    font-size: 0;
}

.p_honor_list ul li.hidden {
    display: none;
}

.p_honor_list ul li {
    display: inline-block;
    margin: 0px 6px 15px;
}

.honor_btn,.wh_btn{
    display: inline-block;
    margin-top: 40px;
    background: url(../images/honor_more.png) no-repeat;
    width: 204px;
    height: 53px;
    line-height: 53px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.p_page_wh{
    width:100%;
    padding: 40px 0;
}

.p_wh_list {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.p_wh_list ul {
    list-style: none;
    font-size: 0;
    white-space: nowrap;
}

.p_wh_list ul li.hidden {
    display: none;
}

.p_wh_list ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}

.p_wh_list ul li a {
    display: block;
}

.p_wh_list ul li a h2 {
    display: block;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #eee;
    font-size: 15px;
    color: #505050;
}



.p_page_jg{
    padding:40px 0;
    background: #fafafa;
}

.jg_con {
    width: 100%;
    background: url(../images/jg_bj.png) no-repeat center;
}

.page_industry{
    background: #f7f7f7;
    padding-top: 40px;
}

.industry_list {
    width: 100%;
}

.industry_list ul {
    width: 50%;
    float: left;
    list-style: none;
}

.industry_list ul li {display: block;background: #fff;}

.p_ind_img {
    float: left;
    font-size: 0;
    width: 60%;
}

.p_ind_img a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

li .p_ind_img a .ind_sj {
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 100%;
    background: url(../images/ind_left.png) no-repeat center;
    z-index: 999;
}

li.even .p_ind_img a .ind_sj {
    right: initial;
    background: url(../images/ind_right.png) no-repeat center;
    left: 0;
    z-index: 999;
}

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

.p_ind_img a:hover img {
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2);   
}

.p_ind_txt {
    float: left;
    width: 40%;
    text-align: center;
    padding-top: 12%;
}

.p_ind_txt h2 {
    font-size: 20px;
    color: #505050;
}

.p_ind_txt p {
    font-size: 14px;
    color: #8c8c8c;
    font-family: arial;
    text-transform: uppercase;
    display: block;
    width: 80%;
    margin: 10px auto;
    height: 34px;
    overflow: hidden;
}

.p_ind_txt a {
    display: inline-block;
    margin-top: 5%;
    font-size: 0;
}

.p_ind_txt a span {
    display: inline-block;
    border-radius: 30px;
    transition: .5s;
}

.p_ind_txt a span:hover {
    box-shadow: 0px 0px 10px #bababa;
    transition: .5s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* Internet Explorer */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.page_indimg{
    width: 100%;
    background: #f7f7f7;
}

.p_ind_title {
    text-align: center;
    margin-bottom: 40px;
}

.p_ind_title h2 {
    display: inline-block;
    padding: 1% 10%;
    border: 1px solid #006bc9;
}

.p_ind_title h2 p {
    font-size: 22px;
    color: #505050;
}

.p_ind_title h2 span {
    font-size: 15px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: normal;
}

.p_ind_con {
    width: 820px;
    margin: 0px auto;
}

.p_ind_con .p_ind_list {
    width: 100%;
    font-size: 0;
    height: 587px;
    overflow: hidden;
}

.p_ind_list .flex-control-thumbs {
    white-space: nowrap;
}

.p_ind_list .flex-control-thumbs li {
    width: 134px;
    height: 82px;
    float: inherit;
    display: inline-block;
    margin-right: 3px;
}

.pn_ind_txt{
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
}

.pn_ind_txt p {
    color: #646464;
    line-height: 30px;
    text-indent: 2em;
}

.web_page{
    padding:40px 0;
}

.page_nav {
    width: 100%;
    /* margin-bottom: 50px; */
}

.met_aside_list {
    width: 100%;
    display: table;
    border-left: 1px solid #dcdcdc;
}

.met_aside_list dl {
    display: table-cell;
    text-align: center;
    width: 600px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #dcdcdc;
    border-left: 0;
}

.met_aside_list dl a {
    display: block;
    font-size: 16px;
    color: #323232;
    background: #fff;
    transition: .5s;
}

.met_aside_list dl dt.on a,.met_aside_list dl dt a:hover {
    background: #dcdcdc;
    transition: .5s;
}

.page_brand{
    width: 100%;
}

.brand_ln {
    padding: 40px 0;
    background: #f8f8f8;
}

.brand_ln_list {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.brand_ln_list .brand_li {
    display: inline-block;
    width: 400px;
    margin: 0 3%;
    position: relative;
    font-size: 14px;
}

.bradn_img {
    width: 100%;
    font-size: 0;
}

.bradn_img img {
    width: 100%;
}

.brand_ln_list .brand_li a{
     background: #fff;
     display:block;
     padding: 20px 0;
     cursor: pointer;
     position: relative;
}

a .bradn_txt {
    width: 100%;
    padding: 34px 0;
    border: indianred;
    background: url(../images/brand_h2_bj1.jpg) no-repeat top center;
}

a:hover .bradn_txt1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: #0da7ee;
    transition: .5s;
    opacity: 1;
}

a .bradn_txt1 h2 {
    color: #fff;
    font-size: 20px;
    padding-top: 50px;
}

a .bradn_txt1 span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    padding-bottom: 20px;
    background: url(../images/p_ln_h2_bj.png) no-repeat bottom center;
    display: block;
    margin-bottom: 35px;
}

a .bradn_txt1 p {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
}

a .bradn_txt h2 {
    font-size: 20px;
    color: #787878;
}

a .bradn_txt span {
    font-size: 12px;
    color: #787878;
    text-transform: uppercase;
}

a .bradn_txt1 {transition: .5s;position: absolute;bottom: 0;left: 0;width: 100%;height: 0;opacity: 0;}

.brand_list1 {
    width: 400px;
}

.brand_list2 {}

.brand_case {
    padding: 40px 0;
    height: 686px;
    background: #fff;
    overflow: hidden;
}

.p_case_inner {
    width: 898px;
    margin: 0 auto;
}

.p_case_list {
    width: 898px;
}

.p_case_list .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.p_case_list .owl-buttons .owl-prev {
    position: absolute;
    width: 64px;
    height: 123px;
    background: url(../images/p_case_left.jpg) no-repeat;
    left: -105px;
    font-size: 0;
}

.p_case_list .owl-buttons .owl-next {
    position: absolute;
    width: 64px;
    height: 123px;
    background: url(../images/p_case_right.jpg) no-repeat;
    right: -105px;
    font-size: 0;
}

.p_case_list .item {
}

.flexslider2 {
    padding-right: 198px;
    position: relative;
    height: 560px;
    font-size: 0;
}

.flexslider2 .p_case_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 140px;
    background: #fff;
}

.p_case_txt .p_case_title {
    color: #3c3c3c;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.p_case_con {
    padding: 0 25px;
    margin-top: 10px;
}

.p_case_con p {
    font-size: 14px;
    color: #787878;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.flexslider2 .flex-control-thumbs {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    bottom: 0;
}

.flexslider2 .flex-control-thumbs li {
    float: inherit;
    width: 190px;
    display: block;
}

.flexslider2 .flex-control-thumbs li img {
    height: 140px;
}

.page_contact{
    width:100%;
    background: #f7f7f7;
    padding: 40px 0;
}

.contact_txt {
    width: 100%;
    margin-bottom: 30px;
}

.contact_txt_list {
    width: 100%;
}

.contact_txt_list ul {
    list-style: none;
    white-space: nowrap;
    font-size: 0;
}

.contact_txt_list ul li {
    display: inline-block;
    width: 393px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 7px;
    border: 1px solid #909090;
    margin-bottom: 7px;
}

.contact_txt_list ul li.li3 {
    width: 1197px;
}

.contact_txt_list ul li p {
    display: inline-block;
    color: #505050;
    font-size: 15px;
    padding-left: 45px;
}

.contact_txt_list ul li.li0 p {
    background:url(../images/tel.png) no-repeat left center;
}
.contact_txt_list ul li.li1 p {
    background:url(../images/fax.png) no-repeat left center;
}
.contact_txt_list ul li.li2 p {
    background:url(../images/email.png) no-repeat left center;
}
.contact_txt_list ul li.li3 p {
    background:url(../images/add.png) no-repeat left center;
}

.contact_map{
    width:100%;
    font-size:0px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.contact_message {
    padding-top: 40px;
}

.message_list {
    width: 100%;
    position: relative;
    height: 272px;
    overflow: hidden;
}

.message_list tr {
    position: absolute;
    width: 393px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #909090;
}

.message_list tr td.text {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 15px;
    color: #505050;
}

.message_list tr td.input {
    left: 90px;
    position: absolute;
    top: 0;
}

.message_list tr.order0 td.input,.message_list tr.order1 td.input,.message_list tr.order2 td.input {
    left: 70px;
    width: 305px;
}

.message_list tr td.input input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #f7f7f7;
    top: 4px;
    position: absolute;
    padding: 0 10px;
}

tr.order0 {
    left: 0;
    top: 0;
}

tr.order1 {
    top: 0;
    left: 400px;
}

tr.order2 {
    right: 0;
    top: 0;
}

tr.order3 {
    top: 58px;
    height: 155px;
    width: 1198px;
    left: 0;
}

tr.order3 td.input {
    width: 1075px;
    height: 140px;
    top: 7px;
}

tr.order3 td.input textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #f7f7f7;
    line-height: 25px;
    padding: 0 10px;
    font-size: 14px;
    color: #505050;
    font-family: 微软雅黑;
}

tr.order4 {
    bottom: 0;
    left: 0;
    background: #1bb3f8;
    width: 1198px;
    text-align: center;
}

tr.order4 td.text {
    display: none;
}

tr.order4 td.submint {
    display: block;
    text-align: center;
}

tr.order4 .submit {
    display: block;
    width: 100%;
    background: inherit;
    height: inherit;
    line-height: inherit;
    padding: inherit;
}

.page_equ{
    width:100%;
    padding: 40px 0;
    background: #f8f8f8;
}

.page_equ .page_inner {
    width: 1200px;
    margin:  0 auto;
}

ol.p_equ_title {
    text-align: center;
    list-style: none;
    font-size: 0;
}

ol.p_equ_title h2 {
    width: 100%;
    text-align: center;
    list-style: none;
    font-size: 0;
}

ol.p_equ_title li{
    display: inline-block;
    margin: 0 11px;
}

ol.p_equ_title li.flex-active h2,ol.p_equ_title li h2:hover{
    background: url(../images/p_honor_title_bj1.png) no-repeat center;
    color: #fff;
    transition: .5s;
}

ol.p_equ_title li h2{
    display: block;
    width: 131px;
    height: 35px;
    line-height: 35px;
    background: url(../images/p_honor_title_bj.png) no-repeat center;
    font-size: 15px;
    font-weight: normal;
    color: #787878;
    transition: .5s;
    cursor:pointer;
    overflow: hidden;
}

.p_equ_list{
    width: 1200px;
    padding:40px 0;
    margin: 0 auto;
    height: 794px;
    overflow: hidden;
}

.p_equ_list ul.slides {
    list-style: none;
}

.p_equ_li{
    width: 1000px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
}

.p_equ_li ul li a {
    display: block;
    position: relative;
}

.p_equ_txt {position: absolute;left: 0;bottom: 0;height: 180px;background: url(../images/equ_txt_bj.png);width: 100%;z-index: 1;}

.p_equ_txt span.pad {
    display: block;
    padding: 20px 45px;
}

.p_equ_txt span h2 {
    font-size: 18px;
    color: #009cff;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.p_equ_txt span .p_equ_con {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    display: block;
    margin-top: 7px;
    height: 96px;
    overflow: hidden;
}

.p_equ_li ul li a img {
    width: 100%;
}

.p_equ_nav{
    width: 1000px;
    position: relative;
    margin-top: 5px;
    padding: 0 98px;
}

.equ_flex_nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}

.equ_flex_nav a {
    position: absolute;
    z-index: 9999999;
    cursor: pointer;
}

.equ_flex_nav #left {
    position: absolute;
    left: -80px;
    width: 43px;
    height: 43px;
    background: url(../images/equ_left.png);
    z-index: 111;
}

.equ_flex_nav #right {
    position: absolute;
    right: -80px;
    width: 43px;
    height: 43px;
    background: url(../images/equ_right.png);
}

.p_equ_nav .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1111;
}

.p_equ_nav .flex-nav-next {
    position: absolute;
    right: -80px;
}

.p_equ_nav .flex-nav-next a {
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/equ_right.png);
    opacity: 1!important;
    margin: 0;
    padding: 0;
    left: 0;
    font-size: 0;
    top: 0;
}

.p_equ_nav .flex-nav-next a:before {
    display: none;
}

.p_equ_nav .flex-nav-prev{
    position: absolute;
    left: -80px;
}

.p_equ_nav .flex-nav-prev a {
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/equ_left.png);
    opacity: 1!important;
    margin: 0;
    padding: 0;
    left: 0;
    font-size: 0;
    top: 0;
}

.p_equ_nav .flex-nav-prev
 a:before {
    display: none;
}

.p_equ_nav ul {
    list-style: none;
    padding-left: 2px;
}

.p_equ_nav ul li {
    font-size: 0;
    width: 246px;
    float: left;
    cursor: pointer;
    margin-right: 4px;
}

.p_equ_nav ul li a {
    display: block;
    font-size: 0;
}

.p_equ_nav ul li a img {
    width: 100%;
    height: 100%;
}


.page_product{width: 100%;}

.p_product {
    width: 100%;
    padding: 40px 0;
}

.p_product_nav {
    width: 100%;
}

.p_product_nav ul {
    list-style: none;
    text-align: center;
    font-size: 0;
    display: table;
    border-left: 1px solid #dcdcdc;
    margin:0 auto;
}

.p_product_nav ul li {
    display: table-cell;
    width: 300px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-left: 0;
}

.p_product_nav ul li a{
    display:block;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    color: #323232;
    background: #fff;
    transition: .5s;
}

.p_product_nav ul li a:hover,.p_product_nav ul li a.on {
    color: #000;
    background: #dcdcdc;
    transition: .5s;
}

.p_partner{
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
}

.p_partner .part_list {
    width: 100%;
    position: relative;
}

.part_list .p_part_nav {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 999;
}

.part_list .p_part_nav a {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition:.5s;
}

a#part_right {
    background: url(../images/part_right1.png) no-repeat;
    right: -80px;
}

a#part_left {
    background: url(../images/part_left1.png) no-repeat;
    left: -80px;
}
a#part_right:hover{
    background: url(../images/part_right2.png) no-repeat;
    transition:.5s;
}
a#part_left:hover{
    background: url(../images/part_left2.png) no-repeat;
    transition:.5s;
}

.part_list .p_part_list {
    width: 100%;
    height: 321px;
    overflow: hidden;
}

.p_part_list .item {
    list-style: none;
    font-size: 0;
    white-space: nowrap;
}

.p_part_list li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}


.page {
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
}
.page li {
  display: inline;
}
.page li a{
  font-family: arial;
  background: #f8f8f8;
  padding: 5px 10px;
  margin: 0 2px;
  display: inline;
  margin-bottom:0px;
  color:#000;
}
.page li a:hover {
  background: #2d2d2d;
}
.page li a:hover {
  color: #fff;
}
.page li.active a{
  background: #2d2d2d;
  color: #fff;
  border: 1px solid #ddd;
}
.page li.bgnone a{
  background: none;
}
.page li.bgnone a:hover {
  color: #2d2d2d;
}