@charset "utf-8";
/* CSS Document */
/* Auther: Puyuan */
/* WebSite: http://www.ipuyuan.com/ */
/*公共样式与首页样式*/
BODY {
    margin: 0px;
    font-family: "宋体";
}

/*ul,li,input,dl,dt,dd,header,article,iframe,footer,ol,div,img,html{margin:0px; padding:0px; }*/
input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, span, input, p, li {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "宋体";
    font-size: 14px;
}
a:hover{
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1200px) {

    /*.main{ width:100%; margin:0px auto;}*/
    body {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1200px) {

    /*.main{ width:1200px; margin:0px auto;}*/
    body{
        font-size: 14px;
        line-height: 24px;
    }
}


@media only screen and (min-width: 1200px) {
    /*box-shadow:0 1px 2px rgba(0,0,0,.2);*/
    .menu2, .top_jg {
        display: none;
    }

    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img, .xw_lb li:hover .img_d img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    width: 1200px;
    margin: -100px auto 40px auto;
}

.top {
    background-image: url("../img/zu.png");
    background-position: -200px 0;
    width: 100%;
}

.top1 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 250px;
    margin: 0 auto;
}

.top1 img .input-group {
    position: relative;
    top: -30px;
    margin: auto 0;
}

.top1 .img1 img {
    position: relative;
    top: 60px;
    width: 474px;
    height: 82px;
}

.top .input-group {
    position: relative;
    top: -30px;
    margin: auto 0;
}
.thirteenth_left,.thirteenth_right {
    width: 30%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

.top .input-group img {
    position: relative;
    top: 0;
}

.input-group-prepend {
    padding-left: 8px;
    width: 200px;
    height: 30px;
}

.btn {
    margin-bottom: 4px;
    outline: 0;
    float: right;
    margin-left: -2px;
}

.nav .nav_ul {
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: row;
    background: #3b88c4;
}

.nav_mobil {
    display: none
}

.nav ul .list1 {
    width: 14.5%;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.nav ul .list1 > a {
    text-decoration: none;
    color: #ffffff;
}

.nav ul .list1:hover {
    background-color: #3b67c4e6;
}

.nav_1 {
    display: none;
    position: relative;
    left: 0;
    width: 171px;
    text-align: center;
    background: white;
    z-index: 999;
}

.nav_1 ul li {
    list-style: none;
    border-bottom: 1px dashed #efeeee;
    line-height: 45px;
}

.nav_1 ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #737373;
}

.list1:hover .nav_1 {
    display: block;
}

.nav_1 ul li a:hover {
    color: #3b88c4;
}

.new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    -webkit-line-clamp:1;
    padding-top: 10px;
}

.content {
    display: flex;
    flex-direction: row;
    margin-top:-10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.k{
    margin-right: 15px;
    width:80px;
}
.p1 {
    font-weight: bold;
    font-size: 25px;
    color: #3b88c4;
}


.p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.middle {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}


.middle .right_content {
    font-size: 18px;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    width: 47%;
    position: relative;
}

.middle>a {
    cursor: pointer;
    color: #4d4d4d;
    text-decoration: none;
    float: left;
    width: 100%;
}
.top_ul li a{
    color: #4d4d4d;
}
.top_ul li a:hover{
    text-decoration: none;
}
.middle .tu{
    /*margin-bottom: -10px;*/
    display: flex;
}
.tu1{
    height: 35px;
    /*float: left;*/
    display: flex;
    width: 111px;
    border-bottom: 1px solid #3b88c4;
    padding-bottom: 10px;
}
.tu2{
    height: 35px;
    /*float: left;*/
    width: 140px;
    display: flex;
    padding-bottom: 10px;
    margin-left: 10px;
}
.middle .a1 {
    margin: auto 0;
    font-weight: bold;
    color: #3b88c4;
}

.middle .a2 {
    margin: auto 0;
    font-weight: bold;
    color: #999999;
}
.tu1 img,
.tu2 img{
    float: left;
    margin: 4px auto 0;
    padding:0 5px 0 0;
}
.middle .tu1:hover {
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b88c4;
    color: #3b88c4;
}

.middle .tu2:hover {
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b88c4;
    color: #3b88c4;
}

.text {
    margin-top: 10px;
}

.text1 {
    margin-top: 10px;
}

.right_content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #343434;
    margin-top: 15px;
    width: 100%;
    height: 22px;
    line-height: 25px;
    overflow: hidden;
}

.right_content .shou a {
    font-size: 14px;
    width: 100%;
    color: #777777;
}

.right_content .shou {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    height: 47px;
    overflow: hidden;

}

.top_ul li a{
    height: 37px;
    overflow: hidden;
    width: 70%;
    line-height: 55px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.right_content li {
    list-style: none;
    font-size: 14px;
    color: #4d4d4d;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #f1f1f1;
}

.fenyebq a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background: #f2f2f2;
    color: #000;
    margin-right: 5px;
}
.fenyebq .on{
    background: #3b88c4;
    color: #fff;
}
.yi2 {
    width: 100%;
    flex: 9;
}
.item_text {
    width: 100%;
    overflow: hidden;
    height: 20px;
    margin-top:10px;
}


.right_content li span {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 55px;
}

.right_content a:hover {
    color: #3b88c4;
    cursor: pointer;
}

.right_content .more {
    text-decoration: none;
    /*float: right;*/
    right: 0;
    font-size: 14px;
    color: #999999;
    position: absolute;
}

.footer {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}

.footer img {
    padding-bottom: 5px;
}

.footer li {
    list-style: none;
    padding: 8px 0 8px 0;
}

.footer li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 70%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    color: #4d4d4d;
}

.footer li a:hover {
    color: #3b88c4;
}

.footer span {
    font-weight: bold;
    padding-left: 4px;
}

.footer ul span {
    float: right;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.footer1 {
    width: 30%;
}

.footer2 {
    width: 30%;
    margin-left: 5%;
}

.footer3 {
    width: 30%;
    margin-left: 5%;
}

.footer1_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.footer1_2 {
    border-bottom: 1px solid #3b88c4;
    margin-bottom: -10px;
}

.footer2_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.footer2_2 {
    border-bottom: 1px solid #3b88c4;
    margin-bottom: -10px;
}

.footer3_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.footer3_2 {
    border-bottom: 1px solid #3b88c4;
    margin-bottom: -10px;
}

.more1 {
    font-weight: normal;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.pic img {
    width: 100%;
    margin-top: 10px;
}

.mien {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #3b88c4;
    border-bottom: 1px solid #ebebeb;
}

.mien img {
    padding-bottom: 5px;
}

.mien_left {
    padding-bottom: 10px;
    border-bottom: 1px solid #7dc19b;
}


.more1:hover {
    text-decoration: none;
    color: #3b88c4;
}

#wrap {
    width: 50%;
}
.swiperslide1 img{
    position: relative;
    width: 100%;
}
.swiperslide1 a>p{
    position: absolute;
    bottom: -10px;
    line-height: 30px;
    left: 0;
    height: 30px;
    padding: 0 10px;
    background: rgba(0,0,0,.5);
    width: 100%;
    color: #fff;
}
.swiper-pagination{
    text-align: right !important;
    bottom: 5px !important;
}
.swiper-pagination-bullet{
    background: #fff !important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{

    width: 15px !important;
    height: 7px !important;
    border-radius:3px !important;
    background: #3b88c4 !important;
}
.swipernext{
    background: url("../img/jiantouarrow4871.png") center no-repeat!important;
    width: 20px !important;
    height: 30px !important;
}
.swiperprev{
    background: url("../img/jiantouarrow487.png") center no-repeat!important;
    width: 20px !important;
    height: 30px !important;
}

.swiper2 p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 6px;
}

.slide2 img {
    width: 100%;
}

.slide2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.last {
    border-top: 3px solid #216dc2;
    text-align: center;
    padding-top: 20px;
}

.pics {
    margin-top: 10px;
    position: relative;
}
.pics a {
    color:#000;
}
.pics a:hover {
    color:#3b88c4;
    text-decoration: none;
}

.box_jiantou {
    position: absolute;
    margin-top: -110px;
    left: -3.2%;
    width: 106.6%;
}

.swiper_next1 {
    background: url(../img/jiantou.png) no-repeat !important;
}

.swiper_pre1 {
    background: url(../img/jiantoul.png) no-repeat !important;
}

.swiper_next1:focus, .swiper_pre1:focus {
    outline: none;
}

.main_mobil {
    z-index: 9999;
    display: none;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.main_mobil .zh {
    border-top: 1px solid #dddddd;
}

.main_mobil .zhu {
    border-bottom: 1px solid #dddddd;

}

.main_mobil .zhu1 {
    padding: 5px 0 5px 0;
}

.main_mobil .zhu1 a {
    margin: 0 20px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
}

.main_mobil .zhu1 a:hover {
    color: #216dc2
}

.main_mobil ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main_mobil li {
    padding: 5px 20px 5px 20px;
    list-style: none;
    font-size: 14px;
    color: #dddddd;
    width: 33.33%;
}
.main_mobil li a {
    color: #505050;
    text-decoration: none;
}

.main_mobil li a:hover {
    color: #216dc2;
}
.main1 .im {
    width: 100%;
}
.texts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.left_text {
    margin-right: 40px;
    flex: 2;
}

.left_text p {
    font-size: 24px;
    color: #3b88c4;
    margin: 15px 0 25px 55px;
    font-weight: bold;
}
.left_text p:nth-of-type(2){
    margin-top: 30px;
}
.right_text {
    flex: 8;
    margin-top: 10px;
}

.left_text .ul1 li {
    text-align: center;
    height: 40px;
    background: #e5e5e5;
    margin-bottom: 12px;
}

.left_text .ul1 li:hover,.left_text .ul1 li.on {
    background: #3b88c4;
}

.left_text .ul1 li:hover > a ,.left_text .ul1 li.on a{
    z-index: 999;
    color: #ffffff;
}


.left_text .ul1 li a {
    line-height: 40px;
    text-decoration: none;
    color: #787878;
    font-size: 16px;
}

.left_text .ul2 {
    margin-top: -15px;
}

.left_text .ul2 li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    line-height: 30px;
    width: 200px;
    height: 35px;
}

.left_text .ul2 li a {
    font-size: 14px;
    color: #5c5c5c;
    letter-spacing: 1px;
    text-decoration: none;
}

.notice {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.first {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.first_right img {
    padding-top: -5px;
    margin-right: 5px;
}

.first_right1 {
    font-size: 12px;
    color: #666666;
}

.first_right2 {
    font-size: 12px;
    color: #bbbbbb;
}

.second1 p {
    line-height: 35px;
    padding-top: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
}

.second2 p {
    font-size: 12px;
    text-align: center;
    color: #999999;
    letter-spacing: 3px;
}

.third {
    /*float: left;*/
}

.third .share {
    float: left;
    padding-left: 0;
    font-size: 12px;
    color: #a8a8a8;
}

.third .ico {
    margin-top: -2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 135px;
}

.third img {
    margin-left: 8px;
}

.four p {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.pp{
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #747474;
}
.thirteenth {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
    font-size: 16px;
    padding-bottom: 50px;
    text-decoration: none;
}

.thirteenth a {
    text-decoration: none;
    color: #444444;
}

.xinwen {
    display: none;
    width: 100%;
    position: relative;
    left: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.xinwen p {
    background: white;
    text-align: center;
    font-size: 14px;
    height: 30px;
    margin-top: 5px;
    line-height: 40px;
}

.xinwen p:hover {
    color: #3b88c4;
    cursor: pointer;
}

.xinwen img {
    float: right;
    margin-right: 32px;
    margin-top: -25px;
}

.xinwen ul {
    position: relative;
    display: none;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-bottom: 0;
}

.xinwen li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #e3e3e3;
}
.xinwen li:hover{
    background: #3b88c4;
}

.xinwen a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 13px;
}
.xinwen li:hover a{
    color: white;
}
.one li {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #f2f2f2;
}
.one a:hover{
    color: #3b88c4;
}
.top_list_ul  .sj {
    position:absolute;
    right:0px;
    top:0px;
    color: #999999;
}
.top_list_ul li {
    width:100%;
    display:block;
    overflow:hidden;
    position:relative;
    height:65px;
    line-height:65px;
    padding-right:100px;
    font-size:14px;
}
.top_list_ul a {
    text-decoration: none;
    font-size: 16px;
    color: #484848;
    display: block;
    width: 100%;
    text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;

}
.yi {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    text-decoration: none;
}
.ya{
    padding-top: 25px;
    padding-bottom: 0;
    margin-right: 0;
}
.yi:hover {
    text-decoration: none;
}
.yi1 {
    margin-right: 15px;
    flex:2;

}
.y1 {
    overflow: hidden;
    height: 34px;
    padding-top: 10px;
    font-weight: bold;
    color: #2d2d2d;
    font-size: 16px;
}
.y1:hover {
    color: #429240;
}

.y2 {
    margin-top: -10px;
    color: #999999;
    font-size: 12px;
}

.y3 {
    height: 44px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}

.one3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.one3 li {
    width: 31%;
    margin-right: 20px;
}
.one3 li:nth-of-type(3n+3){
    margin-right: 0;
}
.one3 img{
    margin-right: 0;
    width: 100%;
}
.tet:hover {
    text-decoration: none;
}

.tet1 {
    margin-top: 5px;
    color: #bbbbbb
}

.tet2 {
    height: 48px;
    overflow: hidden;
    margin-top: -5px;
    color: #666666;
}
.l li{
    display: inline-block;
    margin-left: 5px;

}
.l{
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}
.l1,.l6{
    border-radius: 5px 5px 5px 5px;
    width: 80px;
    height: 40px;
    background: #f1eff0;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}
.l2,.l5{
    border-radius: 5px 5px 5px 5px;
    width: 100px;
    height: 40px;
    background: #f1eff0;
    font-size: 16px;
    line-height: 40px;
    color: #a5a4a5;
}
.l3,.l4{
    border-radius: 5px 5px 5px 5px;
    width: 50px;
    height: 40px;
    background: #f1eff0;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.l3{
    background: #3b88c4;
    color: #ffffff;
}

.l1:hover,.l2:hover,.l3:hover,.l4:hover,.l5:hover,.l6:hover{
    cursor: pointer;
    background: #3b88c4;
    color: #ffffff;
}
.c{
    line-height: 28px;
    margin-top: 20px;

}
.c p,.c ul{
    text-indent: 2em;
}
@media only screen and (max-width: 1200px) {
    .main {
        width: 95%;
    }

    .top {
        display: none
    }

    .nav {
        display: none;
    }

    .content {
        margin-top: 100px;
    }

    .nav_mobil {
        overflow: hidden;
        z-index: 999;
        border-bottom: 1px solid #dddddd;
        background: white;
        position: fixed;
        width: 100%;
        top: 0;
        height: 70px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .nav_mobil img:nth-of-type(1) {
        margin: auto 20px;
        width: 200px;
        height: 30px;
    }

    .nav_mobil img:nth-of-type(2) {
        margin: auto 20px;
        width: 30px;
        height: 20px;
    }

    .right_content .shou {
        padding-bottom: 10px;
    }

    #wrap {
        min-width: 50%;
    }

    .main {
        width: 95%;
        margin: -30px auto 30px auto;
    }

    .right_content li {
        line-height: 10px;
        width: 100%;
    }

    /*.right_content ul {*/
    /*margin-top: -10px;*/
    /*}*/

    .middle .hiSlider {
        width: 100%;
    }

    .middle li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 70%;
        height: 55px;
        line-height: 55px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
    .item_text{
        width: 100%;
        overflow: hidden;
        height: 20px;
    }

    .middle li span {
        float: right;
    }

    .footer ul span {
        float: right;
        font-size: 14px;
    }

    .footer li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 70%;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .box_jiantou {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .main {
        width: 95%;
        margin: 30px auto;
    }

    .nav {
        display: none;
    }
    .thirteenth_left,.thirteenth_right {
        width: 45%;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
    }

    .content {
        margin-top: 60px;
        padding-top: 10px;
        margin-bottom: -10px;
    }
    .k{ margin: auto 0;
        width: 50px;
        height: 45px;
    }
    .p1{
        font-size: 18px;
    }
    .p2{
        font-size: 12px;
    }
    .new{
        margin-left: 8px;
    }
    .middle {
        margin-top: -3px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }
    #wrap {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .middle .right_content {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        /*height: 494px;*/
    }
    .right_content li{
        height: 50px;
        float: left;
    }
    .middle li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 80%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer {
        font-size: 14px;
        display: flex;
        flex-direction: column;
    }
    .footer li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 80%;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footer .footer1 {
        /*margin-top: -33px;*/
        width: 100%;
    }

    .footer .footer2 {
        width: 100%;
        margin-left: 0;
    }

    .footer .footer3 {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 640px) {
    .nav {
        display: none;
    }

    .middle {
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .middle .hiSlider {
        width: 100%;
    }

    .footer ul span {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .middle .right_content {
        width: 100%;
        height: 450px;
    }

    .footer {
        display: flex;
        flex-direction: column;
    }

    .footer .footer1 {
        width: 100%;
    }

    .footer .footer2 {
        width: 100%;
        margin-left: 0;
    }

    .footer .footer3 {
        width: 100%;
        margin-left: 0;
    }

    .swiper_next {
        background: url(../img/jiantouarrow4871.png) no-repeat !important;
    }

    .swiper_pre {
        background: url(../img/jiantouarrow487.png) no-repeat !important;
    }
}

@media only screen and (max-width: 460px) {
    #wrap {
        width: 100%;
    }

    .k {
        /*width: 40px;
        height: 35px;*/
    }

    .new p{
        margin:0;
    }
    .content{
        border:none;
        padding-left:0;
        padding: 15px 0;

    }
    .new{
        padding-top:0px;
    }
    .p1{
        font-size: 16px;
    }
    .p2{
        font-size: 12px;
    }
    .middle {
        display: flex;
        flex-direction: column;
    }
    .middle .hiSlider {
        width: 100%;
    }

    .middle .hiSlider img {
        width: 100%;
    }

    .middle li {
        padding: 10px 0 10px 0;
    }

    .middle li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 70%;
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    .middle li span {
        float: right;
        font-size: 12px;
    }

    .footer {
        margin-top: -5px;
    }

    .footer li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 70%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    .mien a {
        margin-right: 20px;
    }

    .footer li span {
        float: right;
        font-size: 12px;
    }

    .swiper2 img {
        margin-top: 20px;
        width: 100%;
    }

    .swiper_next1 {
        background-position: -50px !important;
    }

    .swiper_pre1 {
        background-position: 50px !important;
    }

    .last {
        padding-top: 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .main1 {
        width: 95%;

    }
    .main2 {
        margin-bottom: 80px;
    }

    .main3 {
        margin-bottom: 80px;
    }

    .main4 {
        margin-bottom: 80px;
    }
    .main5 {
        margin-bottom: 80px;
    }
    .main5 p,.main5 p li{
        font-size: 14px;
    }
    .yi{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .yi2{
        /*position:absolute;*/
        left: 210px;
    }
    .xinwen {
        display: block;
        left: -3%;
        width: 106.2%;
    }

    .left_text {
        display: none;
    }

    .right_text {
        position: relative;
        top: 80px;
    }

    .first {
        display: none;
    }

    .thirteenth {
        margin-bottom: 40px;
    }
    .one li {
        height: 55px;
        line-height: 55px;
    }

    .one a {
        font-size: 14px;
    }
    .c{
        margin-top: 10px;
    }
    .c p{
        line-height: 18px;
    }

}

@media only screen and (max-width: 980px) {
    .second1 p {
        font-size: 18px;
        line-height: 24px;
    }

    .main1 {
        margin: -30px auto;
    }

    .main2 {
        margin: -30px auto 80px auto;
    }

    .main3 {
        margin: -30px auto 80px auto;
    }
    .main4 {
        margin: -30px auto 50px auto;
    }
    .main5{
        margin: -30px auto 80px auto;
    }
    .thirteenth {
        margin-top: 20px;
        font-size: 13px;
        margin-bottom: 70px;
    }
    .l1,.l6{
        border-radius: 5px 5px 5px 5px;
        width: 50px;
        height: 30px;
        background: #f1eff0;
        font-size: 14px;
        line-height: 30px;
        color: #333333;
    }
    .l2,.l5{
        border-radius: 5px 5px 5px 5px;
        width: 60px;
        height: 30px;
        background: #f1eff0;
        font-size: 14px;
        line-height: 30px;
        color: #a5a4a5;
    }
    .l3,.l4{
        border-radius: 5px 5px 5px 5px;
        width: 40px;
        height: 30px;
        background: #f1eff0;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
    }
    .l3{
        background: #3b88c4;
        color: white;
    }
    .l3:hover,.l4:hover{
        background: #3b88c4;
        color: white;
    }
    .one3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .one3 li:nth-of-type(2n){
        margin-right: 0;
    }
    .one3 li:nth-of-type(2n){
        margin-right: 20px;
    }
    .one3 li {
        width: 47%;
    }
    .one3 img{
        margin-right: 0;
        width: 100%;
    }
    .tet:hover {
        text-decoration: none;
    }

    .tet1 {
        margin-top: 5px;
        color: #bbbbbb
    }

    .tet2 {
        height: 48px;
        overflow: hidden;
        margin-top: -5px;
        color: #666666;
    }
}

@media only screen and (max-width: 640px) {
    .main5 p,.main5 p li{
        font-size: 12px;
    }
    .thirteenth p {
        *zoom: 1;
        width: 80%;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .thirteenth_right p {
        position: relative;
        right: -20%;
    }
    .one3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .one3 li {
        width: 100%;
    }
    .one3 img{
        width: 100%;
        margin-right: 0;
    }

    .tet:hover {
        text-decoration: none;
    }

    .tet1 {
        margin-top: 5px;
        color: #bbbbbb
    }

    .tet2 {
        height: 48px;
        overflow: hidden;
        margin-top: -5px;
        color: #666666;
    }
}

@media only screen and (max-width: 460px) {
    .yi2{
        margin-top: 10px;
        position:relative;
        left: 0;
    }
    .second1 p {
        font-size: 15px;
        line-height: 24px;
    }

    .four{
        font-size: 12px;
    }
    .pp{
        font-size: 12px;
    }

    .one li {
        height: 45px;
        line-height: 45px;
        width:100%;
        display:block;
        overflow:hidden;
        position:relative;
        padding-right:80px;
    }

    .one a {
        font-size: 12px;
        width:100%;
        height:45px;
        text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    }

    .one span {
        font-size: 12px;
    }

    .yi {
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }
    .yi1 img{
        margin-top: 10px;
        width: 100%;
    }
    .yi1 {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .yi2{
        text-align: center;
    }
    .ya {
        text-align: center;
        height: 100%;
    }
    .yi p:nth-of-type(1) {
        font-size: 14px;
    }
    .yi p:nth-of-type(3) {
        font-size: 12px;
    }
    .l1,.l6{
        border-radius: 2px 2px 2px 2px;
        width: 30px;
        height: 20px;
        background: #f1eff0;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
    }
    .l2,.l5{
        border-radius: 2px 2px 2px 2px;
        width: 40px;
        height: 20px;
        background: #f1eff0;
        font-size: 12px;
        line-height: 20px;
        color: #a5a4a5;
    }
    .l3,.l4{
        border-radius: 2px 2px 2px 2px;
        width: 20px;
        height: 20px;
        background: #f1eff0;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
    }
    .l3{
        background: #3b88c4;
        color: white;
    }
    .l3:hover,.l4:hover{
        background: #3b88c4;
        color: white;
    }

}

.owl-dots{
    display: none !important;
}
.owl-prev{
    background: url("../img/jiantoul.png") no-repeat !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    left: -35px;

}
.owl-next{
    background: url("../img/jiantou.png") no-repeat !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: -35px;
}
