/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
html.active{
    overflow:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow",HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-box{
    height:110px;
    box-shadow:0 3px 5px rgba(0, 0, 0, .1);
    position:relative;
    z-index:100;
}
.logo-box .logo{
    height:110px;
    line-height:110px;
    max-width:32.5%;
    transition:all .3s;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
    transition:all .3s;
}
.logo-box .right{
    width:67.5%;
    padding-left:50px;
}
.logo-box .phone h5{
    font-size:12px;
    color:#333;
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:20px;
    margin:20px 0;
}
.logo-box .phone h5 span{
    font-size:16px;
    color:#fe7289;
    font-weight:bold;
}

/*PC端导航*/
nav{
    margin-top:38px;
}
nav ul{
    font-size:0;
    text-align:right;
}
nav ul li {
    text-align:center;
    position: relative;
    line-height:35px;
    display:inline-block;
    margin-left:47px;
    vertical-align:top;
}
nav ul li a {
    display: block;
    position: relative;
    color: #333 !important;
    font-size:14px;
}
nav ul li a:hover,
nav ul li a.active {
    color:#fe7289 !important;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display:none;
    left:50%;
    top:100%;
    z-index:100;
    width:150px;
    margin-left:-75px;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #fff;
    margin:0;
}
nav ul li ul li a{
    font-size:14px;
    padding:0 5px;
}
nav ul li:hover ul {
    display:block;
}

/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #71bd05;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #71bd05;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel:hover .carousel-control.right {
    right: 0;
}
#myCarousel:hover .carousel-control.left {
    left: 0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}

.main1{
    margin:60px 0;
}
.main1 .con1{
    background:url(../images/bg1.png) no-repeat center center/100% 100%;
    max-width:1121px;
    height:417px;
    text-align:center;
    padding:90px 200px 0;
    position: relative;
}
.main1 .con1 .text{
    color:#666;
    font-weight:bold;
    line-height:30px;
    height:182px;
    overflow:auto;
}
.main1 .con1 h5{
    color:#fe738a;
    font-size:18px;
    line-height:30px;
    margin-top:10px;
}
.main1 .con1 .mCSB_dragger_bar{
    background:#fe738a !important;
}
.main1 .con2 .title{
    font-size:24px;
    font-weight:bold;
    margin:-40px 0 40px;
    text-align:center;
}
.main1 .con2 ul{
    margin:0 -20px;
}
.main1 .con2 ul li{
    width:50%;
    padding:0 20px;
}
.main1 .con2 ul li a{
    display:block;
    position:relative;
    overflow: hidden;
}
.main1 .con2 ul li a h5{
    background:rgba(0, 0, 0, .6);
    position: absolute;
    width:100%;
    line-height:78px;
    color:#fff;
    font-size:18px;
    padding:0 30px;
    bottom:0;
    left:0;
}
.main1 .con2 ul li a:hover .img{
    transform:scale(1.1);
}

/* main2 */
.main2{
    background:#f4f4f4;
}
.main2 .title-1{
    margin:60px 0;
    background:url(../images/bg2.png) no-repeat center center/100% 100%;
    max-width:1127px;
    height:119px;
    text-align: center;
    color:#fde800;
    font-size:45px;
    font-weight:bold;
    padding-top:15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
.main2 .con-1{
    background:#fff;
    border:1px solid #dcdbdb;
}
.main2 .con-1 h4{
    font-size:36px;
    color:#fe8198;
    line-height:85px;
    border-top:1px solid #dcdbdb;
    text-align:center;
}
.main2 ul li{
    width:25%;
    padding:10px;
    border-right:1px solid #dcdbdb;
}
.main2 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
    border:none;
}
.news1{
    display:block;
    overflow:hidden;
    box-shadow:3px 3px 5px rgba(0, 0, 0, .2);
    background:#fff;
}
.news1:hover .img{
    transform:scale(.9);
}
.main2 .con-2{
    background:url(../images/index_16.jpg) center center/100% 100%;
    padding:60px 10px;
    text-align:center;
    margin:40px 0 36px;
}
.main2 .con-2 h4{
    font-size:48px;
    font-weight:bold;
    color:#fe8198;
}
.main2 .con-2 a{
    display:block;
    width:310px;
    line-height:56px;
    background:#fe8198;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    margin:30px auto 0;
    transition:all .3s;
}
.main2 .con-2 a:hover{
    background:#db3050;
}

/* main3 */
.main3{
    background:url(../images/bg3.jpg) center center/cover;
}
.main3 p{
    font-size:38px;
    font-weight:bold;
    color:#fff;
    text-shadow:#702835 1px 0 0,#702835 0 1px 0,#702835 -1px 0 0,#702835 0 -1px 0;
    position: relative;
    z-index:2;
}
.main3 .con{
    position: relative;
    padding:50px 0;
    text-align:center;
}
.main3 .con img.img-1{
    position: absolute;
    bottom:0;
    left:-30px;
}
.main3 .con img.img-2{
    position: absolute;
    bottom:-40px;
    right:-150px;
}

/* title1 */
.title1{
    margin:60px 0;
    text-align:center;
    font-size:0;
    overflow: hidden;
}
.title1 .text-1{
    display:inline-block;
    position:relative;
}
.title1 .text-1::before,
.title1 .text-1::after{
    content:"";
    width:283px;
    height:1px;
    background:#000;
    position:absolute;
    top:50%;
    right:100%;
}
.title1 .text-1::after{
    right:auto;
    left:100%;
}
.title1 .text-1 .img-1{
    position: absolute;
    top:7px;
    right:100%;
    margin-right:17px;
}
.title1 .text-1 .img-2{
    position: absolute;
    top:-1px;
    left:100%;
    margin-left:15px;
}
.title1 .text-2{
    overflow: hidden;
    padding:0 30px;
    position: relative;
}
.title1 .text-2::before,
.title1 .text-2::after{
    content:"";
    width:2px;
    height:32px;
    background:#000;
    position:absolute;
    top:13px;
    left:0;
}
.title1 .text-2::after{
    left:auto;
    right:0;
}
.title1 h5{
    font-size:24px;
    font-weight:bold;
    position: relative;
    display:inline-block;
}
.title1 h5::before,
.title1 h5::after,
.title1 p::before,
.title1 p::after{
    content:"";
    width:1000%;
    height:2px;
    background:#000;
    position: absolute;
    top:50%;
    right:100%;
    margin:-1px 5px 0 0;
}
.title1 h5::after,
.title1 p::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 5px;
}
.title1 p{
    font-size:18px;
    font-weight:bold;
    margin-top:8px;
    font-family:"Agency FB";
    color:#fe8198;
    position: relative;
    display:inline-block;
}

/* main4 */
.news2{
    display:block;
    margin:0 10px 20px;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 .text-box{
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    transition:all .3s;
}
.news2 h5{
    line-height:62px;
    font-size:20px;
    font-weight:bold;
    color:#000;
    padding:0 20px;
    transition:all .3s;
}
.news2 .text{
    border-top:1px solid #ebebeb;
    padding:20px;
    color:#999;
    line-height:30px;
    transition:all .3s;
}
.news2 .text span{
    font-size:24px;
    font-weight:bold;
    color:#fe8198;
}
.news2 b{
    display:block;
    background:#f2f2f2;
    border:1px solid #ebebeb;
    color:#000;
    text-align:center;
    font-weight:normal;
    line-height:46px;
    transition:all .3s;
}
.news2 b span{
    margin:0 10px 0 14px;
}
.news2 b img{
    position: relative;
    top:-1px;
}
.news2 b .img-2{
    display:none;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#fe8198;
}
.news2:hover b{
    background:#fe8198;
    color:#fff;
    border-color:#fe8198;
}
.news2:hover b .img-1{
    display:none;
}
.news2:hover b .img-2{
    display:inline;
}
.news2:hover .text-box,
.news2:hover .text{
    border-color:#fe8198;
}
.main4-con{
    padding:0 5px;
}
.main4-con .col-md-3{
    padding:0;
}

/* main5 */
.main5 .title1{
    margin-top:40px;
}
.main5 .con-1{
    border:2px solid #fe8198;
    padding:3px;
    margin:20px 0 60px;
}
.main5 .con-1 form{
    background:#ffecef;
    padding:29px 95px;
}
.main5 .con-1 form ul{
    margin:0 -10px;
}
.main5 .con-1 form ul li{
    width:33.33%;
    padding:0 10px;
}
.main5 .con-1 form input,
.main5 .con-1 form button{
    width:100%;
    height:46px;
    border:1px solid #fe839a;
    background:#fff;
    padding:0 14px;
}
.main5 .con-1 form button{
    padding:0;
    background:#fe8198;
    font-size:16px;
    color:#fff;
    transition:all .3s;
}
.main5 .con-1 form button:hover{
    background:#a41731;
    border-color:#a41731;
}

/* main6 */
.main6{
    background:#f7f7f7;
    padding-bottom:60px;
}

.nav3{
    text-align:center;
    font-size:0;
    margin-bottom:34px;
}
.nav3 a{
    display:inline-block;
    width:114px;
    line-height:36px;
    border:1px solid #dedede;
    color:#000;
    margin:0 3px 6px;
    font-size:14px;
}
.nav3 a:hover,
.nav3 a.active{
    background:#f75c6d;
    color:#fff;
    border-color:#f75c6d;
}
.main6-con{
    position: relative;
    border:1px solid #e8e8e8;
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
}
.news3{
    display:block;
    padding:14px 14px 0;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    line-height:83px;
    color:#000;
    text-align:center;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#f75c6d;
}
.main6 .swiper-slide{
    border-right:1px solid #efefef;
}
.main6 .but{
    width:42px;
    height:47px;
    border:1px solid #e8e8e8;
    background:#fff url(../images/jt2.png) no-repeat center center;
    left:-80px;
    margin-top:-21px;
    box-shadow:0 0 3px rgba(0, 0, 0, .1);
    opacity:1;
}
.main6 .but:hover{
    background:#f75c6d url(../images/jt2-2.png) no-repeat center center;
    border-color:#f75c6d;
}
.main6 .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.main6-1 .swiper-container{
    display:none;
} 
.main6-1 .swiper-container.active{
    display:block;
}

/* main7 */
.main7{
    padding-bottom:60px;
    border-bottom:1px solid #e5e5e5;
}
.news4{
    display:block;
    padding:30px;
}
.news4:hover .img{
    transform:scale(.9);
}
.main7-con{
    position: relative;
    background:#f7f7f7;
    border:1px solid #e5e5e5;
    border-right:none;
}
.main7-con::before{
    content:"";
    width:100%;
    height:1px;
    background:#e5e5e5;
    position: absolute;
    top:50%;
    left:0;
    z-index:2;
}
.main7-con::after{
    content:"";
    width:1px;
    height:100%;
    background:#e5e5e5;
    position: absolute;
    top:0;
    right:0;
    z-index:10;
}
.main7 .swiper-slide{
    border-right:1px solid #e5e5e5;
}
.main7 ul{
    background:#f7f7f7;
    border:1px solid #e5e5e5;
}
.main7 ul li{
    width:33.33%;
}

/* main8 */
.main8 .title{
    margin:60px 0;
    text-align:center;
    font-size:24px;
    font-weight:bold;
}
.news5{
    display:block;
}
.news5 .imgbox{
    overflow: hidden;
    position: relative;
}
.news5 .imgbox::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    background:url(../images/icon4.png) no-repeat center center;
}
.news5 h5{
    line-height:54px;
    background:#f2f2f2;
    font-size:16px;
    color:#000;
    text-align:center;
    padding:0 10px;
}
.news5:hover .img{
    transform:scale(1.1);
}
.news5:hover h5{
    background:#f75c6d;
    color:#fff;
}
.main8 ul{
    margin:0 -10px;
}
.main8 ul li{
    width:25%;
    padding:0 10px;
}
.main8 .more-1{
    display:block;
    width:156px;
    line-height:52px;
    background:#f75c6c;
    color:#fff;
    text-align:center;
    border-radius:10px;
    margin:30px auto 0;
}
.main8 .more-1:hover{
    background:#b41526;
}

/* main9 */
.main9{
    background:#f7f7f7;
    padding-bottom:60px;
    margin-top:60px;
}

/* main10 */
.news6-box{
    padding:0 5px;
}
.news6-box .col-xs-12{
    padding:0 10px;
}
.news6{
    display:block;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}
.news6::before{
    content:"";
    position:absolute;
    width:100%;
    height:calc(100% - 50px);
    top:0;
    left:0;
    z-index:2;
    background:url(../images/icon4.png) no-repeat center center;
}
.news6 .img{
    height:262px;
}
.news6 h5{
    width:100%;
    line-height:50px;
    background:rgba(0, 0, 0, .8);
    font-size:16px;
    color:#fff;
    text-align:center;
    padding:0 5px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:3;
}
.news6:hover .img{
    transform:scale(1.1);
}
.main10 .con img.bt{
    height:104px;
}
.main10 ul{
    height:440px;
    overflow: hidden;
}
.main10 ul li a{
    display:block;
    line-height:40px;
    color:#000;
    position:relative;
    padding-right:100px;
}
.main10 ul li a span{
    font-size:12px;
    color:#999;
    transition:all .3s;
    position:absolute;
    top:0;
    right:0;
}
.main10 ul li a:hover,
.main10 ul li a:hover span{
    color:#f75c6c;
}
.main10 .more-1{
    display:block;
    width:156px;
    line-height:52px;
    background:#f75c6c;
    color:#fff;
    text-align:center;
    border-radius:10px;
    margin:30px auto 60px;
}
.main10 .more-1:hover{
    background:#b41526;
}
.main10 .more-2{
    display:block;
    width:100%;
    border:2px solid #f75c6c;
    padding:2px;
    text-align:center;
    margin-bottom:80px;
    background:#fff;
}
.main10 .more-2 span{
    display:block;
    line-height:82px;
    font-size:30px;
    font-weight:bold;
    color:#f75c6c;
    box-shadow:inset 0px 0px 8px rgba(247, 92, 108, .6);
    transition:all .3s;
}
.main10 .more-2:hover span{
    box-shadow:inset 0px 0px 70px 8px rgba(247, 92, 108, 1);
    color:#000;
    text-shadow:2px 2px 2px rgba(255, 255, 255, 1);
}
.main10 .title-2{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
}

.news9{
    display:block;
    margin-bottom:20px;
}
.news9 .imgbox{
    overflow: hidden;
}
.news9 .img{
    width:180px;
    height:120px;
}
.news9 .text-box{
    margin-left:200px;
}
.news9 h5{
    font-size:16px;
    line-height:25px;
    color:#000;
}
.news9 p{
    font-size:13px;
    color:#999;
    margin:5px 0;
}
.news9 .text{
    line-height:25px;
    height:50px;
    overflow: hidden;
    color:#000;
}
.news9:hover .img{
    transform:scale(1.1);
}
.news9:hover h5{
    color:#f75c6c;
}

/* main11 */
.main11{
    border:1px solid #eee;
}
.main11 .title{
    background:#eee;
    padding:30px 0;
    text-align:center;
}
.main11 .title h5{
    font-size:36px;
    font-weight:bold;
    color:#f75c6d;
}
.main11 .title p{
    font-size:18px;
    line-height-step:30px;
    margin-top:10px;
    color:#f75c6d;
    font-family:"Bodoni MT";
}
.main11 .text-box{
    padding:1px;
}
.main11 .text{
    padding:20px;
    border:1px solid #eee;
    line-height:30px;
}
.main11 .text img{
    max-width:100%;
    display:block;
    margin:0 auto;
}

/* main12 */
.title2{
    padding-bottom:14px;
    border-bottom:1px solid #ddd;
    margin:60px 0 30px;
}
.title2 h5{
    height:30px;
    line-height:26px;
    background:url(../images/icon5.png) no-repeat 0 center/auto 100%;
    padding-left:40px;
    font-size:24px;
    font-weight:bold;
    color:#f75c6d;
}
.main12 table.table-1{
    width:100%;
    border:1px solid #ea4457;
}
.main12 table.table-1 tr:first-child{
    background:#ea4457;
}
.main12 table.table-1 tr th{
    height:54px;
    font-size:18px;
    color:#fff;
    font-weight:normal;
    text-align:center;
}
.main12 table.table-1 tr th:first-child{
    width:246px;
    border-right:1px solid #fff;
}
.main12 table.table-1 td span{
    text-decoration: line-through;
    opacity:.7;
}
.main12 table.table-1 td{
    border:1px solid #ea4457;
}
.main12 table.table-1 td b{
    color:#2dffc3;
}
.main12 table.table-1 td:first-child{
    text-align:center;
}
.main12 table.table-1 td{
    padding:15px 10px;
    line-height:25px;
    font-size:16px;
}

.main12 table.table-2{
    width:100%;
    border:1px solid #fe738a;
    margin-top:37px;
}
.main12 table.table-2 tr:first-child{
    background:#fe738a;
}
.main12 table.table-2 tr th{
    height:54px;
    font-size:18px;
    color:#fff;
    font-weight:normal;
    text-align:center;
    border-right:1px solid #fff;
}
.main12 table.table-2 tr th:first-child{
    width:120px;
}
.main12 table.table-2 tr th:nth-child(2){
    width:180px;
}
.main12 table.table-2 tr th:last-child{
    border:none;
}
.main12 table.table-2 tr td{
    border:1px solid #fe738a;
    padding:15px;
    font-size:16px;
    line-height:25px;
}
.main12 table.table-2 .con{
    text-align:center;
    font-size:24px;
    color:#fe738a;
    background:red;
    display:none;
}
.main12 table.table-2 tr td:nth-last-child(3){
    background:#ffeff2;
    color:#fe738a;
}
.main12 table.table-2 tr td:last-child{
    background:#ffeff2;
}
.main12 table.table-2 tr:nth-child(even) td:first-child{
    font-size:24px;
    color:#fe738a;
    text-align:center;
}
.main12 table.table-2 tr:last-child td{
    background:#fff;
    font-size:18px !important;
}

/* main13 */
.main13{
    margin-bottom:80px;
}
.news7{
    display:block;
    overflow:hidden;
}
.news7:hover .img{
    transform:scale(1.1);
}

/* main14 */
.main14{
    padding-bottom:30px;
}
.main14 .col-md-4{
    padding:0;
}
.news8{
    display:block;
    margin:0 15px 30px;
}
.news8 .imgbox{
    overflow: hidden;
    position:relative;
}
.news8 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .6) url(../images/icon6.png) no-repeat center center;
    position:absolute;
    top:-100%;
    left:0;
    transition:all .3s;
    z-index:10;
}
.news8 .text-box{
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}
.news8 h5{
    font-size:18px;
    color:#000;
    line-height:25px;
}
.news8 p{
    color:#999;
    line-height:25px;
}
.news8:hover .imgbox::before{
    top:0;
}
.news8:hover h5{
    color:#ff667f;
}
.news8:hover .img{
    transform:scale(1.1);
}

/* 新闻内页 */
.neiye2-box{
    padding:0 5px;
}
.neiye2-box .col-sm-12{
    padding:0 10px;
}
.neiye-2{
    background:#f4f4f4;
    padding:35px 0 60px;
}
.main15{
    background:#fff;
    box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
}
.main15 .title{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
    padding:0 30px;
}
.main15 .title h5{
    line-height:70px;
    font-size:24px;
    font-weight:bold;
    position: relative;
}
.main15 .title h5::before{
    content:"";
    width:100%;
    height:2px;
    background:#ff7f94;
    position:absolute;
    bottom:-1px;
    left:0;
}
.main15 .main15-con{
    padding:0 20px 20px;
    min-height:300px;
}
.main15 .main15-con ul.ul-1 li a{
    display:block;
    line-height:50px;
    font-size:16px;
    color:#000;
    position: relative;
    padding:0 110px 0 20px;
    border-bottom:1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.main15 .main15-con ul.ul-1 li a::before{
    content:"";
    width:2px;
    height:2px;
    background:#000;
    position:absolute;
    top:50%;
    left:12px;
    transform:translateY(-50%);
}
.main15 .main15-con ul.ul-1 li a span{
    font-size:14px;
    color:#999;
    position:absolute;
    top:0;
    right:12px;
    transition:all .3s;
}
.main15 .main15-con ul.ul-1 li:last-child a{
    border:none;
}
.main15 .main15-con ul.ul-1 li a:hover,
.main15 .main15-con ul.ul-1 li a:hover span{
    color:#ff7f94;
}
.main15 .main15-con ul.ul-2 li{
    width:100%;
}
.main15 .main15-con ul.ul-2 .news6{
    margin-bottom:20px;
}
.main15 .main15-con ul.ul-2 .news6 .img{
    height:230px;
}
.main15 .main15-con ul.ul-2 .news6 h5{
    line-height:40px;
}
.main15 .main15-con ul.ul-2 li:last-child .news6{
    margin:0;
}
.main15-2 .more{
    display:block;
    line-height:40px;
    border:2px solid #f75c6c;
    color:#f75c6c;
    text-align:center;
    font-size:16px;
    margin-top:21px;
}
.main15-2 .more:hover{
    background:#f75c6c;
    color:#fff;
}
.main15.news-ny{
    height:906px;
}


/* footer */
footer .top{
    background:#f7f7f7;
    padding:50px 0;
    font-size:0;
    text-align:center;
}
footer .top ul{
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    text-align:left;
}
footer .top ul.ul-1 li a{
   color:#333;
   line-height:35px; 
}
footer .top .ul-box{
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
    padding:0 60px;
}
footer .top ul.ul-2 li{
    line-height:30px;
    color:#333;
    position: relative;
    padding-left:30px;
}
footer .top ul.ul-2 li span{
    position:absolute;
    top:0;
    left:0;
}
footer .top .weixin img{
    width:105px;
    height:105px;
}
footer .top .weixin p{
    font-size:12px;
    color:#333;
    line-height:18px;
    margin-top:10px;
}
footer .yqlj{
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
footer .yqlj h5{
    font-size:18px;
    color:#333;
    padding:25px 0;
    line-height:30px;
    text-align:center;
}
footer .yqlj h5 span{
    font-size:12px;
    color:#f75c6c;
    margin-left:5px;
}
footer .yqlj .con{
    padding:25px 0 20px 20px;
    border-left:1px solid #ebebeb;
}
footer .yqlj .con a{
    display:inline-block;
    font-size:12px;
    color:#333;
    margin-right:20px;
    line-height:30px;
}
footer .bottom{
    font-size:12px;
    line-height:18px;
    color:rgba(0, 0, 0, .6);
    padding:23px 0;
}
footer a {
    color:rgba(0, 0, 0, .6);;
    transition: all .3s;
}
footer a:hover {
    color: #f75c6c !important;
}

/* 视频弹窗 */
.video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: -100%;
    left: 0;
    z-index: 8000;
    display: flex;
    justify-content: cener;
    align-items: center;
    transition: all .3s;
}

.video_popup.active {
    top: 0;
}

.video_popup .con_box {
    width: 1200px;
    height:80%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: relative;
}

.video_popup .con_box video {
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}

.video_popup .con_box video.active {
    display: block;
}

.video_popup .con_box i.colse {
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    position: absolute;
    top: -45px;
    right: -45px;
    cursor: pointer;
    transition: all .3s;
}

.video_popup .con_box i.colse:hover {
    color: #fe738a;
    transform: rotate(315deg);
}


/*内页左侧*/
.neiye .title4 {
    background: #f75c6d;
    position: relative;
    line-height: 45px;
    border-top:5px solid #930707;
}
.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}
.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}
.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.neiye .nav_box {
    margin-bottom: 17px;
}
.neiye .nav_box .nav1 {
    padding: 3px 0;
}
.neiye .nav_box .nav2 {
    display: block;
    line-height: 44px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding: 1px;
}
.neiye .nav_box .nav2 .con {
    background: #e5e5e5;
    padding: 0 5px 0 24px;
}
.neiye .nav_box .nav2 .span4 {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    transition: all .3s;
    background: #fff;
    color: #000;
}
.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #f75c6d;
}
.neiye .nav_box .nav2:hover .con,
.neiye .nav_box .nav2.active .con {
    color: #fff;
    background: #f75c6d;
}
.neiye .nav_box .nav2:hover .span4,
.neiye .nav_box .nav2.active .span4 {
    background: #fff;
    color: #000;
}
.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}
.neiye .nav1 ul.ul1 {
    display: block;
}
.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}
.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}
.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #db9d3f;
}
.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}


/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}
.xqy .title-2 {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title-2 h5 {
    font-size: 16px;
    font-weight: bold;
}
.xqy .title-2 p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.xqy #map{
    height:400px;
    margin-top:30px;
}
.xqy .video-iframe{
    position: relative;
    max-width:600px;
    margin:0 auto;
}
.xqy .video-iframe iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}


/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* 右侧悬浮 */
.suspend_nav{
    background: #fe8198;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #960a24;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #fe8198;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fe8198;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #fe8198;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe8198;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #fe8198;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fe8198;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

    .zishu form .div1{margin-bottom:10px;position: relative;padding-left:110px;}
    .zishu form .div1 span{display: block;position: absolute;left: 0;top:0;line-height: 40px;font-size: 15px;text-align: right;width: 100px;}
    .zishu form .div1 a{font-size: 16px;display: block;line-height: 40px;}
    .zishu form .div1 a:hover{color: #fe7289 ;}
    .zishu form input{width:300px;line-height: 38px;border: 1px solid #e5e5e5;padding: 0 14px;height: 40px;}
    .zishu form button{width:300px;line-height: 38px;border: 1px solid #ff7f94;padding: 0 14px;background: #ff7f94;color: #fff;text-align: center;}
    .zishu form button:hover{opacity: 0.88}

/*媒体查询开始*/
@media(max-width:1300px){
    .video_popup .con_box{
        width:80%;
    }
}
@media(max-width:1199px) {
    nav ul li{
        margin-left:30px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #fe8198;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #fe8198;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #fe8198;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 {
        border:none;
    }
    .neiye .title4 .span1 {
        display: none;
    }
    .neiye .title4 h5 {
        padding-left: 15px;
        line-height: 45px;
    }
    .neiye .title4 h5 .span2 {
        display: none;
    }
    .neiye .nav_box .nav2 {
        text-align: center;
        line-height: 38px;
    }
    .neiye .nav_box .nav2 .con {
        padding: 0 5px;
    }
    .neiye .nav_box .nav2 .span4 {
        display: none;
    }
    .neiye .nav1 ul.ul1 {
        display: none;
    }
    .neiye .nav1 ul li a {
        text-align: center;
        padding: 0 5px;
    }
    .neiye .nav1 ul li a .span5 {
        display: none;
    }
    .neiye .nav_box {
        margin-bottom: 20px;
    }
    .neiye {
        padding-top:30px;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .logo-box .logo img{
        max-height:80%;
    }
    .main1 .con1{
        background:none;
        border:5px solid #fc2828;
        height:auto;
        text-align:center;
        padding:0 10px 20px;
    }
    .main1 .con1 img{
        display:block;
        margin:-20px auto 30px;
        max-width:60%;
    }
    .main1 .con1 .text{
        height:auto;
        font-weight:normal;
    }
    .main1 .con2 .title{
        margin:40px 0;
    }
    .main1 .con2 ul{
        margin:0 -10px;
    }
    .main1 .con2 ul li{
        padding:0 10px;
    }
    .main5 .con-1 form{
        padding:20px;
    }
    .news6 .img{
        height:auto;
    }
    .main10 ul{
        height:auto;
        padding:0;
        border:none;
        margin-top:10px;
    }
    .main10 ul li a{
        line-height:30px;
    }
    footer .top .ul-box{
        border:none;
        height:auto !important;
        margin:20px 0;
        padding:0;
    }
    footer .bottom{
        text-align:center;
    }
    footer .yqlj h5{
        padding:20px 0;
    }
    footer .yqlj .con{
        padding:0 0 20px;
        border:none;
    }
    .main14{
        padding:0 5px 30px;
    }
    .news8{
        display:block;
        margin:0 10px 30px;
    }
    .main15-2{
        margin-bottom:20px;
    }
    .main15 .main15-con ul.ul-2{
        margin:0 -10px;
    }
    .main15 .main15-con ul.ul-2 li{
        width:33.33%;
    }
    .main15 .main15-con ul.ul-2 .news6{
        margin:0 10px 20px !important;
    }
    .main15-2 .main15-con{
        padding-bottom:1px;
    }
    .neiye-2{
        padding-top:30px;
    }
    .video_popup .con_box{
        height:40%;
    }
    .title-2.title-22{
        margin-top:30px;
    }
    .news4{
        padding:10px;
    }
    .main8 ul li{
        width:50%;
        margin-bottom:20px;
    }
    .main9{
        margin-top:40px;
    }
    .main15 .main15-con{
        min-height:initial;
    }
    .main15.news-ny{
        height:auto;
    }
    .main15-2 .more{
        margin:20px 0;
    }
    .main15 .main15-con ul.ul-2 .news6 .img{
        height:auto;
    }
    .main8 .more-1{
        margin-top:10px;
    }
    .main10 .con img.bt{
        height:auto;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .carousel-indicators {
        bottom: 2px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
        max-width:60%;
    }
    .main1{
        margin:50px 0 20px;
    }
    .main1 .con2 .title{
        margin:30px 0;
        font-size:20px;
    }
    .main1 .con2 ul{
        margin:0 -5px;
    }
    .main1 .con2 ul li{
        padding:0 5px;
    }
    .main1 .con2 ul li a h5{
        line-height:35px;
        padding:0 5px;
        font-size:16px;
    }
    .main2 .title-1{
        margin:30px 0;
        font-size:20px;
        height:50px;
        padding-top:5px;
    }
    .main2 .swiper-slide{
        padding:5px;
    }
    .main2 .con-1 h4{
        font-size:20px;
        line-height:30px;
        padding:5px 0;
    }
    .main2 .con-2{
        margin:30px 0;
        padding:30px 10px;
    }
    .main2 .con-2 h4{
        font-size:20px;
    }
    .main2 .con-2 a{
        font-size:18px;
        width:150px;
        line-height:35px;
        margin-top:20px;
    }
    .main3 .con{
        padding:30px 0;
    }
    .main3 p{
        font-size:18px;
        line-height:30px;
    }
    .title1{
        margin:0;
        padding:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    .title1 .text-2::before,
    .title1 .text-2::after{
        top:11px;
        height:27px;
    }
    .news2 h5{
        line-height:35px;
        font-size:16px;
        padding:0 5px;
    }
    .news2 .text{
        padding:5px;
    }
    .news2 .text span{
        font-size:18px;
    }
    .news2 b{
        line-height:35px;
        font-size:12px;
    }
    .main5 .con-1{
        margin:20px 0 30px;
    }
    .main5 .con-1 form{
        padding:10px 10px 0;
    }
    .main5 .con-1 form ul li{
        width:100%;
        margin-bottom:10px;
    }
    .news3{
        padding:5px 5px 0;
    }
    .news3 h5{
        line-height:40px;
    }
    .nav3{
        margin-bottom:24px;
    }
    .main6,
    .main7{
        padding-bottom:30px;
    }
    .news4{
        padding:15px;
    }
    .main8 .title{
        margin:30px;
        font-size:20px;
    }
    .news5 h5{
        line-height:35px;
        padding:0 5px;
    }
    .main9{
        margin-top:20px;
    }
    .news6 h5{
        line-height:35px;
    }
    .news6{
        margin-bottom:20px;
    }
    .news6::before{
        height:calc(100% - 35px);
    }
    .main10 .more-1{
        width:120px;
        line-height:35px;
        margin:10px auto 30px;
    }
    .main10 .more-2{
        margin-bottom:30px;
    }
    .main10 .more-2 span{
        line-height:40px;
        font-size:18px;
    }
    footer .top{
        padding:30px 0;
    }
    .main11 .title{
        padding:20px 0;
    }
    .main11 .title h5{
        font-size:20px;
    }
    .main11 .title p{
        font-size:12px;
        margin-top:5px;
    }
    .main11 .text{
        padding:10px;
        line-height:25px;
    }
    .title2{
        margin:30px 0 20px;
    }
    .title2 h5{
        font-size:20px;
    }
    .main12 table.table-1 tr th:first-child{
        width:90px;
    }
    .main12 table.table-1 tr th,
    .main12 table.table-2 tr th{
        font-size:16px;
        height:auto;
        padding:10px 0;
    }
    .main12 table.table-1 td{
        font-size:13px;
        line-height:22px;
        padding:5px;
    }
    .main13{
        margin-bottom:30px;
    }
    .main12 table.table-2 tr:nth-child(2n) td:first-child{
        font-size:15px;
    }
    .main12 table.table-2 tr td{
        font-size:13px;
        line-height:22px;
        padding:5px;
    }
    .main12 table.table-2 tr th:first-child{
        width:60px;
    }
    .main12 table.table-2 tr th:nth-child(2){
        width:130px;
    }
    .main12 table.table-2 tr:last-child td{
        font-size:14px !important;
        line-height:22px;
    }
    .main14{
        padding:0 10px 20px;
    }
    .news8{
        margin:0 5px 10px;
    }
    .news8 .text-box{
        padding:5px 0;
    }
    .news8 h5{
        font-size:16px;
    }
    .news8 .imgbox::before{
        background-size:40px auto;
    }
    .main15 .title{
        padding:0 10px;
    }
    .main15 .title h5{
        font-size:18px;
        line-height:40px;
    }
    .main15 .main15-con{
        padding:0 10px 10px;
    }
    .main15 .main15-con ul.ul-1 li a{
        font-size:14px;
        line-height:40px;
        padding:0 90px 0 10px;
    }
    .main15 .main15-con ul.ul-1 li a span{
        font-size:12px;
        right:0;
    }
    .main15 .main15-con ul.ul-1 li a::before{
        left:0;
    }
    .main15 .main15-con ul.ul-2{
        margin:0 -5px;
    }
    .main15 .main15-con ul.ul-2 li{
        width:50%;
    }
    .main15 .main15-con ul.ul-2 .news6{
        margin:0 5px 10px !important;
    }
    .main15-2 .main15-con{
        padding:0 10px 1px;
    }
    .main15 .main15-con ul.ul-2 .news6 h5{
        line-height:35px;
    }
    .main15 .main15-con ul.ul-2 .news6::before{
        background-size:40px auto;
    }
    .neiye-2{
        padding-bottom:30px;
    }
    .xqy #map{
        height:220px;
    }
    .video_popup .con_box i.colse{
        font-size: 30px;
        top: -30px;
        right: -30px;
    }
    .main4-con{
        padding:0 10px;
    }
    .news2{
        margin:0 5px 10px;
    }
    .news2 .text span{
        font-size:14px;
    }
    .main5 .title1{
        margin-top:0;
    }
    .news9 .img{
        width:120px;
        height:90px;
    }
    .news9 .text-box{
        margin-left:130px;
    }
    .news9 p{
        font-size:12px;
        margin:2px 0 4px;
    }
    .news9 .text{
        line-height:20px;
        height:40px;
    }
    .title-2.title-22{
        margin-top:10px;
    }
    .main1 .con2 ul li{
        width:100%;
        margin-bottom:10px;
    }
    .main2 ul li,
    .main7 ul li{
        width:50%;
    }
    .main8 ul{
        margin:0 -5px;
    }
    .main8 ul li{
        padding:0 5px;
        margin-bottom:10px;
    }
    .main15-2 .more{
        margin:10px 0;
    }
    .main8 .more-1{
        margin:20px auto 10px;
        width:120px;
        line-height:35px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav{
        top:60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
        max-width:60%;
    }
    .news4{
        padding:5px;
    }
    .news5 .imgbox::before{
        background-size:30px auto;
    }
    .main12 table.table-2 tr th:first-child{
        width:30px;
    }
    .main12 table.table-2 tr th:nth-child(2){
        width:80px;
    }
    .main12 table.table-2 tr td:nth-last-child(3) span{
        display:block;
    }
    .main15 .main15-con ul.ul-2 li{
        width:100%;
    }
    
    .zishu form .div1{margin-bottom:10px;position: relative;padding-left:84px;}
    .zishu form .div1 span{display: block;position: absolute;left: 0;top:0;line-height: 40px;font-size: 15px;text-align: right;width: 80px;}
    .zishu form input{width:100%;line-height: 38px;border: 1px solid #e5e5e5;padding: 0 14px;height: 40px;}
    .zishu form button{width:100%;line-height: 38px;border: 1px solid #ff7f94;padding: 0 14px;background: #ff7f94;color: #fff;text-align: center;}
    .zishu form button:hover{opacity: 0.88}

}