@charset "utf-8";

.comNav-left-top {
    position: fixed;
    left: 0;
    top: 30px;
    height: 70px;
    z-index: 9999;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.activetop {
    top: 0;
}

.comNav-left-top a {
    display: block;
    float: left;
    height: 70px;
    padding-right: 30px;
    position: relative;
}

.activetop a {
    padding-right: 0;
}

.activetop a::after {
    display: none;
}

.comNav-left-top a::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 70px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.comNav-left-top a.two::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 70px;
    border-right: 1px solid rgba(51, 51, 51, 0.6);
}

.comNav-left-top a img {
    display: block;
    width: 174px;
    height: 70px;
}

.activetop .comNav-left-top-txt {
    display: none;
}

.comNav-left-top-txt {
    float: left;
    padding-left: 30px;
    padding-right: 28px;
    padding-top: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.comNav-left-top-txtactive {
    color: rgba(51, 51, 51, 0.6);
}

.comNav-left-top-txt span {
    display: block;
}

.comNav-left-top-txt span:first-child {
    padding-bottom: 4px;
}

.activetop .comNav-left-top-btn {
    background: #1d538f;
}

.comNav-left-top-btn {
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 70px;
    height: 70px;
}

.comNav-left-top-btn:hover {
    background: rgba(0, 0, 0, 0.3);
}

.icon--menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 1px;
    width: 34px;
    left: 18px;
    top: 46%;
}

.icon--menu:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
}

.icon--menu:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.is-active .icon--menu {
    background-color: transparent;
}

.is-active .icon--menu:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%;
    top: 4px;
}

.is-active .icon--menu:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%;
    top: 4px;
}


.icon--menu2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(51, 51, 51, 0.6);
    position: absolute;
    height: 1px;
    width: 34px;
    left: 18px;
    top: 46%;
}

.icon--menu2:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(51, 51, 51, 0.6);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
}

.icon--menu2:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(51, 51, 51, 0.6);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.is-active .icon--menu2 {
    background-color: transparent;
}

.is-active .icon--menu2:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%;
    top: 4px;
}

.is-active .icon--menu2:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%;
    top: 4px;
}

/* you */
.comNav-right-top {
    position: fixed;
    right: 12px;
    top: 56px;
    z-index: 9999;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.comNav-right-topactive {
    top: 0;
    right: 0;
}

.comNav-right-topactive a:nth-child(1) {
    display: none;
}

.comNav-right-topactive a:nth-child(2) {
    display: none;
}

.comNav-right-topactive a:nth-child(3) {
    display: none;
}

.comNav-right-top a {
    display: block;
    float: left;
    font-size: 13px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.comNav-right-top a:hover {
    color: #fff;
}

.comNav-right-top a.active {
    color: #fff;
}

.comNav-right-top a::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: "";
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.comNav-right-top .last-a-2::after {
    border-right: 0;
}

.comNav-right-top .last-a::after {
    border-right: 0;
}

.last-a i {
    display: inline-block;
    font-style: normal;
    width: 18px;
    height: 18px;
    background: url('../images/search.png');
    background-size: 100% 100%;
}

.comNav-right-topactive a:nth-child(4) {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #1d538f;
    box-sizing: border-box;
    padding: 0;
}

.comNav-right-topactive a:nth-child(4) img {
    width: 34px;
}

.comNav-right-top2 {
    position: fixed;
    right: 12px;
    top: 56px;
    z-index: 9999;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.comNav-right-top2 a {
    display: block;
    float: left;
    font-size: 13px;
    padding: 0 12px;
    color: rgba(51, 51, 51, 0.6);
    position: relative;
}

.comNav-right-top2 a:hover {
    color: rgba(51, 51, 51, 0.9);
}

.comNav-right-top2 a.active {
    color: rgba(51, 51, 51, 0.9);
}

.comNav-right-top2 a::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: "";
    height: 20px;
    border-right: 1px solid rgba(51, 51, 51, 0.6);
}

.comNav-right-top2 .last-a-2::after {
    border-right: 0;
}

.comNav-right-top2 .last-a::after {
    border-right: 0;
}

.comNav-right-top2 .last-a i {
    display: inline-block;
    font-style: normal;
    width: 18px;
    height: 18px;
    background: url('../images/search2.png');
    background-size: 100% 100%;
}

/* 锚定 */
.onepage-pagination {
    position: fixed;
    left: 0;
    top: 38%;
    width: 206px;
    z-index: 9999;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
    opacity: 1;
}

.onepage-paginationhide {
    left: -220px;
    opacity: 0;
}

.onepage-pagination a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 0;
    padding-left: 60px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    position: relative;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.onepage-pagination a:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.onepage-pagination a.active {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.onepage-pagination a::before {
    position: absolute;
    top: 34px;
    left: 30px;
    display: block;
    content: "";
    width: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.onepage-pagination a.active:before {
    position: absolute;
    top: 36px;
    left: 4px;
    display: block;
    content: "";
    width: 52px;
    height: 0;
    border: 0;
    border-top: 1px solid #fff;
}

.onepage-pagination a:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.onepage-pagination a:hover:before {
    position: absolute;
    top: 36px;
    left: 4px;
    display: block;
    content: "";
    width: 52px;
    height: 0;
    border: 0;
    border-top: 1px solid #fff;
}

.onepage-pagination2 {
    position: fixed;
    left: 0;
    top: 38%;
    width: 206px;
    z-index: 9999;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
    opacity: 1;
}

.onepage-pagination2hide {
    left: -220px;
    opacity: 0;
}

.onepage-pagination2 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 0;
    padding-left: 60px;
    color: rgba(51, 51, 51, 0.6);
    font-size: 15px;
    position: relative;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
    border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.onepage-pagination2 a:last-child {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.onepage-pagination2 a.active {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

.onepage-pagination2 a::before {
    position: absolute;
    top: 34px;
    left: 30px;
    display: block;
    content: "";
    width: 24px;
    border-top: 1px solid rgba(51, 51, 51, 0.6);
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.onepage-pagination2 a.active:before {
    position: absolute;
    top: 36px;
    left: 4px;
    display: block;
    content: "";
    width: 52px;
    height: 0;
    border: 0;
    border-top: 1px solid #333333;
}

.onepage-pagination2 a:hover {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

.onepage-pagination2 a:hover:before {
    position: absolute;
    top: 36px;
    left: 4px;
    display: block;
    content: "";
    width: 52px;
    height: 0;
    border: 0;
    border-top: 1px solid #333333;
}

/* 分享 */
.comNav-share {
    position: fixed;
    bottom: 70px;
    left: 30px;
    width: 206px;
    z-index: 9999;
}

.comNav-share a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 30px;
    font-size: 0;
    margin-right: 14px;
}

.comNav-share a.active {
    background: rgba(102, 102, 102, 0.3);
}

.comNav-share a:last-child {
    margin-right: 0;
}

.comNav-share a img {
    display: inline-block;
    width: 14px;
    height: 14px;
}

/* last */
.comNav-right-bottom {
    position: fixed;
    bottom: 140px;
    right: -40px;
    z-index: 9999;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    transform: rotate(90deg);
}

.comNav .comNav-right-bottomactive {
    color: rgba(51, 51, 51, 0.4);
}

/* 导航 */
.nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #142747;
    box-sizing: border-box;
    padding-top: 170px;
    z-index: 8888;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
    visibility: visible;
}

.nav-listactive {
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-list-center {
    width: 1160px;
    margin: 0 auto;
}

.nav-list-center ul {
    float: left;
    padding-right: 320px;
    padding-top: 58px;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
    position: relative;
    left: 100px;
    opacity: 0;
}

.nav-list-center ul.ulactive {
    position: relative;
    left: 0;
    opacity: 1;
}

.nav-list-center ul:nth-child(3n + 0) {
    padding-right: 0;
}

.nav-list-center ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 20px;
    position: relative;
}

.nav-list-center ul li a::before {
    position: absolute;
    top: 15px;
    bottom: -6px;
    content: "";
    width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.nav-list-center ul li a:hover::before {
    position: absolute;
    top: 15px;
    bottom: -6px;
    content: "";
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.nav-list-center ul li:first-child a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d5d5d6;
    padding-top: 0;
    /*padding-bottom: 12px;*/
    position: relative;
}

/* .nav-list-center ul li:first-child a::after {
    position: absolute;
    top: 15px;
    left: -60px;
    content: "";
    width: 0;
    border-bottom: 2px solid #d5d5d6;
    -moz-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

} */

.last-nav-list-center-ul li{
    margin-bottom: 15px;
}


.nav-list-center ul li:first-child a::before {
    display: none;
}

/* .nav-list-center ul li:first-child a:hover::after {
    position: absolute;
    content: "";
    width: 170px;
    border-bottom: 2px solid #d5d5d6;
} */

.last-nav-list-center-ul li:nth-child(2) a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d5d5d6;
    padding-top: 20px;
    position: relative;
}

/* .last-nav-list-center-ul li:nth-child(2) a::after {
    position: absolute;
    top: 59px;
    left: -60px;
    content: "";
    width: 0;
    border-bottom: 2px solid #d5d5d6;
    -moz-transition: all 0.4s;
 
    -webkit-transition: all 0.4s;
  
    -o-transition: all 0.4s;

    transition: all 0.4s;

} */
/* 
.last-nav-list-center-ul li:nth-child(2) a:hover::after {
    position: absolute;
    content: "";
    width: 170px;
    border-bottom: 2px solid #d5d5d6;
} */

.last-nav-list-center-ul li:nth-child(2) a::before {
    display: none;
}

.last-nav-list-center-ul li:nth-child(3) a::before {
    display: none;
}

.last-nav-list-center-ul li:nth-child(4) a::before {
    display: none;
}

.last-nav-list-center-ul li:nth-child(5) a::before {
    display: none;
}
.last-nav-list-center-ul li:nth-child(3) a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d5d5d6;
    padding-top: 20px;
    position: relative;
}

.last-nav-list-center-ul li:nth-child(4) a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #d5d5d6;
    padding-top: 20px;
    position: relative;
}


/* .last-nav-list-center-ul li:nth-child(4) a {
    display: block;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
} */

.last-nav-list-center-ul li:nth-child(5) a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

/* search */
.search-detail {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #142747;
    box-sizing: border-box;
    z-index: 8888;
    text-align: center;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;

    visibility: visible;
}

.search-detail-listactive {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.search-detail h5 {
    padding-top: 246px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.58);
}

.search-detail p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 40px;
    padding-bottom: 30px;
}

.search-input {
    width: 100%;
    height: 80px;
    background: #0077cb;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
}

.search-input input {
    background: none;
    display: inline-block;
    font-size: 47px;
    text-align: center;
    width: auto;
    color: rgba(255, 255, 255, 0.5);
    border: none;
}

.search-input input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 47px;
    color: rgba(255, 255, 255, 0.5);
}

.search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 47px;
    color: rgba(255, 255, 255, 0.5);
}

.search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 47px;
    color: rgba(255, 255, 255, 0.5);
}

.search-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 47px;
    color: rgba(255, 255, 255, 0.5);
}

.search-input .btn-search {
    padding-left: 10px;
    position: relative;
    top: 0;
    cursor: pointer;
    border: none;
    background: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../images/searchinput.png');
    background-size: 100% 100%; 
}

/* HTML5 display-role reset for older browsers */
section {
    display: block;
}

.footer-top {
    width: 100%;
    padding-top: 86px;
    padding-bottom: 114px;
    background: #2b2b2e;
    position: relative;
}

.footer-top-center {
    width: 1280px;
    margin: 0 auto;
    cursor: pointer;
}

.gotoTop {
    position: absolute;
    right: 10px;
    top: 86px;
    font-size: 0;
    cursor: pointer;
}

.gotoTop span {
    font-size: 14px;
    color: #808082;
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    padding-right: 12px;
}

.gotoTop u {
    display: block;
    float: left;
    text-decoration: none;
    width: 44px;
    height: 44px;
    background: url('../images/gotoup.png');
    background-size: 100% 100%;
}

.footer-top-left {
    float: left;
}

.footer-top-left .img-a {
    display: block;
    width: 220px;
    margin-bottom: 26px;
    padding-right: 30px;
}

.footer-top-left .img-a img {
    width: 100%;
    display: block;
}

.footer-top-left p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 6px;
}

.footer-top-left-btn {
    width: 218px;
    height: 40px;
    margin-top: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    border: 1px solid #666668;
    position: relative;
}

.footer-top-left-btn-list {
    position: absolute;
    top: 40px;
    left: -1px;
    width: 220px;
    border: 1px solid #666668;
    box-sizing: border-box;
    padding: 0 8px;
    overflow: hidden;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.footer-top-left-btn-listactive {
    height: auto;
}

.footer-top-left-btn-list i {
    display: block;
    width: 100%;
    height: 30px;
    color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px dotted #666668;
    font-style: normal;
    cursor: pointer;
}

.footer-top-left-btn-list i a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
}

.footer-top-left-btn-list i:hover a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-top-left-btn-list i:last-child {
    border: 0;
}

.footer-top-left-btn span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    position: relative;
    left: -20px;
}

.footer-top-left-btn u {
    position: absolute;
    right: 20px;
    top: 17px;
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url("../images/arrowslow.png");
    background-size: 100% 100%;
}

.footer-top-ul {
    float: left;
    margin-left: 128px;
    padding-top: 13px;
}

.footer-top-ul li {
    padding-bottom: 72px;
}

.footer-top-ul li a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    position: relative;
    padding-left: 48px;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.footer-top-ul li:last-child {
    padding-bottom: 0;
}

.footer-top-ul li a::after {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    content: "";
    width: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.footer-top-ul li:hover a {
    color: #fff
}

.footer-top-ul li:hover a::after {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 30px;
    border-top: 1px solid #fff;
}


.footer-top-right {
    float: right;
    text-align: right;
    font-size: 0;
    margin-right: 50px;
}

.footer-top-right u {
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url("../images/erweima.jpg");
    background-size: 100% 100%;
}

.footer-top-right h5 {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    /* padding-bottom: 0px; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari and Chrome */
  -o-transition: all 0.4s;
  /* Opera */
  transition: all 0.4s;
  cursor: pointer;
}
.footer-top-right h5:hover {
    transform: scale(1.1);
}
.footer-top-right p {
    padding-top: 14px;
    font-size: 14px;
    color: #b2b2b2;
}

.footer-top-right p span {
    color: #626263;
}

.footer-bottom {
    height: 80px;
    background: #242426;
}

.footer-bottom-center {
    width: 1280px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-center a {
    float: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

/* otherdetail */
.otherConten {
    width: 100%;
}

.other-header-com {
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
}

.other-header-com img {
    display: block;
    height: 100%;
}

.other-header-com-posi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.other-header-com-posi h5 {
    font-size: 48px;
    color: #fff;
    padding-top: 100px;
}

.other-header-com-posi p {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    font-family: Arial,
        Helvetica,
        sans-serif;
}

.comNavAll {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #e3e3e5;
}

.comNavAll-center {
    width: 1280px;
    height: 80px;
    margin: 0 auto;
}

.comNavAll-center-left {
    float: left;
    position: relative;
}

.comNavAll-center-left span {
    z-index: 2;
    display: block;
    padding-left: 16px;
    padding-top: 10px;
    border-left: 1px solid #999999;
}

.comNavAll-center-left span h5 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.comNavAll-center-left span p {
    font-size: 14px;
    color: #999999;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

.comNavAll-center-left img {
    height: 80px;
    display: block;
    position: absolute;
    left: 170px;
    top: 0;
}

.comNavAll-center-right {
    float: right;
    height: 80px;
}

.comNavAll-center-right li {
    float: left;
}

.comNavAll-center-right li a {
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
}

.comNavAll-center-right li:first-child a {
    padding-left: 0;
}

.comNavAll-center-right li:last-child a {
    padding-right: 0;
}

.comNavAll-center-right li.active a {
    color: #0062a6;
    font-weight: 600;
}

.comNavAll-center-right li:hover a {
    color: #0062a6;
}

/* 公共样式 */
.com-h5-title {
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}

.com-h5-title span {
    position: relative;
}

.com-h5-title span::after {
    position: absolute;
    bottom: -24px;
    left: 0;
    content: "";
    width: 60px;
    border-bottom: 3px solid #0062a6;
}

.hide {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .gotoTop {
        top: 26px;
    }

    .comNav-right-bottom {

        bottom: 100px;

    }

    .comNav-share {
        position: fixed;
        bottom: 36px;
        left: 30px;
        width: 206px;
        z-index: 9999;
    }

    .nav-list {

        padding-top: 120px;

    }

    .nav-list-center ul {

        padding-top: 38px;

    }

    .nav-list-center ul li a {
        padding-top: 10px;

    }

    .last-nav-list-center-ul li{
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 1366px) {
    .gotoTop {
        top: 26px;
    }

    .comNav-right-bottom {

        bottom: 100px;

    }

    .comNav-share {
        position: fixed;
        bottom: 36px;
        left: 30px;
        width: 206px;
        z-index: 9999;
    }

    .nav-list {

        padding-top: 70px;

    }

    .nav-list-center ul {

        padding-top: 38px;

    }

    .nav-list-center ul li a {
        padding-top: 10px;

    }
}

@media screen and (max-height: 750px) {
    .onepage-pagination{
        top: 25%;
    }
    .onepage-pagination2  {
      top: 25%;
    }
    .comNav-share{
      bottom: 50px;
    }
}

.home-back{display: block;width: 59px;height: 59px;background: url('../images/home_back.png') no-repeat;position: fixed;right: 10px;bottom:18%;z-index: 1001;}
.homepage .home-back{display: none;}



@media screen and (max-height: 750px) {
    .home-back{display: none;}
}