@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.headBox{
    clear:both;
    position: relative;
    height: 90px;
    background: #fff;
    z-index: 97;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.headBox1{
    clear: both;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.topShare a{
    width: 5px !important;
    height: 26px !important;
    line-height: 26px !important;
}
.topShare .bds_weixin{background: url(../images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(../images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(../images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(../images/icon1.png) no-repeat -86px center !important}
.indTop .headBox{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 97;
}
.indTop{
    position: relative;
    height: 90px;
    z-index: 97;
}
/**/
.logo{
    overflow: hidden;
    margin: 18px 0px;
}
.logo a img{display:block;height:54px;}
.topSeaBox{
    padding: 30px 0px;
    position: relative;
    margin-left: 15px;
}
.topSearch{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    background: url(../images/search.png) no-repeat center center;
    float: left;
    padding-right: 25px;
}
.topSearch:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
/*.topSearch:hover{
    background: url(../images/search_h.png) no-repeat center center;
}*/
.topSearchCont{
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 100%;
    padding-top: 9px;
    width: 262px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    transform: translateY(-10px);
}
.topSeaBox:hover .topSearchCont{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.topSearchCont input{
    width: 200px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 3px 0px 0px 3px;
    float: left;
    display: block;
    background: #fff;
    padding: 0px 10px;
    font-size: 12px;
    color:#666;
}
.topSearchCont .sub{
    display: block;
    float: left;
    width: 40px;
    height: 32px;
    overflow: hidden;
    border-radius: 0px 3px 3px 0px;
    background: #fff url(../images/search.png) no-repeat center center;
}
/*
* 顶部 kis2
*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
    display: inline;
    float:left;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}
a.menu_a{
    display: block;
    height:50px;
    overflow: hidden;
    position: relative;
    padding: 20px 0px;
    transition: all 0.3s linear;
}
.menuDl dd.hover .menu_a span{color: #1b367a}
.menuDl dd.hover .menu_a i{color: #1b367a}
.menu_a span{
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#333;
    text-align: center;
    line-height: 25px;
    transition: all 0.3s linear;
}
.menu_a i{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:rgba(27,54,122,0.3);
    font-family: 'Arial';
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    font-style: normal;
    transition: all 0.3s linear;
}
.menuDl dd .div_a{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 99;
    background:#fff;
    display: none;
}
.menuDl dd .div_a a{
    display: block;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.subMenuDiv{
    display: none;
    width: 100%;
    position: absolute;
    /*left: 0px;*/
    top: 100%;
    /*opacity: 0;*/
    z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
    z-index: 3;
}
.menuDl dt{
    width: 0px;
    /*height: 2px;*/
    height:4px;
    overflow: hidden;
    background: #1b367a;
    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:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/
.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);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.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%;
}
/*.subMenuR.half{
    width: 66.6666666%;
}
.subMenuR.half{
    padding-left: 33.3333333%
}*/
.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: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    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;
}
@keyframes showMenu{
    0%  {opacity: 0.5}
    100%{opacity: 1}
}
.subMenuDiv.hideMenu{
    -webkit-animation: hideMenu 0.5s linear forwards;
    -o-animation: hideMenu 0.5s linear forwards;
    animation: hideMenu 0.5s linear forwards;
}
@keyframes hideMenu{
    0%  {opacity: 0.2}
    100%{opacity: 0}
}
.topR{
    /*clear:both;*/
}

/*.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}*/
/*menu结束*/

/*
* 网站地图 kis2
*/

.webMapBt{
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/menu.png) no-repeat center center;
    transition: all 0.3s linear;
    position: relative;
    z-index: 9;
}
/*.webMapBt:hover{
    background:  url(../images/menu_h.png) no-repeat center center;
}*/
.webMapBox .webMapBt{
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}
.webMapBox .webMapBt em{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/close_h.png) no-repeat center center;
}
.webMapBox .webMapBt em{
    background: url(../images/close_h.png) no-repeat center center;
}
/*.oh{
    overflow: hidden;
}
.webMap{
    width: 405px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 999;
}
.webMapBg{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.webMapCont{
    position: relative;
    overflow: hidden;
}
.webMapScroll{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 80px);
}
.webMapTop{
    background: #d6000f;
    padding: 0px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.closeMap{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/close_h.png) no-repeat center center;
    background-size: 25px auto;
    margin-top: 20px;
}
.webMapTit{
    font-size: 18px;
    color:#fff;
    overflow: hidden;
    line-height: 80px;
}
.webMapMenu{
    overflow: hidden;
    padding: 10px 20px 20px 20px;
}
.webMapMenuBox{
    padding: 7px 0px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.webMap_dl{
    overflow: hidden;
    padding-left: 20px;
    margin-right: -15px;
}
.webMapMenuBox:last-child{
    border-bottom: none;
}
.webMapTopMenu{
    overflow: hidden;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color:#333;
    font-weight: bold;
}
.webMapIcon1 a{
    background: url(../images/webMapIcon.png) no-repeat left 4px;
}
.webMapIcon1 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -31px;
}
.webMapIcon2 a{
    background: url(../images/webMapIcon.png) no-repeat left -65px;
}
.webMapIcon2 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -100px;
}
.webMapIcon3 a{
    background: url(../images/webMapIcon.png) no-repeat left -136px;
}
.webMapIcon3 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -171px;
}
.webMapIcon4 a{
    background: url(../images/webMapIcon.png) no-repeat left -207px;
}
.webMapIcon4 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -242px;
}
.webMapIcon5 a{
    background: url(../images/webMapIcon.png) no-repeat left -274px;
}
.webMapIcon5 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -309px;
}
.webMapIcon6 a{
    background: url(../images/webMapIcon.png) no-repeat left -336px;
}
.webMapIcon6 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -371px;
}
.webMapIcon7 a{
    background: url(../images/webMapIcon.png) no-repeat left -407px;
}
.webMapIcon7 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -442px;
}
.webMapTopMenu a{
    color:#333;
    padding-left: 20px;
}
.webMap_dl dd{
    float: left;
    display: inline;
    margin-right: 15px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.webMap_dl dd a{
    font-size: 14px;
    color:#999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapTopMenu a:hover,
.webMap_dl dd a:hover{
    color:#d6000f;
}
.busineDiv .banShadow{opacity:0.5;}
.webMapOther{
    overflow: hidden;
    border-top: 5px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    font-size: 0px;
}
.webGroupTit{
    padding-left: 20px;
    background: url(../images/webGroup.png) no-repeat left center;
}
.webGroup{
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color:#666;
    padding-left: 20px;
    margin-right: -15px;
}
.webGroup a{
    color:#666;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webGroup a:hover{
    color:#d6000f;
}
.webMapOther .webCenter{
    display: inline-block;
    overflow: hidden;
}
.webMapOther .webMapMenuBox{
    border:none;
}*/


/*
 *banner
*/
.banner{
    overflow: hidden;
    position: relative;
    padding-top: 32.625%;
}
.bannerCont{
    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%;
    overflow: hidden;
    position: relative;
}
.banner_dl dd a{
    display: block;
    width: 100%;
    padding-top: 32.625%;
}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 50px;
    text-align: center;
    font-size: 0px;
}
.banner .center{
    display: inline-block;
}
.banner .bt{
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
}
.banner .hd ul{
    overflow: hidden;
    display: inline-block;
}
.banner .hd ul li{
    width: 40px;
    height: 10px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    display: inline;
    transition: all 0.3s linear;
    cursor: pointer;
    text-indent: 99em;
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
}
.banner .hd ul li.on{
    width: 25px;
    background: #eab817;
}
.bannerTxt{
    text-align: center;
}
.banIntr{
    width: 600px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 25px;
    margin: 0px auto;
}
.banMore{
    overflow: hidden;
    height: 35px;
    overflow: hidden;
    background: url(../images/more.png) no-repeat center center;
}

/*
* 通知公告 kis2
*/
.notice{
    overflow: hidden;
    background: #fff;
    padding: 15px 0px;
}
.noticeTit{
    overflow: hidden;
    padding-left: 25px;
    font-size: 14px;
    color:#333;
    font-weight: bold;
    background: url(../images/notice.png) no-repeat left center;
    margin-right: 15px;
    line-height: 30px;
}

.btBox{
    overflow: hidden;
    margin-left: 15px;
    padding: 2px 0px;
}
.btBox .bt{
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    transition: all 0.3s linear;
    border-right: 3px;
}
.btBox .prev{
    background: #f5f5f5 url(../images/noticePrev.png) no-repeat center center;
}
.btBox .prev:hover{
    background: #1b367a url(../images/noticePrev_h.png) no-repeat center center;
}
.btBox .next{
    background: #f5f5f5 url(../images/noticeNext.png) no-repeat center center;
}
.btBox .next:hover{
    background: #1b367a url(../images/noticeNext_h.png) no-repeat center center;
}
.notice .bd{
    overflow: hidden;
    height: 30px;
}
.notice_dl{
    overflow: hidden;
}
.notice_dl dd{
    overflow: hidden;
    line-height: 30px;
}
.notice_dl .list_a{
    display: block;
    overflow: hidden;
}
.noticeTime{
    font-size: 14px;
    float: right;
}

/*
* 新闻中心 kis2
*/
.newsRow{
    overflow: hidden;
    background: url(../images/grid.png) repeat;
}
.newsL{
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}
.newsL .bd{
    height: 450px;
    overflow: hidden;
}
.newsL_dl{
    overflow: hidden;
}
.newsL_dl dd{
    overflow: hidden;
}
.newsL_dl .pic{
    padding-top: 75%;
    position: relative;
}
.newsName{
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    font-size: 16px;
    color:#fff;
    padding: 0px 20px;
}
.newsL .hd{
    position: absolute;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
}
.newsL .hd ul{
    overflow: hidden;
}
.newsL .hd ul li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 10px;
    background: #82858b;
    cursor: pointer;
    margin: 0px 3px;
    text-indent: 99em;
    float: left;
    display: inline;
    transition: all 0.3s linear;
}
.newsL .hd ul li.on{
    background: #eab817;
}
.newsR{
    overflow: hidden;
}
.titBox{
    overflow: hidden;
    position: relative;
}
.titBox:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #e6e6e6;
    z-index: 2;
}
.tab_dl{
    overflow: hidden;
}
.tab_dl dd{
    float: left;
    display: inline;
    overflow: hidden; 
}
.tab_a{
    display: block;
    overflow: hidden;
    font-size:26px;
    color:#333;
    position: relative;
    padding-bottom: 15px;
}
.tab_a:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 3px;
    background: #003a9a;
    position: absolute;
    left: 50%;
    bottom: 0px;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}
.tab_dl dd.hover .tab_a:after{
    visibility: visible;
    width: 100%;
}
a.titMore{
    display: block;
    overflow: hidden;
    line-height: 30px;
}
.titMore span{
    display: inline-block;
    font-size: 12px;
    color:#999;
    padding-right: 25px;
    background: url(../images/titMore.png) no-repeat right center;
    overflow: hidden;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
.titMore:hover span{
    color:#003a9a;
    background: url(../images/titMore_h.png) no-repeat right center;
}
.tabCont{
    overflow: hidden;
}
.txtList_dl{
    overflow: hidden;
}
.txtList_dl dt{
    overflow: hidden;
    border-bottom: 1px dotted #c5c5c5;
    padding: 15px 0px;
    margin-bottom: 10px;
}
.hotName{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    line-height: 35px;
}
.hotIntr{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 25px;
    height: 50px;
}
.txtList_dl dd{
    height: 38px;
    overflow: hidden;
    line-height: 38px;
}
.listTime{
    overflow: hidden;
    font-size: 14px;
    color:#aaa;
    margin-left: 15px;
}
.listName{
    overflow: hidden;
    font-size: 14px;
    color:#333;
    position: relative;
    transition: all 0.3s linear;
}
.txtList_dl .listName{
    display: block;
    padding-left: 15px;
    height: 38px;
    overflow: hidden;
}
.txtList_dl dd:hover .listName{
    transform: translateX(5px);
}
.txtList_dl .listName:after{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.txtList_dl .listName:hover:after{
    background: #003a9a;
}

/*
* 快速导航 kis2
*/
.fastRow{
    background: #fff;
    overflow: hidden;
}
.fast_dl{
    overflow: hidden;
    margin: 0px -75px;
}
.fast_dl dd{
    width: 16.2857%;
    overflow: hidden;
    float: left;
    display: inline;
}
.fast_a{
    display: block;
    margin: 0px 40px;
    padding: 13px 0px;
    position: relative;
}
.fast_a:after{
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e8ebf1;
    transition: all 0.5s;
    transition-delay: 0.3s;
}
.fast_a:hover:after{
    visibility: visible;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
.fastIcon{
    position: relative;
    height: 60px;
    z-index: 3;
}
.fastIcon span{
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px;
}
.fastIconShow{
    transition: all 0.5s;
}
.fastIconHide{
    visibility: hidden;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.5s;
}
.fast_a:hover .fastIconShow{
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.fast_a:hover .fastIconHide{
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.fast_a i{
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    color:#7c7c7c;
    text-align: center;
    padding-top: 14px;
    font-style: normal;
    transition: all 0.3s;
    z-index: 3;
}
.fast_a:hover i{
    color:#1b367a;
}
.fast_a i:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 14px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #eab817;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: all 0.3s linear;
}
.fast_a:hover i:after{
    width: 0px;
}

/*
* 第三通栏 begin
*/
.h5{clear: both;height: 5px;overflow: hidden;}
.row3{
    overflow: hidden;
    background: url(../images/grid.png) repeat;
    padding-bottom: 40px;
}
.row3_dl{
    overflow: hidden;
}
.row3_dl dt{
    width: 40%;
    overflow: hidden;
    float: left;
    display: inline;
}
.row3_dl dd{
    width: 15%;
    overflow: hidden;
    float: left;
    display: inline;
}
.row3_dl .list_a{
    display: block;
    overflow: hidden;
    padding: 35px 30px;
    position: relative;
}
.row3_dl dd .list_a{
    padding: 35px 30px 90px 30px;
}
.row3_dl .list_a span{
    display: block;
    overflow: hidden;
    font-size: 20px;
    color:rgba(255,255,255,0.75);
    line-height: 25px;
}
.row3_dl .list_a i{
    display: block;
    overflow: hidden;
    font-family: "Arial";
    font-size: 13px;
    color:rgba(255,255,255,0.2);
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}
.row3Intr{
    font-size: 14px;
    color:#97989d;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.row3_dl dt .list_a span{
    color:#858285;
}
.row3_dl dt .list_a i{
    color:rgba(173,182,191,0.55);
}
.row3_dl dt .list_a{
    background: url(../images/row3Bg1.jpg) no-repeat right top;
    background-size: cover;
}
.row3_dl dd .list_a:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 50%;
    height: 45px;
    position: absolute;
    left: 30px;
    bottom: 20px;
    background: url(../images/row3Icon4.png) no-repeat left center;
}
.row3_dl dd .list_a:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 50%;
    height: 45px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-size: auto 100%;
}
.row3_dl dd.dd0 .list_a{
    background: #ff5200;
}
.row3_dl dd.dd0 .list_a:after{
    background: url(../images/dq.png) no-repeat right bottom;
}
.row3_dl dd.dd1 .list_a{
    background: #eab817;
}
.row3_dl dd.dd1 .list_a:after{
    background: url(../images/row3Icon1.png) no-repeat right bottom;
}
.row3_dl dd.dd2 .list_a{
    background: #358ae4;
}
.row3_dl dd.dd2 .list_a:after{
    background: url(../images/row3Icon2.png) no-repeat right bottom;
}
.row3_dl dd.dd3 .list_a{
    background: #4265a5;
}
.row3_dl dd.dd3 .list_a:after{
    background: url(../images/row3Icon3.png) no-repeat right bottom;
}

/*
* 底部1 kis2
*/
.foot1{
    overflow: hidden;
    background: #fff;
    padding: 40px 0px;
}
.foot1L{
    overflow: hidden;
}
.footMenu{
    overflow: hidden;
    line-height: 30px;
}
.footMenu a{
    font-size: 14px;
    color:#333;
    transition: all 0.3s linear;
}
.footMenu a:hover{
    text-decoration: underline;
    color:#1b367a;
}
.footMenu i{
    padding: 0px 10px;
    font-size: 12px;
    color:#ccc;
    font-style: normal;
}
.footContact{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 25px;
}
.foot1R{
    overflow: hidden;
}
.footCode{
    overflow: hidden;
    margin-left: 20px;
}
.footCode>p{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px;
}
.footCode p img{
    display: block;
    width: 80px;
    height: 80px;
}
.footCode i{
    display: block;
    font-size: 14px;
    color:#b0b0b0;
    text-align: center;
    padding-top: 10px;
    font-style: normal;
}
.footer2{
    overflow: hidden;
    font-size: 14px;
    color:#979797;
    line-height: 30px;
    padding: 10px 0px;
    background: #3f4143;
}
.footer2 a{color:#979797;}
.footer2 a:hover{color:#fff;}

/*
* 联系我们 kis2
*/
.contact{
    padding: 30px;
    overflow: hidden;
}
.contactTit{
    font-size: 28px;
    color:#333;
    text-align: center;
    line-height: 40px;
}
.contact_dl{
    overflow: hidden;
}
.contact_dl dd{
    width: 33.3333333%;
    float: left;
    display: inline;
    overflow: hidden;
}
.contactDiv{
    overflow: hidden;
}
.contactIcon{
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background-color: #004aa7;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 70px;
}
.tel .contactIcon{
    background-image: url(../images/tel.png);
}
.email .contactIcon{
    background-image: url(../images/email.png);
}
.address .contactIcon{
    background-image: url(../images/address.png);
}
.contactDiv span{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
}
.contactDiv i{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#848484;
    text-align: center;
    line-height: 30px;
    font-style: normal;
}
.contactMap{
    width: 100%;
    overflow: hidden;
}
.h50{
    clear: both;
    overflow: hidden;
    height: 50px;
}

/*
* 网站地图 kis2
*/
body{
    
}
.webMapBox{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    perspective: 1000px;
}
.webMapBox.show{
    visibility: visible;
}
/*.webMapHead{
    padding: 0px 60px;
}*/
.webCont{
    height: 100%;
    position: relative;
    z-index: 9;
    padding: 0px 60px;
    background: rgba(5,30,62,0.8);
    transform-origin: 50% 0px;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    transition: all 0.4s linear;
}
.webMapBox.show .webCont{
    transform: rotate(0deg);
    opacity: 1;
}
.menuVideo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.menuVideo:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    background: rgba(5,30,62,0.8);
}
#menuVideo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.webMapHead{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
    width: 100%;
}
.webMap_dl{
    overflow: hidden;
    position: relative;
}
.webMap_dl:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 98px;
}
.webMap_dl dd{
    position: relative;
    z-index: 5;
    float: left;
    display: inline;
    width: 13.6666667%;
    text-align: center;
    font-size: 0px;
}
.webMap_dl dd:hover{
    -webkit-animation: webMapDd 0.2s linear forwards;
    -o-animation: webMapDd 0.2s linear forwards;
    animation: webMapDd 0.4s linear forwards;
}
@keyframes webMapDd{
    0%  {transform: scale(1);}
    50% {transform: scale(0.99);}
    100%{transform: scale(1);}
}
.webMap_a{
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
}
.webMap_a span{
    font-size: 18px;
    color:#fff;
}
.webMap_a em{
    display: block;
    content: "";
    overflow: hidden;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
    transition: all 0.3s linear;
}
.webMap_dl dd:hover .webMap_a em{
    width: 28px;
    margin-left: -14px;
    transition-delay: 0.2s;
}
.subWebMapDiv{
    overflow: hidden;
    text-align: center;
}
.webMap_ul{
    overflow: hidden;
    padding: 20px 0px;
}
.webMap_ul li{
    overflow: hidden;
    line-height: 50px;
}
a.subWebMap_a{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.subWebMap_a:hover{
    color:#fff;
}

.subTitBox{
    overflow: hidden;
}
.subTitCh{
    text-align: center;
    overflow: hidden;
}
.subTitCh span{
    font-size: 30px;
    color:#333;
    padding: 0px 35px;
    position: relative;
    line-height: 40px;
}
.subTitCh span:before,
.subTitCh span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 85px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.subTitCh span:before{
    right: 100%;
    background: url(../images/subTitL.png) no-repeat center center;
}
.subTitCh span:after{
    left: 100%;
    background: url(../images/subTitR.png) no-repeat center center;
}
.subTitEn{
    overflow: hidden;
    font-size: 14px;
    color:#808080;
    text-align: center;
    line-height: 40px;
}

/* 报名弹窗 start  wgh*/
.floatRight{
	position: fixed;
	width:160px;
	height:90px;
	top: 50%;
	margin-top: -45px;
	right: 30px;
}
.floatCon{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
	padding: 5px 0;
	margin-bottom: 10px;
}
.floatCon .wicon{
	width: 60px;
	height: 30px;
	background: url(../images/bm.png) center center no-repeat;
}
.floatCon .text{
	/* height: 20px; */
	line-height: 20px;
	font-size: 14px;
	color: #1c377a;
	text-align: center;
	padding: 0 5px;
	font-weight: bold;
}
.bmPopCon{
	padding: 50px 60px 55px;
}
.bmTitle{
	margin-bottom: 10px;
}
.bmTitle1{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.bmTitle2{
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.formDd{
	padding: 10px 0;
}
.formCon{
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.formTitle{
	margin-left: 15px;
	width: 140px;
}
.formTitle span{
	display:block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #999;
	padding-left:34px;
}
.formTitle span.formSpan1{
	background: url(../images/wicon1.png) left center no-repeat;
}
.formTitle span.formSpan2{
	background: url(../images/wicon2.png) left center no-repeat;
}
.formTitle span.formSpan3{
	background: url(../images/wicon3.png) left center no-repeat;
}
.formTitle span.formSpan4{
	background: url(../images/wicon4.png) left center no-repeat;
}
.formTitle span.formSpan5{
	background: url(../images/wicon5.png) left center no-repeat;
}
.formTitle span.formSpan6{
	background: url(../images/wicon6.png) left center no-repeat;
}
.formTitle span.formSpan7{
	background: url(../images/wicon7.png) left center no-repeat;
}
.formTitle span.formSpan8{
	background: url(../images/wicon8.png) left center no-repeat;
}
.formTitle span.formSpan9{
	background: url(../images/wicon9.png) left center no-repeat;
}
.formTitle span.formSpan10{
	background: url(../images/wicon10.png) left center no-repeat;
}
.formTitle span.formSpan11{
	background: url(../images/wicon11.png) left center no-repeat;
}
.formSex{
	overflow: hidden;
}
.formSex span{
	display: inline;
	float: left;
	height: 58px;
	line-height: 58px;
	margin-left: 70px;
	padding-left: 30px;
	background: url(../images/sex.png) left center no-repeat;
}
.formSex span.hover{
	background: url(../images/sex_h.png) left center no-repeat;
}
.formBox{
	padding: 0 10px;
	width: 296px;
}
.formInput{
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #333;
	border: none;
	outline: none;
}

.formBtn{
	height: 58px;
	line-height: 58px;
	margin-right: -20px;
}
.formBtn a{
	float: left;
	display: inline;
	height: 58px;
	line-height: 58px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 20px 0 0;
}
.formBtn a:first-child{
	width: 290px;
	background: #1c377a;
}
.formBtn a:last-child{
	width: 151px;
	background: #999;
}
.popClose .layui-layer-setwin{
	width: 50px;
	height: 50px;
	bottom: -80px;
	top: auto !important;
	right: auto;
	left: 50%;
	margin-left: -25px;
}
.popClose .layui-layer-setwin .layui-layer-close2{
	position: absolute;
	left: 0;
	top: 0px;
	width: 50px;
	height: 50px;
	margin-left: 0;
	background-position: center center;
}
.popClose .layui-layer-ico {
    background: url(../images/closeBtn.png) center center no-repeat;
}
/* 报名弹窗 end */

.foot2L{ padding: 5px 0;}
.foot2L p{ line-height: 24px;}

.goTop_Box {
	position: relative;
}
.right-bar {
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 9999;
	zoom: 1;
}
.gotop {
	width: 45px;
	height: 45px;
	background: url(../images/hdb.png) no-repeat;
	cursor: pointer;
}

.home_gg a img{ max-width: 100%;}

.link_box{ width: 100%; height: 50px; background: #1ee7fb;}
.link_box .link{ width: 1440px; margin: 0 auto;}
.link_box .link ul li{ float: left; margin: 0 10px;}
.link_box .link ul li a{ display: block; color: #000; font-size: 16px;line-height: 50px;}
.link_box .link ul li a:hover{ color: #f00;}
