/*头部*/
.header {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #fff;
}

.header .logo {
    font-size: 0;
}

.header .logo a {
    display: block;
    position: relative;
}

.header .logo a span {
    position: absolute;
    left: 130px;
    top: 0;
    font-size: 16px;
    color: #666;
    width: 250px;
}

.header .logo img {
    vertical-align: middle;
}

.header .main-nav ul li {
    float: left;
}

.header .main-nav ul li a {
    display: block;
    padding: 0 13px;
    font-size: 14px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .main-nav ul li.on a,
.header .main-nav ul li:hover a {
    background-color: #008CD6;
    color: #fff;
}


.com-width {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.title {
    /*width: 1320px;*/
    height: 100px;
    margin: 30px auto;
    background: url(../images/titles.png) no-repeat center 0;
    text-align: center;
}

.title h2 {
    height: 45px;
    line-height: 45px;
    font-size: 31px;
    color: #000;
}

.title h2 span {
    color: #003d7d;
    font-family: 'Times New Roman';
}


.mainBody_06 {
    width: 100%;
    min-width: 1320px;
    height: auto;
    overflow: hidden;
    padding: 0 0 80px 0;
}

.mainBody_06 .list {
    width: 1320px;
    margin: 0 auto;
    height: auto;
    padding: 50px 0;
}

.mainBody_06 li {
    width: 330px;
    height: 260px;
    float: left;
    text-align: center;
    transition: all 0.6s ease 0s;
}

.mainBody_06 li:hover {
    color: #003d7d;
}

.mainBody_06 li:hover .a1 {
    background: #003d7d;
    -webkit-transform: rotate(360deg);
    transform: rotate(deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.mainBody_06 .a1 {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #333;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
}

.mainBody_06 .a1 img {
    padding-top: 16px;
}

.mainBody_06 .a2 {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    padding: 20px 0 0 0;
}

.mainBody_06 .a3 {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
}

.mainBody_06 .a4 {
    width: 100%;
    line-height: 22px;
    font-size: 15px;
}




.index_intro {
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/index_intro_bg.jpg")
}

@media (max-width: 1440px) {
    .index_intro {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 1380px) {
    .index_intro {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 968px) {
    .index_intro {
        padding-top: 20px;
        padding-bottom: 0px
    }
}

.title01 h2 {
    display: block;
    font-size: 32px;
    color: #202c50;
    font-weight: bold
}


.index_intro .title01 {
    height: 60px;
    line-height: 60px;
    position: relative
}

@media (max-width: 668px) {
    .index_intro .title01 {
        height: 40px;
        line-height: 40px
    }
}

.index_intro .title01 b {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #19254a;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

@media (max-width: 1440px) {
    .index_intro .title01 span {
        font-size: 60px
    }
}

@media (max-width: 668px) {
    .index_intro .title01 span {
        font-size: 40px
    }
}

.index_intro .title01:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    line-height: 1px;
    background: #cddf00;
    position: absolute;
    left: 6px;
    bottom: -5px
}

@media (max-width: 668px) {
    .index_intro .title01:after {
        width: 40px;
        left: 3px
    }
}

.index_intro>.inner {
    margin-top: 40px
}

@media (max-width: 668px) {
    .index_intro>.inner {
        margin-top: 20px
    }
}

.index_intro>.inner .img {
    float: right;
    width: 40.6%;
    height: 540px;
    position: relative
}

@media (max-width: 1440px) {
    .index_intro>.inner .img {
        height: 450px
    }
}

@media (max-width: 968px) {
    .index_intro>.inner .img {
        float: none;
        width: 100%;
        height: 350px
    }
}

@media (max-width: 668px) {
    .index_intro>.inner .img {
        height: 250px
    }
}

.index_intro>.inner .img:before {
    content: '';
    display: block;
    width: 330px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/index_intro_img_icon01.png");
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 1
}

@media (max-width: 1440px) {
    .index_intro>.inner .img:before {
        left: -15px;
        top: -15px
    }
}

@media (max-width: 968px) {
    .index_intro>.inner .img:before {
        left: -10px;
        top: -10px
    }
}

@media (max-width: 668px) {
    .index_intro>.inner .img:before {
        width: 200px;
        height: 133px;
        left: -5px;
        top: -5px
    }
}

.index_intro>.inner .img:after {
    content: '';
    display: block;
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/index_intro_img_icon02.png");
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 1
}

@media (max-width: 1440px) {
    .index_intro>.inner .img:after {
        right: -15px;
        bottom: -15px
    }
}

@media (max-width: 968px) {
    .index_intro>.inner .img:after {
        right: -10px;
        bottom: -10px
    }
}

@media (max-width: 668px) {
    .index_intro>.inner .img:after {
        width: 150px;
        height: 120px;
        right: -5px;
        bottom: -5px
    }
}

.index_intro>.inner .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2
}

.index_intro>.inner .txt {
    float: left;
    width: 53.6%
}

@media (max-width: 968px) {
    .index_intro>.inner .txt {
        float: none;
        width: 100%
    }
}

@media (max-width: 968px) {
    .index_intro>.inner .txt {
        padding-top: 20px
    }
}

.index_intro>.inner .txt .des {
    font-size: 18px;
    line-height: 34px;
    font-weight: lighter;
    color: #333
}

@media (max-width: 1681px) {
    .index_intro>.inner .txt .des {
        font-size: 16px;
        line-height: 30px
    }
}

@media (max-width: 1440px) {
    .index_intro>.inner .txt .des {
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 668px) {
    .index_intro>.inner .txt .des {
        line-height: 26px;
        font-weight: normal
    }
}

.index_intro>.inner .txt .nums {
    margin-top: 35px
}

@media (max-width: 968px) {
    .index_intro>.inner .txt .nums {
        margin-top: 10px
    }
}

.index_intro>.inner .txt .nums ul li {
    display: block;
    float: left;
    width: 25%;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px
}

@media (max-width: 968px) {
    .index_intro>.inner .txt .nums ul li {
        text-align: center
    }
}

@media (max-width: 668px) {
    .index_intro>.inner .txt .nums ul li {
        width: 50%
    }
}

.index_intro>.inner .txt .nums ul li span.num {
    height: 54px;
    line-height: 54px;
    font-size: 60px;
    font-family: 'Bebas';
    color: #cddf00
}

@media (max-width: 1440px) {
    .index_intro>.inner .txt .nums ul li span.num {
        height: 40px;
        line-height: 40px;
        font-size: 40px
    }
}

.index_intro>.inner .txt .nums ul li em {
    display: block;
    font-size: 14px;
    font-style: normal
}



.w_col {
    padding-left: 160px;
    padding-right: 160px
}

@media (max-width: 1681px) {
    .w_col {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 1440px) {
    .w_col {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1380px) {
    .w_col {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1180px) {
    .w_col {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 668px) {
    .w_col {
        padding-left: 10px;
        padding-right: 10px
    }
}


.mainBody_03 {
    width: 100%;
    min-width: 1320px;
    height: 800px;
    padding: 80px 0;
    background: url(../images/main1.png) no-repeat center 0;
}

.mainBody_03 .list {
    width: 1320px;
    margin: 0 auto;
}

.mainBody_03 ul {
    float: left;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.mainBody_03 ul img {
    width: 100%;
    transition: all 0.5s;
}

.mainBody_03 ul:hover img {
    transform: scale(1.1);
}

.mainBody_03 .ul1 {
    width: 850px;
    margin-right: 20px;
}

.mainBody_03 .ul2 {
    width: 450px;
}

.mainBody_03 .ul3 {
    width: 450px;
    margin-right: 20px;
}

.mainBody_03 .ul4 {
    width: 850px;
}

.mainBody_03 .a1 {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.mainBody_03 .a2 {
    width: 320px;
    height: 180px;
    position: absolute;
    top: 150px;
    left: 30px;
    transition: all 0.6s ease 0s;
    color: #fff;
}

.mainBody_03 .a2 h3 {
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 10px;
}

.mainBody_03 .a2 p {
    line-height: 22px;
    font-size: 14px;
    height: 66px;
    overflow: hidden;
}

.mainBody_03 .a2 i {
    line-height: 24px;
    font-size: 14px;
    color: #003d7d;
    font-style: normal;
    padding-top: 20px;
    display: block;
}

.mainBody_03 ul:hover .a2 {
    top: 110px;
}


footer {
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/foot_bg.jpg")
}

@media (max-width: 1440px) {
    footer {
        padding-top: 50px
    }
}

@media (max-width: 1380px) {
    footer {
        padding-top: 30px
    }
}

.foot_top {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.foot_top a.logo {
    display: block;
    float: left;
    height: 30px
}

@media (max-width: 1180px) {
    .foot_top a.logo {
        float: none;
        text-align: center
    }
}

.foot_top a.logo img {
    height: 100%;
    opacity: .75
}

.foot_top .foot_nav {
    float: right;
    width: 1020px
}

@media (max-width: 1440px) {
    .foot_top .foot_nav {
        width: 900px
    }
}

@media (max-width: 1180px) {
    .foot_top .foot_nav {
        display: none
    }
}

.foot_top .foot_nav ul li {
    display: block;
    float: left;
    width: 10%
}

.foot_top .foot_nav ul li a {
    display: block;
    text-align: right;
    line-height: 30px;
    color: #a9a9a9;
    font-weight: lighter;
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .foot_top .foot_nav ul li a {
        font-size: 14px
    }
}

.foot_top .foot_nav ul li a:hover {
    color: #fff
}

.foot_links {
    padding: 60px 0 40px
}

@media (max-width: 1440px) {
    .foot_links {
        padding: 30px 0
    }
}

@media (max-width: 668px) {
    .foot_links {
        padding: 20px 0 10px
    }
}

.foot_contact {
    float: left;
    width: 70%
}

@media (max-width: 1440px) {
    .foot_contact {
        width: 60%;
        padding-top: 40px
    }
}

@media (max-width: 968px) {
    .foot_contact {
        width: 100%;
        padding: 20px 0px
    }
}

@media (max-width: 668px) {
    .foot_contact {
        display: none
    }
}

.foot_contact ul.col01 {
    display: block
}

.foot_contact ul.col01 li {
    display: block;
    float: left;
    width: 38%;
    height: 90px;
    position: relative;
    padding-left: 100px
}

@media (max-width: 1440px) {
    .foot_contact ul.col01 li {
        height: 40px;
        padding-left: 60px
    }
}

.foot_contact ul.col01 li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px
}

@media (max-width: 1440px) {
    .foot_contact ul.col01 li .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -10px
    }
}

.foot_contact ul.col01 li .icon i.iconfont {
    font-size: 60px;
    color: #cddf00
}

@media (max-width: 1440px) {
    .foot_contact ul.col01 li .icon i.iconfont {
        font-size: 40px
    }
}

.foot_contact ul.col01 li span.t {
    display: block;
    font-size: 26px;
    color: #cddf00
}

@media (max-width: 1440px) {
    .foot_contact ul.col01 li span.t {
        font-size: 20px
    }
}

.foot_contact ul.col01 li a {
    display: block;
    font-size: 26px;
    font-family: 'FuturaBT-Medium';
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1440px) {
    .foot_contact ul.col01 li a {
        font-size: 20px
    }
}

.foot_contact ul.col01 li:hover a {
    color: #fff
}

.foot_contact ul.flink {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1180px) {
    .foot_contact ul.flink {
        display: none
    }
}

.foot_contact ul.flink span {
    display: block;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.foot_contact ul.flink p.list {
    display: none;
    float: left
}

.foot_contact ul.flink p.list a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 5px 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.foot_contact ul.flink p.list a:hover {
    color: #fff
}

.foot_contact ul.flink p.list.on {
    display: block
}

.foot_qr {
    float: right;
    width: 390px
}

@media (max-width: 968px) {
    .foot_qr {
        float: none;
        margin: 0 auto
    }
}

@media (max-width: 668px) {
    .foot_qr {
        width: 100%;
        overflow: hidden;
        padding: 0 20px
    }
}

@media (max-width: 668px) {
    .foot_qr ul {
        margin: 0 -10px
    }
}

.foot_qr ul li {
    display: block;
    float: left;
    width: 110px;
    margin-left: 20px
}

@media (max-width: 668px) {
    .foot_qr ul li {
        width: 33.33%;
        margin: 0;
        padding: 0 10px
    }
}

.foot_qr ul li img {
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden
}

.foot_qr ul li span {
    display: block;
    font-size: 14px;
    color: #848484;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 668px) {
    .foot_qr ul li span {
        font-size: 12px
    }
}

.foot_qr ul li span i.iconfont {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-right: 5px
}

@media (max-width: 668px) {
    .foot_qr ul li span i.iconfont {
        margin-right: 0
    }
}

.foot_qr ul li:hover span {
    color: #fff
}

.foot_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0
}

@media (max-width: 1440px) {
    .foot_copyright {
        padding: 10px 0
    }
}

.foot_copyright br {
    display: none
}

@media (max-width: 668px) {
    .foot_copyright br {
        display: block
    }
}

.foot_copyright p {
    display: block;
    float: left;
    width: 70%;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.4)
}

@media (max-width: 968px) {
    .foot_copyright p {
        float: none;
        width: 100%;
        text-align: center
    }
}

@media (max-width: 668px) {
    .foot_copyright p {
        line-height: 20px;
        font-size: 12px
    }
}

.foot_copyright p a {
    color: rgba(255, 255, 255, 0.4)
}

@media (min-width: 968px) {
    .foot_copyright p a {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .foot_copyright p a:hover {
        color: #fff
    }

    .foot_copyright p:nth-last-of-type(1) {
        width: 30%;
        text-align: right
    }
}


.lastn {
    font-size: 16px;
}



