﻿.w{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
a{
    color: inherit;
}
.text-overflow{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
i{
    font-family: normal;
}
.page-cen {
    width: 1200px
}

html {
    overflow-x: auto
}

body {
    min-width: 1200px;
}

.mousetip {
    background: url(../image/mousetip.png) no-repeat;
    width: 51px;
    height: 41px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    cursor: pointer;
    animation-name: firstPart;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -moz-animation-name: firstPart;
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -webkit-animation-name: firstPart;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -o-animation-name: firstPart;
    -o-animation-duration: 0.8s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

@keyframes firstPart {
    0% {
        bottom: 40px;
    }
    100% {
        bottom: 20px;
    }
}

@-webkit-keyframes firstPart
/* Safari and Chrome */

{
    0% {
        bottom: 40px;
    }
    100% {
        bottom: 20px;
    }
}

#dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#dialog .dialogWrap {
    padding: 16px 28px;
    background: #00448b;
}

#dialog p {
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

#dialog .ok {
    float: right;
    height: 28px;
    background: #fff;
    width: 96px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

#dialog .ok span {
    font-weight: bold;
    color: #000;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto
}

.header {
    height: 130px;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    /*-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)*/
}

.header .logo-pic {
    width: 250px;
    width: 430px;
    height: 130px;
    float: left;
    background: url(../image/logo.png) no-repeat 0 center;
    overflow: hidden;
    line-height: 500px;
}

.header .page-cen {
    position: relative
}

.header-nav {
    float: right;
    height: 90px;
    line-height: 90px;
    margin-right: -30px;
    margin-top: 40px
}

.header-nav>li {
    float: left;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 0 10px;
    padding: 0 20px;
    z-index: 1;
}

.header-nav>li a {
    display: block
}

.header-nav>li ul {
    background-color: #fff;
    display: none;
    position: absolute;
    border-top: 1px solid #eee;
    top: 90px;
    left: 0px;
    text-align: left;
}

.header-nav>li ul.ul02 {
    width: 192px;
}

.header-nav>li:hover ul {
    display: block;
}

.header-nav>li ul li {
    height: 30px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    line-height: 30px;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    transition: transform .2s;
    overflow: hidden;
    white-space: nowrap;
}

.header-nav>li ul.ul02 li {
    width: 50%;
    float: left;
    border: none;
    border-bottom: 1px solid #eee;
}

.header-nav>li ul li a {
    color: #161819;
    padding: 0 17px;
}

.header-nav>li ul li:hover {
    background-color: #0098d7;
}

.header-nav>li ul li:hover a {
    color: #fff
}

.header-nav>li:hover span,
.header-nav>li .active span {
    color: #0098d7
}

.header-nav li.active span,
.header-nav .menu-uls li.active span {
    color: #0098d7
}

.header-nav li span,
.header-nav .menu-uls li span {
    color: #161819
}

.search {
    position: absolute;
    right: 0;
    top: 20px
}

.search-box {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/serch.png) no-repeat center center;
}

.search #searchform {
    padding-top: 0px;
    position: relative;
    width: 147px;
    height: 26px;
}

.search .searchext {
    border: none;
    outline: none;
    background: url(../image/serach_wrap.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    text-indent: 16px;
    font-size: 12px;
    color: #999;
}

.search .searchbtn {
    position: absolute;
    top: 3px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    overflow: hidden;
    text-indent: 1000px;
    font-size: 0;
    background: url(../image/serch.png) no-repeat center center;
}

.lan {
    position: absolute;
    right: 0;
    top: 24px
}

.lan a {
    color: #666
}

.lan .active {
    color: #44853c
}

.menu-uls {
    position: absolute;
    top: 80px;
    display: none;
    left: 0;
    width: 120%;
    margin: 0 -12px;
    text-align: center;
    background-color: #fff;
    border-top: 2px solid #02abe2
}

.menu-uls li {
    float: none;
    padding: 10px 12px;
    margin: 0;
    line-height: 24px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.menu-uls li:hover {
    background-color: #0098d7
}

.menu-uls li:hover span {
    color: #fff
}

.header-other {
    width: 294px
}

.header-other .tel {
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
    width: 113px;
    float: left;
    margin-top: 38px;
    margin-left: 20px
}

.header-other .tel a {
    padding: 6px 0;
    display: block;
    text-align: center;
    letter-spacing: -1px
}

.header-other .login_btn {
    padding-bottom: 40px
}

.footer {
    position: absolute;
    bottom: 0;
    padding: 60px 0 0;
    background: url(../image/fb.png) no-repeat 86% 32%;
    background-color: #07254f;
    width: 100%
}

.footer .footer-cen {
    max-width: 1200px;
    margin: 0 auto
}

.footer .footer-milder ul {
    padding: 10px 0;
    white-space: nowrap
}

.footer .footer-milder ul.ul_02 {
    width: 212px;
}

.footer .footer-milder li {
    display: inline-block;
    width: 139px;
    color: #c6c6c6;
    vertical-align: top
}

.footer .footer-milder .li_02 {
    width: 224px;
}

.footer .footer-milder ul.ul_02 li {
    width: 50%;
    float: left;
}

.footer .footer-milder li h6 {
    color: #f0f0f0
}

.footer .footer-milder li li {
    display: block;
    line-height: 30px
}

.footer .footer-milder li a {
    color: #c6c6c6
}

.footer .footer-bottom {
    height: 80px;
    line-height: 80px;
    color: #c6c6c6;
    border-top: 1px solid #203b61;
    text-align: center
}

.Htop {
    display: none;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 80%;
    right: 20px;
    background: url(../image/ht.png) no-repeat;
    cursor: pointer
}

.Htop.show {
    display: block
}

.pageBox {
    text-align: center
}

.pageBox .hidden {
    display: none
}

.pageBox ul {
    display: inline-block
}

.pageBox li {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../image/page-bg.png) no-repeat;
    margin: 0 8px;
    text-align: center;
    line-height: 24px;
    background-position: 0 -36px
}

.pageBox li a {
    display: block;
    color: #666
}

.pageBox li.selected {
    background-position: 0 0
}

.pageBox li.selected a {
    color: #fff
}

.pageBox li.frist,
.pageBox li.last {
    display: none
}

.search-area {
    text-align: center;
    margin-top: 214px
}

.search-area form {
    display: inline-block
}

.search-area .search_input {
    float: left;
    border: 1px solid #969696;
    width: 417px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 2px 53px 2px 5px
}

.search-area .btn {
    width: 116px;
    height: 36px;
    float: left;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #c8c8c8
}

.search-result-content .title {
    font-size: 18px;
    color: #004386;
    line-height: 32px
}

.search-error,
.search-result-empry {
    text-align: center;
    width: 100%;
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto 100px
}

.search-result-content {
    max-width: 1200px;
    margin: auto
}

.search-item {
    padding: 20px 0;
    border-bottom: 1px dashed #333
}

html,
body {
    height: 100%
}

html {
    overflow: hidden
}

#fullpage {
    height: 100%
}

.index-header {
    position: absolute
}

.index-banner {
    position: relative;
    min-width: 1200px;
    padding-top: 106px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.index-banner,
.index-banner .banner {
    height: 100%;
    overflow: hidden
}

.index-banner .slider {
    position: relative;
    background: no-repeat 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    width: 100%
}

.index-banner .slider .info {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -30px;
    margin-top: -20px;
    color: #fff
}

.index-banner .slider .info .text {
    width: 570px;
    height: 490px;
    margin-left: -98px
}

.index-banner .slider.ban02 .info .text {
    width: 408px;
}

.index-banner .slider .info .text img {
    width: 100%
}

.index-banner .slider .info h2 {
    font-size: 50px;
    margin-bottom: 36px;
    line-height: 100%
}

.index-banner .slider .info p {
    font-size: 24px;
    line-height: 100%
}

.index-banner .slider:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -1px
}

.index-banner .pager {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center
}

.index-banner .pager a {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../image/pagination.png) no-repeat 0 0;
    margin: 0 20px
}

.index-banner .pager a span {
    display: none
}

.index-banner .pager a.selected {
    background-position: 0 -12px
}

.index-banner .mouse {
    display: none;
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -100px;
    width: 160px;
    height: 20px;
    line-height: 20px;
    background: url(../image/mouse.png) no-repeat left center;
    padding-left: 40px;
    color: #fff;
    z-index: 99;
    -webkit-animation: tiao infinite 1.4s;
    -moz-animation: tiao infinite 1.4s;
    -ms-animation: tiao infinite 1.4s;
    animation: tiao infinite 1.4s;
    cursor: pointer;
}

.section-relative {
    position: relative
}

.section {
    height: 100%;
    overflow: hidden
}

.section-2 {
    padding: 0;
    position: relative;
    background: url(../image/index-2.jpg) no-repeat 50%
}

.section-2 .section-title {
    padding-top: 13%
}

.section-2 .content {
    overflow: hidden
}

.section-2 .content .clearfix {
    margin-top: 60px;
    text-align: center;
}

.section-2 .content .clearfix li {
    width: 75px;
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 20px
}

.section-2 .content .clearfix .pic {
    text-align: center
}

.section-2 .content .clearfix img {
    max-width: 100%
}

.section-2 .content .clearfix .info {
    margin-top: 20px;
    text-align: center
}

.section-2 .content .more {
    margin: 40px auto 0;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #172a88;
    border-radius: 6px
}

.section-2 .content .more a {
    display: block
}

.section-2 .section-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 31%;
    overflow: hidden
}

.section-2 .section-bottom .section-box-1,
.section-2 .section-bottom .section-box-2 {
    width: 35.425%;
    float: left;
    height: 100%;
    padding: 0 9.375% 0 5.2%;
    min-height: 220px;
    box-sizing: content-box;
}

.section-2 .section-bottom .section-box-1:after,
.section-2 .section-bottom .section-box-2:after {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: -5px
}

.section-2 .section-bottom .section-box-1 {
    background-image: url(../image/list_1.png);
    background-color: rgba(22, 93, 154, 0.9);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.section-2 .section-bottom .section-box-1:hover {
    background-image: none;
    background-color: #172a88
}

.section-2 .section-bottom .section-box-2 {
    background-image: url(../image/list_2.png);
    background-color: rgba(30, 109, 180, 0.9);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.section-2 .section-bottom .section-box-2:hover {
    background-image: none;
    background-color: #172a88
}

.section-2 .section-bottom .view {
    vertical-align: middle;
    display: inline-block;
    width: 99%
}

.section-2 .section-bottom .pic {
    width: 75px
}

.section-2 .section-bottom .pic img {
    max-width: 100%
}

.section-2 .section-bottom .info {
    margin: 30px 0;
    color: #fff
}

.section-2 .section-bottom .info h4 {
    font-size: 20px;
    line-height: 20px
}

.section-2 .section-bottom .info p {
    margin-top: 14px;
    line-height: 30px
}

.section-3 {
    position: relative;
    background: url(../image/index-3.jpg) no-repeat 50%;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/basic/skin/images/index-3.jpg', sizingMethod='scale')";
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/basic/skin/images/index-3.jpg', sizingMethod='scale')
}

.section-3 .page-cen {
    padding: 120px 0 0
}

.section-3 .section-title {
    text-align: center
}

.section-3 .section-title h2 {
    color: #fff
}

.section-3 .section-title h1 {
    color: #fff
}

.section-3 .section-title .info-box {
    color: #fff
}

.section-3 .pro-list ul {
    margin: 0 -90px;
    overflow: hidden
}

.section-3 .pro-list li {
    position: relative;
    width: 280px;
    height: 220px;
    margin: 60px 90px 0;
    float: left;
    margin:120px 90px 0;
    width: 480px;
    height: 320px;
}

.section-3 .pro-list li .pic {
    height: 100%;
    width: 100%;
    display: table;
}

.section-3 .pro-list li.even .pic {
    background: url(../image/hexagon_1.png) no-repeat center center;
    background-size: auto 100%;
}

.section-3 .pro-list li.odd .pic {
    background: url(../image/hexagon_2.png) no-repeat center center;
    background-size: auto 100%;
}

.section-3 .pro-list li .pic p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.section-3 .pro-list li .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.section-3 .pro-list li .info {
    position: absolute;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
    padding: 0 22px;
    line-height: 46px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 236px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.section-3 .pro-list li .info a {
    color: #fff
}

.section-3 .pro-list li .info h4 {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 16px
}

.section-3 .pro-list li .info h4 span {
    font-size: 12px
}

.section-3 .pro-list li .info .line {
    width: 38px;
    height: 3px;
    background-color: #fff;
    margin-top: 6px
}

.section-3 .pro-list li .info .text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 24px
}

.section-3 .pro-list li:hover .info {
    background-color: rgba(0, 0, 0, 0.84);
    height: 100%
}

.section-3 .pro-list li:hover .info h4 {
    padding-top: 30px
}

.section-4 {
    background-color: #e6e6e6
}

.section-4 .page-cen {
    padding-top: 80px
}

.section-4 .section-title {
    text-align: center
}

.section-4 .section-title .info-box {
    position: relative;
    padding: 30px 40px;
    margin: 70px 60px 0
}

.section-4 .section-title .info-box:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../image/yi.png) no-repeat 50%
}

.section-4 .section-title .info-box:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../image/fi.png) no-repeat 50%
}

.section-4 .coreListBox {
    margin-top: 60px;
    position: relative
}

.section-4 .coreListBox .coreNav {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../image/carnav.png) no-repeat;
    cursor: pointer;
    top: 50%;
    margin-top: -15px
}

.section-4 .coreListBox .coreNav:hover {
    background-position-y: -30px
}

.section-4 .coreListBox .prev {
    background-position: 0 0;
    left: 0
}

.section-4 .coreListBox .next {
    background-position: -37px 0;
    right: 0
}

.section-4 .coreDetailsBox {
    text-align: center;
    overflow: hidden
}

.section-4 .coreDetailsBox li {
    float: left;
    text-align: center;
    height: 180px
}

.section-4 .coreDetailsBox h4 {
    font-size: 18px;
    margin-top: 40px
}

.section-4 .coreDetailsBox .info {
    margin-top: 20px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section-4 .coreDetailsBox .more {
    display: inline-block;
    margin-top: 30px;
    color: #666
}

.section-4 .coreList {
    margin-left: -28px
}

.section-4 .coreList li {
    height: 327px;
    float: left;
    position: relative;
    margin-right: -56px
}

.section-4 .coreList li.hasborder .border {
    display: block
}

.section-4 .coreList li.hasborder .pic {
    display: block
}

.section-4 .coreList li.hasborder .pic img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'>&lt… 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0)
}

.section-4 .coreList li .border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: none
}

.section-4 .coreList li .border img {
    width: 100%;
    height: 100%
}

.section-4 .coreList li .pic {
    text-align: center;
    height: 100%;
    position: relative;
}

.section-4 .coreList li .pic img {
    width: 100%;
    height: 100%;
    /*filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'>&lt…33 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: #808080;
    -webkit-filter: grayscale(100%)*/
}

.section-5 .page-cen {
    padding-top: 80px
}

.section-5 .section-title h4 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px
}

.section-5 .section-title h4 span {
    font-size: 16px;
    line-height: 100%
}

.section-5 .section-title .title-line2 {
    width: 24px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 30px
}

.section-5 .newsBox {
    white-space: nowrap;
    margin-top: 120px;
    overflow: hidden
}

.section-5 .newsBox ul {
    white-space: normal;
    display: none;
    overflow: hidden;
    margin-right: -30px
}

.section-5 .newsBox ul.active {
    display: inline-block
}

.section-5 .newsBox ul li {
    width: 330px;
    margin-right: 30px;
    background-color: #f5f5f5;
    float: left;
}

.section-5 .newsBox ul.cons02 li {
    padding-top: 48px;
}

.section-5 .newsBox ul li .pic {
    height: 200px;
    overflow: hidden
}

.section-5 .newsBox ul li .pic img {
    width: 100%
}

.section-5 .newsBox ul li .pic .bg {
    display: none
}

.section-5 .newsBox ul li .pic.event {
    position: relative;
    text-align: center
}

.section-5 .newsBox ul li .pic.event .bg {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: none;
    max-height: none
}

.section-5 .newsBox ul li .pic.event img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 200px;
    max-height: 240px
}

.section-5 .newsBox ul li .info {
    /*margin-top: 20px;*/
    padding: 20px 40px 28px;
    background-color: #f5f5f5;
}

.section-5 .newsBox ul li .info .date {
    color: #666
}

.section-5 .newsBox ul li .info h4 {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    padding-top: 39px;
    margin-bottom: 28px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-5 .newsBox ul.cons02 li .info h4 {
    height: 36px;
}

.section-5 .newsBox ul.cons01 li .info h4 {
    padding-top: 18px;
}

.section-5 .newsBox ul li .info .text {
    color: #666;
    margin-top: 6px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section-5 .newsBox ul.cons02 li .info .text {
    display: none;
}

.section-5 .newsBox ul li .info .more {
    margin: 40px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #0099d9;
    border-radius: 6px
}

.section-5 .nav-list {
    margin-top: 40px;
    text-align: center
}

.section-5 .nav-list span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px
}

.section-5 .nav-list .nav-li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.section-5 .nav-list .nav-li a {
    color: #666;
}

.section-5 .nav-list .nav-li a:hover {
    color: #0099d9
}

.section-6 {
    height: 100%;
    background: url(../image/index-6.jpg) no-repeat 50% 0;
    background-color: #07254f
}

.section-6 .section-title {
    padding-top: 80px
}

.section-6 .section-title h2 {
    color: #fff
}

.section-6 .section-title h1 {
    color: #fff
}

.section-6 .section-title .info-box {
    color: #fff
}

.section-6 .more {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../image/to.png) no-repeat 50%;
    margin: 60px auto 0
}

.more {
    color: #fff
}

.more a {
    color: #fff;
    display: block
}

.section-title h2 {
    font-size: 35px;
    text-align: center;
    color: #060919
}

.section-title h1 {
    font-size: 35px;
    text-align: center;
    color: #060919
}

.section-title h2 span {
    font-size: 18px;
    margin-left: 22px
}

.section-title h1 span {
    font-size: 18px;
    margin-left: 22px
}

.section-title .info-box {
    line-height: 30px;
    color: #555;
    margin-top: 28px;
    text-align: center;
    padding: 0 100px
}

.section-auto {
    height: auto !important
}

@keyframes tiao {
    from,
    0% {
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 1
    }
    100%,
    to {
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.section-7 {
    background: url(../image/bg_s_7_01.jpg) no-repeat 50%;
    text-align: center;
    font-size: 0;
    background-size: cover;
}

.section-7:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.section-7 .page-cen {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.section-7 .section-title h2 {
    color: #fff;
}

.section-7 .section-title h1 {
    color: #fff;
}

.section-7 .section-title .info-box {
    color: #fff;
}

.section-7 .pro-list {
    margin-top: 120px;
}

.section-7 .pro-list ul {
    margin-left: 40px;
}

.section-7 .pro-list li {
    float: left;
    width: 256px;
    height: 200px;
    margin-right: -40px;
}

.section-7 .pro-list li.odd {
    margin-top: 100px;
}

.section-7 .pro-list li .pic {
    background: url(../image/hexagon_2.png) no-repeat center center;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 200px;
}

.section-7 .pro-list li.odd .pic {
    background: url(../image/hexagon_1.png) no-repeat center center;
}

#fp-nav {
    margin-top: -71px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 50;
}

#fp-nav ul>li {
    position: relative;
    display: block;
}

#fp-nav ul>li>a {
    position: relative;
    display: block;
    /* padding: 7.5px 27px; */
    padding: 0 27px;
}

#fp-nav ul li a span {
    background: url(../image/pager.png) center center no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 40px;
    text-align: center;
    text-indent: -9999px;
}

#fp-nav ul li a.active span {
    background: url(../image/pager1.png) center center no-repeat;
}



.section-8 {
    position: relative;
    background: url(../image/index-8.jpg) no-repeat 50%;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/basic/skin/images/index-8.jpg', sizingMethod='scale')";
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/basic/skin/images/index-8.jpg', sizingMethod='scale')
}

.section-8 .page-cen {
    padding: 120px 0 0
}

.section-8 .section-title {
    text-align: center
}

.section-8 .section-title h2 {
    color: #fff
}

.section-8 .section-title h1 {
    color: #fff
}

.section-8 .section-title .info-box {
    color: #fff
}
.section-8 .news-list{
    margin-top: 5%;
}
.section-8 .news-list li{
    width: 48%;
    margin: 1%;
    padding: 1%;
    background: rgb(255 255 255 / 85%);
    float: left;
    box-sizing: border-box;
}
.section-8 .news-list li .tit{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-top: 5px;
}
.section-8 .news-list li .desc {
    font-size: 13px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-family: arial;
}
.section-8 .news-list li .time{
    font-size: 12px;
    font-family: arial;
    color: #999;
    margin: 10px 0;
}




