/* 头部 */
.navbar-fixed {
    width: 90px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #21569c;
    z-index: 99999;
}

.navbar-logo {
    width: 100%;
    text-align: center;
    padding: 12px 0 0 0; background-color:#fff;box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}

.navbar-logo-pc{
    width: 70px;
    height: 70px;
}

.navbar-logo-media{display: none;}


 .index-new{}

 .index-new .index-title{margin-top: 5%;}


 .index-new .news-box{width: 49%;float: left;position: relative;padding-left:0;margin-bottom:30px;max-height:330px;}
 .index-new .news-box:nth-child(2n){float:right;}
 
 .index-new .news-box .txt{width: 50%;float: left;padding:40px 40px 40px 40px;background: #fff;}


 .index-new .news-box .txt .time{color: #999999;position: relative;padding-bottom: 10px;}

 
 .index-new .news-box .txt .time:after{content: "";position: absolute;z-index: 1;left: 0;bottom: 0;width: 15px;height: 2px;background:#21569c;}

 
 .index-new .news-box .txt .title{color: #333;margin-top: 15px;line-height: 20px;height: 40px;}
 
 .index-new .news-box .txt .title a{color: #333;transition: all 0s; font-size:16px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;}


 .index-new .news-box .txt .des{color: #666;line-height: 25px;margin-top: 20px;height: 100px;overflow: hidden;}

 .index-new .news-box .txt .des a{color: #666;transition:all 0s; font-size:14px;}


 .index-new  .news-box .txt .more{display: block;float: left;color: #21569c;width: 130px;height: 40px;line-height: 38px;border:1px solid #21569c;text-align: center;margin-top: 20px;}

 
 .index-new .news-box .txt .more:hover{background: #21569c;color: #fff;}


 .index-new .news-box .txt .more span{display: inline-block;width: 25px;height: 11px;background: url(../images/jt.png);margin-left: 5px;vertical-align: middle;margin-top: -2px;}


 .index-new .news-box .txt .more:hover span{background: url(../images/jt-w.png);}

 
 .index-new .news-box .pic-w{width: 50%;float:left;overflow:hidden;}

 
 .index-new .news-box .pic-w .pic{width:100%;float:left;}
 .index-new .news-box .pic-w .pic img{width:100%;height:100%;}
 
 .index-new .news-box:hover .pic{transform:scale(1.1);}

 
 .index-new .news-box:hover .txt .title a{color: #21569c;}

/*.box:last-child .news-box{float: right;}*/

.box:last-child .news-box .txt{float: right;}

 .box:last-child .news-box .pic-w{left: 0;}

.more{display: block;float: left;color: #006db8;width: 130px;height: 40px;line-height: 38px;border:1px solid #006db8;text-align: center;margin-top: 60px;clear: both;}

.more:hover{background: #006db8;color: #fff;}

.more span{display: inline-block;width: 25px;height: 11px;background: url(../images/jt.png);margin-left: 5px;vertical-align: middle;margin-top: -2px;}

.more:hover span{background: url(../images/jt-w.png);}


.foot-waves{overflow: hidden;position: relative;height: 89px;}
.foot-waves .wave-01,.foot-waves .wave-02{display: block;width: 2000%;height: 60px;background-position: 0 0;background-repeat: repeat-x}
.foot-waves .wave-01{position: absolute;left: 0;top: 0;background-image: url(../images/foot_wave_02.png);-webkit-animation: footWave 180s linear infinite;-o-animation: footWave 180s linear infinite;animation: footWave 180s linear infinite;}
.foot-waves .wave-02{position: absolute;left: 0;bottom: 0;background-image: url(../images/foot_wave_01.png);-webkit-animation: footWave 120s linear infinite forwards;-o-animation: footWave 120s linear infinite forwards;animation: footWave 120s linear infinite forwards;}

.navhan{color:#fff; font-size:16px;}
.navhan_a{height:0px;}
.navspan{margin-top:20px;}
.zn{ background-color:rgba(225,225,225,.4); color:#fff; border-radius:15px;width:80px;height:30px;line-height:30px; text-align:center;}
.line{color:rgba(225,225,225,.4)}
.en{background-color:rgba(225,225,225,.4); color:#fff; border-radius:15px;width:100px;height:30px;line-height:30px; text-align:center;}
.zn img{padding-right:5px;}.en img{padding-right:5px;}

#section-about{overflow:inherit; background-color:#fff;}
.tu ul li.ho{background:#21569c;}
.tu ul li.wh{background:#363636;}

.h-contact{border:solid 1px #21569c;padding-left:8%;padding-right:8%; background-color:#21569c;padding-top:2%;padding-bottom:2%;}
.erma{background-color:#fff;margin-top:20px; border-radius:15px;padding:2%;width:120px;height:120px;}
.h-nav{border:solid 1px #333;padding-left:3%;padding-right:3%; background-color:#333;padding-top:1%;padding-bottom:1%;}
.h-nav:hover{ color:#fff !important;}


@media all and (max-width:1000px) {
    .navbar-logo-pc{display: none;}
    .navbar-logo-media{display: block;height: 50px;}
	.navhan{display:none;}
}

.navbar-menu {
    width: 100%;
    height: 90px;
    margin-top: 50px;
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.navbar-menu span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin-top: 45px;
    transition: all .5s;
}

.navbar-menu span:before,
.navbar-menu span:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    display: inline-block;
    left: 0;
}

.navbar-menu span:before {
    width: 30px;
    top: -8px;
}

.navbar-menu span:after {
    width: 20px;
    left: 0;
    top: 8px;
    transition: all .5s;
}

.navbar-menu:hover span:after {
    width: 30px;
}

.navbar-true span {
    transform: rotate(135deg);
}

.navbar-true span:after {
    transform: rotate(90deg);
    top: 0;
    width: 30px;
}

.navbar-true span:before {
    opacity: 0;
}

.navbar-backtop {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.navbar-backtop i {
    width: 8px;
    height: 36px;
    display: inline-block;
    background-image: url('../images/toTop.png');
    margin-top: 10px;
    transition: all .5s;
}

.navbar-backtop p {
    font-size: 12px;
    color: #fff;
    font-family: 'Source Han Sans';
    margin-top: 10px;
}

.navbar-backtop:hover i {
    transform: translateY(-6px);
}


.navbar-words {
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: fixed;
    background-color: #b5b4a9;
    left: 90px;
    top: 0;
    z-index: 9999;
    transition: all .8s;
}

.navbar-nav {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 2;
}

.navbar-nav ul li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar-nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.navbar-nav ul li h4 {
    font-size: 18px;
    color: #fff;
    transition: all .5s;
}

.navbar-twoNav {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
    height: 0;
    transition: all .6s;
}

.navbar-twoNav a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 4px 14px 0 14px;
    position: relative;
    padding: 6px 4px;
}

.navbar-twoNav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all .4s;
}

.navbar-twoNav a:hover:before {
    width: 100%;
}

.navbar-nav ul li:hover h4 {
    /* text-decoration: line-through; */
}

.navbar-nav ul li:hover .navbar-twoNav {
    margin-top: 30px;
    height: auto;
}

.navbar-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.navbar-pic ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


/* 内容总盒子 */
.container-pageWords {
    width: 100%;
    overflow: hidden;
}



/* 底部 */
.footer-size {
    overflow: hidden;
    padding-left: 90px;
  /*  background-color: #333;*/
    position: relative;
    z-index: 3;
}

.footer {
    width: 1440px;
    margin: 0 auto;
    padding: 56px 0;
    overflow: hidden;
}

.footer-left {

    float: left;margin-right:10%;
    overflow: hidden;
}

.footerL-logo {
    width: 100%;
    overflow: hidden;
}

.footerL-logo img {
    width: 154px;
    height: 70px;
}

.footerL-logo span {
    font-size: 16px;
    color: #464243;
    margin-left: 6px;
    display: none;
}

.footerL-icon {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.footerL-icon a {
    display: inline-block;
    margin: 0 20px 0 0;
    opacity: .7;
    transition: all .3s;
    padding: 4px 4px 0 0;
}

.footerL-icon a:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.footer-right {
    width: 69%;
    float: left;
    overflow: hidden;
}

.footer-right ul li {
    width: 20.5%;
    float: left;
    overflow: hidden;
    border-left: 1px solid rgba(225,225,225,.2);
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    min-height: 300px;
}
.footer-right ul li:nth-child(4){    width: 38%;}

.footer-right ul li h6 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #fff;background: url(../images/fline.jpg) no-repeat left bottom;
margin-bottom: 10px;padding-bottom:20px;

}

.footerR-twonav {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.footerR-twonav p {
    padding: 4px 0;
    margin-top: 14px;
}
.footerR-twonav p{  color:rgba(225,225,225,.6);  font-size: 14px;}
.footerR-twonav p a {
    font-size: 14px;
    color:rgba(225,225,225,.6);
}

.footerR-twonav a:hover {
    color: #000;
}



.footer-brand-size {
    overflow: hidden;
    padding-left: 90px;
    background-color: #1a4884;
    border-top: 1px solid #20569e;
    position: relative;
    z-index: 3;
}

.footer-brand {
    width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.footer-brandL {
    float: left;
    overflow: hidden;
}

.footer-brandL a {
    display: inline-block;
    font-size: 14px;
    color:rgba(225,225,225,.6);
    margin: 0 18px 0 0;

}

.footer-brandL a:hover {
    color: #000;
}


.footer-brandR {
    float: right;
    overflow: hidden;
}

.footer-brandR p {
    font-size: 14px;
    color: rgba(225,225,225,.6);
}

.footerR-click {
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/icon-dd.png') no-repeat center center / 14px auto;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    display: none;
}

.footerR-clickH {
    transform: rotate(180deg);
}

.backtop-media {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 999;
    width: 40px;
    height: 48px;
    background: #000;
    text-align: center;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.backtop-media i {
    width: 8px;
    height: 20px;
    display: inline-block;
    margin-top: 5px;
    background-image: url('../images/public/toTop.png');
}

.backtop-media p {
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
}



a.more01 {
    margin: 50px auto 0px;
}
.more01 {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #115ea5;
color:#fff;
    font-size: 16px;
    text-align: center;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}.more01:hover {
	background: #115ea5;
	color: #fff;
	width: 220px;
	text-decoration: none
}
a.more01:hover{color: #fff;}


.more01 i {
    display: inline-block;
    background: url(../images/more2.png) no-repeat center center;
    width: 24px;
    height: 6px;
    position: relative;
    margin-left: 10px;
    top: -2px;margin:0;
}
.learn { -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}
	
.learn:hover {
	background: #115ea5;
	color: #fff;
	padding-left:10px;padding-right:10px;width:170px;
	text-decoration: none
}
.learn i {
    display: inline-block;
    background: url(../images/more2.png) no-repeat center center;
    width: 24px;
    height: 6px;
    position: relative;
    margin-left: 10px;
    top: -2px;margin:0;
}




/* -------------------------PC端--------------------------- */

@media all and (max-width:1600px) {
    .navbar-nav{top: 16%;}
    .navbar-nav ul li{padding: 40px 0;}
}

@media all and (max-width:1460px) {
    .navbar-nav{top: 10%;}
    .navbar-nav ul li{padding: 32px 0;}
 /*   .footer {
        width: 94%;
    }*/

    .footer-brand {
        width: 94%;
    }
}
@media all and (max-width:1440px) {

.footer{width:100%;}

}

@media all and (max-width:1380px) {
    .navbar-nav{top: 8%;}
    .navbar-nav ul li{padding: 28px 0;}
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
    .navbar-nav{top: 4%;}
    .navbar-nav ul li{padding: 20px 0;}
}

@media all and (max-width:1200px) {
    .footerL-icon a {
        margin: 0 10px 0 0;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

    .navbar-fixed {
        width: 100%;
        height: 60px;
    }

    .navbar-backtop {
        display: none;
    }

    .navbar-logo {
        width: auto;
        text-align: left;
padding-top:10px; background-color:transparent;box-shadow:none;
        float: left;
    }

    .navbar-menu {
        width: 50px;
        height: 60px;
        margin-top: 0;
        float: right;
    }

    .navbar-menu span {
        margin-top: 30px;
    }

    .navbar-menu span:after {
        width: 30px;
    }

    .container-pageWords {
        margin-top: 60px;
    }

    .navbar-words {
        width: 100%;
        left: 0;
        top: 0px;
    }

    .navbar-nav ul li {
        padding: 24px 0;
    }

    .navbar-nav {
        top: 10%;
    }

    .navbar-nav ul li h4 {
        font-size:16px;
    }
.navbar-nav ul li:first-child{border-top:none;}
    .navbar-nav ul li:hover .navbar-twoNav {
        margin-top: 10px;
    }

    .navbar-twoNav a {
        margin: 4px 4px 0 4px;
    }

    .footer-size {
        padding-left: 0px;
    }

    .footer {
        padding: 32px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin-top: 24px;
    }

    .footerL-icon {
        margin-top: 4px;
    }

    .footer-right ul li {
        width: 100%;
        border-left: none;
        padding: 0;
        min-height: auto;
    }

    .footerR-twonav p {
        margin-top: 10px;
    }

    .footerR-twonav {
        display: none;
    }

    .footer-brand-size {
        padding-left: 0;
    }

    .footer-brand {
        padding: 16px 0;
    }

    .footer-brandL {
        width: 100%;
        text-align: center;
        float: unset;
    }

    .footer-brandR {
        float: unset;
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }

    .footer-right ul li h6 {
        height: 44px;
        line-height: 44px;
    }

    .footerR-click {
        display: block;
    }

    .backtop-media {
        display: block;
    }
}

/* ---------------------------fullPage-------------------------------- */
.fullPage-box{
    overflow: hidden;
    padding-left: 90px;
}
.fullPage{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 100px 0;
    text-align: center;
    font-size: 0;
}
.fullPage a,.fullPage span{
    display: inline-block; padding:0 8px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    border: 1px solid transparent;
    margin: 6px 2px;
    transition: all .3s;
}
.fullPage a:hover{
    border: 1px solid #b2b2a8;
    color: #b2b2a8;
    
}
.current{
    border: 1px solid #b2b2a8 !important;
    color: #b2b2a8 !important;
}
.fullPage a:first-child,
.fullPage a:last-child{
    font-family: "宋体";
    font-size: 18px;
    cursor: pointer;
}

@media all and (max-width:1000px) {
    .fullPage-box{padding-left: 0;}
    .fullPage{padding: 32px 0 40px 0;}
}

/* ************悬浮菜单***************** */
.suspend-navbar-box{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 24px 0;
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0;
    display: none;
    -moz-box-shadow: 0 2px 3px 0px #eeeeee;
    -webkit-box-shadow: 0 2px 3px 0px #eeeeee;
    box-shadow: 0 2px 3px 0px #eeeeee;
}
.suspend-navbar{
    float: right;
}

.suspend-menu{
    width: 100%;
    /* border-bottom: 2px solid #e5e5e5; */
    padding-right: 195px;
    position: relative;
    z-index: 1;
}
.suspend-menu a{
    display: inline-block;
    padding: 0 2px 16px 2px;
    margin: 0 30px 0 0;
    font-size: 16px;
    color: #333;
    position: relative;
}
.suspend-menu a i{
    position: absolute;
    display: block;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #b5b4a9;
    opacity: 0;
    z-index: 2;
}
.suspend-menu a:hover i{
    opacity: 1;
}
.suspend-menu a:last-child{margin: 0;}
.suspend-menu-active i{
   opacity: 1 !important;
}
@media all and (max-width:1000px) {
    .suspend-navbar-box{top: 60px;padding: 16px 0 0 0;}
    .suspend-navbar{float: left;width: 94%;margin-left: 3%;}
    .suspend-menu {border-bottom: none;padding-right: 0;}
    .suspend-menu a {
        padding: 0 2px 10px 2px;
        margin: 0 20px 10px 0;
        font-size: 14px;
    }
}

/* ************************************ */

/* -------------------向下滚动-------------------- */
.Public-toUp-box{
    padding-left: 90px;
    overflow: hidden;
}
.Public-toUp{
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.Public-toUp-click{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    cursor: pointer;
}
.Public-toUp-click p{
    font-size: 12px;
    color: #333;
    margin-top: 16px;
}
.Public-toUp-click:hover p{color: #000;}
.Public-toUp-click i{
    width: 7px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-image: url('../images/arr_up.png');
    margin-top: 8px;
    -moz-animation: toUP 1.2s ease-in-out infinite;
    animation: toUP 1.2s ease-in-out infinite;
}
@keyframes toUP{0% {transform: translateY(0);}100% {transform: translateY(6px);}}
@-moz-keyframes toUP{0% {transform: translateY(0);}100% {transform: translateY(6px);}}


@media all and (max-width:1000px) {.Public-toUp-box{padding-left: 0;}}






.vinterBack{
    width: 100%;overflow: hidden;padding: 20px 0 60px 0;text-align: center;
}
.vinterBack h6{display: inline-block;width: 220px;height: 46px;border: 1px solid #e5e5e5;text-align: center;line-height: 46px;}
.vinterBack h6 i{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/item_arrMore.png') no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 0;
    transition: all .6s;
}
.vinterBack h6 span{
    font-size: 18px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    transition: all .6s;
}
.vinterBack h6:hover i{
    transform: translateX(-5px);
}
.vinterBack h6:hover span{
    text-decoration: underline;
    transform: translateX(5px);
}


.footerL-icon{/*position: absolute;overflow: visible;*/}
.Footer-ewm{position: absolute;width: 140px;height: 140px;left: -10px;top: 30px;z-index: 999;display: none}



@media all and (max-width:1000px) {
    .vinterBack{padding: 10px 0 44px 0;}

    .Footer-ewm {left: 72px;bottom: -50px;}
}


@media all and (max-width:1000px) {
.footerL-icon{ text-align:center;margin-top:20px;}
.footerL-logo{ text-align:center;}

.index-new .news-box .txt{width:100%;}
.index-new .news-box .pic-w{width:100%;}
.index-new .news-box{max-height:100%;}
}


@media all and (max-width:500px) {

.index-new .news-box{width:100%;}}











