﻿/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all
}
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #484848;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
i, em {
    font-style: normal;
}
a {
    color: #484848;
    text-decoration: none;
    background: none;
}
a:hover {
    color: #007cd9;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container,
.headbox,
.menu {
    width: 1200px;
    margin: 0 auto;
}
.header {
    background: url("../images/h-bg.jpg") top center repeat-x;
}
.headbox {
    padding: 32px 0;
}
.logo {
    float: left;
}
.logo img {
    display: block;
    height: 65px;
}
.sch {
    float: right;
    border: 1px solid #eaeaea;
    height: 36px;
    margin-top: 25px;
}
.sch-ipt {
    float: left;
    width: 225px;
    height: 14px;
    padding: 11px 10px;
}
.sch-btn {
    float: right;
    width: 38px;
    height: 36px;
    background: url("../images/search.png") #007cd9 center no-repeat;
}
.nav {
    background-color: #007cd9;
}
.menu li {
    float: left;
    width: 12%;
    height: 58px;
    line-height: 58px;
    position: relative;
    transition: .2s left;
}
.menu li:hover,
.menu li.active {
    background: url("../images/libg.png") bottom center no-repeat;
}
.menu li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.banner {
    position: relative;
    height: 470px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 18px;
    background: #007aff;
}
.swiper-button-next, .swiper-button-prev {
    width: 56px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
}
.swiper-button-prev {
    left: 50%;
    margin-left: -656px;
    background: url("../images/left.png") no-repeat;
}
.swiper-button-next {
    right: 50%;
    margin-right: -656px;
    background: url("../images/right.png") no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}
.pt40 {
    padding-top: 40px;
}
.mb30 {
    margin-bottom: 30px;
}
.tpnews {
    position: relative;
    float: left;
    width: 598px;
    height: 398px;
    text-align: center;
}
.tpnews img {
    display: inline-block;
    height: 100%;
    /*min-width: 100%;*/
}
.tpnews h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    line-height: 52px;
}
.tpnews h2 span {
    display: block;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
    text-align: left;
}
.tpnews .swiper-pagination {
    text-align: right;
    bottom: 13px;
    padding-right: 10px;
    width: auto;
    left: 0;
    right: 0;
}
.ml620 {
    margin-left: 620px;
}
.r-tt {
    border-bottom: 2px solid #ddd;
    margin-bottom: 13px;
}
.r-tt h2 {
    display: inline-block;
    padding: 0 5px 10px 0;
    font-size: 20px;
    border-bottom: 2px solid #007cd9;
    margin-bottom: -2px;
}
.more {
    float: right;
    color: #999;
}
.toutiao {
    padding: 5px 0 8px;
}
.toutiao span {
    width: 61px;
    height: 64px;
    float: left;
    background: url("../images/tt.png") center no-repeat;
}
.toutiao a {
    line-height: 64px;
    padding: 0 20px;
    background: #f7f7f7;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 70px;
}
.newslist li {
    float: left;
    width: 100%;
    line-height: 34px;
}
.newslist li a {
    float: left;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newslist li span {
    float: right;
    color: #979797;
}
.pro-l {
    float: left;
    width: 223px;
}
.pro-l li {
    margin-top: 8px;
    height: 68px;
    line-height: 68px;
    background: #f4f4f4;
    padding: 0 20px;
    cursor: pointer;
}
.pro-l li em,
.pro-l li span {
    display: inline-block;
    vertical-align: middle;
}
.pro-l li em {
    font-size: 24px;
    color: #bdbdbd;
    font-weight: bold;
}
.pro-l li span {
    font-size: 18px;
    padding-left: 15px;
}
.pro-l li:hover,
.pro-l li.active {
    background: #007cd9;
}
.pro-l li:hover em,
.pro-l li:hover span,
.pro-l li.active em,
.pro-l li.active span {
    color: #fff;
}
.pro-r {
    margin-left: 235px;
    padding-top: 8px;
}
.proitem {
    position: relative;
    height: 448px;
    overflow: hidden;
    display: none;
}
.proitem img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.protext {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 248px;
    padding: 40px 30px;
    background: rgba(0,124,217,.8);
    color: #fff;
}
.protext h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.protext p {
    line-height: 30px;
    max-height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}
.prosub li {
    background: url("../images/prosub.png") left center no-repeat;
    padding: 3px 0 3px 17px;
}
.prosub a {
    color: #fff;
    font-size: 16px;
}
.adv img {
    display: block;
    width: 100%;
}
.w48 {
    width: 48%;
}
.kszylist li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.kszylist .tp {
    float: left;
    width: 107px;
    height: 89px;
    overflow: hidden;
}
.kszylist .tp img {
    display: block;
    min-width: 100%;
    height: 100%;
}
.kszylist .text {
    margin-left: 125px;
}
.kszylist h2 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}
.kszylist p {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    color: #979797;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist.jszx li {
    line-height: 39px;
    border-bottom: 1px dashed #ccc ;
}
.footer {
    background: #1e1e1e;
    margin-top: 50px;
    color: #979797;
}
.footer a {
    color: #979797;
}
.fbox {
    padding: 40px 0;
}
.fbox h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.f1,
.fline,
.fcnt,
.fewm {
    display: inline-block;
    vertical-align: top;
}
.f1 {
    width: 46%;
}
.flink a {
    float: left;
    display: block;
    width: 33.3%;
    padding: 5px 0;
    font-size: 13px;
}
.fline {
    width: 1px;
    height: 140px;
    background: #353535;
}
.fcnt {
    width: 37%;
    padding-left: 50px;
}
.flxfs {
    padding-top: 10px;
}
.flxfs li {
    color: #fff;
    padding-top: 10px;
}
.fewm {
    width: 120px;
    font-size: 12px;
    text-align: center;
}
.fewm img {
    width: 100%;
}
.fcopy {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #353535;
}
.fcopy img,
.fcopy span {
    display: inline-block;
    vertical-align: middle;
}
.fcopy span {
    padding: 0 8px;
}
.nlist li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.nlist a {
    display: block;
}
.nlist .date {
    float: left;
    width: 115px;
    height: 66px;
    border-right: 5px solid #e8e8e8;
    text-align: right;
    color: #fff;
    background: #007cd9;
    padding: 10px 0;
}
.nlist .date em,
.nlist .date span {
    display: block;
    padding-right: 12px;
}
.nlist .date em {
    font-size: 18px;
    opacity: .4;
    margin-bottom: 10px;
}
.nlist .date span {
    font-size: 34px;
    font-style: italic;
}
.nlist .text {
    margin-left: 143px;
}
.nlist .text h2 {
    font-size: 18px;
}
.nlist .text p {
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #979797;
    margin-top: 10px;
}
.nlist li:hover .date {
    background: #eef8ff;
}
.nlist li:hover em,
.nlist li:hover span {
    color: #007cd9;
}
.nlist li:hover em {
    opacity: .4;
}
/*分页*/
.page-nav {
    padding: 40px 0 0;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
}
.page-nav .num {
    float: left;
}
.page-nav .num span {
    display: inline-block;
    margin-right: 5px;
}
.page-nav .num em {
    color: #f00;
}
.page-nav ul {
    /*float: left;*/
}
.page-nav li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #e6e6e6;
}
.page-nav li span,
.page-nav li a {
    display: inline-block;
    padding: 4px 12px;
}
.page-nav li:hover,
.page-nav li.active {
    border: 1px solid #007cd9;
    background-color: #007cd9;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
.xqtt {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 36px;
}
.xqinfo {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #979797;
}
.xqcon {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
    overflow: hidden;
}
.xqcon img {
    max-width: 100%;
}
.aboutbox {
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.abputimg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    overflow: hidden;
}
.abputimg img {
    display: block;
    min-width: 100%;
    height: 100%;
}
.aboutcon {
    margin-left: 600px;
    padding: 45px;
}
.aboutcon h2 {
    font-size: 24px;
}
.aboutcon h3 {
    color: #c9c9c9;
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0 20px;
}
.aboutcon > p,
.aboutcon > span,
.aboutcon > a,
.aboutcon >p > a,
.aboutcon >p > span {
    font-size: 16px !important;
    line-height: 30px !important;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif !important;
}
.abouttj {
    padding-top: 60px;
    overflow: hidden;
}
.abouttj li {
    float: left;
    width: 33.3%;
    text-align: center;
}
.abouttj span {
    display: block;
    font-size: 66px;
    color: #007cd9;
    font-weight: bold;
}
.abouttj p {
    color: #979797;
    margin-top: 20px;
}
.lf {
    float: left;
    width: 272px;
}
.promenu {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
}
.promenu li {
    border: 1px solid #ddd;
    border-top: 0;
}
.promenu li > a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 18px 20px;
    background: url("../images/down.png") #007cd9 92% 27px no-repeat;
}
.promenu li.on > a {
    background: url("../images/up.png") #007cd9 92% 27px no-repeat;
}
.psub {
    background: #eff8ff;
    display: none;
    transition: .2s none;
}
.psub a {
    display: block;
    padding: 13px 13px 13px 45px;
    background: url("../images/dian.png") 27px 22px no-repeat;
    border-top: 1px solid #ddd;
}
.pr {
    margin-left: 300px;
}
.pr.kszy {
    margin-left: 0;
}
.brd {
    padding: 18px 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.brd p,
.brd a,
.brd em {
    float: left;
}
.brd a,
.brd em {
    color: #a7a7a7;
}
.brd em {
    margin: 0 10px;
}
.brd a:last-child {
    color: #007cd9;
}
.prolist {
    margin: 0 -14px 0 -13px;
}
.prolist li {
    float: left;
    position: relative;
    top: 0;
    overflow: hidden;
    width: 280px;
    height: 226px;
    margin: 0 14px 27px 13px;
    text-align: center;
    border: 1px solid #eee;
    transition: .3s all;
}
.prolist li:hover {
    top: -10px;
}
.prolist img {
    display: inline-block;
    height: 100%;
    max-width: 100%;
}
.prolist h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: rgba(0,0,0,.7);
}
.prolist.kszy {
    margin: 0 -12px;
}
.prolist.kszy li {
    margin: 0 12px 24px 12px;
}
.probox {
    border: 1px solid #ddd;
    padding: 30px;
}
.probox .tt {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}
.procon {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.procon img {
    max-width: 100%;
}
.pr .page-nav {
    text-align: right;
}
.join-note {
    text-align: right;
    color: #7e7e7e;
    padding-bottom: 10px;
}
.join-note a {
    color: #007cd9;
}
.joinus dt.first {
    background: #eee !important;
    padding: 20px 0 20px 90px;
    border: 0;
    color: #252525;
    cursor: auto;
}
.joinus dt {
    background: url("../images/jia.png") 30px center no-repeat;
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    padding: 18px 0 18px 90px;
    color: #7e7e7e;
    cursor: pointer;
}
.joinus dt.on {
    background: url("../images/jian.png") 30px center no-repeat;
}
.joinus dt span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 23%;
}
.joinus dt span:first-child {
    text-align: left;
}
.joinus dd {
    padding: 30px 45px;
    line-height: 28px;
    color: #7e7e7e;
    border-bottom: 1px dashed #ccc;
    display: none;
    transition: none .2s;
}
.joinus dd h2 {
    font-size: 18px;
    color: #252525;
}
.joinlist {
    display: none;
}
@media screen and (max-width: 1025px) {
    .container,
    .headbox {
        width: 96%;
    }
    .headbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .sch {
        display: none;
    }
    .logo img {
        height: 36px;
    }
    .nav {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background: #007cd9;
    }
    .nav i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../images/m-nav.png") center no-repeat;
        background-size: 22px;
    }
    .nav.on i {
       transform: rotate(90deg);
    }
    .menu {
        position: fixed;
        right: -240px;
        top: 56px;
        bottom: 0;
        width: 240px;
        z-index: 999;
        background: rgba(0,124,217,.9);
    }
    .menu li {
        width: 100%;
    }
    .menu.on {
        right: 0;
    }
    .banner {
        height: 320px;
    }
    .banner .swiper-slide {
        background-size: auto 100% !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .swiper-button-next {
        margin-right: 0;
        right: 10px;
    }
    .swiper-button-prev {
        margin-left: 0;
        left: 10px;
    }
    .tpnews,
    .ml620 {
        float: none;
        width: 100%;
    }
    .ml620 {
        margin: 20px 0 0 0;
    }
    .pt40 {
        padding-top: 20px;
    }
    .tpnews img {
        min-width: auto;
        margin: 0 auto;
    }
    .toutiao span {
        width: 50px;
        height: 50px;
        background-size: 100%;
    }
    .toutiao a {
        line-height: 50px;
        font-size: 16px;
        margin-left: 60px;
    }
    .fbox {
        padding: 20px 0;
    }
    .flxfs {
        padding-top: 0;
    }
    .flxfs li {
        padding: 0;
    }
    .f1,
    .fline {
        display: none;
    }
    .fcnt {
        width: auto;
        padding-left: 0;
    }
    .fewm {
        float: right;
    }
    .mb30 {
        margin-bottom: 20px;
    }
    .prolist,
    .prolist.kszy {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prolist li,
    .prolist.kszy li {
        width: 32%;
        margin: 0 0 20px;
    }
    .m-pro {
        position: fixed;
        right: 0;
        bottom: 150px;
        width: 40px;
        height: 40px;
        background: #007cd9;
        border-radius: 100%;
        z-index: 99;
    }
    .m-pro i {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url("../images/m-pro.png") center no-repeat;
        background-size: 24px;
    }
    .m-pro.on i {
        transform: rotate(90deg);
    }
    .promenu {
        position: fixed;
        right: -100%;
        bottom: 50px;
        width: 240px;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        transition: .3s all;
    }
    .promenu.on {
        right: 50px;
    }
    .promenu li > a {
        padding: 10px 12px;
        font-size: 16px;
    }
    .promenu li > a,
    .promenu li.on > a {
        background-position: 92% 20px;
    }
    .lf {
        float: none;
        width: auto;
    }
    .pr {
        margin-left: 0;
    }
    .brd {
        padding: 0;
    }
    .abputimg {
        display: none;
    }
    .aboutcon {
        margin-left: 0;
    }
    .menu li:hover {
       background: none;
    }
}
@media screen and (max-width: 750px) {
    .banner {
        height: 200px;
    }
    .tpnews {
        height: 230px;
    }
    .pro-l {
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro-l li {
        width: 49%;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        padding: 0 15px;
        white-space: nowrap;
    }
    .pro-l li em {
        font-size: 20px;
    }
    .pro-l li span {
        font-size: 16px;
        padding-left: 10px;
    }
    .pro-r {
        margin-left: 0;
    }
    .proitem {
        height: 400px;
    }
    .protext {
        width: auto;
        right: 0;
        padding: 20px;
    }
    .protext h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .protext p {
        line-height: 22px;
    }
    .w48 {
        width: 100%;
    }
    .kszylist {
        margin-bottom: 20px;
    }
    .footer {
        margin-top: 20px;
    }
    .fbox {
        display: none;
    }
    .gotop {
        position: fixed;
        bottom: 100px;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: url("../images/gotop.png") #007cd9 center no-repeat;
        background-size: 60%;
        display: none;
    }

    .prolist li,
    .prolist.kszy li {
        width: 48%;
        height: 180px;
    }
    .pr .page-nav {
        text-align: center;
    }
    .page-nav {
        padding-top: 20px;
    }
    .probox {
        padding: 13px;
    }
    .probox .tt {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .aboutcon {
        padding: 15px;
    }
    .aboutcon h2 {
        font-size: 20px;
    }
    .aboutcon h3 {
        font-size: 16px;
        margin: 0;
    }
    .abouttj span {
        font-size: 40px;
    }
    .abouttj p {
        font-size: 14px;
        margin-top: 10px;
    }
    .nlist li {
        padding: 20px 0;
    }
    .nlist .date {
        width: 90px;
        height: 54px;
    }
    .nlist .date em {
        margin-bottom: 5px;
    }
    .nlist .date span {
        font-size: 24px;
    }
    .nlist .text {
        margin-left: 110px;
    }
    .nlist .text p {
        -webkit-line-clamp: 2;
        max-height: 36px;
        overflow: hidden;
    }
    .jointt {
        color: #007cd9;
        text-align: center;
        padding: 15px;
    }
    .joinus {
        display: none;
    }
    .joinlist {
        display: block;
    }
    .joinlist li {
        border-top: 1px solid #ccc;
    }
    .joinlist .tt {
        background: url("../images/jia.png") right 10px center no-repeat;
        background-size: 10px;
        padding: 10px;
    }
    .joinlist .tt.on {
        background: url("../images/jian.png") right 10px center no-repeat;
        background-size: 10px;
    }
    .joinlist .tt h2 {
        font-size: 16px;
        color: #007cd9;
        margin-bottom: 6px;
    }
    .joinlist .tt p {
        display: flex;
    }
    .joinlist .tt span {
        width: 50%;
        color: #7e7e7e;
    }
    .joinlist .tt span.s1 {
        background: url("../images/add.png") left center no-repeat;
        background-size: 10px;
        padding-left: 15px;
    }
    .joinlist .nn {
        padding: 10px;
        border-top: 1px solid #ccc;
        display: none;
        transition: .3s none;
    }
    .joinlist .nn p {
        color: #7e7e7e;
    }
    .join-note {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .xqinfo span {
        float: none;
        display: block;
    }
}