﻿body,html{
    font-size: 12px;
    /*font-family: "微软雅黑",'Microsoft YaHei', Helvetica, Arial, sans-serif;*/
    font-family: cnfont;
    zoom: normal;
    letter-spacing: 2px;
    -webkit-user-select:none;

    -moz-user-select:none;

    -ms-user-select:none;

    user-select:none;
    -webkit-text-size-adjust:none;
}

*{
    padding: 0;
    margin: 0;
}
.row-right:before,
.row-right:after,
.wz:before,
.wz:after{
    display: table;
    content: " ";
}
.row-right:after,
.wz:after{
    clear: both;
}
.bt{
    border-bottom: 1px solid #696969;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #c2935d!important;
    text-decoration: none;
}
a:active{
  color: #c2935d!important;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:visited { color: #000; text-decoration: none; } /* 已访问的链接 */
i{
    font-style:normal
}
ul,li{
    list-style: none;
}
.yuan{
    font-family: "宋体";
}
.mt50{
    margin-top: 50px;
}
.mt100{
    margin-top: 100px;
}
.mt150{
    margin-top: 140px;
}
.mt200{
    margin-top: 200px;
}
.mt250{
    margin-top: 250px;
}
.w1260{
    width: 1260px; 	 	
    margin: auto;
}
.w820{width: 820px;
    margin: auto;
	}
.w1200{
    width: 1200px;
    margin: auto;
}
.w900{
    width: 900px;
    margin: auto;
}

.w1260 .wrow{
    /*margin-left: -15px;*/
    padding-right: 15px;
}
.container {
    width: 1400px;
    position: relative;
}
@media (min-width: 1700px) {
    .container {
        width: 1400px;
    }
    .pro_uu_1 img{width:983px!important;}
    .pro_uu_2 img{width:983px!important;}
}
@media (min-width: 1200px) and (max-width:1600px) {
    .container {
        width: 1300px;
    }
    .pro_uu_1 img{width:883px!important;}
    .pro_uu_2 img{width:883px!important;}
}

.blur{
    filter: blur(5px);
}
.winmark{
    position: fixed;
    top:102px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease; /*兼容parsto内核*/
    -moz-transition: all 0.5s ease; /*兼容gecko内核*/
    -webkit-transition: all 0.5s ease; /*兼容webkit内核*/
    opacity: 0;
    z-index: 999;
}
.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.flexed{
    position: fixed!important;
    top:0;
    left: 0;
    right: 0;
    z-index: 9999;

    background: #fff;
}
.navbar{
    min-height: initial;
    margin-bottom: 0;
}
.navbar.inbox{
    border-top:1px solid #c8c8c8;
    border-bottom: 1px solid #c6c6c6;
}
.navbar .inner{
    line-height: 60px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.navbar .inner img{

}

/*.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 27px;
    font-size: 14px;
    letter-spacing: 0;
}
.navbar-bar a{
    color: #040404;
    border-bottom: 2px solid transparent;
}
.navbar-default .navbar-bar > li > a {
    color: #777;
}

.navbar-bar > li > a:hover,
.navbar-bar > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-bar > li.active > a {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #c2935d!important;
}
.navbar-form{
    margin-top: 2px;
}*/

.hidelogo{
    position: absolute;
    left: 0px;
    top:10px;
    display: none;
    width: 100px;
    z-index: 999;
}
.hidelogo img{
    width: 100%;
}

.navbar-right{
    position: absolute;
    right: 0;
    top:2px;
    z-index: 999;
}
.navbar .form-control{
    width: 100%;
    min-width: 155px;
    height: 24px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #535353;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar .input-group-addon {

    line-height: 1;
    color: #fff;
    background-color: #535353;
    border: none!important;
}
.navbar .input-group-addon{
    top:0;

}
.navbar .input-group-addon.glyphicon{
    font-size: 10px!important;
}
#navheader{
 z-index: 999999;
}
#navheader .bgshadow{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 224px;
    background: #fff;
    display: block;
    -moz-box-shadow:0px 15px 15px rgba(0,0,0,0.8);
    -webkit-box-shadow:0px 15px 15px rgba(0,0,0,0.8);
    box-shadow:0px 15px 15px rgba(0,0,0,0.8);

}
#navheadercontainer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: none;
    z-index: 9999;
}
.navmenuli{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    z-index: 99999!important;
}
.navmenuli li.navlink{
    display: block;

    font-size: 14px;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
}
.navmenuli li.navlink a{
    text-decoration: none;
}
.navmenuli li.navlink a.alink{
    padding: 10px 27px;
    display: block;
    float: left;
  color: #000;
}
.navmenuli li.navlink.active{
    border-bottom: 2px solid #c2935d!important;
}
.navmenuli li.navlink.active a.alink{
    color: #c2935d;
}
.rowfull{
    margin-left: 0;
    margin-right: 0;
}
.rowfull:before, .rowfull:after{
    display: table;
    content: " ";
}
.navmenuli li.navlink .menuBase{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.menunav{
    position: absolute;
    top:40px;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    padding: 20px 15px 15px 15px ;
    justify-content: center;
    z-index:9;
    display: none;



}
.menunav .menubox{
    min-width: 700px;
    display: flex;
    /*justify-content: space-between;*/
}
.menunav .menubox .newlmenu{
    width: 396px;
    height: 149px;
    display: block;
    overflow: hidden;
    transition: all 0.5s;
}
.menunav .menubox .newrmenu{
    display: flex;
    margin-left: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.menunav .menubox .newrmenu .newrmenurow{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.menunav .menubox .newrmenu .newrmenurow.nomag{
    margin-bottom: 0;
}
.menunav .menubox .newrmenu .newrlinkbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 120px;
}
.menunav .menubox .newrmenu .newrlinkbox .cntit{
    font-size: 12px;

    line-height: 18px;
}
.menunav .menubox .newrmenu .newrlinkbox .entit{
    text-transform: uppercase;
    line-height: 18px;
    font-family: enfont;
    font-size: 10px!important;
    /*letter-spacing: 0;*/
    /*transform: scale(0.9);*/
}
.menunav .menubox .newrmenu .newrlinkbox .square{
    background: #c2935d;
    opacity: 0;
    height: 5px;
    width: 5px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    margin-left: 2px;
    margin-top: 2px;
}
.menunav .menubox .newrmenu .newrlinkbox:hover .entit,
.menunav .menubox .newrmenu .newrlinkbox:hover .cntit{
    color: #c2935d;
}
.menunav .menubox .newrmenu .newrlinkbox:hover .square{
    opacity: 1;
}
.menunav .menubox .newrmenu{}
.menunav .menubox .lmenu{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    justify-content: space-between;
    align-items: flex-end;
}
.menunav .menubox .lmenu ul{
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
}
.menunav .menubox .lmenu ul li{
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
    line-height: 1.2;
}
.menunav .menubox .lmenu ul li a{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end!important;
}
.menunav .menubox .lmenu ul li:first-child{
    margin-top: 0!important;
}
.menunav .menubox .lmenu ul li:last-child{
    padding-bottom: 0;
}
.menunav .menubox a{
    text-decoration:none;
}
.menunav .menubox .lmenu ul li.active{
    color: #c2935d;
    border-color: #c2935d;
}
.menunav .menubox .lmenu ul li.active a{
    color: #c2935d;
}
.menunav .menubox .lmenu ul li .cntit{
    font-size: 12px;
}
.menunav .menubox .lmenu ul li .entit{
    font-family: enfont;
    font-size: 10px!important;
    letter-spacing: 0;
    transform: scale(0.9);
    transform-origin: 100% 100%
}
.menunav .menubox .rmenu{
    width: 396px;
    height: 149px;
    display: block;
    overflow: hidden;
    transition: all 0.5s;
}
.menunav .menubox .zxlink{
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.menunav .dambox{
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    height: 149px;
}
.menunav .dambox .lsetbox{

    width: 280px;
    display: flex;
    flex-direction: column;

}
.menunav .dambox  .damtit{
    font-size: 12px;
    padding-bottom: 15px;
    font-weight: bold;
}
.menunav .dambox .dambody .selectbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
    padding: 0!important;
    cursor: pointer;
    text-decoration: none;
}
.menunav .dambox  .dambody .selectbox:hover{
    color: #c2935d;
}
.menunav .dambox  .dambody .selectbox:hover .square{
    opacity: 1!important;
}
.menunav .dambox  .dambody .selectbox .cntit{
    font-size: 12px;
    margin-bottom: 2px;
}
.menunav .dambox  .dambody .selectbox .entit{
    font-family: enfont;
    font-size: 10px;
    transform: scale(0.8);
    letter-spacing: 1px;
    white-space:nowrap;
    transform-origin: 0 0;
}
.menunav .dambox  .dambody .selectbox .square{
    background: #c2935d;
    opacity: 0;
    height: 4px;
    width: 4px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    margin-left: 4px;
    margin-top: 2px;
}
.menunav .dambox .msetbox{
    width: 2px;
    height: 85%;
    display: block;
    background: #c2935d;
}
.menunav .rsetbox{

    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left:30px;
}
.menunav .rsetbox .damrbody{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.menunav .rsetbox .damrbody .upobox{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.menunav .rsetbox .selectrbox{
    display: flex;
    align-items: center;
    padding: 0;
    width: 100px;
}
.menunav .rsetbox .selectrbox .iconwaper{
    width:30px;
    height:30px;
    display:block;
}
#iconwaper_a{
    background: url(img/search_shape_1.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_b{
    background: url(img/search_shape_2.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_c{
    background: url(img/search_shape_7.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_d{
    background: url(img/search_shape_8.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_e{
    background: url(img/search_shape_5.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_f{
    background: url(img/search_shape_4.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_g{
    background: url(img/search_shape_3.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_h{
    background: url(img/search_shape_6.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_i{
    background: url(img/search_shape_10.png);
    background-position: 0px 0px;
    background-size: cover
}
#iconwaper_j{
    background: url(img/search_shape_9.png);
    background-position: 0px 0px;
    background-size: cover
}
.menunav .rsetbox .selectrbox:hover #iconwaper_a,
.menunav .rsetbox .selectrbox:hover #iconwaper_b,
.menunav .rsetbox .selectrbox:hover #iconwaper_c,
.menunav .rsetbox .selectrbox:hover #iconwaper_d,
.menunav .rsetbox .selectrbox:hover #iconwaper_e,
.menunav .rsetbox .selectrbox:hover #iconwaper_f,
.menunav .rsetbox .selectrbox:hover #iconwaper_g,
.menunav .rsetbox .selectrbox:hover #iconwaper_h,
.menunav .rsetbox .selectrbox:hover #iconwaper_i,
.menunav .rsetbox .selectrbox:hover #iconwaper_j{
    background-position: -30px 0px;
}
.menunav .rsetbox .selectrbox:hover .txtwaper{
    color: #c2935d;
}
.menunav .rsetbox .selectrbox .txtwaper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    line-height: 1;
}
.menunav .rsetbox .selectrbox .txtwaper .cntit{
    margin-top: 5px;
    font-size: 12px;
}
.menunav .rsetbox .selectrbox .txtwaper .entit{
    font-size: 12px;
    font-family: enfont;
    transform: scale(0.8);
    letter-spacing: 1px;
    white-space:nowrap;
    transform-origin: 0 0;
}

.navbar .input-group-addon .glyphicon span{
    font-size: 12px!important;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.filter{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;

    transition: all .5s ease;
    -o-transition: all .5s ease; /*兼容parsto内核*/
    -moz-transition: all .5s ease; /*兼容gecko内核*/
    -webkit-transition: all .5s ease; /*兼容webkit内核*/
}
.filter:hover{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}
.torgba{
    position: relative;
}
.torgba:hover  .mark{
    opacity: 1;
}
.torgba .mark{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(255,255,255,0.3);
}
.scale {
    overflow: hidden;
    cursor: pointer;
}
.scale img{
    transform: scale(1);
    transition-duration: .3s;
    transition-timing-function: ease-in;
    -webkit-transform: scale(1);
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -moz-transform: scale(1);
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transform: scale(1);
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in;
}
.scale:hover img{
    transform:scale(1.02);
    transition-duration:.3s;
    transition-timing-function:ease-in-out;
    -webkit-transform:scale(1.02);
    -webkit-transition-duration:.3s;
    -webkit-transition-timing-function:ease-in-out;
    -moz-transform:scale(1.02);
    -moz-transition-duration:.3s;
    -moz-transition-timing-function:ease-in-out;
    -o-transform:scale(1.02);
    -o-transition-duration:.3s;
    -o-transition-timing-function:ease-in-out;

}
.d1 .swiper-slide{
    overflow: hidden;

    height: 600px;
}
.d1 .swiper-slide img{
    width: 100%;
}
.d1{
    overflow: hidden;
    position: relative;
}
.d1 .swiper-pagination-bullets{
    left: initial;
    right: 0px;
    width: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: rgba(30,30,30,0.5);
    padding-bottom: 50px;
    justify-content: flex-end;
    align-items: center;

}
.d1 .swiper-pagination-bullet-active{
    border: 1px solid  #efefef;
    background: transparent!important;
}
.d1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #efefef;
    margin-bottom: 20px!important;
    opacity: 1!important;

}

.dnav .swiper-slide{
    overflow: hidden;
    height: 347px;
}
.dnav .swiper-slide img{
    width: 100%;
}
.dnav{
    overflow: hidden;
    position: relative;
}
.dnav .swiper-pagination-bullets{
    left: initial;
    right: 0px;
    width: 50px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: rgba(30,30,30,0.5);
    padding-bottom: 50px;
    justify-content: flex-end;
    align-items: center;

}
.dnav .swiper-pagination-bullet-active{
    border: 1px solid  #efefef;
    background: transparent!important;
}
.dnav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #efefef;
    margin-bottom: 20px!important;
    opacity: 1!important;

}
.navset{
    height: 155px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    padding-left: 80px;
}
.navset ul.rowtitle{
    display: flex;
    flex-direction: row;
    position: relative;
}
.navset ul.rowtitle .bgline{
    height: 1px;
    width: 100%;
    background: #8b8b8b;
    display: block;
    position: absolute;
    left: 0;
    top:23px;
    z-index: 1;
}
.navset ul.rowtitle li{
    z-index: 2;
}
.navset ul.rowtitle li a{
    width: 172px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.navset ul.rowtitle li .cntit{}
.navset ul.rowtitle li .square{
    margin-top: 5px;
    margin-bottom: 5px;
    background: #3a3a3a;
    height: 4px;
    width: 4px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.navset ul.rowtitle li .entit{
    font-family: enfont;
    font-size: 10px;
    letter-spacing: 1px;
}
.navset ul.rowtitle li.active .entit,
.navset ul.rowtitle li.active .cntit{
    color: #c2935d;
}
.navset ul.rowtitle li.active .square{
    background:#c2935d;
}
.navset ul.rowtitle li:hover .entit,
.navset ul.rowtitle li:hover .cntit{
    color: #c2935d;
}
.navset ul.rowtitle li:hover .square{
    background:#c2935d!important;
}
.pages {
    TEXT-ALIGN: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.pages .first,
.pages .end{
    height: 28px;
    width: 50px;
    background: #383838;
    color: #fff;
    margin-right: 15px;
}
.pages .end{
    margin-left: 15px;
}
.pages a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #383838;*/
    color: #383838;
    MARGIN: 2px;
    TEXT-DECORATION: none;
}
.pages a.page-current{
    background: #383838;
    color: #fff;
}
.pages i{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    line-height: 1;
    letter-spacing: 4px;
    margin: 2px 5px;
}
.pages .pagesnum{
    outline: none;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    width: 60px;
    height: 28px;
    margin-left: 10px;
}
.pages .pagesgo{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #919191;
    color: #fff;
    margin-left: 10px;
    outline: none;
    border: none;

}
.footer{}
.footer .linkbox{
    border-top: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}
.footer .linkbox span{
    margin-left: 30px;
    margin-right: 30px;
    height: 10px;
    width: 1px;
    background: #0D0D0D;
    display: block;
}
.footer .pp_2 {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-top: 55px;
    display: inline;
}
.pp_2{position:relative;width:100%;height:30px;line-height:30px;text-align:center;float:left;margin-top:20px;display:inline}
.pp_2 ul{width:434px;margin:0 auto}
.pp_2 li{width:23px;height:23px;float:left;display:inline;margin-left:70px}
.pp2_1{width:23px;height:23px;float:left}
.pp2_1 a{position:relative;width:23px;height:23px;float:left;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:0 0}
.pp2_1 a:hover{width:23px;height:23px;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:0 -33px}
.pp2_2{width:23px;height:23px;float:left;display:inline}
.pp2_2 a{position:relative;width:23px;height:23px;float:left;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-106px 0}
.pp2_2 a:hover{width:23px;height:23px;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-106px -33px}
.pp2_3{width:23px;height:23px;float:left;display:inline;position:relative}
.pp2_3 a{width:23px;height:23px;float:left;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-213px 0}
.pp2_3 a:hover{width:23px;height:23px;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-213px -33px}
.pp2_4{width:23px;height:23px;float:left;display:inline;position:relative}
.pp2_4 a{width:23px;height:23px;float:left;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-317px 0}
.pp2_4 a:hover{width:23px;height:23px;background-image:url(img/345_r2_c2.jpg);background-repeat:no-repeat;background-position:-317px -33px}
.pp2_1 a:hover .liwx{display:block}
.pp2_2 a:hover .liwx2{display:block}
.liwx{width:150px;height:160px;position:absolute;left:-65px;top:-174px;display:none;z-index:99999}
.liwx2{width:150px;height:160px;position:absolute;left:-66px;top:-174px;display:none;z-index:99999}
.liwx3{width:150px;height:160px;position:absolute;left:134px;top:-210px;display:none}
.liwx4{width:150px;height:160px;position:absolute;left:72px;top:420px;display:block;z-index:99999}
.pp_1 span.r{
    padding-right: 30px;
}
.pp_1 select{
    outline: none;

}
.footer .kiaf {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-top: 20px;
    color: #aeb1b4;
    background: #252525;
}
.footer .kiaf a{
    color: #aeb1b4;
    padding-left: 20px;
    padding-right: 20px;
}
.bottomlogobox{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #d6d6d6;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bottomlogobox .textbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottomlogobox .textbox i{
    color: #d6d6d6;
    margin-right: 15px;
    margin-left: 15px;
}
.bottomlogobox .textbox .tet{
    letter-spacing: 6px;
}
.weblink{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.weblink .iconfont{
    font-size: 12px;
    transform: rotate(180deg);
}

.pp_1{
    height: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}
.pp_1 span.r{
    padding-left: 15px;
    padding-right: 15px;
}
.weblinkbox{
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease; /*兼容parsto内核*/
    -moz-transition: all 0.5s ease; /*兼容gecko内核*/
    -webkit-transition: all 0.5s ease; /*兼容webkit内核*/
    opacity: 0;
    height: 0;
    overflow: hidden;
    flex-wrap: wrap;
}
.weblinkbox a{
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}
.weblinkbox.ison{

    padding-top: 20px;
    opacity: 1;
    height: auto;

}