@charset "utf-8"; /* CSS Document */


#swiper1{
    width:100%;
    margin:0 auto;
    z-index: 0;
}
#swiper1 .flexslider{
    box-shadow:none;
}
#swiper1 .flexslider .slides img{
    z-index:1;
}

.banner .item {
    width: 100%;
    margin: 0 auto;
    height: 622px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.banner {
    width: 100%;
    position: relative;
    height: 622px;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 0;
    overflow: hidden;
    height: 622px;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 622px;
    overflow: hidden;
    text-align: center;
}

.banner .bd li a {
    display: block;
    height: 622px;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 6;
    bottom: 10px;
    left: 0;
    height: 15px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom:1;width: 10px;
    height: 10px;
    margin: 3px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
    border-radius: 100%;
}

.banner .hd ul .on {
    background: #ff7200;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.banner .prev,.banner .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 9999;
}

.banner .next {
    left: auto;
    right: 0;
    background-position: -6px -137px;
    z-index: 9999;
}

.content1 {
    width: 100%;
    text-align: center;
}

.content1 .box {
    width:1200px;
    margin:0 auto;
    text-align: center;
    padding-top: 65px;
}

.duibi{
    width:100%;
    height:auto;
    margin-bottom:20px;
    border-radius:20px;
    overflow:hidden;
}
.duibi dl{
    width:31%;
    margin:0;
    padding:20px 1%;
    float:left;
    text-align:left;
    background:#fff4ea;
    height: 360px;
    overflow:hidden;
}
.duibi dl dt{
    font-size:22px;
    color:#f90;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    padding-bottom:15px;
    border-bottom:1px dashed #f90;
    margin-bottom:15px;
}
.duibi dl dd{
    line-height:24px;
    text-align:left;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.duibi dl dd:last-child{
    border-bottom:0;
}
.duibi dl:nth-child(2){
    width:30%;
    margin:0 0%;
    padding:20px 2%;
    background:#eaf8ff;
}
.duibi dl:nth-child(3){
    background:#feeaff; 
}



.title {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 65px;
    text-align:center;
}

.title .bg2 {
    float: left;
}

.title .bg1 {
    float: right;
}

.title .bg1,.title .bg2 {
    margin-top: 20px;
}

.title .c {
    text-align: center;
    width: 1200px;
    max-width:100%;
    margin:0 auto;
    position:relative;
}
.title .c:before{
    content:'';
    display:block;
    width:20%;
    height:1px;
    background:#dddd;
    position:absolute;
    left:20%;
    top:50%;
    z-index:1;
}
.title .c:after{
    content:'';
    display:block;
    width:20%;
    height:1px;
    background:#dddd;
    position:absolute;
    right:20%;
    top:50%;
    z-index:1;
}

.title .c h1 {
    font-size: 30px;
    position:relative;
    z-index:10;
}

.title .c p {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    position:relative;
    z-index:10;
}

.content2 {
    width: 100%;
    height: 716px;
    background:#baddf3 url(../images/kcbg.gif) no-repeat center;
    overflow: hidden;
    margin-top: 65px;
}

.content2 .title .c,.content2 .title .c p {
    color: #fff;
}

.content2 .box {
    width: 1200px;
    margin: 0 auto;
}

.content2 .box ul {
    margin-left: -45px;
    margin-top: 70px;
}

.content2 .box ul li {
    width: 267px;
    overflow: hidden;
    float: left;
    margin-left: 44px;
}

.content2 .box ul li .pic {
    width: 267px;
    height: 267px;
    border-radius: 30px;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.content2 .box ul li:hover .pic {
    border: 2px solid #fe0;
    border-radius: 30px;
    overflow: hidden;
}

.content2 .box ul li .pic a {
    color: #fff;
}

.content2 .box ul li .pic a img {
    width: 267px;
    height: 267px;
    border-radius: 30px;
    transition: all 0.5s;
    overflow: hidden;
}

.content2 .box ul li .pic a:hover img {
    transform: scale(1.2);
    border-radius: 30px;
}

.content2 .box ul li .pic h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 0
}

.content2 .box ul li .pic h1 p {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}

.content2 .box ul li .pic h1 span {
    font-size: 12px;
}

.content2 .box ul li .text {
    height: 100px;
    overflow: hidden;
    width: 237px;
    margin: 0 auto;
    margin-top: 25px;
}

.content2 .box ul li .text p {
    line-height: 24px;
    color: #fff;
}

.content2 .box ul li .more {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.content3 {
    width: 1200px;
    margin: 0 auto;
}

.content3 .slideGroup {
    width: 1200px;
    height: 245px;
    position: relative;
    margin-top: 60px;
}

.content3 .slideGroup .sPrev,.sNext {
    display: block;
    width: 14px;
    height: 25px;
    float: left;
    position: absolute;
    z-index: 9999;
    top: 88px;
    left: -40px;
}

.content3 .slideGroup #xx {
    float: right;
    position: absolute;
    z-index: 9999;
    left: 1222px;
}

.content3 .slideGroup .tempWrap {
    float: left;
    width: 1100px;
    overflow: hidden;
}

.content3 .slideGroup .parBd {
    width: 1200px;
    overflow: hidden;
}

.content3 .slideGroup .parBd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.content3 .slideGroup .parBd ul li {
    _display: inline;
    overflow: hidden;
    margin-right: 32px;
}

.content3 .slideGroup .parBd ul li .pic {
    width: 278px;
    height: 200px;
    overflow: hidden;
}

.content3 .slideGroup .parBd ul li .pic img {
    width: 256px;
    height: 180px;
    display: block;
    padding: 6px;
    border: 1px solid #d6d6d6;
    margin-bottom: 32px;
    transition: all 0.5s
}

.content3 .slideGroup .parBd ul li:hover img {
    transform: scale(1.2)
}

.content3 .more {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.content4 {
    width: 100%;
    height: auto;
    background: #80be35 url(../images/bg3.gif);
    background-size:auto 100%;
    text-align: center;
    margin-top: 64px;
    padding:10px 0 60px;
}
.content4 .title .c,.content4 .title .c p{
    color:#fff;
}
.content4 img{
    display:;
    width:100%;
    float:left;
    border-radius:24px;
    border:0;
}
.content4 .box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
}


.content5 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    background:#f9f9f9;
    overflow: hidden;
}

.content5 .box {
    width: 1200px;
    overflow: hidden;
    margin:60px auto;
}

.youshi{
    width:100%;
    height:auto;
    margin-bottom:20px;
    overflow:hidden;
}
.youshi dl{
    width:10%;
    margin:0;
    padding:20px 1%;
    float:left;
    text-align:center;
    background:#eee;
    height:500px;
    border-radius:20px;
    overflow:hidden;
}

.youshi dl dt{
    font-size:22px;
    color:#333;
    line-height:40px;
    text-align:center;
    font-weight:bold;
    padding-bottom:15px;
    border-bottom:1px dashed rgba(255,255,255,.6);
    margin-bottom:0px;
}
.youshi dl dd{
    line-height:30px;
    text-align:;
    display:inline-block;
    width:100%;
    float:left;
    font-weight:bold;
    color:#666;
    border-bottom:1px dashed rgba(255,255,255,.5);
    padding:5px 0;
}
.youshi dl dd:last-child{
    border-bottom:0;
}
.youshi dl dd:before{

}
.youshi dl.d2{
    width:48%;
    margin:0 0;
    padding:20px 1%;
    text-align:center;
    background: #f33030;
}
.youshi dl.d2 dt{
    color:#ff0;
}
.youshi dl.d2 dd{
    width:100%;  
    color:#fff;
}
.youshi dl.d3{
    width:36%;
    background:#eee;
}
.youshi dl.d3 dd{
    width:100%;
    font-weight:normal;
    color:#666;
}




.content51 .box dl dt {
    width: 500px;
}

.content51 .box dl dt h1 {
    font-size: 28px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f8ab0d;
}

.content51 .box dl dd {
    width: 238px;
    border-radius: 5px;
    overflow: hidden;
}

.content51 .box dl dd p {
    width: 40px;
    height: 40px;
    background: url(../images/bg7.png) no-repeat center #f8ab0d;
    float: left;
}

.content51 .box dl .name {
    margin-right: 20px;
}

.content51 .box dl .name,.content51 .box dl .tel {
    margin-top: 45px;
    float: left;
    height: 40px;
    border: 1px solid #f8ab0d;
    line-height: 40px;
}

.content51 .box dl .name .text,.content51 .box dl .tel .text {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
}

.content51 .box dl .tel p {
    width: 40px;
    height: 40px;
    background: url(../images/bg8.png) no-repeat center #f8ab0d;
    float: left;
}

.content51 .box dd .submit {
    width: 140px;
    height: 45px;
    background: #f8ab0d;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 35px;
}

.content51 .right {
    width: 500px;
    border-left: 1px dashed #ccc;
    margin-left: 99px;
    padding-left: 99px;
    float: right;
}

.content51 .right dl dt h1 {
    border-bottom: 1px solid #ea5404;
}

.content51 .right dl dd p {
    background: url(../images/bg7.png) no-repeat center #ea5404;
}

.content51 .right dl .name,.content51 .right dl .tel {
    border: 1px solid #ea5404;
}

.content51 .right dl .tel p {
    background: url(../images/bg8.png) no-repeat center #ea5404;
}

.content51 .right dd .submit {
    background: #ea5404;
}

.content6 {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    overflow:hidden;
}

.content6 .bg {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -23px;
}



.content6 .warp {
    width: 1200px;
    height: auto;
    margin: 40px auto 0;
    overflow:hidden;
}

.content6 .warp .tit {
    overflow: hidden;
}

.content6 .warp .tit ul li {
    width: 33.33%;
    float: left;
}

.content6 .warp .tit ul li a {
    display: block;
    width: 100%;
    height: 93px;
    line-height: 93px;
    border-right: 1px solid #509b00;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    background: url(../images/bg13.png) #ea5404 no-repeat 108px 29px;
    padding-left: 150px;
}

.content6 .warp .tit ul li a.a2 {
    background: url(../images/bg13.png) #ea5404 no-repeat 108px -56px;
    padding-left: 150px;
}

.content6 .warp .tit ul li a.a3 {
    background: url(../images/bg13.png) #ea5404 no-repeat 123px -147px;
    padding-left: 158px;
}

.content6 .warp .tit ul li.on a {
    background-color: #f9b00c
}

.content6 .warp .c {
    height: auto;
    border-top: none;
    /* padding:40px 0;padding-top:45px; */
    box-sizing: border-box;
    overflow:hidden;
    border:1px solid #ddd;
}

.content6 .warp .c .list {
    width: 332px;
    float: left;
    margin-left: 50px;
}

/*.content6 .warp .c .list:nth-child(2){width:320px;}*/
.content6 .warp .c .list .hot {
    height: 135px;
    border-bottom: 1px dashed #ccc;
}

.content6 .warp .c .list .hot a img {
    float: left;
    width: 120px;
    height: 114px;
    margin-right: 20px;
}

.content6 .warp .c .list .hot .r h2 a {
    font-weight: lighter;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    display: inline-block;
}

.content6 .warp .c .list .hot .r h2 a:hover {
    color: #339605;
    transition: all 0.3s;
}

.content6 .warp .c .list .hot .r p {
    line-height: 20px;
    color: #999;
    height: 42px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content6 .warp .c .list .hot .r span a {
    display: inline-block;
    width: 62px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #ea5404;
    font-size: 12px;
    border-radius: 3px;
}

.content6 .warp .c .list ul {
    margin-top: 10px;
}

.content6 .warp .c .list ul li {
    line-height: 32px;
    background: url(../images/bg12.gif) no-repeat center left;
    padding-left: 15px;
}

.content6 .warp .c .list ul li span {
    float: right;
    color: #999;
}

.content6 .warp .c .list ul li a {
    color: #333;
}

.content6 .warp .c .list ul li a:hover {
    color: #339605;
    text-decoration: underline
}

.content6 .warp .c .list2 {
    float: right;
}


.content6 .warp {
    margin-top: 0px;
}

.content6 .warp .c {
    padding: 0px;
    margin-top:40px;
}

.content6 .warp .c .list {
    width: 33%;
    float: left;
    margin: 0px;
}

.content6 .warp .c .list:last-child {
    width: 34%;
}

.newsbox .list .title {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.newsbox .list .info {
    padding: 20px 20px 20px 40px;
}

.newsbox .list .title a {
    display: block;
    width: 100%;
    height: 93px;
    line-height: 93px;
    border-right: 1px solid #f90;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    background: #ea5404 no-repeat 108px 29px;
    padding-left: 0;
}

.newsbox .list .title a.a2 {
    background: #ea5404 no-repeat 108px 29px;
    padding-left: 0;
}

.newsbox .list .title a.a3 {
    background: #ea5404 no-repeat 108px 29px;
    padding-left: 0;
}


@media (min-width: 320px) and (max-width:750px) {
    img {
        max-width:100%;
    }


    .banner {
        display: none;
    }

    .title {
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .title img {
        display: none;
    }

    .title .c {
        width: 100%;
    }

    .title .c h1 {
        font-size: 1.3rem;
    }

    .title .c p {
        font-size: 12px;
    }

    .content1 .box{
        width:100%;
        padding:20px 10px 0;
    }
    .duibi dl,.duibi dl:nth-child(2),.duibi dl:last-child{
        width:100%;
        height:auto;
        padding:20px 10px;
    }

    .content2 {
        margin-top: 25px;
        height: auto;
        padding-bottom: 30px;
        background-size: auto 100%;
    }

    .content2 .title {
        width: 100%;
        margin-top: 35px;
    }

    .content2 .title .c {
        width: 100%;
    }

    .content2 .box {
        width: 100%;
    }

    .content2 .box ul li {
        width: 45%;
        margin-left: 3.3%;
        margin-top: 15px;
    }

    .content2 .box ul li .pic {
        width: 100%;
        height: auto;
    }

    .content2 .box ul li .pic a img {
        width: 100%;
        height: auto;
    }

    .content2 .box ul li .pic h1 {
        height: 45px;
    }

    .content2 .box ul li .pic h1 p {
        font-size: 16px;
        padding-top: 5px;
    }

    .content2 .box ul li .text {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        height: 75px;
    }

    .content2 .box ul li .more {
        margin-top: 5px;
    }

    .content2 .box ul {
        margin: 0;
    }

    .content3 {
        width: 90%;
        margin: 0 auto;
    }

    .content3 .title {
        width: 100%;
    }

    .content3 .title .c {
        width: 100%;
    }

    .content3 .slideGroup {
        width: 100%;
        height: auto;
    }

    .content3 .slideGroup .parBd {
        width: 278px;
        margin: 0 auto;
    }

    .content3 .slideGroup .parBd ul li {
        width: 100%;
        text-align: center;
    }

    .content3 .slideGroup .parBd ul li .pic {
        height: 200px;
        border:1px solid #ddd;
    }

    .content3 .slideGroup .parBd ul li .pic img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 100px;
border:0
    }

    .tempWrap {
        width: 100%;
    }

    .content3 .slideGroup {
        margin-top: 20px;
        overflow: hidden;
    }

    .content3 .more {
        margin-top: 25px;
    }

    .content4 {
        display: none;
    }

    .content5 {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        padding:0 10px;
    }

    .content5 .right {
        display: none;
    }

    .content5 .box dl dt h1 {
        font-size: 1.3rem;
    }

    .content5 .box dl dt {
        width: 100%;
        text-align: center;
    }

    .content5 .box {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .content5 .box dl .name, .content5 .box dl .tel {
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .content5 .box dl .name .text, .content5 .box dl .tel .text {
        width: 80%;
    }

    .content5 .box dl dd {
        width: 100%;
        text-align: center;
    }

    .content5 .box dd .submit {
        margin: 0 auto;
        margin-top: 20px;
    }

    .content6 {
        display: none;
    }

    /*******************banner********************/
    .banner2 {
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        line-height: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 70px;
    }

    .banner2 .slide {
        position: relative;
    }

    .banner2 .flex-control-paging {
        display: inline-block;
        display: block;
        position: absolute;
        left: 45%;
        bottom: 8px;
    }

    .banner2 .flex-control-paging li {
        padding: 0px;
        float: left;
        overflow: hidden;
        list-style-type: none;
        margin-left: 5px;
    }

    .banner2 .flex-control-paging li a {
        width: 6px;
        height: 6px;
        display: block;
        background-repeat: no-repeat;
        background: rgba(255,255,255,0.7);
        text-indent: -9000px;
        cursor: pointer;
        border-radius: 50%
    }

    .banner2 .flex-control-paging li a.flex-active {
        background: #80be35;
    }

    .block_home_post_feature {
        width: 300px;
    }

    .block_home_post_feature p {
        padding-bottom: 0px;
    }

    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        list-style-type: none;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flex-pauseplay span {
        text-transform: capitalize;
    }


    .content5 .box {
        display: block;
        margin-bottom: 20px;
        margin-top:20px;
    }

    .content6 {
        display: block;
        overflow: hidden;
        border: none;
        background: none;
        height: auto;
    }

    .content6 .title {
        width: 100%;
        clear: both;
        margin-top: 20px;
    }

    .content6 .title .c {
        width: 100%;
    }

    .content6 .warp {
        width: 100%;
        height: auto
    }

    .content6 .warp .c {
        height: auto;
        border: none
    }

    .content6 {
        width: 100%;
        height: auto;
        background: none;
        border: none;
        margin-top: 75px;
        position: relative;
    }

    .content6 .warp .c .list {
        width: 100%
    }

    .content6 .warp .c .list:last-child {
        width: 100%;
    }

    .newsbox .list .info {
        padding: 40px 20px;
    }

    .content4 {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom:20px;
    }
    .content4 .box{
        width:100%;
        padding:20px 10px 0;
    }

    .content4 img {
        width: 100%
    }

    .youshi dl,.youshi dl.d2,.youshi dl.d3{
        width:100%;
        margin-bottom:10px;
        text-align:center;
        height:auto;
    }
    .youshi dl.d1{
        display:none;
    }

    .content6 .bg {
        display: none
    }

    .content6 {
        margin-top: 0;
    }
}



