/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #333;font-size: 16px;line-height: 1.5;background-color: #ffffff; font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;
     -webkit-text-size-adjust: 100% !important;  
        text-size-adjust: 100% !important;  
        -moz-text-size-adjust: 100% !important;  
}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 14px;color: #eb5962;font-family: 'Microsoft Yahei';outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}


body>a { display: none;}


.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
a {color: #333;}

/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1200px;}

/*******************************
  -------[=头部]-------
********************************/
body{padding-top: 90px;}
.header{
    position: fixed;
    height: 90px;
    top: 0;left: 0;
    right: 0;z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.header .wp{
    height: 100%;
    position: relative;
}
.header .logo{
    float: left;
    height: 100%;
    line-height: 90px;
    margin-left: 50px;
}
.header .logo img{
    height: 68px;
    display: inline-block;
    vertical-align: middle;
}
.header .hdr{
    float: right;
    height: 100%;
    margin-right: 50px;
}
.nav{float: right;}
.nav li{
    float: left;
    height: 100%;
    font-size: 16px;
}
.nav li .v1{
    position: relative;
    display: block;
    height: 100%;
    line-height: 89px;
    color: #333;
    padding: 0 20px;
}
.nav .sub { width: 1000px;margin: 0 auto;}
.nav li .v1:after{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #e5e5e5;
}
.nav li:last-child .v1:after{display: none;}
.nav li .v1:hover{color: #5e0f5e;}
.nav li.on .v1{
    color: #5e0f5e;
    border-bottom: 1px solid #5e0f5e;
}
.header .a-shop{
    float: left;
    display: block;
    position: relative;
    height: 100%;
    line-height: 89px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}
.header .a-shop .shop-box{
    display: none;
    position: absolute;
    top: 100%;left: 0;
    right: 0;z-index: 99;
    border: 1px solid #eee;
    background-color: #fff;
}
.header .a-shop .shop-box .tr1{
    display: block;
    text-align: center;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    color: #666;
    padding: 0 15px;
}
.header .a-shop .shop-box .tr1 span{
    display: block;
    padding-left: 36px;
}
.header .a-shop .shop-box .tr1.tm span{
    background: url(../images/ico-tm.png) 15px center no-repeat;
    border-bottom: 1px solid #d2d2d2;
}
.header .a-shop .shop-box .tr1.jd span{
    background: url(../images/ico-jd.png) 15px center no-repeat;
}
.header .a-shop .shop-box .tr1.tm:hover span{
    color: #5e0f5e;
    background: url(../images/ico-tm1.png) 15px center no-repeat;
}
.header .a-shop .shop-box .tr1.jd:hover span{
    color: #5e0f5e;
    background: url(../images/ico-jd1.png) 15px center no-repeat;
}
.header .a-shop .sp1{
    padding-left: 27px;
    height: 18px;
    line-height: 18px;
    background: url(../images/ico-shop.png) left center no-repeat;
    background-size: auto 16px;
}
.header .a-shop:hover .sp1{
    color: #5e0f5e;
    background: url(../images/ico-shop1.png) left center no-repeat;
    background-size: auto 16px;
}
.header .so-btn{
    float: left;
    margin-left: 10px;
    margin-top: 36px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/so-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.header .so-box{
    display: none;
    position: absolute;
    top: 110%; 
    left: 0;right: 0;
    font-size: 14px;
    color: #333;
    height: 45px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.header .so-box .txt{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 56px 0 49px;
    height: 45px;
}
.header .so-box .txt::-webkit-input-placeholder {color: #333;}
.header .so-box .txt::-moz-placeholder {color: #333; }
.header .so-box .txt::-ms-input-placeholder {color: #333;}
.header .so-box .close{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    cursor: pointer;
    background: url(../images/close1.png) center center no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.header .so-box .btn{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    background: url(../images/so-btn2.png) right center no-repeat;
}
.header .so-box .close:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.header .so-btn-m {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 5px;
    background: url(../images/so-btn1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.header .nav-sub,.header .nav-sub2{
    display: none;
    position: absolute;
    top: 101%;
    left: 0;right: 0;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    padding: 50px 95px 50px;
    border-bottom: 2px solid #5e0f5e;
    font-size: 14px;
    color: #333;
}
.header .nav-sub2 {
    padding: 30px 100px;
}

.header .nav-sub2 dl {
    float: right;
    margin-right: 135px;

}

.header .nav-sub2 dl dd {
    float: left;
    margin: 0 35px;
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dl{
    float: left;
    width: 155px;
}
.header .nav-sub dt{
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd{
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd a,.header .nav-sub2 dd a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    background: url(../images/ico-sl22.png) left center no-repeat;
}
.header .nav-sub dd a:hover,.header .nav-sub2 dd a:hover{
    color: #5e0f5e;
    background: url(../images/ico-sl23.png) left center no-repeat;
}
.header .nav-sub .pic{
    float: right;
    width: 200px;
}
.header .nav-sub .pic img{
    display: block;
    width: 100%;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: fixed;top: 15px;
    right: 15px;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #231c1c;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 50px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu {}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #5e0f5e;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #5e0f5e;
    border-bottom: 1px solid #5e0f5e;
}

/*******************************
  -------[=底部]-------
********************************/
.footer .ft-t{
    padding-top: 50px;
    color: #fff;
    background-color: #2d2d2d;
}
.footer .ft-t .logo{margin-bottom: 20px; text-align:center;}
.footer .ft-t .logo a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.footer .ft-t .col-l{
    width: 21%;
    font-size: 14px;
    color: #dadada;
    min-height: 144px;
    background: url(../images/bg01.png) right top repeat-y;
}
.footer .ft-t .col-l .tel{
    font-size: 36px;
    color: #fff;
    line-height: 1em;
    font-weight: lighter;
    margin: 5px 0 16px;
}
.footer .ft-t .col-l .m-tel2{display: none;}
.footer .ft-t .col-l .help{
    display: block;
    width: 240px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fefefe;
    border-radius: 2px;
    border: 1px solid #fff;
    margin-top: 16px;
    white-space: nowrap;    
    overflow: hidden;
}
.footer .ft-t .col-l .help span{
    text-align: left;
    display: inline-block;
 /*   padding-left: 30px;
    background: url(../images/help.png) left center no-repeat;
    background-size: 15px auto;*/
}
.footer .ft-t .col-l .help:hover{
    color: #5e0f5e;
    border-color: #5e0f5e;
}
/*.footer .ft-t .col-l .help:hover span{
    background: url(../images/help1.png) left center no-repeat;
    background-size: 15px auto;
}*/
.footer .ft-t .col-r{
    width: 79%;
    overflow: hidden;
}
.footer .ft-t .col-r dl{
    float: left;
    width: 28%;
    padding-left: 50px;
}
.footer .ft-t .col-r dl:last-child{
    float: right;
    width: auto;
    padding-left: 0;
}
.footer .ft-t .col-r dt{
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: normal;
}
.footer .ft-t .col-r dd a{
    display: block;
    font-size: 16px;
    line-height: 2.5em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.footer .ft-t .col-r dd a:hover{color: #FFFF00;}
.footer .ft-t .about{
    position: relative;
    text-align: center;
    padding: 30px 0 30px 0;
}
.footer .ft-t .about .tit{
    font-size: 16px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}
.footer .ft-t .about .subtit{display: none;font-size: 12px;}
.footer .ft-t .about .tit p{
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.footer .ft-t .about .tit p:after,
.footer .ft-t .about .tit p:before{
    position: absolute;
    content: '';
    width: 600px;
    height: 1px;
    top: 50%;
    background-color: #fff;
}
.footer .ft-t .about .tit p:after{right: -618px;}
.footer .ft-t .about .tit p:before{left: -618px;}
.footer .ft-t .about .weixin,.footer .ft-t .about .weibo{
    display: inline-block;
    vertical-align: middle;
    width: 30px;height: 30px;
    /*margin: 0 10px;*/
}
.footer .ft-t .about .weixin{
    background: url(../images/weixin.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.footer .ft-t .about .weibo{
    background: url(../images/weibo.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weixin:hover{
    background: url(../images/weixin1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weibo:hover{
    background: url(../images/weibo1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pop_weixin{
    position: absolute;
    top: -100px;left: 54.3%;
    z-index: 10;
    width: 120px;padding: 1px;
    margin-left: -95px;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    border-radius: 6px;background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.pop_weixin:after{
    position: absolute;
    content: '';
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 9px;
    background: url(../images/arrow01.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
.pop_weixin img{
    display: block;
    width: 100%;
}

/*.footer .ft-t .about .weixin:hover  .pop_weixin{
    opacity: 1;
    visibility: visible;
}*/

.footer .ft-b{
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #151515;
}
.footer .ft-b a{color: #fff;}
.footer .ft-b a:hover{color: #5e0f5e;}
/*******************************
    -------[=内页banner]-------
********************************/
.ban-inner{
    position: relative;
    height: 540px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ban-inner .txt{
    position: absolute;
    left: 0;right: 0;
    top: 43%;
    text-align: center;
    font-size: 38px;
    color: #f5f5f5;
    line-height: 2.4em;
    font-weight: lighter;
    text-shadow: 2px 3px 4px #505050
}
.ban-inner .txt em{
    display: block;
    font-size: 18px;
    line-height: 1.4em;
}
.ban-inner .txt.style2{
    text-shadow: 5px 5px 20px rgba(0,0,0,.3);
}
.ban-inner .txt.style2 em.e1:before{
    content: '';
    display: block;
    margin: 12px auto 20px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

/*******************************
    -------[=公用]-------
********************************/
.bg-white{background-color: #fff;}
.cur{
    font-size: 16px;
    height: 82px;
    background-color: #fff;
}
.cur .tit{
    display: none;
    height: 40px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #5e0f5e;
    background: url(../images/icon-close.png) right center no-repeat;
    background-size: auto 15px;
}
.cur.open .tit{
    background: url(../images/icon-open.png) right center no-repeat;
    background-size: 15px auto;
}
.cur .wp{
    height: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}
.cur a{
    display: inline-block;
    color: #666;
    padding: 0 15px;
    margin-right: 70px;
    line-height: 80px;
}
.cur a:hover{color: #5e0f5e;}
.cur a.on{color: #5e0f5e;border-bottom: 1px solid #5e0f5e;}

.g-tit1{
    position: relative;
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 20px;
}
.g-tit1:after{
    position: absolute;
    content: '';
    bottom: -18px;
    left: 50%;
    margin-left: -13px;
    width: 25px;
    height: 1px;
    background-color: #333;
}


/*
-----------------[视频弹窗]--------------*/

.m-pop{
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.m-pop.open{top: 0;}
.m-pop .box{
    position: absolute;
    width: 800px;
    left: 50%;top: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.m-pop .box video{width: 100%;}
.m-pop .box .close{
    position: absolute;
    left: 50%;
    bottom: -65px;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../images/close.png) 0 0 no-repeat;
}
.m-pop .box .close:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

@media only screen and (min-width: 769px){
    .footer .ft-t .about .weixin1,.footer .ft-t .about .weibo1 { display: none;}
}




/* 分页 */
#pages { padding:14px 0 10px; font-family:Verdana, Arial, Helvetica, sans-serif; margin-top:20px; text-align:center;}
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5e0f5e; border:1px solid #ccc; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
#pages .wz_pages{ float:right;margin-bottom:10px; padding-top:10px;font-family:Verdana, Geneva, sans-serif; font-size:12px; display:inline;}
#pages li{ float:left;font-family:Verdana, Geneva, sans-serif; font-size:12px;}
#pages p{ float:right; text-align:center; width:750px; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-bottom:10px; margin-top:10px;}


