/*全局样式*/
@charset "utf-8";

html {
    overflow-x: 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;
}
.main2-con .list:nth-child(n+5){display: none !important;}

.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{
    position: relative;
    z-index:2;
}
.logo-box .logo{
    max-width:26%;
    height:100px;
    line-height:100px;
    font-size: 0;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .logo-2{
    margin-left:18px;
    max-width:9%;
}
.logo-box .phone{
    background:url(../images/icon2.png) no-repeat 0 center;
    padding-left:40px;
    margin-top:37px;
    font-size:20px;
    font-weight:bold;
    color:#c00202;
}
.logo-box .phone span{
    font-size:14px;
    font-weight:normal;
    color:#000;
    position: relative;
    top:-2px;
}

/*PC端导航*/
nav {
margin-right: 30px;
}
nav a {
    color: #000 !important;
    font-size:20px;
}
/*一级导航*/
nav ul li {
    float: left;
    text-align: center;
    position: relative;
    line-height: 100px;
    transition:all .3s;
}
nav ul li a {
    display: block;
    position: relative;
    z-index:10;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition:all .3s;
    padding:0 16px;
}
nav ul li a.active,
nav ul li a:hover{
    color:#c00202 !important;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background: #fff;
    padding: 0;
}
nav ul li ul li a{
    font-size:14px;
    padding:0 5px;
}
nav ul li:hover ul {
    display: block;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-container{z-index: 1;position: relative;}
.banner form{position: absolute;left: 0;right: 0;bottom: 16%;width: 640px;line-height: 50px;height: 50px;background: #fff;border-radius: 8px;z-index: 2;margin: 0 auto;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.4)}
.banner form input{width: calc(100% - 130px);float: left;border: 0;background: fixed;line-height: 50px;height: 50px;}
.banner form button{width:130px;float: left;border: 0;background: #C00202;line-height: 50px;height: 50px;font-size: 16px;color: #fff;}
.banner form button:hover{background:#AC0000;}
.banner form button img{position: relative;padding-right: 6px;top:-2px;max-width: 24px;}


.banner .swiper-slide{
    cursor:move;
}
.banner .but{
    width:50px;
    height:50px;
    background:#c00202;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#c00202;
}

.title1{
    margin:60px 0 40px;
    text-align:center;
    overflow:hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 h5 span{
    color:#c00202;
}
.title1 p{
    font-family:"Baskerville Old Face";
    display:inline-block;
    position: relative;
    margin-top:8px;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:154px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:7px;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 7px;
}
.title1 .text{
    margin-top:20px;
}

/* 热门目的地臻选 */
.main1{
    background-color:#f4f4f4;
    padding-bottom:60px;
}
.news1{
    display:block;
    position: relative;
    overflow: hidden;
    border-radius:5px;
}
.news1 h5{
    width:100%;
    line-height:74px;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    background-color:rgba(0, 0, 0, .8);
    padding:0 10px;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    transition:all .3s;
}
.news1::before,
.news1::after{
    content:"";
    width:3px;
    height:calc(100% - 30px);
    background-color:#c00202;
    position:absolute;
    top:15px;
    left:15px;
    transform:scale(0);
    transition:all .3s;
}
.news1::after{
    left:auto;
    right:15px;
}

.news1 .img::before,
.news1 .img::after{
    content:"";
    width:0;
    height:3px;
    background-color:#c00202;
    position:absolute;
    top:15px;
    left:15px;
    transition:all .3s;
}
.news1 .img::after{
    top:auto;
    bottom:15px;
    left:auto;
    right:15px;
}

/* 服务项目展示 */
.main2{
    margin-bottom:60px;
}
.main2-con .list{
    margin-bottom:40px;
}
.main2-con .list .title{
    margin-bottom:20px;
}
.main2-con .list .title h5{
    font-size:16px;
    font-weight:bold;
}
.main2-con .list .title p{
    margin-top:5px;
    font-size:12px;
    color:#999;
}
.main2-con .list .con1{
    width:232px;
    height:574px;
    border-radius:5px;
}
.main2-con .list .swiper-container{
    margin-left:242px;
}
.news2{
    display:block;
    background-color:#f4f4f4;
    border-radius:5px;
    overflow: hidden;
}
.news2 .imgbox{
    overflow: hidden;
    position: relative;
}
.news2 .imgbox::before{
    content:"";
    width:0;
    height:100%;
    background-color:#fff;
    box-shadow:0 0 10px 5px rgba(255,255,255,.5);
    position:absolute;
    top:0;
    left:-50%;
    z-index:10;
    transform:skewX(-30deg);
}
.news2 .imgbox .img{
    height:207px;
}
.news2 .text-box{
    border:1px solid #ebeaea;
    padding:10px;
    border-top:none;
}
.news2 .text-box h5{
    color:#000;
    line-height:20px;
}
.news2 .text-box p{
    color:#000;
    margin-top:10px;
}
.news2 .text-box p span{
    font-size:18px;
    color:#c00202;
}
.news2:hover .imgbox::before{
    left:130%;
    transition:all .9s;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    color:#c00202;
}

/* 提交团建需求 */
.main3{
    background:url(../images/bg1.jpg) center center/cover;
    padding:60px 0;
}
.main3 .title{
    font-size:30px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    margin-bottom:40px;
    text-shadow:3px 3px 3px rgba(0, 0, 0, .3);
}
.main3 form{
    position: relative;
    padding-right:200px;
}
.main3 form ul{
    margin:0 -5px;
}
.main3 form ul li{
    width:25%;
    padding:0 5px;
}
.main3 form input{
    width:100%;
    height:40px;
    background-color:#fff;
    padding:0 10px;
    border:none;
}
.main3 form button{
    width:190px;
    line-height:40px;
    background-color:#c00202;
    color:#fff;
    font-size:16px;
    border:none;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
.main3 form button:hover{
    background-color:#9d0606;
}

/* 经典案例 */
.main4{
    background:url(../images/bg2.jpg) center center/cover;
    padding-bottom:60px;
}
.news3{
    display:block;
    background-color:#fff;
    border-radius:5px;
    overflow: hidden;
}
.news3 .imgbox{
    overflow: hidden;
    position: relative;
}
.news3 .imgbox::before{
    content:"";
    width:0;
    height:100%;
    background-color:#fff;
    box-shadow:0 0 10px 5px rgba(255,255,255,.5);
    position:absolute;
    top:0;
    left:-50%;
    z-index:10;
    transform:skewX(-30deg);
}
.news3 .text-box{
    font-size:16px;
    color:#000;
    line-height:25px;
    padding:10px 70px 10px 20px;
    position: relative;
}
.news3 .text-box::before{
    content:"";
    width:26px;
    height:26px;
    background:url(../images/icon3.png) no-repeat center center;
    position:absolute;
    top:50%;
    right:37px;
    transform:translateY(-50%);
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover .text-box{
    color:#c00202;
}
.news3:hover .imgbox::before{
    left:130%;
    transition:all .9s;
}

/* 精彩瞬间 */
.main5{
    padding-bottom:60px;
}
.main5-con{
    position: relative;
}
.main5-con .but{
    width:48px;
    height:48px;
    background:url(../images/icon4.png) no-repeat center center;
    margin-top:-24px;
    left:-80px;
    opacity:1;
}
.main5-con .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.news4{
    display:block;
    overflow: hidden;
    position: relative;
    border-radius:5px;
}
.news4::before{
    content:"";
    width:0;
    height:100%;
    background-color:#fff;
    box-shadow:0 0 10px 5px rgba(255,255,255,.5);
    position:absolute;
    top:0;
    left:-50%;
    z-index:10;
    transform:skewX(-30deg);
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover::before{
    left:130%;
    transition:all .9s;
}

/* 合作伙伴 */
.main6{
    background-color:#f4f4f4;
    padding-bottom:60px;
}
.main6 ul li{
    width:16.66%;
}
.news5{
    display:block;
    overflow: hidden;
    border:1px solid #eaeaea;
    padding:10px;
    background-color:#fff;
    transition:all .3s;
}
.news5:hover{
    border-color:#c00202;
}
.news5:hover .img{
    transform:scale(.9);
}

/* 我们的优势 */
.main7{
    padding-bottom:60px;
}
.news6{
    display:block;
    background-color:#f4f4f4;
    border-radius:5px;
    overflow: hidden;
}
.news6 .imgbox{
    overflow: hidden;
    position: relative;
}
.news6 .imgbox h5{
    width:100%;
    line-height:60px;
    background-color:rgba(0, 0, 0, .5);
    font-size:22px;
    font-weight:bold;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    padding:0 5px;
    text-align:center;
}
.news6 .text-box{
    border:1px solid #ddd;
    border-top:none;
    padding:20px;
}
.news6 .text-box .text{
    font-size:15px;
    color:#666;
    line-height:30px;
    height:90px;
    overflow: hidden;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover h5{
    text-shadow:3px 3px 5px rgba(0, 0, 0, .5);
    background-color:rgba(192, 2, 2, .5);
}

/* 服务流程 */
.main8{
    background:url(../images/bg3.jpg) center center/cover;
    padding-bottom:60px;
}
.main8 .title1 h5,
.main8 .title1 p,
.main8 .title1 .text{
    color:#fff;
}
.main8 ul li{
    width:16.66%;
    text-align:center;
    font-size:0;
    overflow: hidden;
}
.main8 ul li>div{
    display:inline-block;
    vertical-align:top;
    position:relative;
}
.main8 ul li .img{
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.main8 ul li .img img{
    max-height:100%;
}
.main8 ul li b{
    display:block;
    width:44px;
    height:44px;
    border-radius:50%;
    border:9px solid rgba(255, 255, 255, .3);
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin:15px auto;
}
.main8 ul li b::before{
    content:"";
    width:36px;
    height:36px;
    border-radius:50%;
    border:1px solid rgba(255, 255, 255, .5);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
}
.main8 ul li b i::before,
.main8 ul li b i::after{
    content:"";
    width:1000%;
    height:1px;
    background-color:rgba(255, 255, 255, .5);
    position: absolute;
    top:50%;
    left:100%;
    margin-left:18px;
}
.main8 ul li b i::after{
    left:auto;
    right:100%;
    margin:0 18px 0 0;
}
.main8 ul li:first-child b i::after,
.main8 ul li:last-child b i::before{
    display:none;
}
.main8 ul li h5{
    font-size:18px;
    color:#fff;
}

/* footer */
footer{
    background: #1a1a1a;
    color: #fff;
}
footer .top{
    padding:60px 0;
}
footer .con1 h5{
    font-size:18px;
    color:#fff;
    padding-bottom:20px;
    position: relative;
}
footer .con1 h5::before{
    content:"";
    width:70px;
    height:1px;
    background-color:#fff;
    position:absolute;
    bottom:0;
    left:0;
}
footer .con1 .dl-box{
    margin:20px 0;
}
footer .con1 dl dt{
    line-height:30px;
    opacity:.3;
    font-weight:normal;
}
footer .con1 dl dt span{
    width:45px;
    display:inline-block;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
    margin-right:5px;
}
footer .con1 dl dd{
    line-height:30px;
    margin-left:70px;
}
footer .con1 .weixin img{
    width:130px;
    height:130px;
    border:5px solid #fff;
}
footer .con1 .weixin p{
    color:#fff;
    margin-top:15px;
    text-align:center;
}
footer form ul{
    margin:0 -5px;
}
footer form ul li{
    width:50%;
    padding:0 5px;
    margin-bottom:10px;
}
footer form ul li:nth-last-child(2){
    width:100%;
}
footer form select{
    width:100%;
    height:47px;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding:0 5px;
    border:none;
    opacity:.5;
    background:#000 url(../images/icon5.png) no-repeat 95% center;
}
footer form input,
footer form textarea{
    width:100%;
    height:47px;
    background-color:#000;
    padding:0 10px;
    border:none;
}
footer form textarea{
    height:130px;
    padding:10px;
    resize:none;
}
footer form button{
    width:100%;
    height:47px;
    background-color:#eb3303;
    color:#fff;
    font-size:18px;
    border:none;
    transition:all .3s;
}
footer form button:hover{
    background-color:#a92c0b;
}
footer .bottom{
    border-top:1px solid rgba(255, 255, 255, .1);
    padding:20px 15px;
    text-align:center;
}
footer a {
    color: #fff !important;
    transition: all .3s;
}
footer a:hover{
    color:#a92c0b !important;
}

.neiye{
    background-color:#f4f4f4;
}

.banner2{
    height:360px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.jdal-ny{
    padding:60px 0 30px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news8{
    margin:0 15px 30px;
}
.news7{
    display:block;
    background-color:#fff;
    margin:0 6px 12px;
}
.news7 .imgbox{
    overflow: hidden;
}
.news7 .text-box{
    border:1px solid #eaeaea;
    border-top:none;
    padding:12px 6px;
    text-align: center;
}
.news7 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:20px;
}
.news7 p{
    display:block;
    line-height:20px;
    font-size:12px;
    color:#000;
    margin-top:6px;
    transition:all .3s;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover h5{
    color:#c00202;
}
.news7:hover p{
    color:#c00202;
}

.jdal-info{
    padding-bottom:60px;
}
.main9{
    background-color:#fff;
    border:1px solid #eaeaea;
    padding:1px 0;
    margin-top:-145px;
}
.main9 .title{
    padding:40px 30px 25px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:25px;
    text-align:center;
}
.main9 .title h5{
    font-size:30px;
    font-weight:bold;
    line-height:40px;
}
.main9 .title ul{
    font-size:0;
    margin-top:20px;
}
.main9 .title ul li{
    display:inline-block;
    color:#999;
    margin:0 15px;
    font-size:14px;
}
.main9 .title ul li span{
    color:#000;
}
.main9 .con{
    line-height:25px;
    padding:0 30px 20px;
}
.main9 .con img{
    display:block;
    max-width:100%;
    margin:20px auto;
}

.cp-info{
    padding:30px 0;
}
.main10{
    background-color:#fff;
    border:1px solid #eaeaea;
    padding:20px;
}
.main10 .swiper-container .swiper-slide{
    height:356px;
}
.main10 .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background-color:#fff;
    opacity:1;
    margin:0 5px !important;
}
.main10 .swiper-pagination-bullet-active{
    background-color:#c00202;
    box-shadow:0 0 0 3px rgba(255, 255, 255, .5);
}
.main10 .con1 .title{
    font-size:26px;
    font-weight:bold;
    line-height:35px;
    margin-top:20px;
}
.main10 .con1 .text1{
    color:#666;
    line-height:25px;
    height:50px;
    overflow:auto;
    margin:20px 0;
}
.main10 .con1 ul{
    font-size:0;
}
.main10 .con1 ul li{
    display:inline-block;
    font-weight:bold;
    border-right:1px solid #000;
    padding-right:10px;
    margin-right:10px;
    font-size:14px;
}
.main10 .con1 ul li:last-child{
    border:none;
}
.main10 .text2{
    color:#666;
    margin:25px 0;
}
.main10 .text2 b{
    font-size: 24px;
    color:#c00202;
    margin-right:5px;
}
.main10 .text2 span{
    margin-left:13px;
}
.main10 dl{
    margin:0 -15px;
}
.main10 dl dd{
    width:50%;
    padding:0 15px;
}
.main10 dl dd a{
    display:block;
    line-height:47px;
    font-size:18px;
    color:#000;
    text-align:center;
    border:1px solid #c00202;
    transition:all .3s;
}
.main10 dl dd a:hover{
    background-color:#c00202;
    color:#fff;
}

.main11{
    margin-top:20px;
}
.main11-1{
    background-color:#fff;
    border:1px solid #eaeaea;
}
.main11-1 .title-1{
    border-bottom:1px solid #e5e5e5;
    padding:0 20px;
    margin-bottom:20px;
}
.main11-1 .title-1 h5{
    line-height:64px;
    font-size:22px;
    font-weight:bold;
    padding:0 15px;
    position: relative;
}
.main11-1 .title-1 h5::before{
    content:"";
    width:100%;
    height:3px;
    background-color:#c00202;
    position:absolute;
    bottom:-1px;
    left:0;
}
.main11-1 .con{
    margin-bottom:20px;
}
.main11-1 .con-1 .text-box{
    padding:0 30px;
}
.main11-1 .con-1 .text{
    font-size:16px;
    line-height:25px;
}
.main11-1 .con-1 ul{
    margin:30px -5px 0;
}
.main11-1 .con-1 ul li{
    width:50%;
} 
.main11-1 .con-1 ul li .img{
    margin:0 5px 10px;
}
.main11-1 .con-2 ul{
    padding:0 30px 0 50px;
    position: relative;
}
.main11-1 .con-2 ul::before{
    content:"";
    width:1px;
    height:calc(100% - 15px);
    background:url(../images/bg4.png) repeat;
    position:absolute;
    top:15px;
    left:41px;
    opacity: .2;
}
.main11-1 .con-2 ul li{
    margin-bottom:25px;
}
.main11-1 .con-2 ul li dl dt{
    margin-bottom:20px;
    padding-left:20px;
}
.main11-1 .con-2 ul li dl dt h5{
    color:#fff;
    font-size:20px;
    font-weight:bold;
    background-color:#C00202;
    padding:10px 17px;
    border-radius:8px;
    position: relative;
}
.main11-1 .con-2 ul li dl dt h5::before{
    content:"";
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right:7px solid #C00202;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
}
.main11-1 .con-2 ul li dl dt h5::after{
    content:"";
    width:27px;
    height:27px;
    background:#C00202;
    border-radius:50%;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:16px;
    transform:translateY(-50%);

}
.main11-1 .con-2 ul li dl dt h5 div{position: absolute;top:50%;right: 100%;margin-right: 18px;transform:translateY(-50%);font-size: 15px;color: #fff;z-index: 222;}
.main11-1 .con-2 ul li dl dd{
    margin-bottom:18px;
    padding-left:20px;
}
.main11-1 .con-2 ul li dl dd:last-child{
    margin-bottom:0;
}
.main11-1 .con-2 ul li dl dd h5{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
    position: relative;
    line-height:25px;
}
.main11-1 .con-2 ul li dl dd h5::before{
    content:"";
    width:15px;
    height:15px;
    background:#C00202 url(../images/nn.png) no-repeat center center;
    border-radius:50%;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:21px;
    transform:translateY(-50%);
    background-size: 9px !important;

}
.main11-1 .con-2 ul li dl dd h5 b{
    margin:0 15px 0 11px;
}
.main11-1 .con-2 ul li dl dd h5 span{
    color:#999;
    font-weight:normal;
}
.main11-1 .con-2 ul li dl dd .imgbox{
    margin:0 -5px;
}
.main11-1 .con-2 ul li dl dd .imgbox .list{
    width:50%;
    padding:0 5px;
    margin-bottom:10px;
}
.main11-1 .con-3 ul{
    padding:0 28px;
}
.main11-1 .con-3 ul li{
    width:50%;
    padding:0 2px;
}
.main11-1 .con-3 ul li .list{
    border:1px solid #e5e3e3;
}
.main11-1 .con-3 ul li .list .title{
    padding:4px;
    border-bottom:1px solid #e5e3e3;
}
.main11-1 .con-3 ul li .list .title span{
    font-size:18px;
    font-weight:bold;
    background-color:#f2f2f2;
    line-height:50px;
    display:block;
    text-align:center;
}
.main11-1 .con-3 ul li:nth-child(1) .dl-box{
    margin:20px 20px 15px;
    height:210px;
    overflow:auto;
    line-height:25px;
}
.main11-1 .con-3 ul li:nth-child(1) dl{
    margin-bottom:5px;
}
.main11-1 .con-3 ul li:nth-child(1) dl dt{
    font-weight:bold;
    line-height:25px;
}
.main11-1 .con-3 ul li:nth-child(1) dl dd{
    line-height:25px;
    margin-left:42px;
}
.main11-1 .con-3 ul li:nth-child(2) dl{
    margin:20px 20px 15px;
    height:210px;
    overflow:auto;
    line-height:25px;
}
.main11-1 .con-3 ul li:nth-child(2) dl dd{
    line-height:25px;
    margin-bottom:5px;
    position:relative;
    padding-left:15px;
}
.main11-1 .con-3 ul li:nth-child(2) dl dd::before{
    content:"";
    width:5px;
    height:5px;
    background-color:#000;
    border-radius:50%;
    position:absolute;
    top:10px;
    left:0;
}
.main11-1 .con-4 ul{
    padding:0 30px;
    line-height:25px;
}
.main11-1 .con-4 ul li{
    line-height:25px;
    position: relative;
    padding-left:15px;
    margin-bottom:10px;
}
.main11-1 .con-4 ul li::before{
    content:"";
    width:5px;
    height:5px;
    background-color:#000;
    border-radius:50%;
    position:absolute;
    top:10px;
    left:0;
}

.news8{
    display:block;
    border:1px solid #eaeaea;
    background-color:#fff;
}
.news8 .top{
    padding:9px 9px 0;
}
.news8 .imgbox{
    overflow: hidden;
}
.news8 .text-box{
    padding:10px 0;
}
.news8 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:25px;
    margin-bottom:10px;
}
.news8 .text-box ul{
    font-size:0;
}
.news8 .text-box ul li{
    display:inline-block;
    color:#999;
    line-height:24px;
    font-size:14px;
    position:relative;
    padding-right:10px;
}
.news8 .text-box ul li::before{
    content:"";
    width:1px;
    height:14px;
    background-color:#999;
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
}
.news8 .text-box ul li:last-child::before{
    display: none;
}
.news8 .text-box p.p1{
    color:#999;
    line-height:24px;
}
.news8 .text-box p.p2{
    margin-top:10px;
}
.news8 .text-box p.p2 span{
    font-size:24px;
    font-weight:bold;
    color:#c00202;
    margin-right:5px;
}
.cp-ny{margin: 0 -6px !important;}
.cp-ny .news8{margin: 0 6px 12px;}
.news8 dl{
    border-top:1px solid #eaeaea;
    font-size:0;
    padding:10px 9px;
}
.news8 dl dd{
    display:inline-block;
    padding:0 10px;
    line-height:23px;
    color:#000;
    margin-right:5px;
    font-size:12px;
    background-color:#f2f2f2;
}
.news8:hover .img{
    transform:scale(1.1);
}
.news8:hover .text-box h5{
    color:#c00202;
}
.cp-info .news8{
    margin-bottom:20px;
}

.cp-list{
    padding:30px 0;
}
.main12{
    border:1px solid #eaeaea;
    background-color:#fff;
    margin-bottom:30px;
}
.main12 .top{
    padding:30px 120px;
    border-bottom:1px solid #eaeaea;
}
.main12 .top form input{
    width:calc(100% - 123px);
    height:50px;
    background-color:#f6f6f6;
    border:1px solid #efefef;
    padding:0 10px;
    border-right:none;
    border-radius:0;
}
.main12 .top form button{
    width:123px;
    height:50px;
    background-color:#c00202;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    border:none;
    transition:all .3s;
    border-radius:0;
}
.main12 .top form button img{
    position: relative;
    top:-2px;
}
.main12 .top form button:hover{
    background-color:#780e0e;
}
.main12 .top form button img{
    margin-right:10px;
}
.main12 .bottom{
    padding:30px 60px 25px;
}
.main12 .bottom dl{
    margin-bottom:20px;
}
.main12 .bottom dl dt{
    font-size:16px;
    width:70px;
    text-align:right;
    line-height:30px;
    position: relative;
}
.main12 .bottom dl dt i{
    font-size:14px;
    margin-left:5px;
}
.main12 .bottom dl dd{
    margin-left:80px;
    font-size:0;
}
.main12 .bottom dl dd a{
    display:inline-block;
    line-height:30px;
    padding:0 10px;
    font-size:16px;
    color:#666;
    margin-bottom:5px;
}
.main12 .bottom dl dd a:hover{
    color:#c00202;
}
.main12 .bottom dl dd a.active{
    background-color:#c00202;
    color:#fff;
}

.title2{
    text-align:center;
    margin:60px 0 40px;
}
.title2 h5{
    font-size:30px;
    font-weight:bold;
}
.title2 i{
    display:block;
    width:50px;
    height:4px;
    background-color:#000;
    position: relative;
    margin:15px auto 10px;
}
.title2 i::before{
    content:"";
    width:50%;
    height:100%;
    background-color:#c00202;
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.title2 p{
    font-size:30px;
}

.main13{
    padding-bottom:60px;
}
.main13 .text{
    font-size:16px;
    line-height:40px;
}

.main14{
    background-color:#fff;
    padding:50px 0;
    border-top:1px solid #e5e3e3;
    border-bottom:1px solid #e5e3e3;
}
.main14 .title{
    margin-bottom:30px;
    text-align:center;
}
.main14 .title h5{
    font-size:30px;
    font-weight:bold;
    color:#c00202;
}
.main14 .title p{
    margin-top:10px;
}
.main14 .text{
    font-size:18px;
    line-height:40px;
    text-align:center;
}
.main14 .con{
    border-bottom:1px solid #ccc;
    padding-bottom:30px;
    margin-bottom:30px;
}
.main14 .con:last-child{
    margin:0;
    border:none;
    padding:0;
}

.main15{
    padding-bottom:50px;
}
.main15 .con{
    border-bottom:1px solid #ccc;
    padding-bottom:30px;
    margin-bottom:30px;
}
.main15 .con h5{
    font-size:24px;
    font-weight:bold;
}
.main15 .con .text{
    font-size:16px;
    line-height:30px;
    height:60px;
    overflow:auto;
    margin-top:20px;
}

.banner4{
    height:437px;
    padding:1px 0;
}
.banner4 img{
    display:block;
    margin:126px auto 0;
}

.main16{
    background-color:#fff;
    border:1px solid #e7e6e6;
    padding:30px;
    margin-top:-120px;
}
.main16 h5{
    font-size:32px;
    font-weight:bold;
    text-align:center;
}
.main16 p{
    font-size:16px;
    color:#999;
    line-height:30px;
    margin:15px 0 30px;
    text-align:center;
}
.main16 form{
    padding:0 16%;
}
.main16 form input{
    width:calc(100% - 145px);
    height:60px;
    background-color:#f4f4f4;
    padding:0 10px;
    border:none;
    border-radius:0;
}
.main16 form button{
    width:145px;
    height:60px;
    background-color:#c00202;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    border:none;
    border-radius:0;
    transition:all .3s;
}
.main16 form button:hover{
    background-color:#820606;
}

.nav1{
    font-size:0;
    text-align:center;
    margin:40px 0 20px;
}
.nav1 a{
    display:inline-block;
    width:132px;
    line-height:39px;
    background-color:#000;
    color:#fff;
    font-size:18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0 5px 10px;
    transition:all .3s;
}
.nav1 a:hover,
.nav1 a.active{
    background-color:#c00202;
}

.main17{
    padding-bottom:50px;
}
.news9{
    display:block;
    background-color:#fff;
    margin:0 6px 12px;
}
.news9 .imgbox{
    overflow: hidden;
}
.news9 .text-box{
    border:1px solid #eaeaea;
    border-top:none;
    padding:0 15px;
}
.news9 h5{
    line-height:44px;
    font-size:18px;
    color:#000;
    font-weight:bold;
    border-bottom:1px solid #e5e5e5;
}
.news9 ul{
    font-size:0;
    margin:10px 0 5px;
}
.news9 ul li{
    display:inline-block;
    color:#999;
    font-size:14px;
    position: relative;
    padding-right:10px;
    line-height:20px;
}
.news9 ul li::before{
    content:"";
    width:1px;
    height:14px;
    background-color:#999;
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
}
.news9 ul li:last-child::before{
    display:none;
}
.news9 p{
    font-size:12px;
    color:#999;
}
.news9 p span{
    font-size:24px;
    font-weight:bold;
    color:#c00202;
    margin-right:5px;
}
.news9 b{
    display:block;
    margin-top:10px;
    color:#000;
    font-weight:normal;
    border-top:1px solid #e5e5e5;
    line-height:44px;
}
.news9 b span{
    margin-left:14px;
}
.news9:hover .img{
    transform:scale(1.1);
}
.news9:hover h5{
    color:#c00202;
}

.main18{
    padding:60px 0;
}
.main18 ul{
    margin:0 -2px;
}
.main18 ul li{
    padding:0 2px;
}
.main18 ul li:nth-child(1){
    width:27%;
}
.main18 ul li:nth-child(2){
    width:73%;
}
.main18 ul li a{
    display:block;
    overflow: hidden;
}
.main18 ul li:nth-child(2) dl{
    margin:0 -2px 4px;
}
.main18 ul li:nth-child(2) dl dd{
    width:50%;
    padding:0 2px;
}
.main18 ul li a:hover .img{
    transform:scale(1.1);
}

.main19{
    padding-bottom:60px;
    background-color:#fff;
}
.main19 ul li{
    width:25%;
    padding:20px 0;
    text-align:center;
    border-right:1px solid #e0e1e1;
    border-bottom:1px solid #e0e1e1;
}


.main11 .row{position: relative;}
.main11 .row .col-md-9{position: relative;z-index: 3333;}
.fcbox{width: 1200px;margin: 0 auto;position: relative;z-index: 2222;}
.fc{position: absolute;right: 0;top:0;width: 300px;border: 2px solid #C00202;padding: 22px 0;background: #fff;z-index: 11111;}
.fcbox.active{position:fixed;top:0;}
.fcbox.active .fc{right: -15px;}
.fc .ttt1{font-size:22px;color: #333;text-align: center;margin-bottom: 14px;}
.fc form .ttt2{background: #eee;padding-left: 90px;position: relative;margin-bottom: 10px;padding-right: 10px;}
.fc form .ttt2 span{display: block;width: 90px;text-align: right;line-height: 42px;height: 42px;position: absolute;left: 0;top:0;}
.fc form .ttt2 span i{color: red;padding-right: 6px;}
.fc form .ttt2 select{width: 100%;line-height: 42px;height: 42px;background:fixed;border: 0;padding: 0 10px;color: #666;}
.fc form .ttt2 input{width: 100%;line-height: 42px;height: 42px;background:fixed;border: 0;padding: 0 10px;color: #666;}
.fc form .ttt2 textarea{width: 100%;max-width: 100%;line-height: 22px;height: 86px;background:fixed;border: 0;padding: 10px;color: #666;}
.fc form  button{width: 88%;border-radius: 5px;;line-height: 42px;background: #C00202;font-size: 15px;color: #fff;text-align: center;border: 0;margin: 0 auto;display: block;transition: all .3s;}
.fc form  button:hover{background-color: #DE0000;}


.imggbox{margin-top: 20px;font-size: 0;}
.imggbox .imgg{width: 33.33%;display: inline-block;vertical-align: top;padding-right: 15px;text-align: center;font-size: 14px;color: #fff;max-width: 156px;}
.imggbox .imgg img{display: block;margin: 0 auto 6px;max-width: 100%;}


.main10 dl dd {position: relative;z-index: 111}
.main10 dl dd img{border: 1px solid #c00202;;position: absolute;left: 0;right: 0;bottom:100%;width: calc(100% - 30px);margin: 0 auto;display: block;display: none;}
.main10 dl dd a:hover img{display: block;}
















@media (max-width:1230px){
    .main11 .row .col-md-9{width: calc(100% - 310px) !important;}
   .fcbox{width: 100%;}
    .fc{right: 15px;}
    .fcbox.active .fc{right: 15px;}

}
@media (max-width:991px){
    .main11 .row .col-md-9{width: calc(100% - 270px) !important;}
    .fc{width: 260px;}
    .imggbox{text-align: center;}
    .imggbox .imgg{padding: 0 10px;max-width: 166px;}
    
}






.main19 ul li .imgbox{
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.main19 ul li .imgbox img{
    max-height:100%;
}
.main19 ul li h5{
    font-size:18px;
    margin:25px 0 8px;
}
.main19 ul li p{
    color:#999;
}
.main19 ul li:nth-child(4n+4){
    border-right:none;
}
.main19 ul li:nth-last-child(5) ~ li{
    border-bottom:none;
}

.yjgl-ny{
    padding:40px 0 20px;
}
.yjgl-ny .row{margin: 0 6px !important;}
.yjgl-ny .row .col-md-6{padding-left: 6px;padding-right: 6px;}
.news10{
    display:block;
    background-color:#fff;
    padding:9px;
    border:1px solid #eaeaea;
    transition:all .3s;
    margin-bottom:12px;
}
.news10 .imgbox{
    width:230px;
    height:140px;
    overflow: hidden;
}
.news10 .img{
    width:100%;
    height:100%;
}
.news10 .text-box{
    padding:12px 0 0 250px;
}
.news10 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.news10 .text{
    color:#999;
    line-height:24px;
    height:48px;
    overflow: hidden;
    margin:10px 0;
}
.news10 b{
    display:block;
    width:48px;
    line-height:20px;
    background-color:#e5e5e5;
    border-radius:20px;
    font-size:12px;
    color:#000;
    transition:all .3s;
    font-weight:normal;
    text-align:center;
    transition:all .3s;
}
.news10:hover{
    border-color:#c00202;
}
.news10:hover .img{
    transform:scale(1.1);
}
.news10:hover h5{
    color:#c00202;
}
.news10:hover b{
    background-color:#c00202;
    color:#fff;
}
.yjgl-ny .main9{
    margin:0;
}

.main20{
    margin-bottom:60px;
}
.main20 .con{
    border:1px solid #e6e4e4;
    background-color:#fff;
}
.main20 .con .title{
    padding:4px;
}
.main20 .con .title h5{
    background-color:#e5e5e5;
    font-size:20px;
    font-weight:bold;
    padding:28px 10px;
    text-align:center;
}
.main20 form{
    padding:30px 60px;
}
.main20 form dl{
    margin-bottom: 20px;
}
.main20 form dl dt{
    width:70px;
    font-weight:normal;
    text-align:right;
}
.main20 form dl.dl-2 dt{
    line-height:48px;
}
.main20 form dl:nth-child(2) dt{
    line-height:48px;
}
.main20 form dl dd{
    margin-left:80px;
}
.main20 form label{
    cursor: pointer;
    display:inline-block;
    margin:0 30px 10px 0;
    font-weight:normal;
    position: relative;
    padding-left:15px;
}
.main20 form label input{
   margin:0;
   position:absolute;
   top:50%;
   left:0;
   transform:translateY(-50%);
}
.main20 form label span{
    margin-left:5px;
}
.main20 form input[type="radio"]{
    width:auto;
    height:auto;
}
.main20 form input:focus{
    outline: none;
}
.main20 form .select-box .list{
    margin-right:10px;
}
.main20 form .select-box select{
    width:112px;
    height:48px;
    border:1px solid #e7e7e7;
    -webkit-appearance:none;
    appearance: none;
    padding:0 5px;
    background:url(../images/icon11.png) no-repeat 95% center;
}
.main20 form input{
    width:100%;
    height:48px;
    border:1px solid #e7e7e7;
    padding:0 10px;
}
.main20 form textarea{
    width:100%;
    height:216px;
    border:1px solid #e7e7e7;
    padding:10px;
    resize:none;
}
.main20 form button{
    width:calc(100% - 80px);
    margin-left:80px;
    height:47px;
    background-color:#c00202;
    color:#fff;
    border:none;
    font-size:18px;
    transition:all .3s;
}
.main20 form button:hover{
    background-color:#820505;
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}

.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}

.xqy .title 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;
}

/*微信弹窗*/
.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: #c00202;
    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: #540808;
    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 #c00202;
    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 #c00202;
    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 #c00202;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c00202;
    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 #c00202;
    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: #fff;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #333;
    font-size: 15px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;text-align: center;
    height: 20px;
}

.bottom_link ul li a i img{
    display: block;margin: 0 auto;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media (min-width:992px){
    .news1:hover h5{
        width:calc(100% - 30px);
        left:50%;
        bottom:50%;
        transform:translate3d(-50%,50%,0);
        background-color:rgba(192, 2, 2, .8);
    }
    .news1:hover::before,
    .news1:hover::after{
        transform:scale(1);
        transition-delay:.3s;
    }
    .news1:hover .img::before,
    .news1:hover .img::after{
        width:calc(100% - 30px);
        transition-delay:.6s;
    }
}
@media (max-width:1600px){
/*
    .logo-box{
        padding:0 30px;
    }
*/
/*
    nav{
        width:calc(80% - 270px);
        margin-left:30px;
    }
    nav ul li{
        width:10%
    }
    nav ul li a{
        padding:0;
        font-size:14px;
    }
*/
}
@media (max-width:1370px){
    .main5-con .but{
        display:none;
    }
}
@media (max-width:1199px){
/*
    .logo-box{
        padding:0 15px;
    }
*/
    .logo-box .logo-2{
        display:none;
    }
/*
    nav{
        width:calc(80% - 145px);
    }
*/
    nav{margin-right: 10px;}
    nav ul li a{padding: 0 13px;}
}
@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: #c00202;
    }

    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: #c00202;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #c00202;
    }

    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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:initial;
    }
    .main2-con .list .con1{
        display:none;
    }
    .main2-con .list .swiper-container{
        margin:0;
    }
    .news2 .imgbox .img{
        height:auto;
    }
    .main6 ul li{
        width:25%;
    }
    footer form{
        margin-top:30px;
    }
    footer form ul li:last-child{
        width:100%;
    }
    footer .top{
        text-align:center;
    }
    footer .con1 .weixin {
        float:none !important;
    }
    footer .con1 dl dt{
        float: none !important;
        display:inline;
    }
    footer .con1 dl dt span{
        display:initial;
        margin:0;
    }
    footer .con1 dl dd{
        margin:0;
        display:inline;
    }
    footer .con1 h5::before{
        left:50%;
        transform:translateX(-50%);
    }
    .main9{
        margin-top:30px;
    }
    .main10 .swiper-container .swiper-slide{
        height:auto;
    }
    .main10 .con1 .text1{
        height:auto;
    }
    .cp-ny{
        padding:0 5px;
    }
    .cp-ny .news8,
    .news7,
    .news9{
        margin:0 10px 20px;
    }
    .main15 .con .text{
        height:auto;
    }
    .main16{
        margin-top:30px;
    }
    .banner4{
        height:auto;
    }
    .banner4 img{
        margin:100px auto;
    }
    .main16 form{
        padding:0;
    }
}

@media (max-width:767px) {
    
    .cp-list{padding: 20px 0;}
    .cp-info{padding: 20px 0;}
    .cp-ny{padding: 0 !important;}
    .main12{margin-bottom: 15px;}
    
    footer{margin-bottom: 51px !important;}
    
    .fcbox{display: none;}
    .fcbox.active{display: none;}
    
    .main11 .row .col-md-9{width: 100% !important;}
    
    
    .yjgl-ny {padding-top: 20px;}
    .yjgl-ny .container-fluid{padding: 0;}
    
    .yjgl-ny .row{margin: 0 !important}
    .yjgl-ny{padding-top: 20px !important}
    .main9 .title ul{margin-top: 6px;}
    .main9 .title{padding:14px 10px !important;margin-bottom: 15px;}
    
    
    
    .news7 p{height: 40px;overflow: hidden;}
    .main9 .title h5{font-size: 18px;}
    
    
    .main14 .title p{margin-top: 6px !important;}
    .main14 .title{margin-bottom: 18px !important;}
    
    .title2{margin:22px 0 15px !important;}
    .main14 .text{margin-top: -6px !important;}
    
    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;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .title1{
        margin:30px auto;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:12px;
    }
    .title1 .text{
        margin-top:10px;
    }
    .news1 h5{
        line-height:35px;
        font-size:16px;
    }
    .news2 .text-box{
        padding:5px;
    }
    .news2 .text-box p{
        margin-top:5px;
    }
    .main2{
        margin-bottom:0;
    }
    .main2-con .list{
        margin-bottom:30px;
    }
    .main1{
        padding-bottom:30px;
    }
    .main2{
        padding-bottom:30px;
    }
    .news2 .text-box p span{
        font-size:16px;
    }
    .main3{
        padding:30px 0;
    }
    .main3 .title{
        font-size:20px;
        margin-bottom:20px;
    }
    .main3 form{
        padding:0;
    }
    .main3 form ul li{
        width:100%;
        margin-bottom:10px;
    }
    .main3 form button{
        width:100%;
        position:initial;
    }
    .main4,
    .main5,
    .main6,
    .main7{
        padding-bottom:30px;
    }
    .news3 .text-box{
        padding:10px;
    }
    .news3 .text-box::before{
        display:none;
    }
    .main6 ul li{
        width:33.33%;
    }
    .news6 .text-box{
        padding:10px;
    }
    .news6 .text-box .text{
        font-size:14px;
        line-height:22px;
        height:66px;
    }
    .news6 .imgbox h5{
        font-size:16px;
        line-height:35px;
    }
    .main8{
        padding:0;
    }
    .main8 ul li{
        width:33.33%;
        margin-bottom:30px;
    }
    .main8 ul li .img{
        height:35px;
    }
    .main8 ul li h5{
        font-size:16px;
    }
    .main8 ul li:nth-child(3) b i::before,
    .main8 ul li:nth-child(4) b i::after{
        display:none;
    }
    footer .top{
        padding:30px 0;
    }
    footer form ul li{
        width:100%;
    }
    footer form button{
        font-size:16px;
        height:40px;
    }
    footer form select,
    footer form input{
        height:40px;
    }
    footer form select{
        padding:0 10px;
    }
    .jdal-ny{
        padding:30px 0 20px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .news7,
    .cp-ny .news8{
        margin:0 5px 10px;
    }
    .news7 .text-box{
        padding:10px;
    }
    .news7 h5{
        font-size:16px;
    }
    .banner2{
        height:200px;
    }
    .banner2 img{
        height:60px;
    }
    .jdal-info{
        padding-bottom:30px;
    }
    .main9 .title{
        padding:20px 10px;
    }
    .main9 .title h5{
        font-size:20px;
        line-height:30px;
    }
    .main9 .title ul li{
        margin:0 10px;
    }
    .main9 .con{
        padding:0 10px 10px;
    }
    .main10{
        padding:10px;
    }
    .main10 .con1 .title{
        font-size:18px;
        line-height:25px;
    }
    .main10 .con1 .text1{
        margin:10px 0;
    }
    .main10 .text2{
        margin:20px 0;
    }
    .main10 .text2 b{
        font-size:18px;
    }
    .main10 dl{
        margin:0 -5px;
    }
    .main10 dl dd{
        padding:0 5px;
    }
    .main10 dl dd a{
        line-height:35px;
        font-size:16px;
    }
    .main11{
        margin-top:20px;
    }
    .main11-1 .con{
        margin-bottom:20px;
    }
    .main11-1 .title-1{
        padding:0 10px;
        margin-bottom:20px;
    }
    .main11-1 .title-1 h5{
        line-height:50px;
        font-size:18px;
    }
    .main11-1 .con-1 .text{
        font-size:14px;
    }
    .main11-1 .con-1 .text-box{
        padding:0 10px;
    }
    .main11-1 .con-1 ul{
        margin-top:20px;
    }
    .main11-1 .con-2 ul{
        padding:0 10px 0 30px;
    }
    .main11-1 .con-2 ul::before{
        left:21px;
    }
    .main11-1 .con-2 ul li{
        margin-bottom:30px;
    }
    .main11-1 .con-2 ul li dl dt{
        margin-bottom:30px;
    }
    .main11-1 .con-2 ul li dl dt h5{
        font-size:16px;
        line-height:22px;
    }
    .main11-1 .con-2 ul li dl dd{
        margin-bottom:15px;
    }
    .main11-1 .con-2 ul li dl dd h5{
        font-size:14px;
        margin-bottom:15px;
        line-height:20px;
    }
    .main11-1 .con-3 ul{
        padding:0 8px;
    }
    .main11-1 .con-3 ul li{
        width:100%;
    }
    .main11-1 .con-3 ul li:nth-child(2){
        margin-top:10px;
    }
    .main11-1 .con-3 ul li:nth-child(1) .dl-box,
    .main11-1 .con-3 ul li:nth-child(2) dl{
        height:auto;
        margin:10px;
    }
    .main11-1 .con-3 ul li .list .title span{
        font-size:16px;
        line-height:40px;
    }
    .main11-1 .con-4 ul{
        padding:0 10px;
    }
    .main10 .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 4px !important;
    }
    .news8 .text-box{
        padding:10px 0;
    }
    .news8 .text-box h5{
        font-size:16px;
        line-height:20px;
    }
    .news8 .text-box p.p2 span{
        font-size:18px;
    }
    .news8 dl{
        padding:10px 9px;
    }
    .news8 .text-box ul li,
    .news8 .text-box p.p1{
        font-size:13px;
    }
    .main12 .top{
        padding:10px;
    }
    .main12 .top form button{
        font-size:16px;
    }
    .main12 .bottom{
        padding:10px;
        font-size:0;
    }
    .main12 .bottom dl{
        width:25%;
        display:inline-block;
        vertical-align:top;
        position:relative;
        margin:0;
    }
    .main12 .bottom dl dt{
        width:100%;
        float:none !important;
        text-align:center;
        border-right:1px solid #ccc;
    }
    .main12 .bottom dl:last-child dt{
        border:none;
    }
    .main12 .bottom dl dt span{
        display:none;
    }
    .main12 .bottom dl dd{
        margin:0;
        position:absolute;
        width:100%;
        top:100%;
        left:0;
        z-index:10;
        background-color:#fff;
        display:none;
    }
    .main12 .bottom dl.active dd{
        display:block;
    }
    .main12 .bottom dl dd a{
        width:100%;
        text-align:center;
        padding:0;
        font-size:14px;
        line-height:18px;
        padding:5px;
        margin:0;
        border-top:1px dashed #ccc;
    }
    .main12 .bottom dl dd a:first-child{
        border:none;
    }
    .main12 .bottom dl dd a.active,
    .main12 .bottom dl dd a.active + a{
        border:none;
    }
    .title2{
        margin:30px 0;
    }
    .title2 h5{
        font-size:20px;
    }
    .title2 p{
        font-size:14px;
    }
    .main13{
        padding-bottom:30px;
    }
    .main13 .text{
        font-size:14px;
        line-height:25px;
    }
    .main14{
        padding:30px 0;
    }
    .main14 .title h5{
        font-size:20px;
    }
    .main14 .text{
        font-size:14px;
        line-height:25px;
    }
    .main15{
        padding-bottom:15px;
    }
    .main15 .con{
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .main15 .con .text{
        margin-top:15px;
    }
    .main15 .con h5{
        font-size:16px;
        line-height:20px;
    }
    .main15 .con .text{
        font-size:14px;
        line-height:25px;
    }
    .news9{
        margin:0 5px 10px;
    }
    .news9 h5{
        font-size:16px;
        line-height:35px;
    }
    .news9 ul{
        margin:5px 0 10px;
    }
    .news9 p span{
        font-size:18px;
    }
    .news9 b{
        line-height:35px;
    }
    .banner4 img{
        height:60px;
        margin:70px auto;
    }
    .main16{
        padding:10px;
    }
    .main16 h5{
        font-size:20px;
        line-height:30px;
    }
    .main16 p{
        font-size:14px;
        line-height:22px;
    }
    .main16 form input{
        width:calc(100% - 70px);
        height:40px;
    }
    .main16 form button{
        width:70px;
        height:40px;
        font-size:16px;
    }
    .nav1{
        margin:30px 0 20px;
    }
    .nav1 a{
        font-size:16px;
    }
    .main17{
        padding-bottom:20px;
    }
    .main18{
        padding:30px 0;
    }
    .main18 ul li{
        width:100% !important;
    }
    .main18 ul li:nth-child(1){
        margin-bottom:4px;
    }
    .main19{
        padding-bottom:30px;
    }
    .main19 ul li{
        padding:15px 0;
        width:33.33%;
    }
    .main19 ul li h5{
        font-size:16px;
    }
    .main19 ul li .imgbox{
        height:50px;
    }
    .main19 ul li:nth-child(4n+4){
        border-right:1px solid #e0e1e1;
    }
    .main19 ul li:nth-last-child(5) ~ li{
        border-bottom:1px solid #e0e1e1;
    }
    .main19 ul li:nth-child(3n+3),
    .main19 ul li:last-child{
        border-right:none;
    }
    .main19 ul li:nth-last-child(3) ~ li{
        border-bottom:none;
    }
    .yjgl-ny{
        padding:30px 0 15px;
    }
    .news10{
        padding:5px;
        margin-bottom:15px;
    }
    .news10 .imgbox{
        width:120px;
        height:100px;
    }
    .news10 .text-box{
        padding:0 0 0 130px;
    }
    .news10 h5{
        font-size:16px;
    }
    .news10 .text{
        font-size:13px;
        line-height:19px;
        height:38px;
        margin:5px 0 8px;
    }
    .main20{
        margin-bottom:30px;
    }
    .main20 .con .title h5{
        font-size:16px;
        padding:15px 10px;
        line-height:25px;
    }
    .main20 form{
        padding:20px 10px;
    }
    .main20 form label{
        margin:0 5px 10px 0;
    }
    .main20 form dl dt{
        float:none !important;
        width:100%;
        text-align:left;
    }
    .main20 form dl.dl-2 dt,
    .main20 form dl:nth-child(2) dt{
        line-height:initial;
    }
    .main20 form dl dd{
        margin:10px 0 0 0;
    }
    .main20 form button{
        margin:0;
        width:100%;
        font-size:16px;
    }
    
    
    
    
    
    
    
    
    
    
    
}

@media (max-width:479px) {
        .news7, .cp-ny .news8{margin-bottom:15px !important;}
    .news8{background: fixed;border: 0;height: 120px !important;}
    .news8 .top{padding: 0 0 0 34% !important;position: relative;}
    .news8 .imgbox{position: absolute;left: 0;top:0;width: 32%;}
    .news8 .imgbox img{height:120px;}
    .news8 dl{margin-left: 34% !important;padding: 0 !important;border: 0;}
    .news8 .text-box{padding:5px 0 0 !important;}
    .news8 .text-box h5{margin-bottom: 2px;}
    .news8 .text-box p.p2{margin-top: -2px;}
    .news8 dl dd{padding-left: 0 !important;}
    
    
    
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .main6 ul li{
        width:50%;
    }
    .banner2{
        height:140px;
    }
    .banner2 img{
        height:50px;
    }
    .main11-1 .con-1 ul li,
    .main11-1 .con-2 ul li dl dd .imgbox .list{
        width:100%;
    }
    .main11-1 .con-4 ul li::before{
        top:9px;
    }
    .col-xxs-12{
        width:100%;
    }
    .main12 .top form input{
        width:calc(100% - 80px);
    }
    .main12 .top form button{
        width:80px;
    }
    .main12 .bottom dl dt{
        font-size:14px;
    }
    .main12 .bottom dl dt i{
        font-size:12px;
    }
    .main12 .bottom dl dd a{
        font-size:13px;
    }
    .banner4 img{
        height:50px;
        margin:45px auto;
    }
    .main19 ul li{
        width:50%;
    }
    .main19 ul li:nth-child(3n+3),
    .main19 ul li:last-child{
        border-right:1px solid #e0e1e1;
    }
    .main19 ul li:nth-last-child(3) ~ li{
        border-bottom:1px solid #e0e1e1;
    }
    .main19 ul li:nth-child(2n+2){
        border-right:none;
    }
    .main19 ul li:nth-last-child(3) ~ li{
        border-bottom:none;
    }
    .main19 ul li .imgbox{
        height:40px;
    }
    .main19 ul li h5{
        font-size:14px;
    }
    .main19 ul li p{
        font-size:12px;
    }
    .main20 form .select-box{
        margin:0 -1px;
    }
    .main20 form .select-box .list{
        margin:0;
        width:33.33%;
        padding:0 1px;
    }
    .main20 form .select-box select{
        width:100%;
    }
}