@CHARSET "UTF-8";



/*语言版本新增样式 其中toplink样式是在原基础上更改的*/
.top{position: relative;z-index: 99999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 99999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:visited{text-decoration: none;color:#333;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.dhnfjh{display:none;}

/*主体样式*/

.menu_cate{width:205px;float:left;background:#f1e4d8;}
.cate_title{background:url(../images/cate.jpg) no-repeat center;color:#fff;font-size:22px;padding-left:55px;padding-top:20px;height:71px;font-weight:normal;margin-bottom:2px;}
.cate_title span{display:block;font-size:12px;}

/*产品推荐*/
.recommend_product{width:775px;float:right;overflow:hidden}
.recommend_product .title{background:url(../images/product.png) no-repeat 75px center;font-size:16px;color:#57391f;line-height:42px;border-bottom:1px solid #b57c4b;position:relative;}
.recommend_product .title a{position:absolute;right:0;top:0;color:#57391f;font-size:14px;line-height:42px;}
.recommend_product .title a:hover{color:#b57c4b;}
.recommend_product .content{width:789px;margin-top:13px;}
.roll_product li{padding-bottom:0px;}

.hfunfjdh{
    overflow: hidden;
    padding: 2% 0;
}
.ridnjfhu{
    margin-top: 1%;
    position: relative;
}
.hfunfjdh .swiper-wrapper .swiper-slide {
    transform: scale(1);
    transition: all 0.6s ease;

}
.hfunfjdh .swiper-wrapper{
align-items: baseline;
}

.hfunfjdh .swiper-wrapper .swiper-slide-active{
    transform: scale(1.2);
    transition: all 0.6s ease;
}
input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "Microsoft Yahei";
}
.x-headerQQ{
    position: fixed;
height: 100px;

    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

}
.com-img{  overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.x-headerQQ.bj{
    background:#fff;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-logo{
    width: 31%;
    margin-top: 10px;

}
.x-logo img{
    max-width: 100%;
    height: auto;
}
.disjn{
    width: 65%;
}
.xsssght{
    width: 19px;
    position: relative;
    margin-top: 43px;
}
.jdisnh{
    background: url(../images/ssd.png) no-repeat;
    width: 19px;
    height: 19px;
}
/*头部样式*/

#header {
    position: relative;
    background: #50433f;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}

#header a {
    font-size: 13px;
    color: #fff;
}

.top_phone {
    position: relative;
}

.top_phone li {
    display: inline-block;
    padding-right: 60px;
}

.top_phone li img {
    padding-right: 10px;
}

.logo {
    float: left;
}

@media (max-width:1200px) {
    .x-logo {
        line-height: 80px;
    }
    .x-menu>li>a {
        line-height: 80px;
    }
    .x-sub-menu {
        top: 90px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*主体样式*/

.c1_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 span {
    font-family: "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color: #999999;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding: 10px 0;
    background: url(../images/ttt1_h3_bg.png) no-repeat center center;
}

.ttt1 p {
    font-size: 16px;
    color: #999999;
}

.c1_list {
    margin: 2.82291667% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_list li {
    width: 23%;
    position: relative;
}

.c1_list li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c1_list li:hover::before {
    opacity: 0;
}

.c1_list li a {
    display: block;
}

.c1_list li img {
    width: 100%;
    display: block;
}

.c1_list li .marks {
    width: 280px;
    height: 156px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding-top: 20px;
}

.c1_list li .marks h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    background: url(../images/xian1.png) no-repeat center bottom;
    color: #fff;
}

.c1_list li .marks h6 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

.c1_list li:hover .marks {
    background: #9f6e45;
    border-radius: 0px;
}

@media (max-width: 1200px) {
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
.prodescription{margin-bottom: 20px;}
@media (max-width: 768px) {
    .c1_list {
        flex-wrap: wrap;
    }
    .c1_list li {
        width: 49%;
        margin-bottom: 2%;
    }
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .c1_list li .marks {
        min-height: 156px;
        height: auto;
    }
    .ttt1 span {
        font-size: 18px;
    }
    .ttt1 h3 {
        font-size: 24px;
        padding: 5px 0;
    }
    .ttt1 p {
        font-size: 14px;
    }
    .t1{display: none;}
    .pro_more{display: none;}
    .c1_list li .marks h6{font-size: 14px;padding:15px 3px 0 3px;}
}

@media (max-width: 500px) {
    .c1_list li .marks h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .c1_list li .marks h6 {
        font-size: 14px;
        padding-top: 10px;
    }
    .ttt1 h3 {
        background-size: 150%;
    }
}
@media(max-width: 620px){
	.product_detail .list{margin-left: 0;margin-bottom: 15px;}
}

@media(max-width: 1203px){
	.news_detail h3.title_bar,.share{float: none;width: 100%;margin: 0;height: auto;}
	.share{width: 160px;margin: 0 auto;}
}
/* c2_index */

.c2_index {
    position: relative;
}

.c2_contt {
    background: #303030;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_left {
    width: 70%;
}

.c2_left li {
    position: relative;
}

.c2_left li a {
    display: block;
}

.c2_left li img {
    width: 100%;
}

.c2_left li .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: rgba(0, 0, 0, .54);
    width: 100%;
    padding: 30px;
    padding-right: 180px;
}

.c2_left li .time h3 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
}

.c2_left li .time span {
    display: block;
    font-size: 14px;
}

.c2_left li .time i {
    font-style: inherit;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    width: 180px;
    line-height: 180px;
    height: 100%;
    text-align: center;
    background: #9f6e45;
}

.c2_right {
    width: 30%;
    position: relative;
}

.c2_right li {
    position: relative;
    border-bottom: 1px solid #3c3c3c;
    line-height: 2;
    padding: 5.888% 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 25%;
}

.c2_right li.on {
    background: #9f6e45;
    border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(../images/xian2.png) no-repeat center bottom;
    color: #fff;
    font-weight: normal;
}

.c2_right li h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    font-weight: normal;
    font-family: "Arial";
}

@media (max-width:1200px) {
    .c2_left li .time {
        height: 150px;
        padding: 20px;
        padding-right: 180px
    }
    .c2_left li .time i {
        line-height: 150px;
    }
    .c2_right li {
        padding: 3.888% 0;
    }
    .c2_right li h3 {
        font-size: 20px;
    }
    .c2_right li h4 {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .c2_contt {
        flex-wrap: wrap;
    }
    .c2_left {
        width: 100%;
    }
    .c2_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .c2_right li {
        width: 25%;
        height: 100%;
        border-bottom: none;
        padding: 1.888% 0;
    }
}

@media (max-width:768px) {
    .c2_left li .time {
        height: 110px;
        padding-right: 110px;
    }
    .c2_left li .time h3 {
        padding-top: 0px;
        font-size: 18px;
        padding-bottom: 5px;
    }
    .c2_left li .time span {
        font-size: 12px;
    }
    .c2_left li .time i {
        width: 110px;
        line-height: 110px;
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .c2_right li h3 {
        font-size: 16px;
    }
    .c2_right li h4 {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* 关于我们 */

.abb_index {
    position: relative;
    background: #f5f5f5;
    padding: 3.125% 0;
    margin: 3.125% 0;
}

.abb_wap {
    position: relative;
    margin: 2.82291667% 0 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.abbimg {
    width: 40%;
    vertical-align: middle;
    margin: 37px 0;
}

.abbimg img {
    width: 100%;
}

.abb_right {
    width: 60%;
    vertical-align: middle;
    padding: 30px 40px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
    padding: 20px 0;
    font-size: 24px;
    color: #9f6e45;
    font-weight: normal;
    margin-bottom: 20px;
    background: url(../images/xian3.png) no-repeat left bottom;
}

.abb_right .abb_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.abb_right .abbmore {
    display: block;
    width: 185px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9f6e45;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .abb_right .abb_txt {
        line-height: 1.9;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
    }
}

@media (max-width:1200px) {
    .abb_right {
        padding: 15px 20px;
    }
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .abb_right .abb_txt {
        line-height: 1.5;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
        width: 130px;
        line-height: 35px;
    }
}

@media (max-width:992px) {
    .abb_wap {
        flex-wrap: wrap;
    }
    .abbimg,
    .abb_right {
        width: 100%;
    }
    .abb_right .abb_txt {
        line-height: 2;
    }
}


/*我们的优势*/

.you_index {
    position: relative;
    background: url(../images/you_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 2.12291667%;
}

.you_list {
    position: relative;
    padding: 5.125% 0;
    display: flex;
    justify-content: center;
}

.you_list li {
    text-align: center;
    padding: 40px 30px;
    margin: 0 15px;
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.you_list li a {
    display: block;
}

.you_list li span {
    display: block;
    height: 80px;
    line-height: 80px;
}

.you_list li span img {
    vertical-align: middle;
}

.you_list li h3 {
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}

.you_list li:hover {
    background: #9f6e45;
}

@media (min-width:1470px) {
    .you_list li {
        padding: 60px 20px;
        margin: 0 30px;
    }
}

@media (max-width:1200px) {
    .you_list li {
        padding: 25px 20px;
    }
    .you_list li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
}

@media (max-width:992px) {
    .you_list li {
        margin: 0 10px;
    }
    .you_list li h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:768px) {
    .you_list {
        flex-wrap: wrap;
    }
    .you_list li {
        padding: 10px;
        margin: 2% 2%;
        width: 46%;
    }
    .you_list li h3 {
        font-size: 16px;
    }
    .you_list li h4 {
        padding: 10px 0;
        font-size: 12px;
    }
}


/* 新闻中心 */

.news_index {
    position: relative;
    padding: 3.125% 0;
}

.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 23%;
}

.news_list22 li .toptime {
    padding-bottom: 30px;
    margin-bottom: 20px;
    background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
    font-size: 20px;
    display: block;
    color: #333333;
}

.news_list22 li .toptime span {
    display: block;
    font-size: 16px;
    color: #999999;
}

.news_list22 li .newsimg {
    display: block;
}

.news_list22 li .newsimg img {
    width: 100%;
    height: auto;
}

.news_list22 li .time {
    position: relative;
    padding: 30px 0px;
}

.news_list22 li .time h3 {
    font-size: 17px;
    color: rgba(0, 0, 0, .96);
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li .time .info {
    font-size: 13px;
    display: block;
    color: rgba(0, 0, 0, .8);
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    width: 85px;
    background: #000;
    text-align: center;
}

.news_list22 li:hover .newsmore {
    background: #9f6e45;
}

.news_list22 li:hover .time h3 {
    color: #9f6e45;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li .time {
        padding: 20px 0px;
    }
    .news_list22 li .time .info {
        padding-bottom: 10px;
    }
    .news_list22 li .time .newsmore {
        font-size: 12px;
    }
}


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}
@media (max-width:768px) {
	.kf,#m_div{display: none!important;}
}


/*------------内页-------------------*/
.n_banner img{width:100%;display: block;}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact p.content{padding:5px;}

.right{width:760px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"微软雅黑";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";}

.right .content{padding:10px;padding-top:15px;overflow:hidden;}



.footer{width:100%;margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;display: none;}
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:400 16px/50px "微软雅黑"; color:#fff; height:50px;}
.footer span.span1{background:url(../images/a1.png) 10px center no-repeat; background-size:23px;}
.footer span.span2{background:url(../images/a2.png) 10px center no-repeat; background-size:23px;}
.footer span.span3{background:url(../images/a3.png) 10px center no-repeat; background-size:23px;}

.ffs{max-width:768px;margin:0 auto;display:-webkit-box;background:#656565;}

@media(max-width: 768px){
.footer{display: block;}
.x-footer{padding-bottom: 60px;}
}






#formsearch1 input{background:#fff;border:1px solid #666666;float:left;width:80%;outline: none;border-right: none;}
#formsearch1 input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
#formsearch1 input#s_btn{float: right;;width:20%;height:35px;line-height:35px;text-align:center;background:#0e308c;color:#fff;border:none;cursor:pointer;}

.djisdn{
    position: absolute;
    top:40px;
    width: 240px;
    background: rgba(255, 255, 255, .15);
    box-sizing: border-box;
    padding: 5px;
    right: 0px;
    display: none;
}
.finjh {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "Microsoft Yahei";
}
.difnjh{
    width: 100%;
   justify-content: center;
}
.tidsnjh{
    width: 40%;
    display: none;
}
.tidsnjh img{
    max-width: 100%;
    height: auto;
}
.difnjh li{
    width: 16%;
    text-align: left;

}
.difnjh_img{
    float: left;
    width: 15%;
    margin-top: 27px;
}
.difnjh_img img{
    max-width: 100%;
    height: auto;
}
.difnjhne{
    float: right;
    width: 80%;
    line-height: 83px;
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.difnjhne a {
    color: #fff;
    line-height:83px;
}
.difnjhf{
    width: 100%;
    justify-content: center;
}
.difnjhf li{
    width: 15%; 
    
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.difnjhf li a{
    color: #fff;
}
/***/
.nei{
    background: url(../images/nei.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.anbtgle{
    width: 48%;
}
.anbtgrt{
    width: 50%;
}
.anbtgrt iframe{
    margin-bottom:10px; 
}
.anbtgle_a{
    font-size: 1.9rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #103b9a;
}
.anbtgle_b{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #666666;
}
.anbtgle_c{
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
    box-sizing: border-box;
    padding: 2% 0;
}
.anbtgle_m{
    width: 144px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    border: #d0d0d0 1px solid;
    margin-top: 4%;
}
.anbtgle_m a{
    color: #666666;
}
.anbtgrt img{
    width: 100%;
    height: auto;
}
.shzingd{
    margin-top: 4%;
}
.shzingd_a{
    font-size: 3rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: -2px;
	color: #103b9a;
    position: relative;
}
.shzingd li{
    text-align: center;
    border-right: #d0d0d0 1px solid;
    width: 25%;
}
.shzingd li:nth-child(4){
    border: none;
}
.shzingd_a em{
    font-size: 20px;
    color: #666666;
    font-style: normal;
    margin-left: 1%;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    line-height: 20px;
}
.shzingd_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 5%;
}
.nei1{
    padding: 2% 0 4%;
    overflow: hidden;
}
.yiosuidsn{
    overflow: hidden;
    position: relative;
    margin: 0 4%;
}
.tidng{
    border: #bfbfbf 4px solid;
}
.tidng img{
    width: 100%;
    height: auto;
}

.com-img{  overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transiion:tall 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}
.gifnhj{
    position: relative;
}
.nessxt{
    position: absolute;
     bottom: -28%;
    right:46%;
    background: url(../images/aa2.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.swipev{
    position: absolute;
    bottom: -28%;
    left: 46%;
    background: url(../images/aa1.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.nei2{
    background: url(../images/nei1.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;

}
.cppjh{
    text-align: center;
}
.cppjh_a{
    font-size: 1.9rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #323232;
}
.cppjh_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #787878;
}
.nei4 .cppjh_b{
color: #fff;
}
.cggfeneli{
    width: 70%;
    margin: 2% auto 0;
    margin-bottom: 2%;
}
.cggfeneli li{
    width: 28%;
    text-align: center;
    line-height: 41px;
	border: solid 1px #bcbcbc;
    font-size: 18px;
}
.cggfeneli li a{
    color: #666666;
}

.dsdnj{
    text-align: center;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #33383c;
}
.dsdnj a{
    color: #33383c;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cggfeneli li:hover, .cggfeneli li.on {
    background: #103b9a;
    position: relative;
    color: #fff;
    cursor: pointer;
    border: #103b9a 1px solid;
}

.cggfeneli li:hover a, .cggfeneli li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}


.plist li{width: 32%;margin-bottom: 1%;}
.plist li  img{display: block;width: 100%;height: auto;border: #cecece 1px solid;}
.plist li h3 a{display: block;font-weight: normal;text-align: center;height: 52px;background-color: #f5f5f5;line-height: 52px;color: #444444;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.plist li figure {
    background-color: #eee;
    height: auto;
    width: 100%;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.plist li figure mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0,90,156,.2);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.plist li figure mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #005a9c;
    border-right: 3px solid #005a9c;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.plist li figure mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #005a9c;
    border-bottom: 3px solid #005a9c;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.plist li figure mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.plist li figure mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #005a9c;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.plist li figure mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #005a9c;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}

.plist li:hover figure mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
.plist li:hover figure mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.plist li:hover figure mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
.plist li:hover figure mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.plist li:hover figure mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}


.ghgyy{
    width: 251px;
	line-height: 58px;
	background-color: #d40000;
	border-radius: 5px;
    margin: 1% auto 0;
    text-align: center;
    font-size: 16px;
}
.ghgyy a{
    color: #fff;
}


/****/
.nei4{
    background: url(../images/nei3.jpg) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 3% 0 5%;
}
.dsidnjh img{
    width: 100%;
    height: auto;
}
#certify {
	position: relative;
	margin: 2% auto 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 549px;
	height: 416px;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}



.rynessxt{
    position: absolute;
   top: 48%;
    right: -5%;
    background: url(../images/ryaa2.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.ryswipev{
    position: absolute;
    top: 48%;
    left: -5%;
    background: url(../images/ryaa1.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}


@media(max-width:768px){
    .rynessxt{
        top: 83%;
        right: 33%;
        width: 33px;
        height: 33px;
        background-size: 100%;
        background: url(../images/mrr1.png) no-repeat;
    }
    .ryswipev{
        top: 83%;
        right: 33%;
        width: 33px;
        height: 33px;
        background-size: 100%;
        background: url(../images/mll1.png) no-repeat;
    }
}

















.nei5{
    background: url(../images/nei4.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.xwgg{
    margin-top: 3%;
}
.xwggle{
    width: 47%;
}
.xwggry{
    width: 47%;
}
.xwggle_img img{
    width: 100%;
    height: auto;
}
.xwggle_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #555555;
    padding: 1% 0;
}
.xwggle_a a{
    color: #555555;font-size:20px;
}
.shidang{
    float: left;
    width: 75px;
    border-right: #cccccc 1px solid;
}
.shidang_a{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
}
.shidang_b{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
	opacity: 0.7;
}
.xwggle_b{
    float: right;
    width: 85%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #555555;
    margin-top: 1%;
}
.xodjdsfd{
    height: 440px;
    overflow: hidden;
}
.disdnj{
    float: right;
    width: 85%;
}
.disdnj_a a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
}
.disdnj_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666666;
}
.xodjdsfd .swiper-wrapper .swiper-slide{
    border-bottom: #e5e5e5 1px solid;
}
.xwggle li:hover .xwggle_a a{
  color: #d40000;
}
.xodjdsfd .swiper-wrapper .swiper-slide:hover .disdnj_a a{
    color: #d40000;
}

.nei6{
    background: url(../images/nei6.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.heidnh{
    overflow: hidden;
    position: relative;
    margin: 0 4%;
}
.hesinjh{
    position: relative;
    margin-top: 2%;
}
.hesinjh{
    position: relative;
}

.nessxtgg{
    position: absolute;
    top: 40%;
    right: 0px;
    background: url(../images/g3.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.swipevgg{
    position: absolute;
    top: 40%;
    left: 0px;
    background: url(../images/g2.png) no-repeat;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.tidngs{
    border-radius: 10px;
}
.tidngs img{
    width: 100%;
    height: auto;
}

/***/
.nei7{
    background: url(../images/nei7.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.hangye{
    margin-top: 2%;
    margin-bottom: 2%;
}
.hangyeless_img img{
    width: 100%;
    height: auto;
}
.hangyeless li{
    position: relative;
}
.hangyeless_aa{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(6, 154, 223, .5);
    text-align: center;
    padding: 25% 18%;
    font-size: 21px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
    opacity: 0;
    transition: all 0.6s ease;
    cursor: pointer;
}
.hangyeless_aa a{
    color: #ffffff;
    border-bottom: #fff 1px solid;
    display: inline-block;
}
.hangyeless li:hover .hangyeless_aa{
    opacity: 1;
    transition: all 0.6s ease;
}
.hangyelexx{
    margin-top: 2%;
}
.hangyelexx li{
    width: 49%;
    position: relative;
}
.hangyelexx li:hover .hangyeless_aa{
    opacity: 1;
    transition: all 0.6s ease;
}
.hangyelexxd li{
    width: 49%;
    position: relative;
}
.hangyelexxd li:hover .hangyeless_aa{
    opacity: 1;
    transition: all 0.6s ease;
}
.sdsddf li{
    position: relative;
}
.sdsddf li:hover .hangyeless_aa{
    opacity: 1;
    transition: all 0.6s ease;
}
.hangyele{
    width: 49%;
}
.hangyert{
    width: 49%;
}
.fahngh li{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
}
.fhhgf a{
    color: #ffffff;
}
.hubgt{
    border-bottom: #4dc0ef 1px solid;
    margin: 1% 0;
}
.lxianhle{
    width: 20%;
    font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}
.lxianhle span{
    font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.4;
    padding-left: 2%;
}
.lxianhrt{
    width: 75%;
}
.tydusj{
    float: left;
    width: 52px;
    height: 52px;
}
.tydusj img{
    max-width: 100%;
    height: auto;
}
.lxianhrt li{
    width: 33%;
    background: url(../images/kk.png) 90% center no-repeat;
}
.fhhgfdh{
    float: right;
    width: 75%;
    color: #fff;
}
.fhhgfdh_a{
    font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.lxianhrt li:nth-child(3){
    background: none;
}
.dilong{
    width: 37%;
    background: url(../images/fioji.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 9%;
    color: #fff;
    padding-top: 3%;
}
.dilong_a{
    font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 4px;
	color: #ffffff;
}
.dilong_b{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.7;
}
.dilong_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}
.fggug{
    margin: 2% 0;
}
.lidus{
    width: 40%;
}
.dsk{
    width: 48%;
    float: left;
}
.mefjf{
    float: right;
    width: 48%;
}
.hudsnjh{
    height: 40px;
    line-height: 40px;
    margin-bottom: 6%;
	background-color: #ffffff;
}
.hudsnjh #name{
    border: none;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 100%;
    outline: none;
}
.hudsnjh .m_label{
    line-height: 40px;
    width: 100%;
}
.hudsnjh #contact{
    border: none;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 100%;
    outline: none;
}

.mefjf #content{
    margin-top: 0px;
    height: 95px;
    overflow: hidden;
}
.dmsdijiik .msgbtn{
    height: 36px;
	background-color: #ffffff;
    line-height: 36px;
    height: 36px;
    width: 98%;
    border: none;
    color: #000;
    border: none;
    outline: none;
}
.dusfdjh #code{
    padding-top: 0px;
}
.erjh{
    width: 20%;
}
.erjh li{
    width: 48%;
    text-align: center;
}
.tydusjdf img{
    width: 100%;
    height: auto;
}
.fhhgfdsdh{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.sdsddf{
    margin-top: 2%;
}

.ddfffd{
    display: none;
}


.nnei{
    padding: 2% 0;
    overflow: hidden;
}
.dingd{
    text-align: center;
    margin-top: 3%;
}
.dingd_a{
    font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 2px;
	color: #274b9f;
}
.dingd_b{
    font-size: 1.9rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #274b9f;
    text-transform: uppercase;
    line-height: 40px;
}
.diysu{
    margin-top: 4%;
}
.diysule{
    width: 49%;
}
.diysurt{
    width: 49%;
}
.diysule_a{
    font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 2px;
	color: #274b9f;
    border-bottom: #274b9f 3px solid;
}
.diysule_b{
    box-sizing: border-box;
    padding: 3% 0;
    font-size: 1.1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 1px;
	color: #333333;
}
.diysurt img{
    width: 100%;
    height: auto;
}
.dingd_as{
    background: url(../images/cc.png) bottom center  no-repeat;
    font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 85px;
	letter-spacing: 2px;
	color: #274b9f;
}
.kosdh{
    font-size: 1.2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 1px;
	color: #333333;
    padding-top: 2%;
}
.cpjieshaa{
    overflow: hidden;
    padding-bottom: 3%;
    position: relative;
}
.jisnehg{
    margin-top: 3%;
    position: relative;
}
.disnjh img{
    width: 100%;
    height: auto;
}
.swipkkxt{
    position: absolute;
    bottom: 0px;
    right: 40%;
    outline: none;
    border: none;
    background: url(../images/al1.png) no-repeat;
    width: 38px;
    height: 38px;
    z-index: 999;
}
.swipekkv{
    position: absolute;
    bottom: 0px;
    left: 40%;
    outline: none;
    border: none;
    background: url(../images/al.png) no-repeat;
    width: 38px;
    height: 38px;
    z-index: 999;
}
.swipaaaation  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #d1d1d3;
    opacity:1;
    margin: 0 0.51%;
}
.swipaaaation  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d1d1d3;
}
.swipaaaation {
    position: relative;
    bottom: 15px!important;
}
.dianhdling{
    margin: 3% 0;
}
.dianhdling img{
    max-width: 100%;
    height: auto;
}
.qitadle{
    width: 40%;
    margin-top: 3%;
}
.qitadrt{
    width: 50%;
}
.qitadrt img{
    width: 100%;
    height: auto;
}
.qighdu li{
    background: #f5f5f5;
    width: 31%;
    text-align: center;
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 3%;
}
.qighdu_img{
    width: 60%;
    margin: 0 auto;
}
.qighdu_img img{
    max-width: 100%;
    height: auto;
}
.qighdu_a{
    font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
    background: url(../images/gff.png) bottom center no-repeat;
    margin-top: 2%;
}
.qighdu_a a{
    color: #333333;
}
.qighdu_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 2%;
}
.nneiff{
    background: #f5f7fa;
    padding: 3% 0;
    overflow: hidden;
}
.lihhujs{
    overflow: hidden;
    height: 1000vh;
    box-sizing: border-box;
    padding: 3% 0;
}
.lisdh{
    position: relative;
    margin-top: 3%;
    padding-bottom: 8%;
}
.lisdh::after{
    height: 100vh;
    width: 1px;
    background: #103b9a;
    content: '';
    top:8%;
    left: 49.85%;
    position: absolute;
}

.jdashjd{position: relative;
    margin-top: 3%;
    padding-bottom: 8%;}
.jdashjd::after{
    height: 100%;
    width: 1px;
    background: #103b9a;
    content: '';
    top:0%;
    left: 49.85%;
    position: absolute;
}


.jdashjd li{
    margin-left: 46%;
    width: 54%;
    margin-bottom:5%!important;
}
.jdashjd li:nth-child(2n){
    margin-left: 0%;
}
.lihhujsneing_a{
    float: left;
    width: 107px;
	
    position: relative;
    margin-top: 2%;
    z-index: 99;
}
.xiajdjdis{
    line-height: 41px;
	background-color: #868686;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.lihhujsneing_a::after{
    position: absolute;
    top: 20px;
    right: -35px;
    background: #103b9a;
    content: '';
    height: 2px;
    width: 32px;
}
.dosdkj{
    background: url(../images/y.png) no-repeat;
    width: 20px;
    height: 20px;
    margin: 85% auto 0;
}
.lihhujsneingy{
    float: right;
    width: 79%;
    background: #fff;
    box-sizing: border-box;
    padding: 2%;
    position: relative;
}
.lihhujsneingy_a{
    position: relative;
    font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #000003;
    border-bottom: #d4d4d4 1px solid;
    box-sizing: border-box;
    padding-left: 25px;
}
.lihhujsneingy_a::after{
    position: absolute;
    top:13px;
    left:0px;
    width: 5px;
    height: 19px;
    content: '';
    background: #868686;
}
.lihhujsneingy_b{
    position: absolute;
    top:-10px;
    right: 0px;
    font-size: 4.2rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
    z-index: 999;
}
.lihhujsneingy_zi{
    float: left;
    width: 50%;
    margin-top: 3%;
}
.lihhujsneingy_tu{
    float: right;
    width: 48%;
    margin-top: 3%;
}
.lihhujsneingy_tu img{
    width: 100%;
    height: auto;
}

.jdashjd li:nth-child(2n) .lihhujsneing_a{
    float: right;
}
.jdashjd li:nth-child(2n) .lihhujsneing_a::after {
    left: -35px;
}
.jdashjd li:nth-child(2n) .lihhujsneingy{
    float: left;
}
.jdashjd li:nth-child(2n) .lihhujsneingy_b{
    left: 0px;
}
.jdashjd li:nth-child(2n) .lihhujsneingy_a{
    text-align: right;
    box-sizing: border-box;
    padding-right: 25px;
}
.jdashjd li:nth-child(2n) .lihhujsneingy_a::after{
    left:99%;
}
.jdashjd li:nth-child(2n) .lihhujsneingy_zi{
    float: right;
}
.jdashjd li:nth-child(2n) .lihhujsneingy_tu{
    float: left;
}

.jdashjd li-active .xiajdjdis{
    background: #274b9f;
}
.jdashjd li-active .dosdkj{
    background: url(../images/y1.png) no-repeat;
}
.jdashjd li-active .lihhujsneingy_a{
    color: #274b9f;
}
.jdashjd li-active .lihhujsneingy_b{
    color: #274b9f;
}
.jdashjd li-active .lihhujsneingy_zi{
    color: #274b9f;
}
.jdashjd li-active .lihhujsneingy_a::after{
    background: #274b9f;
}

.zhoingle{
    height: 60px;
    background: #d6d6d6;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 2% ;
}
.zhoingle li{
    height: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 招聘列表 */
.jobList .tie {
    height: 60px;
    background: #d6d6d6;
}
.jobList dl span {
    height: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jobList dl span:nth-child(1) {
    width: 24%;
    padding-left: 2%;
}
.jobList dl span:nth-child(2) {
    width: 16%;
}
.jobList dl span:nth-child(3) {
    width: 20%;
}
.jobList dl span:nth-child(4) {
    width: 8%;
}
.jobList dl span:nth-child(5) {
    width: 9%;
}
.jobList dl span:nth-child(6) {
    width: 9%;
}
.jobList dl span:nth-child(7) {
    width: 10%;
}
.jobList li {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}
.jobList li dl {
    border: 1px solid #e6e6e6;
    height: 60px;
    position: relative;
}
.jobList li dl:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-job-open.png)no-repeat right;
    background-position-x: 98%;
    transition: .5s all;
    -webkit-transition: .5s all;
}
.jobList li.open dl:after {
    background: url(../images/icon-job-openup.png)no-repeat right;
    background-position-x: 98%;
}
.jobList li span {
    font-weight: normal;
}
.jobList .content {
    background: #f7f7f7;
    overflow: hidden;
    display: none;
    padding: 2%;
}
.jobList .content .req {
    padding: 20px 0
}
.jobList .content .mailto {
    display: block;
    font-size: 16px;
    color: #0032a0;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0032a0;
    border-radius: 50px;
    text-align: center;
}
.jobList .content.active {
    display: block;
}
.jobList li.open dl {
    background: #0032a0;
}
.jobList li.open dl span {
    color: #fff;
}
.jobList li:hover dl span {
    color: #fff;
}
.jobList li:hover dl {
    background: #0032a0;
}

.zhoddnjh{
    padding: 3% 0;
    overflow: hidden;
}



/* 内页左侧导航栏样式 */
.ahnf{
    padding: 1% 0;
}
.ahnf  .xypg-left-nav {
    margin: 0 -1px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ahnf  .xypg-left-nav>li {
    position: relative;
    border-bottom: none;
    width: 8%;
    text-align: center;
    cursor: pointer;
}

.ahnf  .xypg-left-nav>li:last-child {
    /*border-bottom: none;*/
}

.ahnf  .xypg-left-nav>li>a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    color: #2e2e2e;
    padding: 0;
}

.ahnf  .xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.ahnf  .xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.ahnf .xypg-left-nav>li:hover .yyudn img , .ahnf .xypg-left-nav>li.clicked .yyudn img{
    filter: invert(10%) sepia(93%) saturate(6411%) hue-rotate(222deg) brightness(75%) contrast(101%);
}




.ahnf  .xypg-left-nav>li:hover> .odjkf a,
.ahnf  .xypg-left-nav>li.clicked> .odjkf a {
    color: #0032a0;
}

.ahnf  .xypg-left-nav>li:hover .first-nav-btn,
.ahnf  .xypg-left-nav>li.clicked .first-nav-btn {
    color: #0032a0;
}

.ahnf  .xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.ahnf  .xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.ahnf  .xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.ahnf  .xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #ba9376;
}

.ahnf  .xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: #ba9376;
}

.ahnf  .xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.ahnf  .xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '2014   ';
}

.ahnf  .xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #ba9376;
}

.ahnf  .xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #ba9376;
}

@media (max-width: 990px) {
    .ahnf  .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
    .ahnf .xypg-left-nav>li{
        width: 23%;
    }
}

.qiyeouduing{
    align-items: center;
     justify-content: flex-start;
}
.qiyeouduing li{
        width: 30%;
    margin-bottom: 4%;
    margin-right:5%; 
}
.qiyeouduing li .img img{
    width: 100%;
    height: auto;
}
  .qiyeouduing li:nth-child(3n){
            margin-right:0; 
}
.nneisd{
    background: url(../images/hgnjm.jpg) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 4% 0 7% 0;
    overflow: hidden;
}
.wenunghle{
    width: 30%;
}

.wenunghle img{
    max-width: 100%;
    height: auto;
}
.wenunghrt{
    width: 60%;
    background: url(../images/biao.png) left 12%  no-repeat;
    box-sizing: border-box;
    padding: 1% 0 0 10%;
}
.wenunghrteytt_a{
    font-size: 57px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 0px;
	color: #040000;
}
.wenunghrteytt_b{
    font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #040000;
}
.dhjioh_a{
    font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #3f8977;
}
.dhjioh_b{
    font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #3f8977;
}
.dhjioh_c{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #040000;
}
.dhjioh{
    padding: 3% 0;
}
.tidskjhf img{
    width: 100%;
    height: auto;
}


.lightbox{
    margin-top: 1%;
}
.djdi{
    float: left;
    width: 30%;
}

.djdi img{
    width: 100%;
    height: auto;
}
.dodks{
    float: right;
    width: 68%;
}



.fahngh22{
    display: none;
}

@media(max-width:768px){
    .jobList dl span{
    font-size: 12px;
    }
    .tidskjhf{
    margin-bottom: 60px;
    }
    .fahngh{
    justify-content: flex-start;
    display: none;
    }
    .fahngh22{
    display: block;

    }
    .fahngh22 .flex{
    justify-content: flex-start; 
    }
    .cpjieshaa{
    padding-bottom: 10%;
    }
    .fahngh li{
    width: 25%;
    text-align: center;
    }
}




.fazhan{}
  .fazhan ul li{width: 53%;position: relative;margin-bottom: 30px;top: 0;}
 .fazhan ul li .left_da{width: 74%;float:left;padding: 20px;background: #f4f4f4;}
  .fazhan ul li .right_da{width:20%;float: right;height: 100%;}
  
  .riqifa{
    width: 100px;
    /* margin: auto; */
    text-align: center;
    font-size: 20px;
    background: #1a3b84;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    float: right;
}

.riqifa::before {
    width: 10%;
    height: 3px;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    top: 4%;
    right: 15%;
}

.riqifa::after {
    width: 3px;
    height: 85%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    top: 70px;
}
.diwnesx{height: 70px;position:relative;margin-bottom: 20px;display: flex;justify-content: right;align-items: center;}
.diwnesx h3{font-size: 17px;font-weight: 600;letter-spacing: 2px;text-align: right;padding: 0 20px 0 0;width: 100%;}


.diwnesx::before {
    width: 100%;
    height: 2px;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
}

.diwnesx::after {
    width: 4px;
    height: 90%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.suixins{
    display: table;
    justify-content: center;
    align-items: center;
    /* min-height: 500px; */
    /* max-height: 500px; */
}
.img_fazhan img{width:100%;}
.text_fazhan{padding:10px;}

.fazhan ul li.rigtd {width: 54%;position: relative;float:right;top: 0;}
 .fazhan ul li.rigtd .left_da{width: 74%;float:right;padding: 20px;background: #f4f4f4;}
  .fazhan ul li.rigtd .right_da{width:20%;float: left;}

 .fazhan ul li.rigtd .riqifa {
    width: 100px;
    /* margin: auto; */
    text-align: center;
    font-size: 20px;
    background: #1a3b84;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.fazhan ul li.rigtd .riqifa::after {
    width: 3px;
    height: 85%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    left: 7%;
    top: 70px;
}
.fazhan ul li.rigtd .riqifa::before {
    width: 10%;
    height: 3px;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    top: 4%;
    left: 15%;
}


.fazhan ul li.rigtd  .diwnesx {
    height: 70px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.fazhan ul li.rigtd  .diwnesx::after {
    width: 4px;
    height: 90%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    left: 1%;
    top: 0;
}

.fazhan ul li.rigtd .diwnesx h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding: 0 20px;
}

.diwnes{position: initial;}
  @media (min-width: 0) and (max-width: 998px){
	  
	  .yydts .lainxiwomens{
            width: 100%;
            left: 0;
            transform: initial;
            position: initial;
            }
	  .riqifa {
    width: 70px;
    /* margin: auto; */
    text-align: center;
    font-size: 14px;
    background: #1a3b84;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    float: right;
}

.riqifa::before {
    width: 10%;
    height: 3px;
    background: #1d82ff;
    display: block;
    content: "";
    position: absolute;
    top: 4%;
    right: 15%;
	display:none;
}
	    .fazhan ul li {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    top: 0;
}

.riqifa::after {
    width: 3px;
    height: 75%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 4%;
    top: 25%;
}
	  
	  .fazhan ul li.rigtd {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
}

.fazhan ul li.rigtd .left_da {
    width: 74%;
    float: left;
    padding: 20px;
    background: #f4f4f4;
}

.fazhan ul li.rigtd .riqifa {
    width: 70px;
    /* margin: auto; */
    text-align: center;
    font-size: 14px;
    background: #1a3b84;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    float: right;
}

.diwnes {
    position: initial;
}

.fazhan ul li.rigtd .riqifa::before {
    width: 10%;
    height: 3px;
    background: #1d82ff;
    display: block;
    content: "";
    position: absolute;
    top: 7%;
    right: 15%;
    left: initial;
    display: none;
}

.fazhan ul li.rigtd .right_da {
    width: 20%;
    float: right;
}

.fazhan ul li.rigtd .diwnesx {
    height: 70px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.fazhan ul li.rigtd .diwnesx::after {
    width: 4px;
    height: 90%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
}
.fazhan ul li.rigtd .riqifa::after {
    width: 3px;
    height: 75%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 4%;
    top: 25%;
    left: initial;
}
	  
	  
	  
	  
	.fazhan ul li.rigtd .diwnesx h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding: 0 10px;
    line-height: 1.5;
}

.diwnesx h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    line-height: 1.5;
}  
.text_fazhan{font-size:12px;}



.diwnesx::after {
    width: 4px;
    height: 90%;
    background: #1a3b84;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
	  
  }
  @media (min-width: 768px) and (max-width: 998px){
	
	  
	  
	  
	  
	  
	  
	  
	  
	  .sec1-right .sec1-right-con {
    width: 85%;
    margin-left: 8%;
    padding: 2% 0;
}

.sec1-right {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5%;
}

.titls h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.aoliu h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 5px;
}

.right_zhen .swiper-button-next, .right_zhen .swiper-button-prev{display:none;}


.zheng_auto {
    position: initial;
    top: 15%;
    width: 100%;
    margin-top: 0;
}

.section4 .titls h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.section4 .titls p {
    font-size: 14px;
    color: #000;
    padding-top: 15px;
}

.zhenglianjie {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
	  
	  .lainxi {
    padding: 20px;
    background: #ffffff57;
}

.lainxiwomens {
  
    /* left: 50%; */
    transform: initial;

    margin: auto;
}
	  
	  
	  
	  
  }







































@media(max-width:1600px){

}

@media(max-width:1500px){
    .shzingd_a{
        font-size: 2.5rem;
    }
    .cppjh_a{
        font-size: 1.7rem;
    }
}
@media(max-width:1440px){
    .dhjioh_a{
        font-size: 35px;
    }
    .dhjioh_c{
        font-size: 20px;
    }
    .dhjioh_a{
        font-size: 35px;
    }
    .wenunghrteytt_a{
        font-size: 40px;
    }
    .wenunghrteytt_b{
        font-size: 28px;
    }
    .nei1{
       padding: 2% 0 60px;
    }
    .swipev,.nessxt{
        bottom:-25%;
    }

 .swipev{left:35%}

.nessxt{right:35%}

    .nei4{
       padding: 3% 6% 6%; 
    }
    .dsdnj{
        font-size: 16px;
    }
    
    .dilong_c{
        font-size: 14px;
    }
    .cggfeneli li{
        font-size: 16px;
    }
    .anbtgle_a{
        font-size: 1.6rem;
    }


}
@media(max-width:1366px){
    .dhjioh_a {
        font-size: 30px;
        line-height: 45px;
    }
    .wenunghrteytt_a {
        font-size: 30px;
        line-height: 50px;
    }
}
@media(max-width:1200px){
    .wenunghrteytt_b {
        font-size: 20px;
    }
    .dosdkj{
        margin-right: 57px;
    }
    .jdashjd li:nth-child(2n) .dosdkj{
        margin-right: 44px;
    }
    .lisdh::after{
        left: 49.3%;
    }
    #certify .swiper-slide{
        width: 500px;
        height: 372px;
    }
    .dusfdjh  #checkcode{
        width: 100px;
    }
    .fhhgfdh_a{
        font-size: 16px;
    }
    .dilong_a{
        font-size: 20px;
    }
    .dilong_b{
        font-size: 13px;
    }
    .dilong_c{
        font-size: 12px;
    }
    .lihhujsneingy_a{
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .dhjioh_c {
        font-size: 17px;
    }
    .dhjioh_a {
        font-size: 25px;
        line-height: 42px;
    }
    .wenunghrt{
        padding: 4% 0 0 13%;
    }
    .dosdkj{
        margin-right: 62px;
    }
    .jdashjd li:nth-child(2n) .dosdkj{
        margin-right: 36px;
    }
    .dingd_as{
        font-size: 25px;
        line-height: 50px;
    }
    .diysule_a{
        font-size: 25px;
        line-height: 50px;
    }
    .diysule_b , .kosdh{
        font-size: 16px;
        line-height: 40px;
    }
    .dingd_a{
        font-size: 25px;
        line-height: 45px;
    }
    .dingd_b{
        font-size: 20px;
        line-height: 30px;
    }
    .cggfeneli{
        width: 100%;
    }
    .cggfeneli li{
        font-size: 14px;
    }
    #certify .swiper-slide{
        width: 465px;
        height: 342px;
    }
    .disdnj{
        width: 79%;
    }
    .xwggle_b{
        width: 79%;
    }
}

@media(max-width:992px){
    .xwggle_b{
        font-size: 14px;
        line-height: 23px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    }
    .disdnj_b{
        font-size: 14px;
        line-height: 23px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .xypg-news-list li{
        padding: 4%;
    }
    .djdi {
        float: none;
        width: 100%;
    }
    .dodks{
        float: none;
        width: 100%;
    }
    .wenunghrt {
        padding: 4% 0 0 16%;
    }
    .dhjioh_c {
        font-size: 12px;
        line-height: 30px;
    }
    .lisdh::after{
        display: none;
    }
    .lihhujsneing_a{
        float: none;
        width: 100%;
    }
    .dosdkj{
        display: none;
    }
    .lihhujsneingy{
        float: none;
        width: 100%;
    }
    .lihhujsneingy_b{
        font-size: 20px;
        top:0px;
    }
    .lihhujs{
        height: auto;
    }
    .lisdh{
        padding-bottom: 0px;
    }
    .jdashjd li{
        width: 100%;
        margin-left: 0px;
    }
    .qitadle{
        width: 100%;
    }
    .qitadrt{
        width: 100%;
    }
    .qighdu_a{
        font-size: 25px;
        line-height: 45px;
    }
    .diysule_b, .kosdh {
        font-size: 14px;
        line-height: 30px;
    }
    .qighdu_b{
        font-size: 14px;
        line-height: 24px;
    }
    .diysule_a {
        font-size: 20px;
        line-height: 40px;
    }
    .lihhujsneingy_tu {
        float: none;
        width: 100%;
    }
    .lihhujsneingy_zi{
        float: none;
        width: 100%;
    }
    .anbtgle{
        width: 100%;
    }
    .anbtgrt{
        width: 100%;
        margin-top: 2%;
    }
    .shzingd_a{
        font-size: 2rem;
        line-height: 50px;
    }
    .cggfeneli li{
        width: 30%;
        margin-bottom: 2%;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .xwggle{
        width: 100%;
    }
    .xwggry{
        width: 100%;
        margin-top: 2%;
    }
    .dilong{
        display: none;
    }
    .erjh {
        display: none;
    }
    .lidus{
        width: 100%;
    }
    .lxianh {
        display: none;
    }
    .x-layout{
        padding-bottom: 8%;
    }
    .ddfffd{
        display: block;
    }
    .jdashjd::after{
        display: none;
    }
    .lihhujsneingy_b{
        display: none;
    }
}
@media(max-width:500px){
.anbtgrt{
text-align: center;
}
.anbtgrt iframe {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

    .hfunfjdh .swiper-wrapper .swiper-slide-active {
        transform: scale(1);
        transition: all 0.6s ease;
    }
    .hfunfjdh{
        overflow: hidden;
        padding: 0px;
    }
    .wenunghle{
        width: 100%;
    }
    .wenunghrt{
        width: 100%;
        background: none;
    }
.swipev,.nessxt{
       bottom: -47%;
    width: 30px;
    height: 30px;
    background-size: 100%;
    }
    .qighdu_b {
        font-size: 12px;
        line-height: 24px;
    }
    .qighdu_a {
        font-size: 16px;
        line-height: 40px;
    }
    .qighdu li{
        width: 48%;
    }
    .diysule_a {
        font-size: 16px;
        line-height: 35px;
    }
    .dingd_b {
        font-size: 16px;
        line-height: 17px;
    }
    .dingd_a {
        font-size: 20px;
        line-height: 40px;
    }
    .nnei{
        padding-bottom: 25%;
    }
     .nei4{
        padding: 3% 3% 6% 0%;
    }
    .swipkkxt{
        right: 2%;
    }
    .swipekkv{
        left: 2%;
    }
   
    .diysule{
        width: 100%;
    }
    .diysurt{
        width: 100%;
    }
    .anbtgle_a{
        font-size: 20px;
        line-height: 45px;
    }
    .anbtgle_b{
        font-size: 16px;
        line-height: 30px;
    }
    .shzingd li{
        width: 48%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .shzingd_a{
        font-size: 20px;
        line-height: 40px;
    }
  .shzingd_a em{
    line-height:40px;
 font-size: 16px;
}

    .plist li{
        width: 48%;
    }
    .dsdnj{
        font-size: 14px;
        line-height: 45px;
    }
    #certify .swiper-slide{
        width: 330px;
        height: 240px;
    }
    
    .nei7{
        padding-bottom: 12%;
    }
    .product_detail .img{
        width: 100%;
        height: auto;
    }
    .product_detail .list{
        width: 100%;
    }
    .qighdu_img{
        width: 75%;
    }
  .hesinjh{
   padding-bottom:60px;
}
 .swipevgg{
    top:auto;
    bottom:10px;
    left:35%;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.nessxtgg{
    top:auto;
    bottom:10px;
    right:35%;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.hangyeless_aa{
  font-size:14px;
}
.hangyele{
   width:100%;
margin-bottom:20px;
}
.hangyert{
 width:100%
}
.rynessxt {
    top: 85%;
    right: 36%;
}
.ryswipev {
    top: 85%;
    left: 36%;
}
}