@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.wrap{
    clear:both;
    width:1200px;
    margin:0 auto;
}
.minH400{
    min-height:400px;
    height:auto !important;
    height:400px;
}
.bc_fff{
    background: #fff;
}
/**
 * 顶部
 * author zwp
 * @return
 */
.indTop {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    min-width: 1300px;
}
.headBox {
    clear: both;
    position: relative;
    height: 90px;
    background: #fff;
    z-index: 97;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.headBox .logo{height: 100%;}
.headBox .logo a{display: block;padding: 14px 0 0}
.headBox .logo a img{height: 65px}
.headTel{
    padding: 25px 0 24px;
}
.headTel span{display: block;font-size: 13px;font-weight: bold}
.headTel em{display: block;font-size: 20px;color: #f00;font-style: normal;font-family: "Myriad Pro";font-weight: bold}

.topR{
    height: 90px;
}


/**
 * 导航
 * author kis2
 * @return
 */

/*头部结束*/
/*menu开始*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
    display: inline;
    float:left;
    padding: 0 5px;
    position: relative;
    z-index: 3;
}
.menuDl dd span a{
    display: block;
    height:90px;
    overflow: hidden;
    line-height: 90px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 0px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuDl dd.hover span a{color: #005aab}
.subMenuDiv{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
    z-index: 3;
}
.menuDl dt{
    width: 0px;
    height: 4px;
    overflow: hidden;
    background: #005aab;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}
.subMenu_ul li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.menuDl dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}


.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}
.subMenuR{
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}
.menuTop{
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#555;
    padding-left: 50px;
}
.subMenuCont{
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.listBg{
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0px;
    top: 0px;
}
.subMenuTop{
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color:#888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}
.half{
    float: left;
    display: inline;
    width: 50%;
}
.half .subMenuTop{
    display: block;
}
.subMenuL{
    width: 50%;
    padding: 20px 0px;
}
.subMenuTxt{
    height: 250px;
    overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}
.subMenuLTop{
    display: none;
    text-align: center;
    font-size: 34px;
    color:#333;
    overflow: hidden;
}
.subMenuIntr{
    display: none;
    overflow: hidden;
    font-size: 14px;
    color:#404040;
    line-height: 25px;
}
.menuBg{
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
.subMenuDiv.showMenu{
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}


.searchBt{
    width:40px;
    height:90px;
    position: relative;
    background:url(../images/search.png) no-repeat left center;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.searchBt:hover{
    background:url(../images/search_h.png) no-repeat left center;
}
.topSearch{
    width: 215px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    right: 0px;
    z-index: 11;
}
.topSearchCont{
    display: none;
    padding: 10px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}
.topSearchInp{
    display: block;
    overflow: hidden;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border:none;
    background: #fff;
    padding: 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#666;
    float: left;
    font-family: 'Microsoft yahei';
}
.topSearchTrue{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #fff url(../images/search.png) no-repeat center center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    float: left;
}
.searchBt .inputT{
    width: 85px;
    height: 30px;
    background:none;
    border:none;
    position:absolute;
    top:0;
    right:20px;
    opacity:0;
    color:#fff;
    line-height:24px;
    font-family: "microsoft yahei";
    padding-right: 5px;
}

/*menu结束*/
/*indexBanner开始*/
.banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height:100%
}
.banner .center{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banner .bd{
    height: 100%;
    overflow: hidden;
}
.banner_dl{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_dl dd{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.bannerDiv{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.banner_a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    color:#333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .hd{
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
    z-index: 6;
}
.banner .hd ul{display: inline-block}
.banner .hd ul li{
    float: left;
    width: 12px;
    height: 12px;
    line-height:99999px;
    overflow: hidden;
    margin: 0 13px;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    background: #0565b2;
    border-color: #0565b2;
}
.banner .bt{
    display: block;
    width: 25px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .prev{
    left: 30px;
    background: rgba(0,0,0,0.5) url(../images/btPrev_h.png) no-repeat center center;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}
.banner .next{
    right: 30px;
    background: rgba(0,0,0,0.5) url(../images/btNext_h.png) no-repeat center center;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}
.banner:hover .bt{
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.banner .tempWrap{
    height: 100%;
}
/*banner结束*/

/*第一通栏start*/
.ht_content{padding: 10px 0;background: #fff}
.ht_menu{overflow: hidden;margin: 0 -5px}
.ht_menu dd{float: left;display: inline;width: 33.33333%}
.ht_menu dd a{display: block;margin: 0 5px;position: relative}
.ht_menu dd .pic{position: relative;padding-top: 60.03159%}
.ht_menu dd .pic img{position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.textMenu{text-align: center;font-size: 14px;color: #333;transition: all .3s linear;-webkit-transition: all .3s linear;letter-spacing: 10px}
.ht_menu dd:hover .textMenu{font-weight: bold;color: #0565b2}

.text01 {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    text-align: center;
    font-size: 22px;
    color: #333;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.ht_menu dd:hover .text01{
    opacity: 0;
    display: none;
}
.bigBor{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition-timing-function: linear;
    -moz-transition-timing-function:linear;
    -webkit-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transform-origin: center center;
    transform: scale(0);
    transition-delay: 0.6s;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 4;
}
.bigBor .addBoxC{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    left: 0;
    top: 0;
}
.ht_menu dd:hover .bigBor{
    visibility:visible;
    opacity:1;
    transform: scale(1);
    border-radius: 5px;
}
.ht_menu dd.hover .bigBor{
    visibility:visible;
    opacity:1;
    transform: scale(1);
}
.ht_menu dd:hover .textMenu{
    color: #fff;
    font-size: 22px;
}

/*第一通栏end*/

/*indexBanner结束*/
/*首页滚屏-------------------------------------start*/


/*底部开始*/
.footerBg{background: #e6e6e6;position: relative}
.foot1{
    overflow: hidden;
    font-size: 16px;
    color:#797979;
    text-align: center;
    line-height: 30px;
    padding: 50px 0 30px;
    border: 1px solid #ddd;
}
.footerMenu{ overflow: hidden;}
.footerMenu dd{ float: left; display: inline;width:130px;margin-right:20px;position: relative}
.footerMenu dd em{ font-style: normal; display: block; line-height: 40px; height: 40px; overflow: hidden;position: relative;text-align: left}
.footerMenu dd em a{ font-size: 14px; color: #666;}
.footerMenu dd span{ font-style: normal; display: block; line-height: 20px; padding: 5px 0; overflow: hidden;text-align: left}
.footerMenu dd span a{ font-size: 14px; color: #999;}
.footerMenu dd span a:hover{ color:#0565b2;}

.ewmBox{background: #fff}
.ewmBox img{padding: 6px;width: 125px;height: 125px}
.ewmName{height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #666}

.foot2{
    overflow: hidden;
    background: #e6e6e6;
    font-size: 14px;
    color:#999;
    text-align: center;
    line-height: 64px;
    height: 64px;
}
.foot2 .wrapFoot{
    overflow: hidden;
}
.foot2 a{
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.foot2 a:hover{
    color:#0565b2;
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/


/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;border: 1px solid #e6e6e6}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #005aab;color: #fff;}
.page a.hover{background: #005aab;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/

.floatGroup{position: fixed;top: 50%;right: 5px;width: 70px;z-index: 11;margin-top: -150px;transition: all .3s;-webkit-transition: all .3s;}
.floatGroup dd{width: 70px;margin-bottom: 5px;background: #fff;position: relative;font-size: 14px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.floatGroup dd a{display: block;height: 70px;text-align: center;color: #666;}
.floatGroup dd a:after {content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #005aab;transition: 0.4s ease-out;}
.floatGroup dd:hover a:after{width: 100%;transition-timing-function: cubic-bezier(.52,1.64,.37,.66);}
.floatGroup dd:hover a{color: #fff}
.floatGroup dd span{display: block;padding-top: 43px;background:  center 10px no-repeat;position: relative;z-index: 9;}
.floatGroup dd.indCol1 span{background-image: url(../images/fot1.png);background-position: center 15px}
.floatGroup dd.indCol2 span{background-image: url(../images/fot2.png);background-position: center 15px}
.floatGroup dd.indCol3 span{background-image: url(../images/fot3.png);background-position: center 15px}
.floatGroup dd.indCol4 span{background-image: url(../images/fot4.png);background-position: center 15px}

.floatGroup dd.indCol1:hover span{background-image: url(../images/fot1_h.png);background-position: center 15px}
.floatGroup dd.indCol2:hover span{background-image: url(../images/fot2_h.png);background-position: center 15px}
.floatGroup dd.indCol3:hover span{background-image: url(../images/fot3_h.png);background-position: center 15px}
.floatGroup dd.indCol4:hover span{background-image: url(../images/fot4_h.png);background-position: center 15px}

.rightFlexCont{
    display: none;
    overflow: hidden;
    position: absolute;
    right: 70px;
    bottom: 0px;
    border:1px solid #ddd;
    width: 111px;
    height: 111px;
    background: #fff;
    padding: 5px;
}
.rightCustom .rightFlexCont{
    top: 0px;
    bottom: auto;
}
.rightCode{
    overflow: hidden;
}
.rightCode img{
    display: block;
    width: 110px;
    height: 110px;
}
.rightTellCont{
    overflow: hidden;
    background: url(../images/fot3.png) no-repeat center 10px;
    background-size: auto 35px;
    padding-top: 55px;
}
.rightTellCont em{
    font-style: normal;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    text-align: center;
}
.rightTellCont i{
    font-style: normal;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    text-align: center;
}


/*slelect.demo样式start*/
.selectAdd{border-radius:3px;width:111px; height:45px; position:relative; padding-right:30px; border:1px solid #e6e6e6;}
.selectAdd .seljg{ padding-left:10px; line-height:45px; color:#666; font-size:13px; cursor:pointer;}
.selectAdd i{ display:block; width:30px; height:45px; background:url(../images/sel.jpg) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.selectAdd .selTj{ border-radius:3px;width:100%; overflow:hidden; border:1px solid #e6e6e6; border-top:none; max-height:145px; overflow-y:auto; position:absolute; left:-1px; top:43px; background:#fff; display:none;}
.selectAdd .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.selectAdd .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.selectAdd .selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/



/*分享*/
.newsShare {
    padding-left: 15px;
    margin-top: 2px;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_weixin{background: url(../images/share/shareBt7.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
