@charset "utf-8";
/* CSS Document */
ol, ul{margin: 0px;padding: 0px;}
.am-gallery{padding: 0px;}

.pic_li ul li, .pic_cy ul li {padding: 10px;}
.pic_li ul li .am-gallery-item{background: #f6f6f6;}
.pic_li ul li .am-gallery-item .pc{background: #f6f6f6;text-align: center;padding: 11%;position: relative;}
.pic_li ul li .am-gallery-item img{width: 100%;}
/*.pic_li ul li:nth-child(3n+0) .am-gallery-item{margin-right: 0;}*/
.pic_li ul li .am-gallery-title{text-align: center;background: #ffffff;font-size: 16px;color: #545454;line-height: 42px;height: 42px;border: 1px #f2f2f2 solid;border-top: none;}
.pic_li ul li:hover .am-gallery-item{background: #013888;padding: 5px 5px 3px 5px ;}
.pic_li ul li:hover .am-gallery-title{background: #013888;color: #ffffff;border: none;}
.lb-data .lb-number{display: none !important;}
/*开元产业*/
.pic_cy ul li .am-gallery-item{position: relative;margin-bottom: 12px;overflow: hidden;}
.pic_cy ul li .am-gallery-item .info{position: absolute;bottom: -32px;left: 5%;width: 90%;transition: bottom .3s;z-index: 2;}
.pic_cy ul li .am-gallery-item .info i{position: absolute;bottom: 58px;right: 0;width: 54px;height: 12px;background: url("ico_cy.png") right no-repeat;opacity: 0.4;transition: opacity .3s;}
.pic_cy ul li .am-gallery-item .info .t{font-size: 24px;color: #ffffff;line-height: 26px;margin-bottom: 11px;}
.pic_cy ul li .am-gallery-item .info .w{font-size: 14.5px;color: #ffffff;line-height: 25px;margin-bottom: 22px;width: 90%;}
.pic_cy ul li .am-gallery-item .info .m{width:118px;height: 32px;font-size: 15.5px;color: #ffffff;line-height: 32px;text-align: center;background: #f7b025;border-radius: 15px;}
.pic_cy ul li .am-gallery-item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    border: 12px #f79927 solid;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
}
.pic_cy ul li .am-gallery-item:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
}
.pic_cy ul li .am-gallery-item:hover {padding-bottom: 0;}
.pic_cy ul li .am-gallery-item:hover .pic  img{transform:scale(1.05);-webkit-transform:scale(1.05);z-index: -1;}
.pic_cy ul li .am-gallery-item:hover .info i{bottom: 11px;opacity: 1;}
.pic_cy ul li .am-gallery-item:hover .info{bottom: 28px;}

/*品牌中心*/
.brand_info li{}
.brand_info li.lg{float: left;width: 17.6%;border-right: 1px #dcdcdc solid;height: 220px;}
.brand_info li.lg .t{width: 80%;max-width: 180px;font-size: 40px;color: #464646;text-align: center;line-height: 40px;}
.brand_info li.info{float: right;width: 80%;}
.brand_info li.info .wz{height: 170px;margin-bottom: 11px;}
.brand_info li.info .more{width:136px;height: 38px;font-size: 18px;color: #ffffff;line-height: 38px;text-align: center;background: #f7b025;border-radius: 15px;display: inline-block}

/**新闻列表**/
.list_marb{padding-top: 45px;}
.list_pcn ul li{padding: 15px;}
.list_pcn ul li .am-gallery-item{position: relative;height: 440px;background: #ffffff;margin-bottom: 12px;border: 1px #d7d7d7 solid;border-top: none; }
.list_pcn ul li:nth-child(3n+0) .am-gallery-item{margin-right: 0;}
.list_pcn ul li .nl-tit {
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    padding: 0 20px;
    max-height: 64px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
    height: 52px;
}
.list_pcn ul li .nl-dt {
    line-height: 18px;
    font-size: 14px;
    color: #b5b5b5;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.list_pcn ul li .nl-dt span{color: #a1a1a1;}
.list_pcn ul li .nl-pic {
    background: #ffffff;
    height: 240px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list_pcn ul li .nl-ph{width: 100%;height: 35px;}
.list_pcn ul li .nl-pic img{width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .8s;
    transition: all .8s;
}
.list_pcn ul li:hover .nl-pic img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.list_pcn ul li:hover .am-gallery-item: {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
    transition: all 0.5s 0s cubic-bezier(0.86, 0.17, 1, 1);
}
.list_pcn ul li .am-gallery-item:before {
    content: "";
    width: 100%;
    height: 0px;
    background: #f79927;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
    z-index: 1;
}
.list_pcn ul li:hover .am-gallery-item:before {
    height: 100%;
    visibility: visible;
}
.list_pcn ul li .nl-not {
    line-height: 26px;
    font-size: 14px;
    color: #717171;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-top: 22px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-indent: 2em;
}
.list_pcn ul li .nl-not a {
    line-height: 26px;
    font-size: 14px;
    color: #717171;
    text-decoration: underline;
}
.list_pcn ul li .fx{height: 54px;line-height: 54px;text-align: right;display: none;border-top: 1px #eaeaea solid;display:none;}
.list_pcn .rt_subtit{display:none;}

.list_pcn ul li:hover .am-gallery-item{border: none;}
.list_pcn ul li:hover .am-gallery-item .nl-dt{color: #ffffff;}
.list_pcn ul li:hover .am-gallery-item .nl-not{color: #ffffff;background-size: 100;}
.list_pcn ul li:hover .am-gallery-item .nl-tit{color: #ffffff;}
.rt_tt .more{float: right;margin-top: -50px;margin-right: 12px;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced{position: relative;margin-bottom: 20px;border: none;border-bottom: 1px #9c9c9c dotted;padding-bottom: 32px;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .pc{position: relative;background: #124390;width: 100%;height: 100%;min-height: 240px;line-height: 240px;text-align: center;font-size: 22px;color: #ffffff;}
.list_pcn .am-list-news-default .am-list-item-hd {background: url("pic_news.png") left center no-repeat;padding-left: 32px;}
.list_pcn .am-list-news-default .am-list-item-hd a{font-size: 20px;line-height: 56px;height: 56px;color: #013684;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .am-list-item-text{font-size: 14px;line-height: 26px;max-height: 140px;color: #8d8d8d;text-indent: 2em;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced .am-more{border-radius: 8px;font-size: 14px;line-height: 27px;height: 27px;color: #e70012;width: 96px;text-align: center;border: 1px #e70012 solid;position: absolute;bottom: 10px;right: 10px;}
.list_pcn .am-list-news-default .am-list .dt{font-size: 14px;color: #8d8d8d;text-align: left;margin-bottom: 35px;}
.list_pcn .am-list-news-default .am-list .dt span{color: #8e8e8e;}
.list_pcn .am-list-news-default .am-list .dt i{display: inline-block;background: url("dot_view_dt.gif") center center no-repeat;width: 15px;height: 15px;margin-right: 4px;}

.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover{box-shadow: 0 0 15px #ccc;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-list-item-hd a{color: #e50112;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-list-item-text{color: #000000;}
.list_pcn .am-list-news-default .am-list .am-list-item-desced:hover .am-more{color: #ffffff;background: #d31b19;}

/** pd新闻切换 **/
#slideBox .new_ct{position: absolute;left: 630px;font-size: 18px;color: #585858;z-index: 99;}
#slideBox .new_ct a{font-size: 18px;color: #585858;}
#slideBox .bd li .pic{margin-right: 30px;width: 580px;height: 340px;overflow: hidden;}
#slideBox .bd li .pic img{width: 100%;height: 100%;}
#slideBox .bd li .n_con{width: 590px;height: 100%;}
#slideBox .bd li .n_con .ct, #slideBox .bd li .n_con .ct a{font-size: 18px;color: #585858;}
#slideBox .bd li .n_con .tit{font-size: 20px;color: #c90313;text-align: left;margin-bottom: 21px;}
#slideBox .bd li .n_con .tit a{font-size: 20px;color: #c90313;}
#slideBox .bd li .n_con .dt{font-size: 14px;color: #8d8d8d;text-align: left;margin-bottom: 35px;}
#slideBox .bd li .n_con .dt span{color: #000000;}
#slideBox .bd li .n_con .dt i{display: inline-block;background: url("dot_view_dt.gif") center center no-repeat;width: 15px;height: 15px;margin-right: 4px;}
#slideBox .bd li .n_con .info{font-size: 14px;line-height: 28px;color: #474747;text-indent: 2em;}
#slideBox .bd li .n_con .info a{font-size: 14px;line-height: 28px;color: #474747;}
#slideBox .bd li .n_con .more{position: absolute;bottom: 16px;}
#slideBox .bd li .n_con .more a{font-size: 14px;color: #003585;}
#slideBox .prev, #slideBox .next{display: none;}
/* 本例子css */
.slideBox {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
  	display: none;
}
.slideBox .hd {
    height: 11px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
}

.slideBox .hd ul li{
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    border: 1px #cccccc solid;
    border-radius: 100%;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background: /*url(icoCircle.png) bottom center no-repeat*/ #f09e44;
    color: #fff;
}
.slideBox .bd{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.slideBox .bd .pic img {
    width: 100%;
    height: 100%;
    display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.prev, .next  {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 45px;
    height: 80px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.prev {
    background: url(btn_left.png) left center no-repeat;
}
.next {
    background: url(btn_right.png) right center no-repeat;
    left: auto;
    right: 0;
    /*background-position: 0px 0px;*/
}
.prev:hover, .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}

/** pd新闻 **/
.slideNew{position: relative;width: 1220px;height: 450px;}
.slideNew .bd ul li{position: relative;width: 32%;float: left;margin-right: 1.5%;border: 1px #eaeaea solid;background: #ffffff;}
.slideNew .bd ul li:nth-child(3){margin-right: 0;}
.slideNew .bd ul li .pic{width: 100%;height: 245px;overflow: hidden;}
.slideNew .bd ul li .pic img{width: 100%;}
.slideNew .bd li .tit{font-size: 20px;color: #000000;text-align: center;min-height: 80px;line-height: 34px;border-bottom: 1px #eaeaea solid;padding: 0px 12px;}
.slideNew .bd li .dt{font-size: 14px;color: #a1a1a1;text-align: left;margin-bottom: 12px;margin-left: 22px;margin-top: 14px;}
.slideNew .bd li .dt span{color: #000000;}
.slideNew .bd li .dt i{display: inline-block;background: url("dot_new_dt.gif") center center no-repeat;width: 15px;height: 15px;margin-right: 4px;}
.slideNew .bd li .fx{height: 54px;line-height: 54px;text-align: right;display: none;}
/** pd报 **/
.bg_bao{min-height: 780px;padding-bottom: 45px;display: none;}
.pic_bao{position: absolute;margin-top: -22px;}
.pic_bao img{border: 1px #eaeaea solid;
    -moz-box-shadow: 10px 10px 1px #dfdfdf; /* 老的 Firefox */
    box-shadow: 10px 10px 1px #dfdfdf;}
.list_bo{width: 700px;}
.list_bo .rt_tt{padding-top: 20px;}
.list_bo .bao-select{padding-left: 58px;margin-top: -42px;margin-bottom: 20px;}
.list_bo .bao-select select{height: 40px;line-height: 40px;border: 1px #dddddd solid;width: 215px;}
.list_bo .slideBoxBao{position: relative;height: 590px;width: 700px;}
.list_bo .inf-b{background: #f1f1f1;padding-left: 58px;padding-top: 45px;height: 530px;}
.list_bo .inf-b .hd{float: left;width: 88px;}
.list_bo .inf-b .hd ul .tit{font-size: 18px;color: #000000;padding-top: 5px;}
.list_bo .inf-b .hd ul .tit.on{font-size: 22px;color: #000000;text-decoration: underline;height: 330px;}
.list_bo .inf-b .bd{width: 525px;float: left;}
.list_bo .inf-b .bd ul .li div{line-height: 38px;height: 38px;}
.list_bo .inf-b .bd ul .li div a{float: left;font-size: 15px;color: #000000;}
.list_bo .inf-b .bd ul .li div span{float: right;font-size: 14px;color: #999999;}
.slideBoxBao .prev, .slideBoxBao .next  {
    position: absolute;
    left: 100%;
    top: 100%;
    margin-top: -40px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px #000 solid;
    filter: alpha(opacity=3);
    opacity: 0.3;
}
.slideBoxBao .prev {
    background: url(btn_ico.png) top center no-repeat;
    margin-left: -100px;
}
.slideBoxBao .next {
    background: url(btn_ico.png) bottom center no-repeat;
    left: auto;
    right: 0;
    /*background-position: 0px 0px;*/
}
.slideBoxBao .prev:hover,.slideBoxBao .next:hover {filter: alpha(opacity=100);opacity: 1;border: none;}
.slideBoxBao .prev:hover {background: url("btn_up.png") center center no-repeat #2c6bca;}
.slideBoxBao .next:hover {background: url("btn_down.png") center center no-repeat #2c6bca;}

/** pd视频 **/
.bg_n_video{background: url("pic_n_video.jpg") top center no-repeat;max-height: 736px;width: 100%;}

.vd_li li{float: left;width: 31%!important;position: relative;margin-left: 1.5%!important;margin-bottom: 60px;padding:0px !important;}
.vd_li li:nth-child(1){margin-left: 0;}
.vd_li li .vd-tit, .vd_li li .bt-vd, .vd_li li .vd-bg{position: absolute;width: 100%;}

.vd_li li .vd-bg{background: url("bg_back43.png") repeat;width: 100%;height: 100%;z-index: 0;}
.vd_li li .vd-tit{font-size: 18px;color: #000;text-align: center;bottom: -34px;z-index: 1;}
.vd_li li .bt-vd{text-align: center;top: 50%;margin-top: -34px;z-index: 1;}
.vd_li li .img{position: relative;overflow: hidden;}
.vd_li li .img img{width: 100%;transition: all 0.5s;-webkit-transition: all 0.5s}
.vd_li li:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.vd_li li:hover .bt-vd img{transform:scale(0.95);-webkit-transform:scale(0.95);}
.vd_more{float: right;font-size: 18px;color: #888888;}

/** pd展会信息 **/
.slideBoxSb{position:relative;height: 310px;width: 98%;padding-top: 22px;overflow: hidden;}
.slideBoxSb .bd{position:relative;}
.slideBoxSb .bd ul li{position: relative;width: 390px;float: left;margin: 0 6px;border: 1px #eaeaea solid;background: #ffffff;}
/*.slideBoxSb .bd ul li:nth-child(3){margin-right: 0;}*/
.slideBoxSb .bd li .tit{font-size: 20px;color: #000000;text-align: center;min-height: 84px;line-height: 34px;padding: 15px 12px 0 12px;}
.slideBoxSb .bd li .info{font-size: 16px;color: #000000;text-align: left;min-height: 125px;line-height: 26px;padding-left:28px;/*border-bottom: 1px #eaeaea solid;*/}
.slideBoxSb .bd li .info span{color: #666666;}
.slideBoxSb .bd li .fx{height: 54px;line-height: 54px;text-align: right;display:none;}

/** 临时公告 **/
.news_search{width:100%;max-width: 1440px;position: relative;}
.news_search .ui-input{width:20%;height:54px;border:1px solid #e0e0e0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;text-indent:11px;line-height:54px;margin-right: 8px;}
.news_search .text{width:66%;height:53px;border:1px solid #e0e0e0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:17px;color:#b7b7b7;text-indent:50px;line-height:53px;}
.news_search img{width:20px;position:absolute;left:23%;top:18px;}
.news_search .btn{width:12%;height:55px;float:right;background: #b91e34;border: 1px #6f0330 solid;line-height:55px;text-align:center;font-size:17px;color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}

.list_gg ul li{width: 45%;line-height: 34px;height: 34px;color: #666666;font-size: 16px;float: left;}
.list_gg ul li:nth-child(even){float: right}
.list_gg ul li a{color: #333333;float: left;}
.list_gg ul li span{float: right;}

/** 资料下载 **/
.down_list ul li{margin-bottom: 1.6rem;width: 49%;padding-bottom: 1rem;padding-top:0.2rem;border: none;}
.down_list ul li:nth-child(even){margin-left: 2%;}
.down_list ul li a{padding-right:0!important;}
.down_list ul li .am-list-date{position:relative;right:inherit;top: 0;}
.down_list ul li a.dow_more{display:none;padding: 0px;width: 112px;height: 36px;line-height: 36px;border: 1px #e6e6e6 solid;text-align: center;color: #737373;font-size: 14px;background: url("ico_down.png") 12px center no-repeat;float: right;}
.down_list ul li:hover a.dow_more{border: none;color: #ffffff;background: url("ico_down_ov.png") 12px center no-repeat #2571c8;}
.down_list ul li a.am-list-item-hd{color: #000000;font-size: 20px;line-height: 24px;}
.down_list ul li:hover a.am-list-item-hd{color: #c90313;}
.down_list ul li:hover{box-shadow: 3px 3px 6px 3px #eee;}

/** 人力资源 **/
.pic_hr ul li {padding: 10px;}
.pic_hr ul li .info{padding-top: 26px;}
.pic_hr ul li .info .t{font-size: 24px;font-weight: bold;color: #000000;line-height: 40px;height: 40px;margin-bottom: 16px;padding-left: 52px;}
.pic_hr ul li .info .w{color: #666666;line-height: 30px;}
.pic_hr ul li:nth-child(1) .info .t{background: url("ico_hr01.gif") left center no-repeat;}
.pic_hr ul li:nth-child(2) .info .t{background: url("ico_hr02.gif") left center no-repeat;}
.pic_hr ul li:nth-child(3) .info .t{background: url("ico_hr03.gif") left center no-repeat;}
.pic_hr ul li:nth-child(4) .info .t{background: url("ico_hr04.gif") left center no-repeat;}
.pic_hr .swiper-container .swiper-slide {padding-bottom: 45px;}
.pic_hr .swiper-container .swiper-slide .pc img{width: 100%;}
.pic_hr .swiper-container .swiper-slide .info{padding-top: 26px;}
.pic_hr .swiper-container .swiper-slide .info .t{font-size: 24px;font-weight: bold;color: #000000;line-height: 40px;height: 40px;margin-bottom: 16px;padding-left: 52px;}
.pic_hr .swiper-container .swiper-slide .info .w{color: #666666;line-height: 30px;}
.pic_hr .swiper-container .swiper-slide:nth-child(1) .info .t{background: url("ico_hr01.gif") left center no-repeat;}
.pic_hr .swiper-container .swiper-slide:nth-child(2) .info .t{background: url("ico_hr02.gif") left center no-repeat;}
.pic_hr .swiper-container .swiper-slide:nth-child(3) .info .t{background: url("ico_hr03.gif") left center no-repeat;}
.pic_hr .swiper-container .swiper-slide:nth-child(4) .info .t{background: url("ico_hr04.gif") left center no-repeat;}

.hr_qyfl{text-align: center;}
.hr_qyfl a{display: inline-block;padding-top: 106px;text-align: center;min-width: 200px;margin-left: 70px;height: 240px;vertical-align: top;}
.hr_qyfl a:nth-child(1){background: url("ico_hrfl01.png") top center no-repeat;margin-left: 0;}
.hr_qyfl a:nth-child(2){background: url("ico_hrfl02.png") top center no-repeat;}
.hr_qyfl a:nth-child(3){background: url("ico_hrfl03.png") top center no-repeat;}
.hr_qyfl a:nth-child(4){background: url("ico_hrfl04.png") top center no-repeat;}
.hr_qyfl a:nth-child(5){background: url("ico_hrfl05.png") top center no-repeat;}
.hr_qyfl a:nth-child(6){background: url("ico_hrfl06.png") top center no-repeat;margin-left: 0;}
.hr_qyfl a:nth-child(7){background: url("ico_hrfl07.png") top center no-repeat;}
.hr_qyfl a:nth-child(8){background: url("ico_hrfl08.png") top center no-repeat;}
.hr_qyfl a:nth-child(9){background: url("ico_hrfl09.png") top center no-repeat;}
.hr_qyfl a div{line-height: 26px;color: #000000;font-size: 22px;}
.hr_qyfl a div>span{color: #666666;font-size: 15px;line-height: 16px;}
.bg_hr_sek{background: #faf5e9;min-height: 445px;}
.bg_hr_sek .w{color: #000000;font-size: 17px;line-height: 36px;}
.bg_hr_sek .w span{color: #ef9e43;}
.bg_hr_sek .w a{border-bottom: 1px #000 solid;}
.bg_hr_sek .more{width:136px;height: 38px;font-size: 18px;color: #ffffff;line-height: 38px;text-align: center;background: #f7b025;border-radius: 15px;float: right;margin-top: -60px;}

.pic img{transition: all 0.5s;-webkit-transition: all 0.5s}
.pic:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
@media only screen and (max-width: 1024px) {

    .list_pcn ul li .nl-pic{height: 220px;}
    /** pd新闻切换 **/
    #slideBox{padding-bottom: 20px;}
    #slideBox .new_ct{left: 50%;}
    #slideBox .bd li .pic{margin-right: 3%;width: 47.5%;height: 300px;}
    #slideBox .bd li .n_con{width: 49.5%;height: 100%;}
    #slideBox .bd li .n_con .tit{margin-top: 20px;margin-bottom: 2px;font-size: 24px;}
    #slideBox .bd li .n_con .tit a{font-size: 24px;}
    #slideBox .bd li .n_con .dt{margin-bottom: 8px;}
    #slideBox .bd li .n_con .info,#slideBox .bd li .n_con .info a{font-size: 14px;line-height: 26px;}
    #slideBox .bd li .n_con .more{position: absolute;bottom: 6px;}
    #slideBox .bd li .n_con .more a{font-size: 15px;right: 11px;}

    .slideNew{width: 100%;height: auto;}
    .slideNew .bd ul li .pic{height: auto;}
    .slideNew .bd li .tit{font-size: 18px;min-height: 60px;line-height: 26px;border-bottom: 1px #eaeaea solid;padding: 0px 12px;}
    .slideNew .bd li .dt{font-size: 14px;color: #a1a1a1;text-align: left;margin-bottom: 12px;margin-left: 22px;margin-top: 14px;}
    .slideBoxSb{padding-top: 12px;}
    .slideBoxSb .bd ul li{position: relative;width: 33%;float: left;margin-right: 0.5%;border: 1px #eaeaea solid;background: #ffffff;}

    .nzhxxInfo .am-slider li .tit{font-size: 1.8rem;color: #000000;text-align: center;min-height: 4.4rem;line-height: 2.2rem;padding: 8px 6px 0 6px;}
    .nzhxxInfo .am-slider li .info{font-size: 1.4rem;color: #000000;text-align: left;min-height: 8rem;line-height: 2.6rem;padding-left:1.8rem;}
    .nzhxxInfo .am-slider li .info span{color: #666666;}

    /** 投资者关系 **/
    .fl_tzgx{float: none;width: 100%;}
    .fr_tzgx{float: none;width: 100%;}

    /** 新闻 **/
    .list_pcn .am-list-news-default .am-list-item-hd a{line-height: 46px;height: 46px;}
    .list_pcn .am-list-news-default .am-list .am-list-item-desced .am-list-item-text{line-height: 24px;}
    .list_pcn .am-list-news-default .am-list .dt{margin-bottom: 15px;}

    .vd_li li{width: 48%!important;margin-bottom: 5rem;}
    .vd_li li:nth-child(even){margin-left: 2%!important;}
    .vd_li li .bt-vd{margin-top: -15%;}
    .vd_li li .bt-vd img{width: 30%;max-width:68px;}



    /** 人力资源 **/
    .pic_hr {padding: 0 3%;}
    .hr_qyfl a{display: inline-block;padding-top: 106px;text-align: center;width: 30%;min-width:auto;margin-left: 0;height: 240px;}
    .bg_hr_sek .more{float: left;margin-top: 20px;}


    @media only screen and (max-width: 640px) {
        .pic_cy ul li .am-gallery-item, .pic_cy ul li .am-gallery-item:hover {margin-bottom: 0;padding-bottom: 12px;}
        .pic_cy ul li .am-gallery-item .bg{bottom: 0;right: 0;top: auto;left: auto;width: 56px;height: 56px;border: none;background: #f7b025;opacity: 1;}
        .pic_cy ul li .am-gallery-item .info, .pic_cy ul li .am-gallery-item:hover .info{bottom: 12px;}
        .pic_cy ul li .am-gallery-item .info i{bottom: 14px;right: -3%;background: url("ico_cy.png") right no-repeat;opacity: 1;}
        .pic_cy ul li .am-gallery-item .info .t{font-size: 2rem;margin-bottom: 8px;}
        .pic_cy ul li .am-gallery-item .info .w{font-size: 14px;margin-bottom: 18px;}
        .pic_cy ul li .am-gallery-item .info .m{display: none;}

        /** 新闻 **/
        .list_pcn .am-list-news-default .am-list .am-list-thumb{max-height:350px;padding-right:0;}
        .list_pcn .am-list-news-default .am-list .am-list-main{padding-bottom: 35px;}
        .list_pcn .am-list-news-default .am-list .am-list-item-desced .pc{display: none;}
        .list_pcn .am-list-news-default .am-list-item-hd{text-align: center;}
        .list_pcn .am-list-news-default .am-list-item-hd a{font-size: 1.8rem;line-height: 3rem;height: 3rem;}
        .list_pcn .am-list-news-default .am-list .am-list-item-desced .am-more{color: #ffffff;background: #d31b19;right: 50%;margin-right: -48px;}
        .list_pcn .am-list-news-default .am-list .dt{text-align: center;margin-bottom: 12px;}
        .list_pcn ul li .nl-ph{width: 100%;height: 15px;}
        .list_pcn ul li .am-gallery-item, .list_pcn ul li .nl-pic, .list_pcn ul li .nl-tit{height:auto;}
        .list_pcn ul li .nl-not{padding-top: 18px;padding-bottom: 26px;}


        /** 新闻切换 **/
        #slideBox, #slideBox .bd, #slideBox .bd li{height: auto;}
        #slideBox .new_ct{left: 0;top: 0;}
        #slideBox .bd li .pic{margin-right: 0;width: 100%;height: 300px;float: none;margin-top: 3rem;}
        #slideBox .bd li .n_con{width: 100%;height: auto;padding-bottom: 22px;}
        #slideBox .bd li .n_con .more{bottom: 0;right: auto;margin-top: 20px;position: relative;}
        .slideNew .bd ul li{width: 48%;margin-right: 1.5%;}
        .slideNew .bd ul li:nth-child(3){display: none;}
        .slideNew .bd li .tit{font-size: 1.6rem;min-height: 80px;line-height: 2.4rem;padding: 0px 6px;}
        .slideNew .bd li .dt{font-size: 1.2rem;margin-bottom: 6px;margin-left: 11px;margin-top: 14px;}

        .slideBoxSb .bd ul li{width: 100%;}

        .vd_li li{width: 97%!important;margin-bottom: 5rem;}
        .vd_li li:nth-child(even){margin-left: 0%!important;}
        /** 资料下载 **/
        .down_list ul li{width: 100%;}
        .down_list ul li:nth-child(even){margin-left: 0%;}
        .down_list ul li a.am-list-item-hd{font-size: 1.5rem;}
        .bg_tzli .sub_tzmu{height: 40px;}
        .bg_tzli .sub_tzmu ul{height: 40px;position: relative;margin: auto;width: 330px;}
        .bg_tzli .sub_tzmu ul li{width:110px;height: 40px;margin-left: 20px;font-size: 18px;line-height: 40px;}
        .bg_tzli .sub_tzmu ul li:hover, .bg_tzli .sub_tzmu ul li.over{font-size: 20px;}
        .bg_tzli .ab_more{width: 140px;height: 40px;line-height: 40px;}
        .bg_tzli .ab_more a{font-size: 14px;}

        /*品牌中心*/
        .brand_info li.lg, .brand_info li.info{float: none;width: 100%;}
        .brand_info li.lg{height: auto;padding-bottom: 2rem;border-right: none;}
        .brand_info li.lg .t{width: 100%;font-size: 3.2rem;line-height: 3rem;max-width: 100%;}
        .brand_info li.lg .t img{width: 30%;max-width: 180px;}
        .brand_info li.info .wz{height: auto;}
        .brand_info li.info .more{margin-bottom: 1rem;font-size: 1.4rem;line-height: 3rem;height: 3rem;width: 110px;}

        /*人力资源*/
        .pic_hr .swiper-container .swiper-slide .info{padding-top: 1.4rem!important;}
        .pic_hr .swiper-container .swiper-slide .info .t{font-size: 1.8rem;background-size: auto 80%!important;height: 32px;line-height: 32px;padding-left:3rem;margin-bottom:0.6rem;}
        .pic_hr .swiper-container .swiper-slide .info .w{line-height: 2.2rem;}
        .hr_qyfl a{height: auto;background-size: 50%!important;padding-top: 16%;margin-bottom: 16px;}
        .hr_qyfl a div{font-size: 1.6rem;line-height: 1.8rem;padding: 0 6%;}
        .hr_qyfl a div > span{font-size: 1.2rem;}
        .bg_hr_sek{min-height: auto;}
        .bg_hr_sek .w{font-size: 1.4rem;line-height: 2.6rem;}
        .bg_hr_sek .more{margin-top: 1.6rem;width: 116px;font-size: 1.6rem;line-height: 3rem;height: 3rem;}

    }

    .list_gg ul li{width: 100%;float: none;}

}

@media only screen and (max-width: 400px) {
    /*人力资源*/
    .hr_qyfl a{padding-top: 24%;width: 48%;}

}