@import url(../../static/public.css);

.p_con01 {
    padding: 15px 0;
    float: left;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #f0f0f0
}

.p_con01 .left {
    float: left;
    margin-top: 6px
}

.p_con01 .left em {
    color: #015cb5;
    float: left
}

.p_con01 .left .list {
    float: left
}

.p_con01 .left .list a {
    float: left;
    margin-left: 15px
}

.p_con01 .left .list a:hover {
    color: #015cb5
}

.p_con01 .right {
    border: 1px solid #ffbf00;
    float: right
}

.p_con01 .right input {
    border: 0px;
    line-height: 25px;
    padding-left: 10px
}

.p_con01 .right button {
    line-height: 27px;
    background: #ffbf00;
    padding: 0 20px
}

.p_con02 {
    float: left;
    width: 100%;
    padding: 60px 0
}

.p_con02 .box_title {
    width: 100%;
    float: left;
    text-align: center
}

.p_con02 .box_title .desc {
    display: inline-block;
    font-size: 18px
}

.p_con02 .box_title h3 {
    font-size: 28px
}

.p_con02 .box_title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    margin-top: 15px
}

.p_con02 .box_title span:before {
    width: 50px;
    left: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con02 .box_title span:after {
    width: 50px;
    right: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con02 .left {
    width: 20%;
    float: left;
    margin-top: 20px
}

.p_con02 .left li {
    width: 100%;
    float: left
}

.p_con02 .left li .one_title {
    border-left: 4px solid #f7c433;
    background: #015cb5;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff
}

.p_con02 .left li .one_title i {
    float: right;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center
}

.p_con02 .left li ul {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-top: 10px
}

.p_con02 .left li ul li:last-child {
    border: 0px
}

.p_con02 .left li ul li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    position: relative
}

.p_con02 .left li ul li:before {
    content: "\e60d";
    font-family: "icon";
    margin-right: 10px
}

.p_con02 .right {
    width: 80%;
    padding-left: 30px;
    float: right;
    margin-top: 20px
}

.p_con02 .right li {
    margin-left: 20px;
    background: #f8f8f8;
    float: left;
    width: 290px;
    padding: 10px;
    margin-bottom: 20px
}

.p_con02 .right li .img {
    width: 100%;
    float: left
}

.p_con02 .right li .img img {
    width: 100%
}

.p_con02 .right li .title {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 16px
}

.p_con02 .right li .but {
    display: block;
    text-align: center;
    float: left;
    width: 100%
}

.p_con02 .right li .but a {
    background: #015cb5;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #015cb5;
    margin: 0 5px
}

.p_con02 .right li:hover {
    background: #f7c433
}

.p_con02 .right li:hover .title a {
    color: #fff
}

.p_con02 .right li:hover .but a {
    border: 1px solid #fff;
    color: #fff;
    background: none
}

.p_con02 .right li:hover .but a:nth-child(2) {
    background: #fff;
    color: #333
}

.p_con03 {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.p_con03 .box_title {
    width: 100%;
    float: left;
    text-align: center
}

.p_con03 .box_title .desc {
    display: inline-block;
    font-size: 18px;
    color: #fff
}

.p_con03 .box_title h3 {
    font-size: 28px;
    color: #fff
}

.p_con03 .box_title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    margin-top: 15px
}

.p_con03 .box_title span:before {
    width: 50px;
    left: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con03 .box_title span:after {
    width: 50px;
    right: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con03 .bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1
}

.p_con03 .list {
    margin-top: 40px;
    float: left;
    width: 110%
}

.p_con03 .list .item {
    width: 285px;
    float: left;
    margin-right: 20px
}

.p_con03 .list .item .img {
    width: 100%;
    float: left;
    position: relative
}

.p_con03 .list .item .img img {
    width: 100%
}

.p_con03 .list .item .img .title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 16px
}

.p_con03 .list .item .desc {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px
}

.p_con03 .list .item .desc p {
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 5px
}

.p_con03 .list .item .desc p:before {
    background: url(../../static/img/faico.jpg) no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 5px
}

.p_con03 .list .item .more {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ccc
}

.p_con03 .list .item .more a {
    background: #ccc;
    display: inline-block;
    float: right;
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px
}

.p_con03 .list .item:hover .img .title {
    background: #015cb5
}

.p_con03 .list .item:hover .more {
    border-color: #015cb5
}

.p_con03 .list .item:hover .more a {
    background: #015cb5;
    color: #fff
}

.p_con04 {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.p_con04 .box_title {
    width: 100%;
    float: left;
    text-align: center
}

.p_con04 .box_title .desc {
    display: inline-block;
    font-size: 18px
}

.p_con04 .box_title h3 {
    font-size: 28px
}

.p_con04 .box_title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    margin-top: 15px
}

.p_con04 .box_title span:before {
    width: 50px;
    left: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con04 .box_title span:after {
    width: 50px;
    right: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con04 .box {
    width: 100%;
    float: left;
    margin-top: 40px
}

.p_con04 .box .left {
    float: left;
    width: 30%
}

.p_con04 .box .left .swiper-slide {
    position: relative;
    padding-top: 5px;
    padding-right: 5px
}

.p_con04 .box .left .swiper-slide:before {
    width: 100%;
    position: absolute;
    height: 5px;
    background: #ccc;
    top: 0px;
    left: 5px;
    content: ""
}

.p_con04 .box .left .swiper-slide:after {
    width: 10px;
    position: absolute;
    height: 100%;
    background: #ccc;
    top: -5px;
    right: -5px;
    content: ""
}

.p_con04 .box .left img {
    width: 100%;
    float: left
}

.p_con04 .box .list {
    float: right;
    width: 70%;
    padding-left: 40px;
    margin-top: 20px
}

.p_con04 .box .list .item {
    float: left;
    width: 33.3333%;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer
}

.p_con04 .box .list .item .title {
    position: relative;
    float: left;
    padding: 0 20px;
    background: #666;
    line-height: 30px;
    font-size: 16px;
    color: #fff
}

.p_con04 .box .list .item .title em {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f7c433;
    text-align: center;
    color: #fff;
    font-size: 14px;
    left: -12px;
    line-height: 24px;
    top: -12px;
    border: 2px solid #fff
}

.p_con04 .box .list .item .desc {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #666;
    height: 35px;
    overflow: hidden
}

.p_con04 .box .list .active .title {
    color: #fff;
    background: #015cb5
}

.p_con05 {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.p_con05 .box_title {
    width: 100%;
    float: left;
    text-align: center
}

.p_con05 .box_title .desc {
    display: inline-block;
    font-size: 18px;
    color: #fff
}

.p_con05 .box_title h3 {
    font-size: 28px;
    color: #fff
}

.p_con05 .box_title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    margin-top: 15px
}

.p_con05 .box_title span:before {
    width: 50px;
    left: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con05 .box_title span:after {
    width: 50px;
    right: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con05 .bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    overflow: hidden
}

.p_con05 .list {
    width: 120%;
    float: left;
    overflow: hidden;
    margin: 80px 0 30px 0
}

.p_con05 .list li {
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 50%;
    position: relative;
    padding: 35px 30px 0 30px;
    text-align: center;
    margin-right: 55px;
    color: #fff
}

.p_con05 .list li .br {
    width: 150px;
    height: 150px;
    border: 5px solid #015cb5;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.p_con05 .list li .text {
    color: #fff;
    font-size: 16px
}

.p_con05 .list li:hover .br {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.p_con05 .list li:nth-child(1) .br {
    border-left: 5px solid #fff
}

.p_con05 .list li:nth-child(2) .br {
    border-top: 5px solid #fff
}

.p_con05 .list li:nth-child(3) .br {
    border-right: 5px solid #fff
}

.p_con05 .list li:nth-child(4) .br {
    border-bottom: 5px solid #fff
}

.p_con05 .list li:nth-child(5) .br {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff
}

.p_con05 .list li:nth-child(6) .br {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff
}

.p_con05 .tel {
    width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 30px
}

.p_con05 .tel .img {
    display: inline-block;
    position: relative;
    top: 10px
}

.p_con05 .tel .text {
    display: inline-block;
    font-size: 26px;
    padding: 0 10px;
    color: #fff
}

.p_con05 .tel .text em {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: #f7c433
}

.p_con05 .more {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center
}

.p_con05 .more a {
    background: #015cb5;
    color: #fff;
    padding: 0 60px;
    line-height: 40px;
    display: inline-block
}

.p_con06 {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: #f8f8f8
}

.p_con06 .box_title {
    width: 100%;
    float: left;
    text-align: center
}

.p_con06 .box_title .desc {
    display: inline-block;
    font-size: 18px
}

.p_con06 .box_title h3 {
    font-size: 28px
}

.p_con06 .box_title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    margin-top: 15px
}

.p_con06 .box_title span:before {
    width: 50px;
    left: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con06 .box_title span:after {
    width: 50px;
    right: -60px;
    position: absolute;
    top: 4px;
    height: 1px;
    background: #ccc;
    content: ""
}

.p_con06 .box {
    background: #fff;
    width: 100%;
    float: left;
    margin-top: 40px
}

.p_con06 .box .left {
    width: 65%;
    float: left
}

.p_con06 .box .left img {
    width: 100%
}

.p_con06 .box .right {
    width: 35%;
    float: right;
    padding: 40px
}

.p_con06 .box .right .title {
    font-size: 24px;
    display: block;
    width: 100%;
    font-weight: bold;
    float: left
}

.p_con06 .box .right .en {
    display: block;
    margin-top: 5px;
    color: #666;
    width: 100%;
    float: left;
    position: relative;
    font-size: 12px
}

.p_con06 .box .right .en:before {
    width: 150px;
    height: 3px;
    background: #015cb5;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px
}

.p_con06 .box .right .desc {
    float: left;
    margin: 50px 0 30px 0;
    line-height: 1.8;
    color: #666
}

.p_con06 .box .right .more {
    background: #015cb5;
    padding: 0 20px;
    float: left;
    line-height: 30px;
    color: #fff;
    display: inline-block
}

.p_con07 {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.p_con07 .news_one {
    float: left;
    width: 370px;
    margin-right: 35px
}

.p_con07 .news_one .small_title {
    width: 100%;
    float: left
}

.p_con07 .news_one .small_title .fl {
    font-size: 16px;
    color: #999;
    position: relative
}

.p_con07 .news_one .small_title .fl:before {
    width: 70px;
    height: 2px;
    background: #015cb5;
    bottom: -15px;
    position: absolute;
    content: ""
}

.p_con07 .news_one .small_title .fl em {
    font-size: 18px;
    color: #333
}

.p_con07 .news_one .small_title .fr {
    float: right;
    font-size: 16px
}

.p_con07 .news_one .small_title .fr a {
    display: inline-block;
    color: #999
}

.p_con07 .news_one .top_news {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: block
}

.p_con07 .news_one .top_news a {
    display: inline-block;
    width: 100%;
    position: relative
}

.p_con07 .news_one .top_news a .title {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 40px
}

.p_con07 .news_one .top_news img {
    width: 100%;
    display: block
}

.p_con07 .news_one .list {
    border: 1px solid #f0f0f0;
    float: left;
    padding: 0 20px;
    width: 100%;
    padding-bottom: 20px
}

.p_con07 .news_one .list .item {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc
}

.p_con07 .news_one .list .item a:hover {
    color: #015cb5
}

.p_con07 .news_one .list .item:last-child {
    border: 0px
}

.p_con07 .news_one .more {
    float: left;
    margin-top: -17px;
    padding-left: 20px
}

.p_con07 .news_one .more a {
    background: #015cb5;
    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
    color: #fff
}

.p_con07 .right_news {
    float: right;
    width: 385px
}

.p_con07 .right_news .small_title {
    width: 100%;
    float: left
}

.p_con07 .right_news .small_title .fl {
    font-size: 16px;
    color: #999;
    position: relative
}

.p_con07 .right_news .small_title .fl:before {
    width: 70px;
    height: 2px;
    background: #015cb5;
    bottom: -15px;
    position: absolute;
    content: ""
}

.p_con07 .right_news .small_title .fl em {
    font-size: 18px;
    color: #333
}

.p_con07 .right_news .small_title .fr {
    float: right;
    font-size: 16px
}

.p_con07 .right_news .small_title .fr a {
    display: inline-block;
    color: #999
}

.p_con07 .right_news .roll {
    width: 100%;
    height: 430px;
    margin: 0 auto;
    line-height: 90px;
    font-size: 12px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    padding: 10px 20px;
    background: #f8f8f8
}

.p_con07 .right_news .roll li {
    height: 80px;
    border-bottom: 1px dotted #ccc;
    margin-top: 10px
}

.p_con07 .right_news .roll li .title {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    float: left;
    height: 25px;
    line-height: 25px
}

.p_con07 .right_news .roll li .title .ask {
    background: #666;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    text-align: center
}

.p_con07 .right_news .roll li .desc {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    float: left;
    height: 40px;
    overflow: hidden;
    line-height: 1.6;
    color: #666;
    font-size: 12px
}

.p_con07 .right_news .roll li .desc .answer {
    background: #005aa1;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0px;
    font-size: 14px;
    top: 0px;
    text-align: center
}

.p_con07 .right_news .roll li a {
    color: #666;
    text-decoration: none;
    font-size: 14px
}

.p_con07 .right_news .roll li a:hover {
    color: #015cb5;
    text-decoration: underline
}

.p_con08 {
    width: 100%;
    float: left;
    margin-top: 20px
}

.p_con08 .small_title {
    color: #015cb5;
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.p_con08 .small_title em {
    font-size: 18px;
    color: #666;
    margin-left: 5px;
    font-weight: normal
}

.p_con08 .list {
    float: left;
    width: 100%;
    margin-top: 10px
}

.p_con08 .list a {
    margin-right: 20px;
    color: #666
}

.p_con08 .list a:hover {
    color: #015cb5
}

.p_con09 {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 50px
}

.p_con09 .small_title {
    color: #015cb5;
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.p_con09 .small_title em {
    font-size: 18px;
    color: #666;
    margin-left: 5px;
    font-weight: normal
}

.p_con09 .list {
    float: left;
    width: 100%;
    margin-top: 10px
}

.p_con09 .list a {
    margin-right: 20px;
    color: #666
}

.p_con09 .list a:hover {
    color: #015cb5
}

@media screen and (max-width: 769px) {
    .p_con01 {
        padding: 10px
    }

    .p_con01 .left {
        display: none
    }

    .p_con01 .right {
        width: 100%
    }

    .p_con01 .right form {
        display: flex
    }

    .p_con01 .right form input {
        width: 100%
    }

    .p_con01 .right form button {
        width: 80px;
        flex-shrink: 0
    }

    .p_con02 {
        padding: 30px 10px
    }

    .p_con02 .box_title h3 {
        font-size: 20px;
        margin-top: 5px
    }

    .p_con02 .left {
        display: none
    }

    .p_con02 .right {
        width: 100%;
        padding: 0px
    }

    .p_con02 .right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .p_con02 .right ul li {
        width: 48%;
        padding: 10px;
        margin-left: 0px
    }

    .p_con02 .right ul li .but a:nth-child(1) {
        display: none
    }

    .p_con03 {
        padding: 30px 10px
    }

    .p_con03 .box_title h3 {
        font-size: 20px;
        margin-top: 10px
    }

    .p_con03 .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        
    }

    .p_con03 .list .item {
        width: 48%;
        margin-right: 0px;
    }


    .p_con04 {
        padding: 30px 10px
    }

    .p_con04 .box_title h3 {
        font-size: 20px;
        margin-top: 10px
    }

    .p_con04 .box .left {
        width: 100%;
        float: left;
        display: none;
    }

    .p_con04 .box .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding: 0 10px
    }

    .p_con04 .box .list .item {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 10px
    }
    .p_con04 .box .list .item .title{
    	font-size: 14px;
    }
    .p_con04 .box .list .item .desc{
    	display: none;
    }

    .p_con04 .box .list .item:nth-child(odd) {
        padding-left: 0px;
        padding-right: 5px
    }

    .p_con05 {
        padding: 30px 10px
    }

    .p_con05 .box_title h3 {
        font-size: 20px;
        margin-top: 5px
    }


    .p_con05 .list {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0px 0px 0px
    }

    .p_con05 .list li {
        margin-right: 0px;
        width: 50%;
        margin-bottom: 20px;
        padding: 0
    }

    .p_con05 .list li .br {
        left: 50%;
        margin-left: -75px
    }

    .p_con05 .list li .text {
        width: 140px;
        margin-top: 45px;
        display: inline-block;
        padding: 0 10px
    }

    .p_con05 .tel {
        width: 100%;
        align-items: center;
        margin-top: 10px;
        display: none;
        justify-content: center
    }

    .p_con05 .tel .img {
        top: 0px
    }

    .p_con06 {
        padding: 30px 10px
    }

    .p_con06 .box_title h3 {
        font-size: 20px;
        margin-top: 10px
    }

    .p_con06 .box .left {
        width: 100%
    }

    .p_con06 .box .right {
        width: 100%
    }

    .p_con07 {
        padding: 40px 10px;
        display: none;
    }

    .p_con07 .news_one {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px
    }

    .p_con08 {
        padding: 0 10px
    }

    .p_con09 {
        padding: 0 10px
    }
}

/*# sourceMappingURL=index.css.map */