﻿@charset "utf-8";
/* CSS Document */
/* 2020.1.14 */
/*2020.12.07*/
body {
    font-size: 62.5%;
    font-family: 'AvenirLTStd-light';
    max-width: 640px;
    margin: auto;
    background: #dff0fa;
    /*所以未经调整的浏览器都符合:1em=16px。
	 * 那么12px=0.75em,10px=0.625em。
	 * 为了简化font-size的换算，需要在css中的body选择器中声明Font-size=62.5%，
	 * 这就使em值变为16px*62.5%=10px,这样12px=1.2em,10px=1em,
	 * 也就是说只需要将你的原来的px数值除以10，然后换上em作为单位就行了。*/
    /*1em 是12px 1rem 是16px*/
    /*高100px，就是1rem*/
    /*overflow: hidden;*/
}

@font-face {
    font-family: 'AvenirLTStd-light';
    src: url('../fonts/Avenir-light/AvenirLTStd-light.eot');
    src: url('../fonts/Avenir-light/AvenirLTStd-light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-light/AvenirLTStd-light.woff') format('woff'), url('../fonts/Avenir-light/AvenirLTStd-light.ttf') format('truetype'), url('../fonts/Avenir-light/AvenirLTStd-light.svg#AvenirLTStd-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('../fonts/Avenir/AvenirLTStd-Medium.eot');
    src: url('../fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/Avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '33';
    src: url('../fonts/382-CAI978/382-CAI978.eot');
    src: url('../fonts/382-CAI978/382-CAI978.eot?#iefix') format('embedded-opentype'), url('../fonts/382-CAI978/382-CAI978.woff') format('woff'), url('../fonts/382-CAI978/382-CAI978.ttf') format('truetype'), url('../fonts/382-CAI978/382-CAI978.svg#382-CAI978') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '309';
    src: url('../fonts/309/309-CAI978.eot');
    src: url('../fonts/309/309-CAI978.eot?#iefix') format('embedded-opentype'), url('../fonts/309/309-CAI978.woff') format('woff'), url('../fonts/309/309-CAI978.ttf') format('truetype'), url('../fonts/309/309-CAI978.svg#309-CAI978') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}



.img-r {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    position: relative;
    overflow: hidden;
}

p {
    line-height: 25px;
    font-size: 16px;
}

.toph {
    min-height: 60px;
    background: none;
}

header h1 {
    width: 88%;
    font-size: 14px;
}

    header h1 a {
        color: #333;
        display: block;
        line-height: 22px;
        margin-top: 13px;
    }

ul {
    padding-left: 0px;
}

    ul li {
        list-style: none;
    }

.top1 {
    background: #f5f5f5;
    min-height: 45px;
    padding: 5px 0;
}

a.logo1 {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    width: 85%;
}

.top1 .logo {
    /* width: 100%; */
    margin-top: -10px;
}

.logo {
    position: absolute;
    left: 10px;
    top: 1%;
}

    .logo img {
        max-width: 80%;
    }


/*index*/
.in-ban {
}

    .in-ban img {
        max-width: 100%;
    }

.date {
  
    box-shadow: 1px 2px 2px 2px #e5e5e5;
    border-radius: 50px;
    background: #fff;
    margin: 0 13px 15px;
    
    z-index: 1;
    position: relative;
border: 2px #4bb3bc solid;
}

    .date p.p1 {
margin-top: 10px;
        text-align:center;
        font-weight: bold;
        color: #333;
    }

.ban-date .ba1 {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 13px;
    padding: 10px 10px;
    border-radius: 20px;
    transition: all 0.4s ease-out;
    text-decoration: none;
    /*background-image: linear-gradient(to right, #1541a0, #3edf94);*/
}

    .ban-date .ba1 img {
        width: 32px;
    }

    .ban-date .ba1:hover {
        transition: all 0.4s ease-out;
        /*transform: scale(1.02);*/
    }

.link-intro {
    background-image: linear-gradient(to right, #1541a0, #3edf94);
    padding: 10px 10px 20px;
    margin-bottom: 30px;
}

    .link-intro p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        text-indent: 2em;
        margin-top: 5px;
    }

    .link-intro a {
    }

    .link-intro h4 a {
        font-size: 18px;
        color: #ddad40;
        font-weight: bold;
        margin: 10px 0 10px;
        text-align: center;
        display: block;
        text-decoration: none;
    }

.p-bta {
    text-align: center;
    text-indent: 0 !important;
}

    .p-bta a {
        font-size: 18px;
        display: inline-block;
        margin-top: 15px;
        color: #21f48e;
        text-align: center;
        /* text-shadow: #fff 0px 0px 4px; 
         font-weight: bold;*/
    }

    .p-bta span {
        /*display: inline-block;*/
        /*     transform: translateY(-3px);
        animation: Beating 3s ease infinite;*/
        /*margin-left: -25px;*/
    }

/*ban end*/
.linkbg {
    padding: 1rem 1rem 1.5rem;
}

    .linkbg ul li {
        background: url(../images/link1.png) no-repeat center center;
        width: 48%;
        float: left;
        margin-bottom: 20px;
        text-align: center;
        line-height: 52px;
        transition: all 0.4s ease-out;
        border-radius: 30px;
    }

        .linkbg ul li:hover {
            transform: scale(1.02);
            cursor: pointer;
        }


        .linkbg ul li:nth-child(odd) {
            margin-right: 4%;
        }

        .linkbg ul li a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

            .linkbg ul li a img {
                width: 23px;
                vertical-align: -3px;
                padding-left: 5px;
            }

/*linkbg end*/
.jiabg {
    background: url(../images/dabg.jpg) no-repeat center top;
    min-height: 440px;
    margin: 1rem;
    margin-top: 0;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 0;
border-radius: 50px 0 50px;
}

.jia-con2 {
    margin-top: 37px;
}


.jia-box {
}

    .jia-box .jia-tt {
        width: 58%;
        padding: 15px 10px;
    }

        .jia-box .jia-tt h4 {
            font-size: 14px;
            color: #333;
            font-weight: bold;
            line-height: 28px;
        }

        .jia-box .jia-tt p {
            font-size: 12px;
            color: #666;
            line-height: 24px;
            text-indent: 2em;
            margin-top: 10px;
        }

    .jia-box a.a1 {
        display: block;
        margin-top: 15px;
        transition: all 0.4s ease-out;
        text-align: right;
        margin-top: 2rem;
    }

    .jia-box a.a1 {
        width: 68px;
        float: right;
    }
    .jia-box a.a1 img,
    .jia-box a.a2 img {
        max-width: 60px;
    }

    .jia-box a.a2 {
        text-align: left;
        float: left;
        margin-top: 2rem;
    }

    .jia-box .jia-tt a:hover {
        /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);*/
        transform: scale(1.02);
        cursor: pointer;
    }

    .jia-box .jia-imgt {
        width: 40%;
        position: relative;
        margin-top: 15%;
    }

    .jia-box .jia-img {
        background: url(../images/bg22.jpg) no-repeat center bottom;
        position: relative;
    }

.jia-t {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

    .jia-t span {
        color: #fff;
        font-size: 14px;
        display: block;
    }

    .jia-t p {
        color: #fff;
        font-size: 18px;
    }

.jia-t2 {
    position: absolute;
    right: 3px;
    left: initial;
}

    .jia-t2 p {
        text-align: right;
    }

.jia-img1 {
    width: 45%;
}
/**/
.dbg {
    /*background:#e4f1fc url(../images/fbg2.jpg) no-repeat center top;
	min-height: 680px;
	padding-bottom: 30px;*/
}

.jiabin {
    padding-top: 70px;
    background: url(../images/dbg1.jpg) no-repeat center top;
    /*min-height: 650px;*/
    padding-bottom: 10px;
}

.jiab-top {
    text-align: center;
}

    .jiab-top h4 {
        font-size: 22px;
        color: #115572;
    }

    .jiab-top span {
        display: block;
        margin: auto;
        width: 94px;
        height: 4px;
        background: #fff;
        margin-top: 15px;
    }



.sup-top {
    text-align: center;
}

    .sup-top h4 {
        font-size: 22px;
        color: #115572;
    }

    .sup-top span {
        display: block;
        margin: auto;
        width: 94px;
        height: 4px;
        background: #062d7c;
        margin-top: 15px;
    }

.support {
    background: #e4f1fc url(../images/dbg3.jpg) no-repeat center top;
    min-height: 650px;
    /*background-size: cover;*/
    padding-bottom: 30px;
    margin-top: -1px;
    padding-top: 30px;
}

.jia-con3 {
    margin: 30px 20px 10px;
}

    .jia-con3 .swiper-container {
        padding-bottom: 30px;
    }

        .jia-con3 .swiper-container .swiper-pagination-bullet-active {
            background: #000000;
            opacity: 0.8;
        }


        .jia-con3 .swiper-container .swiper-slide {
        }

            .jia-con3 .swiper-container .swiper-slide a {
                display: block;
                position: relative;
            }

                .jia-con3 .swiper-container .swiper-slide a p {
                    display: block;
                    color: #fff;
                    background: rgba(0,0,0,0.65);
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    line-height: 40px;
                    width: 100%;
                    text-align: center;
                    font-size: 16px;
                }

.jiabin-more {
    text-align: center;
    margin-bottom: 25px;
}

    .jiabin-more a {
        font-weight: bold;
        color: #115572;
        font-size: 18px;
    }



.xuan-topp {
    text-align: center;
    border: 2px solid #67dece;
    height: 45px;
    margin: auto 20px;
    margin-top: 25px;
    border-radius: 24px;
    /*background-image: linear-gradient(135deg, #fff, #fff), linear-gradient(135deg, #ffcc99, #814e38);
                border: 2px transparent solid;*/
}

    .xuan-topp ul li {
        float: left;
        font-size: 16px;
        color: #666;
        width: 50%;
        line-height: 41px;
        cursor: pointer;
    }

        .xuan-topp ul li.active {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            color: #fff;
            background-image: linear-gradient(to right, #1541a0, #3edf94);
        }

        .xuan-topp ul li:last-child.active {
            background-image: linear-gradient(to right, #1541a0, #3edf94);
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

.xuan-con {
    background: #fff;
    box-shadow: 2px 2px 6px 4px #ccc;
    border-radius: 10px;
    margin-top: 75px;
    min-height: 350px;
    padding-top: 20px;
    margin: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

    .xuan-con .xuan-ul {
        text-align: center;
    }

        .xuan-con .xuan-ul ul li {
            /*float: left;*/
            display: inline-block;
            padding: 10px;
            border: 1px solid #fff;
        }

            .xuan-con .xuan-ul ul li:hover {
                border: 1px solid #ccc;
                transition: all 0.5s;
                opacity: 0.9;
            }



.footer {
    min-height: 100px;
    background: #323232;
    padding: 30px 20px 20px;
}

    .footer h4 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer .f-box h5 {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 14px;
    }

    .footer .f-box p {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        margin-bottom: 1px;
        margin-top: 1px;
    }


/*.wc-copyEnd*/
/**/

/*分屏幕处理，适用各手机*/

@media (min-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .jia-box .jia-imgt {
        margin-top: 10%;
    }

    .jia-t {
        left: 30px;
    }

    .jia-t2 {
        left: initial;
        right: 24px;
    }

    .jia-box a.a1 {
        margin-top: 3rem;
    }

    .jiabg {
        padding-top: 50px;
        min-height: 500px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .jia-box .jia-imgt {
        margin-top: 10%;
    }

    .jia-t {
        left: 30px;
    }

    .jia-t2 {
        left: initial;
        right: 24px;
    }

    .jia-box a.a1 {
        margin-top: 3rem;
    }

    .jiabg {
        padding-top: 50px;
        min-height: 500px;
        padding-bottom: 50px;
    }
}

/*苹果x*/
@media only screen and ( min-width:374px) and ( max-width:836px ) {
}


/*苹果plus*/
@media only screen and ( min-width:414px) and ( max-width:536px ) {
}


/*苹果5*/
@media only screen and ( min-width:320px) and ( max-width:370px ) {
    .jie-con ul li {
        padding: 10px;
    }

        .jie-con ul li .li-jtt p {
            font-size: 1.4em;
            color: #777;
            padding-top: 5px;
        }

    .footer p {
        font-size: 1.2em;
    }
}


/*内页*/

.ny-nr {
    padding: 10px 15px;
}

.lanm {
    height: 40px;
    background: url(../../../images/topbg.jpg) no-repeat center center;
    padding: 0 1rem 0 2rem;
    color: #fff;
    overflow: hidden;
}

    .lanm .lan {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

    .lanm .lan-en {
        color: #fff;
        font-size: 13px;
        line-height: 26px;
        margin-top: 5px;
        /*border: 1px solid #fff;*/
        padding: 2px 3px;
    }

        .lanm .lan-en a {
            color: #fff;
        }

.top1 .nlogo {
    margin-top: -5px;
}

.top1 .nlogo2 {
    margin-top: 2px;
}

.nyban {
    background: url(../images/sbg1.jpg) no-repeat center center;
    /*min-height: 260px;*/
    background-size: cover;
}

.nyban2 {
    background: url(../images/nyban3.jpg) no-repeat center center;
    /*min-height: 260px;*/
    background-size: cover;
}

.ny-title {
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 30px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

    .ny-title h4 {
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        padding-top: 4em;
        margin-top: -5px;
        font-weight: normal;
    }

        .ny-title h4 i {
            width: 100px;
            height: 2px;
            background: #fff;
            display: inline-block;
            margin: 10px 0;
        }

        .ny-title h4 span {
            display: block;
            color: #fff;
            font-family: '33';
        }

.ny-con {
    margin-top: -15px;
}


/**/
.piclist li {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    margin-top: 15px;
}

.n-ew-ul {
    /* padding: 1px 10px 30px; */
}

    .n-ew-ul ul > li {
        border-bottom: 1px solid #ddd;
        position: relative;
        padding: 11px 10px;
    }

        .n-ew-ul ul > li:after {
            position: relative;
        }

/* 新闻列表页 */

ul.data-list-sj {
}

    ul.data-list-sj li {
        /* line-height: 30px; */
    }

        ul.data-list-sj li a {
            text-decoration: none;
            color: #666;
            line-height: 24px;
            display: block;
            font-size: 16px;
        }



/* 图片列表 */
.piclist ul li .titco {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

.piclist ul li .pic-img img {
    max-width: 100%;
    height: auto;
}

.piclist ul li .pic-inner p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.piclist ul li .pic-card-footer a.data {
    color: #333;
    font-size: 14px;
}

.piclist ul li .pic-card-footer a.cha {
    color: #0e6eb8;
}

/* 图片列表end */


.artice-box {
    padding: 5px 5px 10px 5px;
}

.view-title {
    border-bottom: 1px solid #666;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 0;
    text-align: center;
}

.view-info {
    color: #666;
    padding: 10px 0 5px 0;
    text-align: center;
    font-size: 14px;
}

.view-cnt {
    line-height: 26px;
}

    .view-cnt p {
        color: #333;
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

/*index*/

.mui-content {
    background: #fff;
}

.pb45 {
    /*	margin-bottom: 45px;*/
}

    .pb45 li a {
        font-size: 1.4em;
    }


.fotbg {
    background: #333;
    padding: 20px 34px;
}

.fobot {
    border-top: 1px solid #5c5b5b;
    margin-top: 10px;
    padding-top: 10px;
}

.fo-right {
    padding-top: 10%;
}

    .fo-right img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.fo-left h4 {
    color: #999;
    font-size: 2.2em;
    font-weight: normal;
}

.fo-left p {
    text-align: left;
}


.yiyou img, .mapb img, .down img {
    height: auto;
    display: block;
    width: 100%;
}

.li-pictop {
    overflow: hidden;
}

    .li-pictop a.aimg {
        width: 20%;
    }

        .li-pictop a.aimg img {
            width: 60px;
            height: 50px;
        }

    .li-pictop a.atext {
        width: 80%;
        color: #333;
        font-size: 1.8em;
    }

.li-picbot {
    height: 20px;
    margin-top: 5px;
}

    .li-picbot span {
        color: #ccc;
        font-size: 1.6em;
    }

.hangye {
    background: url(../images/bg2.jpg) no-repeat center top;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

    .hangye h4 {
        color: #9bc100;
        font-size: 3em;
        text-align: center;
        padding: 40px 0;
    }

.hang-ul ul {
    padding: 0;
}

    .hang-ul ul li {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        padding: 25px 0 10px 0;
        position: relative;
    }

        .hang-ul ul li span.new {
            position: absolute;
            right: 0px;
            top: 27px;
            border: 1px solid #9bc100;
            color: #9bc100;
            border-radius: 5px;
            padding: 3px 5px;
        }

        .hang-ul ul li a {
            display: block;
            color: #333;
            font-size: 2em;
            width: 85%;
            line-height: 30px;
        }

.n-ew-ul {
    /* padding: 1px 10px 30px; */
}

    .n-ew-ul ul {
        padding-top: 0;
        margin-top: -10px;
    }

ul.por:before {
    position: relative;
}

ul.por:after {
    position: relative;
}

.n-ew-ul ul > li {
    border-bottom: 1px solid #ddd;
    position: relative;
    /* padding: 11px 10px; */
}

    .n-ew-ul ul > li:after {
        position: relative;
    }



/*newlist3*/
.ny-title a.aback {
    position: absolute;
    left: -20px;
    top: 0px;
    background: #0062CC;
    color: #fff;
    font-size: 34px;
    padding: 1px 15px;
}

.newlist3 {
    /* padding:1rem  1rem; */
}

    .newlist3 ul li {
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

        .newlist3 ul li a {
            display: block;
            text-decoration: none;
        }

            .newlist3 ul li a p {
                display: block;
                font-size: 16px;
                line-height: 26px;
                /*height: 52px;*/
                padding-bottom: 10px;
                color: #666;
            }

            .newlist3 ul li a span {
                display: block;
                font-size: 14px;
                margin: 10px 0;
                color: #888;
            }
/**/
ul.pic-list1 {
    padding: 2px 0 10px;
}

    ul.pic-list1 li {
        float: left;
        margin: 10px 25px 5px 0;
        border: 1px solid transparent;
        width: 48%;
        text-align: center;
        margin-right: 4%;
    }

        ul.pic-list1 li:nth-child(even) {
            margin-right: 0;
        }

    ul.pic-list1 .li-img {
        overflow: hidden;
        transition: all 1.5s;
    }

        ul.pic-list1 .li-img img {
            transform: scale(1.0);
            transition: all 1.5s;
        }

        ul.pic-list1 .li-img:hover img {
            transform: scale(1.2);
            transition: all 1.5s;
        }

    ul.pic-list1 li a {
        color: #333;
    }

        ul.pic-list1 li a:hover {
            color: #333;
            text-decoration: none;
        }

    ul.pic-list1 li div {
        text-align: center;
    }

    ul.pic-list1 li p {
        padding: 15px 10px;
        color: #000;
        text-align: center;
    }

    ul.pic-list1 a img {
        /*border:1px solid #ddd;*/
        /*padding: 3px; background-color: #00428f;
 
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
    }

    ul.pic-list1 li:hover p a {
        color: #dbbb7d;
    }

    ul.pic-list1 li:hover img {
        transform: scale(1.08);
        transition: 0.4s;
    }

    ul.pic-list1 li:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.08);
        position: relative;
        z-index: 9;
        transition: 0.6s all;
    }
