@charset "UTF-8";
/*
********************************首页样式 start********************************
*/
/*头部开始*/
.indTop{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 1;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.indTop.top1Box{
    background: #fff;
    box-shadow: 0px 5px 1px rgba(0,0,0,0.2);
}
.indTop.hide{
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
}
.indTop.top1Box .top{
    padding: 20px 40px 0px 40px;
}
.top{
    position: relative;
    z-index: 9;
    padding: 30px 40px 0 40px;
    /* -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1); */
    /* box-shadow: 0px 5px 5px rgba(0,0,0,0.1); */
}
.logo{
    display: block;
    overflow: hidden;
    margin: 0px 0px;
}
.logo img{
    display: block;
    height: 75px;
}
.menu{
    position: relative;
}
.menu_dl{

}
.menu_dl dd{
    float: left;
    display: inline;
    position: relative;
    padding: 0 10px;
}
.menu_a{
    overflow: hidden;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color:#f8f8f8;
    min-width: 70px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 20px 20px;
}
.indTop.top1Box .menu_dl dd{
    padding: 0 10px 20px 0;
}
.menu_a:after{
    position: absolute;
    right: 0px;
    top: 33px;
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.5);
}
.menu_dl dd:last-child .menu_a:after{
    display: none;
    background: none;
    width: 0px;
}
.menu_a span{
    display: block;
    height: 40px;
    color: #f8f8f8;
    line-height: 40px;
    overflow: hidden;
}
.indTop.top1Box .menu_a span{
    color: #0a418c;
}
.menuLine{
    display: block;
    width: 112px;
    height: 88px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
    transform: scale(0);
    background: url(../images/menuBc.png) no-repeat center 0px;
}
.menu_dl dd.hover .menu_a span{
    color: #ffc667;
}

.menu_dl dd.hover .menuLine,
.menu_dl dd:hover .menuLine{
    opacity: 1;
    transform: scale(1);
}

.menuDiv{
    *display: none;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 120px;
    margin-right: -300px;
    background: rgba(0,0,0,0.5);
    padding: 40px;
    opacity: 0;
}
.indTop.top1Box .menuDiv{
    top: 190px;
}
.subMenuCont{
    width: 520px;
    overflow: hidden;
}
.menuImg_a{
    display: block;
    overflow: hidden;
    width: 215px;
    height: 145px;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.menuImg_a img{
    display: block;
    width: 215px;
    height: 145px;
}
.menuDiv.show .menuImg_a{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.menuDiv.show{
    *display: block;
}
.menu_ul{
    margin: 0px -10px;
    overflow: hidden;
}
.menu_ul li{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.menuDiv.show .menu_ul li{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.menuDiv.show .menu_ul li:nth-child(2){
    transition-delay: 0.1s;
}
.menuDiv.show .menu_ul li:nth-child(3){
    transition-delay: 0.2s;
}
.menuDiv.show .menu_ul li:nth-child(4){
    transition-delay: 0.3s;
}
.menuDiv.show .menu_ul li:nth-child(5){
    transition-delay: 0.4s;
}
.menuDiv.show .menu_ul li:nth-child(6){
    transition-delay: 0.5s;
}
.menuDiv.show .menu_ul li:nth-child(7){
    transition-delay: 0.6s;
}
.menuDiv.show .menu_ul li:nth-child(8){
    transition-delay: 0.7s;
}
.subMenu_a{
    display: block;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 14px;
    color:#f8f8f8!important;
    margin: 0px 10px;
    border-bottom: 1px solid rgba(204,204,204,0.3);
    background: url(../images/trangleRight.png) no-repeat left center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_ul li.hover .subMenu_a,
.subMenu_a:hover{
    color:#ffc667!important;
    background: url(../images/trangleRight_h.png) no-repeat left center;
}
.menu_ul li:nth-child(7) .subMenu_a,
.menu_ul li:nth-child(8) .subMenu_a{
    border:none;
}
/*头部结束*/
/*右侧导航 start*/
#fp-nav1.right {
    right: 38px;
}
#fp-nav1 {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav1 ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav1 ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
#fp-nav1 ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#fp-nav1 ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav1 ul li, .fp-slidesNav ul li{
    
    padding-bottom: 35px!important;
    margin: 0px 0px 4px 0px!important;
}
#fp-nav1 ul li:after, .fp-slidesNav ul li:after{
    display: block;
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    top: 14px;
    left:6px;
    background:url(../images/rightM.png)no-repeat center center ;
    background-size: 100%;
}
#fp-nav1 ul li.open:after, .fp-slidesNav ul li.open:after{
    display: block;
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    top: 14px;
    left:6px;
    background:url(../images/rightMh.png)no-repeat center center ;
    background-size: 100%;
}
#fp-nav1 ul li:last-child:after, .fp-slidesNav ul li:last-child:after{
    display: none;
    width: 0px;
    height: 0px;
}
#fp-nav1 ul li span{
    background: #fff!important;
    border:none!important;
}
#fp-nav1 ul li span.open{
    background: #0a418c!important;
    border:none!important;
}
#fp-nav1 ul li a.active span:before{
    display: block;
    content: "";
    position: absolute;
    top: -22%;
    left: -23%;
    width: 12px;
    height: 12px;
    background: url(../images/d.png)no-repeat center center ;
    background-size: cover;
}
#fp-nav1 ul li a.active span.open:before{
    background: url(../images/d1.png)no-repeat center center ;
    background-size: cover;
}
/*右侧导航 ending*/

/*banner开始*/
.fp-tableCell{
    position: relative;
}
.bannerBox{
    /*position: relative;*/
    height: 834px;
}
.banner{
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.banner .bd{
    height: 100%;
    overflow: hidden;
}
.banner_dl{
    width: 100%;
    height: 100%!important;
    overflow: hidden;
}
.banner_dl dd{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:relative;
}
.banner_dl dd .tableCont{
    z-index: 9;
}
.banner_dl dd a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_dl dd:nth-child(2n) a{
    transform:scale(1);
}
.banner_dl dd:nth-child(2n+1) a{
    transform:scale(1.1);
}
.banner_dl dd.scaleBig a{
    -webkit-animation: scaleBig 6s linear forwards;
    -o-animation: scaleBig 6s linear forwards;
    animation: scaleBig 6s linear forwards;
}
@keyframes scaleBig{
    0%  {transform:scale(1)}
    100%{transform:scale(1.1)}
}
.banner_dl dd.scaleSmall a{
    -webkit-animation: scaleSmall 6s linear forwards;
    -o-animation: scaleSmall 6s linear forwards;
    animation: scaleSmall 6s linear forwards;
}
@keyframes scaleSmall{
    0%  {transform:scale(1.1)}
    100%{transform:scale(1)}
}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 50px;
    text-align: center;
    z-index: 10;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 13px;
    height: 13px;
    overflow: hidden;
    border: 1px solid #fff;
    float: left;
    display: inline;
    margin: 0px 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    text-indent: 99em;
}
.banner .hd ul li.on{
    background: #fff;
}
.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;
}
/*banner结束*/

/*第一通栏开始*/
.coumle1{
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.wrap1{
    clear: both;
    margin: 0 auto;
}
.indexTitle{
    width: 100%;
    text-align: center;
    
}
.indexT{
    padding-right: 85px;
    overflow:hidden;
    position: relative;
    height: 65px;
    line-height: 65px;
    color:#31365e;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.indexT.open{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.indexT:after{
    display: block;
    content: "";
    width: 215px;
    height: 65px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background:url(../images/indexT1.png)no-repeat center center ;
    background-size: cover;
}
.index1C{
    position: relative;
    padding-top: 60%;
}
.index1L{
    z-index: 2;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 700px;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.index1L.open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.index1L a{
    display: block;
}
/*视频 start*/
.index1L .ind3rdR{
    visibility: unset!important;
}
.index1L .IAboutCTR{
    width: 100%!important;
}
.index1L .indVieo{
    height: auto!important;
    /*padding-top: 66.66%!important;*/
}

/*视频 end*/

.index1LPic{
     width: 100%; 
     overflow: hidden; 
     position: relative;
}
.index1LPic:before{
    display: block; 
    content: ''; 
    padding-top: 66.619%;
}
.index1LPic img{
    display:block;
    width:100%; 
    height:100%; 
    position:absolute; 
    left:0px; 
    top:0px;
}

.index1R{
    z-index: 1;
    right: 0px;
    top: 45px;
    position: absolute;
    width: 745px;
    height: 565px;
    overflow: hidden;
    background: rgba(254,216,153,0.2);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.index1R.open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.index1RBox{
    overflow:hidden;
    padding: 48px 100px 76px 100px;
}
.index1LFoot{
    position: absolute;
    bottom: 105px;
    left: 0px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.index1LFoot.open{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.index1LFoot dd{
    position: relative;
    /* overflow: hidden; */
    float: left;
    margin-right: 70px;
}
.index1LFoot dd a{
    width: 20%;
}

.index1LFoot dd .index1LFootPic{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}
.index1LFoot dd em{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index1LFoot dd.dd1 em{
    margin-top: -13px;
    margin-left: -13px;
    width: 27px;
    height: 27px;
    background: url(../images/index1L1.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd2 em{
    margin-top: -13px;
    margin-left: -15px;
    width: 30px;
    height: 27px;
    background: url(../images/index1L2.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd3 em{
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 25px;
    background: url(../images/index1L3.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd4 em{
    margin-top: -13px;
    margin-left: -16.5px;
    width: 33px;
    height: 27px;
    background: url(../images/index1L4.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd5 em{
    margin-top: -12px;
    margin-left: -16px;
    width: 32px;
    height: 23px;
    background: url(../images/index1L5.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot .index1LFootText{
    font-size: 14px;
    color: #0a418c;
    text-align: center;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
} 

.index1LFoot dd.dd1:hover em{
    background: url(../images/index1L1h.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd2:hover em{
    background: url(../images/index1L2h.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd3:hover em{
    background: url(../images/index1L3h.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd4:hover em{
    background: url(../images/index1L4h.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd.dd5:hover em{
    background: url(../images/index1L5h.png)no-repeat center center;
    background-size: cover;
}
.index1LFoot dd:hover .index1LFootPic{
    border: none;
    width: 72px;
    height: 72px;
    background: #ffc667;
}
.index1LFoot dd:hover .index1LFootText{
    color: #ffc667;
}
.index1RT1{
    font-size: 26px;
    color: #31355c;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin-bottom: 14px;
}
.index1RT1:before{
    display: block;
    content: "";
    width: 25px;
    height: 4px;
    background: #ffc667;
    position: absolute;
    top: 0px;
    left: 0px;
}
.index1RT2{
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    height: 140px;
    overflow: hidden;
    margin-bottom: 38px;
}
.index1RT3{
    line-height: 24px;
    font-size: 12px;
    color: #999999;
    height: 144px;
    overflow: hidden;
    margin-bottom: 28px;
}
.index1RTMore a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/indexRM.png)no-repeat center center ;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;7
    transition: all 0.4s;
}
.index1RTMore a:hover{
    background: url(../images/index4RM.png)no-repeat center center;
}
/*第一通栏结束*/
/*第二通栏开始*/
.indexT.index2T{
    z-index: 99;
    color: #fff;
}
.indexT.index2T:after{
    background:url(../images/indexT2.png)no-repeat center center ;
    background-size: cover;
    width: 323px;
}
.column3 {
    width: 100%;
    height: 100%;
    position: relative;
}
.columnCon1 {
    position: relative;
    height: 100%;
    width: 1400px;
    margin: 0 auto;
}

.column3:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 46.8333%;
}

.column3T {
    position: absolute;
    left: 260px;
    top: 18%;
    margin-top: -103px;
    z-index: 2;
}

.column3T .tcon {
    padding: 40px 0px 40px 0px
}

.column3T .tcon h1 {
    height: 58px;
    line-height: 58px;
    position: relative;
    padding-bottom: 14px;
    color: #FFF;
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.column3T .tcon div {
    font-size: 20px;
    overflow: hidden;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
}

.column3T .tcon h1:before {
    width: 40px;
    height: 1px;
    content: '';
    display: block;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.inliner-bannerBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1
}

.inliner-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 5;
}

.inliner-bannerBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../images/inliner-bannerBg.png) repeat left top;*/
    z-index: 2;
}

.inliner-banner ul {
    width: 100%;
    height: 100%;
}

.inliner-banner li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    transform: scale(0.9);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inliner-banner li.index {
    z-index: 2;
}

.inliner-banner li:first-child {
    left: 0;
    transform: scale(1);
}

.inliner-banner li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.inliner-banner li .con {
    display: block;
    width: 606px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -303px;
    transform: scale(1);
}

.inliner-banner li span {
    display: block;
}

.inliner-banner li span.title {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
}

.inliner-banner li span.titleEg {
    font-size: 36px;
    color: #fff;
    line-height: 51px;
    font-weight: normal;

}

.inliner-banner li i {
    width: 28px;
    height: 2px;
    margin: 18px auto 23px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

.inliner-banner li .font {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 25px;
    width: 72%;
    margin: 0 auto;
}

.inliner-banner li .more {
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2184c7;
    color: #fff;
    font-size: 14px;
    margin: 60px auto 0;
}

.inliner-list {
    width: 666px;
    height: 666px;
    position: absolute;
    left: 50%;
    margin-left: -333px;
    top: 50%;
    margin-top: -333px;
    z-index: 11;
}

.inliner-list a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20
}

.inliner-list li {
    width: 8px;
    height: 8px;
    position: absolute;
    /*background: url(../images/c3_dot.png) no-repeat center;*/
    transition: all 0.3s;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
}

.inliner-list li.on {
    /*background: url(../images/c3_dot_h.png) no-repeat center;*/
    background-size: 100% 100%;
}

.circle-bg {
    width: 666px;
    height: 666px;
    position: absolute;
    left: 50%;
    margin-left: -333px;
    top: 50%;
    margin-top: -333px;
    z-index: 10;
    display: none;
}

.circle-bg-hui {
    border: 1px solid #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 666px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.circle-bg .progress-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circle-bg .progress-left .progress-bar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 100%;
    border: 1px solid #2184c7;
    top: 0px;
    position: absolute;
    border-radius: 0 600px 600px 0;
    transform-origin: left center;
    border-left: none;
}

.circle-bg .progress-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circle-bg .progress-right .progress-bar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    right: 100%;
    border: 1px solid #2184c7;
    top: 0px;
    position: absolute;
    border-radius: 600px 0 0 600px;
    transform-origin: right center;
    border-right: none;
}

.inliner-bg {
    width: 666px;
    height: 666px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -333px 0 0 -333px;
    z-index: 0;
    background-size: 100% 100%;
    transform: scale(1);
}

.inliner-bg span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 41px;
}

.inliner-bg span.one {
    /*background: url(../images/c3_5.png) no-repeat center;*/
    background-size: 100% 100%;
    -webkit-animation: inlinerbg 1.2s infinite linear;
    animation: inlinerbg 1.2s infinite linear;

}

.inliner-bg span.two {
    /*background: url(../images/c3_6.png) no-repeat center;*/
    background-size: 100% 100%;
    -webkit-animation: inlinerbgo 1.2s infinite linear;
    animation: inlinerbgo 1.2s infinite linear;
}

@-webkit-keyframes inlinerbg {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}

@keyframes inlinerbg {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}

@-webkit-keyframes inlinerbgo {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}

@keyframes inlinerbgo {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}
@media (max-width: 1940px){
    .wrap1{
        width: 1425px;
    }
    .section2 .section2Pd{
        height: 200px;
    }
    .index1L .indVieo{
        padding-top: 66.666%;
    }
}
@media (max-width: 1920px) {
    .wrap5{
        width: 1680px;
    }
    .wrap1{
        width: 1425px;
    }
    .box4Tab{
        width: 76%;
    }
    .honerR{
        width: 60%;
    }
    .section2 .section2Pd{
        height: 200px;
    }
    .index1LFoot {
        bottom: 255px;
    }
}

@media (max-width: 1660px) {
    .inliner-bg {
        width: 500px;
        height: 500px;
        margin: -250px 0 0 -250px;
    }
    .circle-bg {
        width: 500px;
        height: 500px;
        margin: -250px 0 0 -250px;
    }
    .inliner-list {
        transform: scale(0.75);
        -webkit-transform: scale(0.75)
    }
    .index1LFoot {
        bottom: 255px;
    }
    .wrap5{
        width: 1400px;
    }
    .wrap1{
        width: 1425px;
    }
    .box4Tab{
        width: 76%;
    }
    .honerR{
        width: 55%;
    }
}
@media (max-width: 1500px) {
    .menuLocation {
        padding-left: 100px;
    }
    .menuC {
        padding-left: 100px;
    }
    .column2L .con {
        padding-left: 50px;
    }
    .column1L1 {
        padding: 35px 0px 35px 0;
    }
    .column1MC {
        padding: 35px 30px;
    }
    .column2_2 {
        padding: 50px 0;
    }
    .index1L{
        width: 45%;
    }
    .index1R{
        width:57%;
        height:  420px;
    }
    .index1RBox{
        padding: 48px 60px 76px 60px;
    }
    .index1RT1{
        margin-bottom: 5px;
    }
    .index1RT2{
        height: 85px;
    }
    .index1RT3{
        height: 75px;
    }
    .index1LFoot {
        bottom: 233px;
    }
    .index1LFoot dd{
        margin-right: 35px;
    }
    .index1LFoot dd .index1LFootPic{
        margin-bottom: 5px;
    }
    .wrap5{
        width: 1200px;
    }
    .wrap1{
        width: 1200px;
    }
    .box4Tab{
        width: 70%;
    }
    .honerR{
        width: 50%;
    }
    .index1L .indVieo{
        padding-top: 63.666%;
    }
}

@media (max-width: 1366px) {
    .menuLocation {
        padding-left: 100px;
    }
    .menuC {
        padding-left: 100px;
    }
    .column2L .con {
        padding-left: 50px;
    }
    .column1L1 {
        padding: 35px 0px 35px 0;
    }
    .column1MC {
        padding: 35px 30px;
    }
    .column2_2 {
        padding: 50px 0;
    }
    .index1L{
        width: 45%;
    }
    .index1R{
        width:57%;
        height:  405px;
    }
    .index1RBox{
        padding: 48px 60px 76px 60px;
    }
    .index1RT1{
        margin-bottom: 5px;
    }
    .index1RT2{
        height: 85px;
    }
    .index1RT3{
        height: 75px;
    }
    .index1LFoot {
        bottom: 268px;
    }
    .index1LFoot dd{
        margin-right: 35px;
    }
    .index1LFoot dd .index1LFootPic{
        margin-bottom: 5px;
    }
    .wrap5{
        width: 1200px;
    }
    .wrap1{
        width: 1200px;
    }
    .box4Tab{
        width: 70%;
    }
    .honerR{
        width: 50%;
    }
    .section2 .section2Pd{
        height: 160px;
    }
    .index1LPic:before {
        padding-top: 63.619%;
        }
    .index1L .indVieo{
        padding-top: 60.666%;
    }
}


/*第二通栏结束*/
/*第三通栏开始*/
.indexTitle.indexTitle{
    position: absolute;
    top: 55px;
}
.indexTitle.indexTitle.open{

}
.index3{
    position: relative;
}
.cloumn3Bg {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #014783;
}

.cloumn3Bg .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}
.cloumn3Bg .swiper-slide.swiper-slide-active{
    z-index: 9;
    height: auto!important;
}
.cloumn3Bg .cloumn3BgC{
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 100vh;
}
.column3{
    position: relative;
    z-index: 5;
}
.aboutCulture{
    position: relative;
    width: 100%;
    height: 100%;
}
.aboutCulture .slideBox{
    
}
.col3Title{
    text-align: center;
    margin-bottom: 95px;
}
.col3Title .col3Cn{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.col3Title .col3En{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.col3List{
    overflow: hidden;
}
.col3List dd{
    float: left;
    display: inline;
    width: 12.5%;
    margin-bottom: 50px;
}
.col3List dd .con{
    margin-right: 23px;
    overflow: hidden;
}
.col3List dd .con .pic{
    position: relative;
}
.col3List dd .con .pic:after{
    content: '';
    display: block;
    padding-top: 103.8462%;
}
.col3List dd .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.subsidiary{
    width: 50%;
    background: url(../images/col23.png) top left repeat;
    padding: 44px 55px;
    box-sizing: border-box;
}
.subsidiaryTitle .title{
    height: 52px;
    line-height: 52px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.subsidiaryTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 42px;
}
.company dd{
    overflow: hidden;
}
.company dd .xh{
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 25px;
}
.company dd .companyIntro{
    overflow: hidden;
    
}
.company dd .companyIntro .titleCn{
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    overflow:hidden; 
}
.company dd .companyIntro .titleEn{
    font-size: 12px;
    color: #fff;
}
.subsidiaryPic{
    overflow: hidden;
    width: 50%;
}
.subsidiaryPic .pic{
    position: relative;
    width: 100%;
}
.subsidiaryPic .pic:after{
    display: block;
    content: '';
    padding-top: 86.6667%;
}
.subsidiaryPic .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.shade1{
    position: absolute;
    width: 300px;
    height: 325px;
    right: 0;
    top: 0;
    z-index: 5;
    background: rgba(0,0,0,.15);
}
.shade2{
    position: absolute;
    width: 300px;
    height: 195px;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,.1);
}
.contactBox{
    width: 50%;
    padding: 40px 52px 115px;
    background: url(../images/col23.png) top left repeat;
    overflow: hidden;
    box-sizing: border-box;
}
.contactTitle{
    margin-bottom: 59px;
}
.contactTitle .title{
    height: 75px;
    line-height: 75px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.contactTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.lxWay{
    height: 50px;
    padding-left: 80px;
    background: url(../images/icon6.png) left center no-repeat;
    margin-bottom: 28px;
}
.lxWay span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*margin-bottom: 5px;*/
}
.lxWay .tel{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.telway{
    display: block;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
}
.mapPic{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.mapPic:after{
    display: block;
    content: '';
    padding-top: 86.66667%;
}
.mapPic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
/*线条*/

.box4Tab{
    position: absolute !important;
    bottom:10%;
    height: 90px;
    overflow: hidden;
    z-index: 99;
    left: 120px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box4Tab.open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.box4Tab .box4T{
    position: absolute;
    bottom: 0;
    /* left: 0; */
    width: 100%;
}
.box4Tab .box4T span{
    color: #fff;
    font-size: 16px;
}
.box4Tab:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: rgba(255,255,255,0.4);
    z-index: 0
}
.box4Tab:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -4px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
}
.box4Tab .swiper-wrapper{
    z-index: 9;
    padding-left: 0 !important;
}
.box4Tab .swiper-slide{
    float: left;
    cursor: pointer;
    width: 30%;
    transition: 0.6s ease;
    position: relative;
    height: 100%;
    /* display: inline-block; */
    text-align:  center;
    height: 90px;
    
}
.box4Tab .swiper-slide:before{
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box4Tab .swiper-slide-active:before{
    width: 32px;
    height: 32px;
    display: block;
    content: '';
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #ffc667;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1;
}
.box4Tab .swiper-slide:after{
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    z-index: 1
}
.aboutCulture .box4-bt{
    height: 46px;
    width: 46px;
    border-radius: 50%;
    position: absolute;
    bottom: 12.2%;
    cursor: pointer;
    transition: 0.3s ease-out;
    z-index: 55;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}
.aboutCulture .box4-bt.open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.box4-bt.box4-prev{
    background: url(../images/prve.png) center center no-repeat;
    right: 180px;
}
.box4-bt.box4-prev:hover{
    background: url(../images/prveh.png) center center no-repeat;
}
.box4-bt.box4-next{
    background: url(../images/next.png) center center no-repeat;
    right: 100px;
}
.box4-bt.box4-next:hover{
    background: url(../images/nexth.png) center center no-repeat;
}
.cloumn3Bgtext{
    position: absolute;
    left: 120px;
    bottom: 335px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cloumn3Bgtext.open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.cloumn3Bgtext .title{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}
.cloumn3Bgtext .textC{
    color: #fff;
    font-size: 14px;
    width: 665px;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 35px;
}
.col1BgBox{
    position: absolute !important;
    width: 105%;
    height: 117%;
    left: -2.5% !important;
    top: -2.5% !important;
}
.col1Bg{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    position: relative;
}
.col1Bg:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #000; */
    opacity: 0.2;
    filter:alpha(opacity=20);
}
.clutext{
    position: absolute;
    left: 120px;
    top: 200px;
    z-index: 2;
    width: 30%;
}
.clutitle span{
    color: #fff;
    font-size: 36px;
    display: block;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
.clutitle span:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #fff;
}
.clutitle em{
    color: #fff;
    font-size: 30px;
    font-style: normal;
    margin-bottom: 90px;
    display: block;
}
.clutextC .title{
    color: #FFF;
    font-size: 26px;  
    margin-bottom: 30px;
}
.clutextC .textCC
{
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
}
.indexbtn{
    width: 140px;
    height: 40px;
    background: #ffc667;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    display: block;
    border-radius: 30px;
}
/*第三通栏结束*/
/*第四通栏开始*/
.sectionLayer{
    position: absolute;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    overflow: hidden;
    z-index: 1;
}
.layerBg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*第四通栏结束*/
/*第五通栏开始*/
.wrap5{
    clear: both;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}
.txtImg_dl1 {
    overflow: hidden;
    position: relative;
}
.txtImg_dl1 dd{
    overflow: hidden;
    position: relative;
    z-index: 99999;
    padding: 10px 0;
    height: 168px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.txtImg_dl1 dd:nth-child(1){
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.txtImg_dl1 dd:nth-child(2){
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 1.0s ease-out;
    -o-transition: all 1.0s ease-out;
    transition: all 1.0s ease-out;
}
.txtImg_dl1 dd:nth-child(3){
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.txtImg_dl1 dd:nth-child(1).open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.txtImg_dl1 dd:nth-child(2).open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.txtImg_dl1 dd:nth-child(3).open{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.animate3 dt {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(10,65,140,0.58);
    z-index: 9;
}
.index4Pic{
    width: 280px; 
    overflow: hidden; 
    position: relative;
    margin-right: 55px;
}
.index4Pic:before{
    display: block; 
    content: ''; 
    padding-top: 60.000000%;
}
.index4Pic img{
    display:block; 
    width:100%; 
    height:100%; 
    position:absolute; 
    left:0px; 
    top:0px;
}

.honerL{
    padding-top: 40px;
    overflow:hidden;
    margin-right: 65px;
}
.honerL1{
    font-size: 48px;
    color: #fff;
}
.honerL2{
    font-size: 18px;
    color: #fff;
}
.txtImg_dl1 em{
    position: absolute;
    display: block;
    width: 17px;
    height: 100%;
    left: 160px;
    top: 0px;
}
.txtImg_dl1 em:before{
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/horderP.png)no-repeat center center ;
    background-size: cover;
    position: absolute;
    top: 57px;
    left:-8px;
    z-index: 99;
    -webkit-transition: all 0.9s ease;
    transition: all 1s ease;
}
.txtImg_dl1 em:after{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0px;
    left:0px;
}
.txtImg_dl1 dd .index4Pic{
    opacity: 0;
    width: 0px;
    /*transform: scale(0);*/
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.txtImg_dl1 dd:hover .index4Pic{
    opacity: 1;
    width: 280px;
    /*transform: scale(1);*/
}
.honerR{
    overflow: hidden;
    padding-top: 52px;
}
.honerR1{
    font-size: 18px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.honerR2{
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    height: 28px;
    line-height: 28px;
    overflow:hidden;
}
.index4More{
    width: 30px;
    height: 30px;
    overflow: hidden;
    background:url(../images/index4RMore.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 10%;
    bottom: 20%;
    transform: scale(1);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.txtImg_dl1 dd:hover .index4More{
    opacity: 0;
    transform: scale(0);
}
/*第五通栏结束*/

/*底部开始*/
.footer{
    overflow:hidden;
    background:#eef5ff;
    padding: 45px 0 30px 0;
}
.footerL11{
    overflow: hidden;
    width: 272px;
    padding-right: 35px;
    margin-right: 30px;
    position: relative;
}
.footerL11:before{
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 10px;
    background:rgba(0,0,0,0.2);
}
.footerL11 a img{
    height: 73px;
}
.footerLink a{
    display: block;
    font-size: 18px;
    color: #0a418c;
    padding: 10px 38px;
    border:1px solid #31355c;
    border-radius: 3px;
    margin-right: 18px;
}
.footerLink a:hover{
    background: #0a418c;
    color: #fff;
}
.footerL1{
    margin-bottom: 20px;
}
.footerL12{
    padding-top: 10px;
}
.footerL2{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}

.footerL3{
    height:38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.footerL3 em{
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: -5px;
    background:url(../images/ew.png)no-repeat center center;
    background-size: cover;
}
.footerL3 a{
    color: #999;
}
.footerL3 a:hover{
    color: #0a418c;
}
.footerW{
    margin-left: 15px;
    text-align: center;
}
.footerWBox{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 10px solid #fff;
}
.footerWBox img{
    width: 100%;
    height: 100%;
}
.footerWText{
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
/*底部结束*/
/*
********************************首页样式 end********************************
*/
/*内页框架 start*/



/*页码开始*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px;display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #fff;border: 1px solid #e2e2e2;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0a418c;color: #fff;}
.page a.hover{background: #0a418c;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/icon12.png)}
.page a.prevPage div{background-image: url(../images/page/icon13.png)}
.page a.nextPage div{background-image: url(../images/page/icon14.png)}
.page a.lastPage div{background-image: url(../images/page/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/page/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/page/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/page/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/page/icon15h.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/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/icon15.png)}
/*页码结束*/
/*内页框架结束*/
/*二级banner  start*/
.banner1Bc{
    height:  450px;
    width: 100%;
    overflow:  hidden;  
}

.bannerPic{
    overflow: hidden;   
    width: 100%;
    height:  450px;
}
/*二级menu  start*/

.subNuvBox{
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0px 3px 5px #88888847;
    box-shadow: 0px 3px 5px #88888847;
}

.subNuvR em{
    display: inline-block;
    float:left;
    width:25px;
    height: 50px;
    background:url(../images/subBanner2.png) no-repeat center center;
}

.subNuvR i{
    display: inline-block;
    float:left;
    width:25px;
    height: 50px;
    background:url(../images/subBanner3.png) no-repeat center center;
}


.subNuvR a{
    display: inline-block;
    float:left;
    line-height: 50px;
    color:#999999;
    font-size:14px;
}

.subNuvR a{
    display: inline-block;
    float:left;
    line-height: 50px;
    color: #666666;
    font-size:14px;
}

.subNuvR a.hover{color: #1d2088;}
.subNuvR a:hover{
    color:#1d2088;
}

.subNuvL{
    display:inline-block;
    line-height: 57px;
}

.subNuvL dd{
    display:inline-block;
    float:left;
    line-height: 49px;
    margin-right: 30px;
}

.subNuvL dd a{
    display:inline-block;
    line-height: 47px;
    /* margin-left:20px; */
    color:#999999;
    font-size: 14px;
    color: #333333;
}

.subNuvL dd a:hover{
    border-bottom:3px solid #1d2088;
}
.subNuvL dd a{
    
}

.subNuvL dd.hover a{
    border-bottom: 3px solid #1d2088;
}


/*
* 各通栏初始化
*/
.fullpage{
    /*transition-delay: 0.2s !important;*/
    background: #000;
}
.sectionCont{
    overflow: hidden;
    position: relative;
    background: #000;
    height: 100%;
}
.section{
    position: relative;
    overflow: hidden;
}
/*.section2 .fp-scrollable{
    height: auto!important;
}*/
.section6,
.section2{
    perspective: 1000px;
}
.section2 .slimScrollBar{
    position: unset!important;
}

.section1 .sectionCont{
    opacity: 0.5,
    transform:scale(0.9)
}
.section2 .sectionCont{
    opacity: 0.5;
    transform:rotateX(-120deg) scale(0.9);
    transform-origin:50% 0px;
}
.section3 .sectionCont{
    opacity: 0.5;
    transform: scale(0.9) translateY(100px);
}
.section4 .sectionCont{
    opacity: 0.5;
    transform: perspective(600px) rotateX(3deg) rotateY(-3deg) scale(0.9);
    transform-origin: 100% 100%;
}
.section5 .sectionCont{
    opacity: 0.5;
    transform: scale(0.9);
}
.section6 .sectionCont{
    opacity: 0.5;
    transform: rotateY(120deg) scale(0.9);
    transform-origin: 0px 0px;
}
.section7 .sectionCont{
    opacity: 0.5;
    transform: scale(0.9);
}
@media screen and (max-width: 1400px){
    .logo img{
        height: 50px;
    }
    .top{
        padding: 16px 15px 0 40px;
    }
    .menu_dl dd{
        padding: 0 10px 0px 0px;
    }
    .menu_a{
        padding: 13px 15px;
    }
    .menu_a:after{
        top: 27px;
    }
    .menuLine{
        width: 90px;
        height: 88px;
        background-size: 100%;
    }
    .section .h60{
        height: 20px;
    }
    .tit{
        height: 50px;
    }
    .section7R .h30{
        height: 10px;
    }
    .section7L_dl dd{
        width: 33.333333%;
    }
    .section7 .sectionCont{
        height: calc(100vh - 120px);
    }
    .last_dd{
        width: 50% !important;
    }
}

@media screen and (max-width: 1366px){
    .logo img{
        height: 50px;
    }
    .top{
        padding: 16px 15px 0 40px;
    }
    .menu_dl dd{
        padding: 0 10px 0px 0px;
    }
    .menu_a{
        padding: 13px 15px;
    }
    .menu_a:after{
        top: 27px;
    }
    .menuLine{
        width: 90px;
        height: 88px;
        background-size: 100%;
    }
    .section .h60{
        height: 20px;
    }
    .tit{
        height: 50px;
    }
    .section7R .h30{
        height: 10px;
    }
    .section7L_dl dd{
        width: 33.333333%;
    }
    .section7 .sectionCont{
        height: calc(100vh - 120px);
    }
    .last_dd{
        width: 50% !important;
    }
}

/*右侧全景弹窗 start*/
.qj{
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -112px;
}
.qjBox{
    cursor: pointer;
    position: relative;
}
.qjBox span{
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff url(/subsiteSrc/dlggPc/images/qj.png)no-repeat center center;
    border-radius: 100%;
}
.qjBox .maxb{
    animation:maxb 1.4s infinite linear;
    -webkit-animation: maxb 1.4s infinite cubic-bezier(0.24, 0.21, 0.59, 0.67);
    -moz-animation:maxb 1.4s infinite ease;
    -webkit-transition: all 1.4s linear;
    -o-transition: all 1.4s linear;
    transition: all 1.4s linear;
}
@keyframes maxb{
    0%{transform:scale(.9);}
    50%{transform:scale(1);}
    100%{transform:scale(.9);}
}
@-webkit-keyframes maxb{
    0%{transform:scale(.9);}
    50%{transform:scale(1);}
    100%{transform:scale(.9);}
}
@-moz-keyframes maxb{
    0%{transform:scale(.9);}
    50%{transform:scale(1);}
    100%{transform:scale(.9);}
}
.qjBox .qj_div{
    position: absolute;
    left: -290px;
    top: -20px;
    padding: 11px 0 5px 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 256px;
    transform: translateX(40px);
    transition: all 0.5s cubic-bezier(0.57, 0.31, 0.83, 1.24);
    opacity: 0;
}
.qjBox:hover .qj_div{
    transform: translateX(0%);
    opacity: 1;
}
.qjBox:hover span{
    animation:maxb 0s infinite linear;
    -webkit-animation: maxb 0s infinite cubic-bezier(0.24, 0.21, 0.59, 0.67);
    -moz-animation:maxb 0s infinite ease;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.qjText{
    float: left;
}
.qjText a{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333333;
    margin: 0 20px;
    display: block;
} 
.qjText.hover a{
    color: #3864a0;
    font-weight: bold;
}
.qjText:hover a{
    color: #3864a0;
    font-weight: bold;
}




/*右侧全景弹窗 end*/

