/*全局样式*/
@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;
}
.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;
}

header{
    background:#f2f2f2;
    box-shadow:0 0 8px rgba(0, 0, 0, .4);
    position:relative;
    z-index:2;
}
header .logo{
    height:140px;
    display:flex;
    align-items:center;
    max-width:60%;
}
header .logo img{
    max-width:100%;
    max-height:80%;
}
header nav{
    height:140px;
    display:flex;
    align-items:center;
}
header nav .con-box{
    position:relative;
}
header nav .con{
    width:65px;
    border:4px solid #9e9c9c;
    text-align:center;
    padding:6px;
    cursor:pointer;
    transition:all .3s;
}
header nav .con p{
    font-size:12px;
    color:#3e3a39;
    font-family:"Arial";
    font-weight:bold;
    margin-bottom:7px;
}
header nav .con i{
    height:5px;
    display:block;
    margin:0 auto;
    position:relative;
}
header nav .con i.i-2{
    margin:6px auto;
}
header nav .con i::before,
header nav .con i::after{
    content:"";
    width:100%;
    height:100%;
    background:#3e3a39;
    position: absolute;
    top:0;
    right:0;
    transition:all .3s;
}
header nav .con i::after{
    width:0 !important;
    background:#930000;
}
header nav .con i.i-2::before,
header nav .con i.i-2::after{
    width:82%;
}
header nav .con i.i-3::before,
header nav .con i.i-3::after{
    width:64%;
}
header nav .con-box ul{
    width:152px;
    position:absolute;
    top:100%;
    right:0;
    z-index:9000;
    overflow:hidden;
    visibility: hidden;
    opacity:0;
    transition:all .3s;
}
header nav .con-box ul li{
    margin-bottom:1px;
    position:relative;
    transition:all .3s;
    position:relative;
    opacity:0;
}
header nav .con-box ul li:nth-child(odd){
    left:-100%;
}
header nav .con-box ul li:nth-child(even){
    left:100%;
}
header nav .con-box ul li a{
    display:block;
    background:#3b3736;
    color:#fff;
    text-align:center;
    line-height:57px;
    transition:all .3s;
}



/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .but{
    width:50px;
    height:50px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    background:none;
    opacity:.6;
}
.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;
    bottom:50px;
    right:7.3%;
    z-index:200;
}
.banner .swiper-pagination-bullet{
    width:8px;
    height:8px;
    margin:0 3px;
    background-color:#3b3736;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#930000;
}

.main1{
    background:#f2f2f2;
    position:relative;
}
.main1-1{
    margin-top:-116px;
    position: relative;
    z-index:10;
}
.main1-1 ul li{
    width:25%;
    position: relative;
}
.main1-1 ul li a{
    display:block;
    background:#3b3736;
    text-align:center;
    height:116px;
    line-height:116px;
    position: relative;
    z-index:1;
    transition:all .3s;
}
.main1-1 ul li a .img{
    display:inline-block;
}
.main1-1 ul li a p{
    display:inline-block;
    margin-left:10px;
    color:#fff;
    text-transform: uppercase;
}
.main1-1 ul li:nth-child(1)::before,
.main1-1 ul li:nth-child(8)::before{
    content:"";
    width:1000%;
    height:100%;
    background:#3b3736;
    position:absolute;
    top:0;
    right:100%;
}
.main1-1 ul li:nth-child(8)::before{
    background:#2c2928;
    right:auto;
    left:100%;
}
.main1-1 ul li:nth-child(2) a{
    background:#5d5d5d;
}
.main1-1 ul li:nth-child(4) a{
    background:#8d8d8d;
}
.main1-1 ul li:nth-child(5) a{
    background:#939393;
}
.main1-1 ul li:nth-child(6) a{
    background:#2c2928;
}
.main1-1 ul li:nth-child(7) a{
    background:#5d5d5d;
}
.main1-1 ul li:nth-child(8) a{
    background:#2c2928;
}
.main1-1 ul li a:hover{
    background:#930000;
}

.main1-2{
    position:relative;
}
.main1-2::before{
    content:"";
    width:50%;
    height:100%;
    background:url(../images/bg1.jpg) no-repeat center center/cover;
    position:absolute;
    top:0;
    right:0;
}
.title1{
    margin:50px 0;
}
.title1 h5{
    font-size:0;
}
.title1 h5 b{
    font-family:"Baskerville Old Face";
    font-size:70px;
    color:#3b3736;
    line-height:1;
    font-weight:normal;
    margin-right:6px;
}
.title1 h5 span{
    display:inline-block;
    width:40px;
    height:40px;
    background:#3b3736;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    margin-right:3px;
    vertical-align:top;
    position:relative;
    top:18px;
}
.title1 p.p1{
    font-size:18px;
    font-family:"Bell MT";
    color:#3b3736;
    margin:5px 0;
    letter-spacing: 5px;
}
.title1 p.p2{
    color:#3b3736;
}
.main1-2 .con-box{
    position:relative;
    background:#fff;
}
.main1-2 .con-box i{
    width:24px;
    height:22px;
    border-top:8px solid #2c2928;
    border-left:8px solid #2c2928;
    position:absolute;
    z-index:10;
}
.main1-2 .con-box i.i-1{
    top:20px;
    left:20px;
}
.main1-2 .con-box i.i-2{
    top:20px;
    right:20px;
    transform:rotateY(180deg);
}
.main1-2 .con-box i.i-3{
    bottom:20px;
    left:20px;
    transform:rotateX(180deg);
}
.main1-2 .con-box i.i-4{
    bottom:20px;
    right:20px;
    transform:rotate(180deg);
}
.main1-2 .con-box ul li{
    width:50%;
}
.main1-2 .con-box ul li:nth-child(1) .imgbox{
    display:block;
    overflow: hidden;
}
.main1-2 .con-box ul li:nth-child(1) .imgbox .img{
    height:480px;
}
.main1-2 .con-box ul li:nth-child(1) .imgbox:hover .img{
    transform:scale(1.1)
}
.main1-2 .con-box ul li:nth-child(2){
    padding:68px 50px 0;
}
.main1-2 .con-box ul li:nth-child(2) .title{
    font-size:24px;
    font-weight:bold;
    color:#2c2928;
    padding-bottom:20px;
    position:relative;
    margin-bottom:20px;
}
.main1-2 .con-box ul li:nth-child(2) .title::before{
    content:"";
    width:58px;
    height:1px;
    background:#ccc;
    position:absolute;
    bottom:0;
    left:0;
}
.main1-2 .con-box ul li:nth-child(2) .text{
    font-size:15px;
    color:#999;
    line-height:30px;
    height:210px;
    overflow: hidden;
    margin-bottom:40px;
}
.main1-2 .con-box ul li:nth-child(2) .text b{
    color:#000;
}
.main1-2 .con-box ul li:nth-child(2) a{
   color:#000;
   font-family:"Aria";
   font-weight:bold;
   transition:all .3s;
}
.main1-2 .con-box ul li:nth-child(2) a:hover{
    color:#930000;
}

.main1-3{
    padding:70px 0 100px;
}
.main1-3 ul{
    margin:0 -5px;
}
.main1-3 ul li{
    width:25%;
    padding:0 5px;
    position:relative;
    white-space:nowrap;
}
.main1-3 ul li .text-box{
    padding-left:50%;
    position:relative;
    left:25px;
}
.main1-3 ul li h5{
    font-size:16px;
    color:#585858;
    position: relative;
}
.main1-3 ul li p{
    font-size:12px;
    color:#c8c8c8;
    margin-top:8px;
    position:relative;
}
.main1-3 ul li h5::before,
.main1-3 ul li p::before{
    content:"";
    width:17px;
    height:17px;
    border:1px solid #c4c4c4;
    border-radius:50%;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:18px;
    transform: translateY(-50%);
}
.main1-3 ul li p::before{
    top:132px;
    transform:none;
}
.main1-3 ul li h5::after{
    content:"";
    width:1px;
    height:140px;
    background:#e6e6e6;
    position:absolute;
    top:100%;
    right:100%;
    margin-right:26px;
}

.main1-4{
    background:#3b3736;
}
.main1-4 ul{
    padding:50px 0;
    margin:0 -5px;
}
.main1-4 ul li{
    width:25%;
    text-align:center;
    padding:0 5px;
}
.main1-4 ul li h4{
    font-size:60px;
    font-weight:bold;
    color:#fff;
}
.main1-4 ul li h4 span{
    font-size:13px;
    font-weight:normal;
    position:relative;
    top:-16px;
    margin-left:5px;
}
.main1-4 ul li h4 span::before,
.main1-4 ul li h4 span::after{
    content:"/";
    position:absolute;
    top:-100%;
    left:5px;
    transform:rotate(30deg);
    color:#afadad;
}
.main1-4 ul li h4 span::after{
    top:100%;
}
.main1-4 ul li p{
    font-size:12px;
    color:#bbb;
    line-height:14px;
    margin:18px 0 10px;
}
.main1-4 ul li h5{
    font-size:16px;
    color:#fff;
    line-height:25px;
}

.main2{
    background:#f2f2f2;
    padding-bottom:70px;
}
.main2 .title-1{
    margin:70px 0 50px;
    text-align:center;
}
.main2 .title-1 h5{
    font-size:90px;
    color:#3b3736;
    font-family:"Bell MT";
    line-height:92px;
}
.main2 .title-1 p{
    font-size:18px;
    color:#3b3736;
    margin-top:15px;
}
.main2 .con-box .list{
    position:relative;
    margin-bottom:60px;
}
.main2 .con-box .list:last-child{
    margin-bottom:0;
}
.main2 .con-box .list::before{
    content:"";
    width:1000%;
    height:100%;
    background:#d2d2d2;
    position:absolute;
    top:0;
}
.main2 .con-box .list:nth-child(odd)::before{
    left:100%;
    margin-left:6px;
}
.main2 .con-box .list:nth-child(even)::before{
    right:100%;
    margin-right:6px;
}
.main2 .con-box .list ul{
    margin:0 -3px;
}
.main2 .con-box .list ul li{
    padding:0 3px;
}
.main2 .con-box .list:nth-child(odd) ul li dl{
    margin:6px -3px 0;
}
.main2 .con-box .list ul li dl dd{
    width:50%;
    padding:0 3px;
}
.main2 .con-box .list:nth-child(odd) ul li{
    width:50%;
}
.main2 .con-box .list:nth-child(even) ul li dl{
    margin:0 -3px 6px;
}
.main2 .con-box .list:nth-child(even) ul li{
    width:25%;
}
.main2 .con-box .list:nth-child(even) ul li:nth-child(2){
    width:50%;
}

.news1{
    display:block;
    overflow:hidden;
    position:relative;
}
.news1::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .3);
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    z-index:1;
}
.news1:hover::before{
    opacity:0;
}

.main2 .con-box .list .more-1{
    display:block;
    line-height:50px;
    background:#353130;
    padding:0 50px 0 20px;
    color:#fff;
    font-weight:bold;
    transition:all .3s;
    position:absolute;
    top:0;
    z-index:10;
    white-space:nowrap;
}
.main2 .con-box .list .more-1 img{
    margin-right:10px;
    height:24px;
}
.main2 .con-box .list .more-1:hover{
    background:#930000;
}
.main2 .con-box .list:nth-child(odd) .more-1{
    left:100%;
    margin-left:-40px;
}
.main2 .con-box .list:nth-child(even) .more-1{
    right:100%;
    margin-right:-40px;
}
.more2{
    width:227px;
    height:189px;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
}
.more2 i{
    width:20px;
    height:21px;
    border-top:5px solid #3b3736;
    border-left:5px solid #3b3736;
    position:absolute;
    transition:all .3s;
}
.more2 i.i-1{
    top:0;
    left:0;
}
.more2 i.i-2{
    top:0;
    right:0;
    transform:rotateY(180deg);
}
.more2 i.i-3{
    bottom:0;
    left:0;
    transform:rotateX(180deg);
}
.more2 i.i-4{
    bottom:0;
    right:0;
    transform:rotate(180deg);
}
.more2 .con b{
    display:block;
    margin:0 auto;
    position:relative;
}
.more2 .con b.b-1{
    width:35px;
    height:35px;
}
.more2 .con b.b-1::before,
.more2 .con b.b-1::after{
    content:"";
    width:100%;
    height:1px;
    background:#3b3736;
    position:absolute;
    top:50%;
    left:0;
    transition:all .3s;
}
.more2 .con b.b-1::after{
    transform:rotate(90deg);
}
.more2 .con p{
    font-size:12px;
    color:#3b3736;
    margin:24px 0 18px;
    text-align:center;
    transition:all .3s;
}
.more2 .con b.b-2{
    height:11px;
}
.more2 .con b.b-2::before{
    content:"";
    width:1px;
    height:100%;
    background:#3b3736;
    position:absolute;
    top:0;
    left:50%;
    transition:all .3s;
}
.more2:hover i{
    border-color:#930000;
}
.more2:hover i.i-1{
    top:30px;
    left:30px;
}
.more2:hover i.i-2{
    top:30px;
    right:30px;
}
.more2:hover i.i-3{
    bottom:30px;
    left:30px;
}
.more2:hover i.i-4{
    bottom:30px;
    right:30px;
}
.more2:hover .con p{
    color:#930000;
}

.more2:hover .con b.b-1::before,
.more2:hover .con b.b-1::after,
.more2:hover .con b.b-2::before{
    background:#930000;
}
.main2 .con-box .list:nth-child(odd) .more2{
    left:100%;
    margin-left:70px;
    bottom:97px;
}
.main2 .con-box .list:nth-child(even) .more2{
    right:100%;
    margin-right:70px;
    bottom:97px;
}

.main3{
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
}
.main3 .title-1{
    margin:70px 0 50px;
    text-align:center;
}
.main3 .title-1 .top{
    font-size:0;
    line-height:30px;
}
.main3 .title-1 .top span{
    display:inline-block;
    width:30px;
    height:30px;
    background:#3b3736;
    border-radius:50%;
    line-height:30px;
    color:#fff;
    margin-right:4px;
    vertical-align:top;
    font-size:16px;
}
.main3 .title-1 .top p{
    line-height:30px;
    font-size:20px;
    color:#111;
    display:inline-block;
}
.main3 .title-1 b{
    display:block;
    color:#c4c4c4;
    font-family:"Times New";
    margin:10px 0;
    font-weight:normal;
}
.main3 .title-1 .text{
    font-size:16px;
    color:#3d3d3d;
}
.nav1{
    font-size:0;
    text-align:center;
    margin-bottom:40px;
}
.nav1 a{
    display:inline-block;
    font-size:14px;
    color:#494949;
    padding:0 20px;
    margin-bottom:10px;
    border-right:1px solid #d1d1d1;
    transition:all .3s;
}
.nav1 a:last-child{
    border:none;
}
.nav1 a:hover,
.nav1 a.active{
    color:#930000;
}

.main3 .con-box ul{
    margin:0 -90px;
    background:url(../images/bg2.png) repeat-y center top;
}
.main3 .con-box ul li{
    width:50%;
    padding:0 90px;
    margin-bottom:90px;
}
.news2{
    display:block;
}
.news2 .rq{
    text-align:center;
}
.news2 .rq h5{
    font-size:70px;
    color:#111;
    font-weight:bold;
    line-height:1;
    transition:all .3s;
}
.news2 .rq p{
    font-size:12px;
    color:#909090;
    margin-top:5px;
    transition:all .3s;
}
.news2 .text-box{
    margin-left:120px;
    padding-left:30px;
    position: relative;
}
.news2 .text-box::before,
.news2 .text-box::after{
    content:"";
    width:1px;
    height:100%;
    background:#bfbfbf;
    position:absolute;
    top:0;
    left:0;
}
.news2 .text-box::after{
    transform:scaleY(0);
    transform-origin:0 100%;
    background:#930000;
    transition:transform .5s;
}
.news2 .text-box h5{
    font-size:18px;
    color:#404040;
    line-height:25px;
}
.news2 .text-box .text{
    font-size:12px;
    color:#9f9f9f;
    line-height:24px;
    height:48px;
    overflow: hidden;
    margin-top:15px;
}
.news2:hover .rq h5,
.news2:hover .rq p,
.news2:hover .text-box h5{
    color:#930000;
}
.news2:hover .text-box::after{
    transform:scaleY(1);
    transform-origin:0 0;
}
.main3 .con-box .more{
    display:block;
    width:343px;
    line-height:41px;
    border:1px solid #ebebeb;
    margin:5px auto 70px;
    position:relative;
    color:#111;
    text-align:center;
}
.main3 .con-box .more::before,
.main3 .con-box .more::after{
    content:"";
    width:18px;
    height:100%;
    background:url(../images/jt1.png) no-repeat center center;
    position:absolute;
    top:0;
    left:17px;
}
.main3 .con-box .more::after{
    left:auto;
    right:17px;
    transform:rotateY(180deg);
}
.main3 .con-box .more:hover{
    background:#930000;
    border-color:#930000;
    color:#fff;
}
.main3 .con-box .more:hover::before,
.main3 .con-box .more:hover::after{
    background-image:url(../images/jt1-2.png);
}

.main4{
    background:#f2f2f2;
    padding:90px 0 160px;
    position: relative;
}
.main4::before{
    content:"";
    width:50%;
    height:850px;
    background:url(../images/bg4.jpg) no-repeat center center/cover;
    position:absolute;
    top:120px;
    left:0;
}
.main4 .title1{
    margin:0 0 70px;
}
.main4-1 ul li{
    width:16.66%;
}
.main4-1 ul li a{
    display:block;
    overflow:hidden;
    position:relative;
    background:#d2d2d2;
    transition:all .3s;
}
.main4-1 ul li:nth-child(even) a{
    background:#f2f2f2;
}
.main4-1 ul li a .imgbox{
   position:absolute;
   width:100%;
   height:100%;
   top:0;
   left:0;
   display:flex;
   justify-content:center;
   align-items:center;
}
.main4-1 ul li a .imgbox img{
    max-width:70%;
    max-height:70%;
}
.main4-1 ul li a .imgbox .img-1{
    position:absolute;
    opacity:0;
    transition:all .3s;
}
.main4-1 ul li a .imgbox .img-2{
    position:absolute;
}
.main4-1 ul li a:hover .imgbox .img-2{
    transform:scale(2);
    opacity:0;
    transition:all .8s;
}
.main4-1 ul li a:hover .imgbox .img-1{
    opacity:1;
}
.main4-1 ul li.more a::before,
.main4-1 ul li.more a::after{
    content:"";
    width:27px;
    height:3px;
    background:rgba(255, 255, 255, .8);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
}
.main4-1 ul li.more a::after{
    transform:translate3d(-50%,-50%,0) rotate(90deg);
}
.main4-1 ul li.more a:hover{
    background:#930000 !important;
}
.main4-1 ul li.more a:hover::before,
.main4-1 ul li.more a:hover::after{
    background:#fff;
}
.main4-2{
    height:360px;
    padding:70px 360px 0 100px;
    background:#fff url(../images/bg3.jpg) no-repeat right bottom;
    margin-top:138px;
    position:relative;
}
.main4-2::before{
    content:"";
    width:1000%;
    height:100%;
    background:#2d2d2d;
    position:absolute;
    top:0;
    left:100%;
}
.main4-2 .title{
    margin-bottom:40px;
}
.main4-2 .title h5{
    font-size:18px;
    color:#2d2d2d;
    font-weight:bold;
    position:relative;
}
.main4-2 .title h5::before,
.main4-2 .title h5::after{
    content:"";
    width:28px;
    height:2px;
    background:#a3a3a3;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:16px;
}
.main4-2 .title h5::after{
    right:auto;
    left:100%;
    margin:0 0 0 16px;
}
.main4-2 .text-box{
    color:#797979;
    line-height:40px;
    height:160px;
    overflow: hidden;
}
.main4-2 .text-box b{
    font-size:16px;
    color:#930000;
}
.main4-2 .more-1{
    width:123px;
    line-height:43px;
    background:#930000;
    color:#fff;
    text-align:center;
    position:absolute;
    bottom:-21px;
    left:100px;
    z-index:2;
}
.main4-2 .more-1::before{
    content:"";
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    position:absolute;
    top:2px;
    left:2px;
    border:1px solid #fff;
}
.main4-2 .more-1:hover{
    background:#670404;
}
.main4-2 .more2{
    left:100%;
    margin-left:70px;
    top:90px;
}
.main4-2 .more2 i{
    border-color:#fff;
}
.main4-2 .more2 b.b-1::before,
.main4-2 .more2 b.b-1::after,
.main4-2 .more2 b.b-2::before{
    background:#fff;
}
.main4-2 .more2 p{
    color:#fff;
}
.main4-2 .more2:hover i{
    border-color:#930000;
}


footer{
    background:#3e3a39;
}
footer .top{
    padding:60px 0;
}
footer .top .logo-2{
    display:block;
    max-width:100%;
    margin:0 auto;
}
footer .top .con1{
    margin:40px 0;
    background:rgba(255, 255, 255, .1);
    font-size:0;
    text-align:center;
}
footer .top .con1 .swiper-container{
    display:inline-block;
    max-width:100%;
}
footer .top .con1 .swiper-slide{
    width:auto;
    position: relative;
}
footer .top .con1 .swiper-slide::before{
    content:"";
    width:1px;
    height:14px;
    background:rgba(255, 255, 255, .3);
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%) rotate(10deg);
}
footer .top .con1 .swiper-slide:last-child::before{
    display:none;
}
footer .top .con1 a{
    font-size:14px;
    color:#fff;
    display:block;
    padding:0 15px;
    line-height:36px;
    transition:all .3s;
}
footer .top .con1 a:hover{
    color:#dddb15;
}
footer .top .con2 ul{
    margin:0 -10px;
}
footer .top .con2 ul li{
    width:33.33%;
    line-height:40px;
    color:rgba(255, 255, 255, .5);
    padding:0 10px;
}
footer .top .con2 ul li a{
    color:rgba(255, 255, 255, .5);
}
footer .top .con2 ul li:nth-child(2){
    border-left:1px solid rgba(255, 255, 255, .2);
    border-right:1px solid rgba(255, 255, 255, .2);
}
footer .top .con2 ul li .weixin{
    display:block;
    width:160px;
    height:160px;
    border:5px solid #fff;
    margin:10px auto;
}
footer .top .con2 ul li:nth-child(3){
    text-align:right;
}
footer .bottom{
    background:#2c2928;
    border-top:1px solid #656161;
    padding:40px 0;
    text-align:center;
    font-size:12px;
    color:rgba(255, 255, 255, .5);
    line-height:18px;
}
footer .bottom a{
    color:rgba(255, 255, 255, .5);
    transition:all .3s;
}
footer .bottom a:hover{
    color:#fff;
}

.contact-ny .con1 .title{
    font-size:24px;
    font-weight:bold;
    padding-bottom:20px;
    position: relative;
    text-align:center;
    margin:50px 0;
}
.contact-ny .con1 .title::before{
    content:"";
    width:55px;
    height:2px;
    background:#3e3a39;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.contact-ny .con1 .text{
    font-size:16px;
    line-height:40px;
    text-align:center;
}
.contact-ny .con2{
    margin:50px 0;
}
.contact-ny .con2 ul{
    display:flex;
    justify-content: space-between;
}
.contact-ny .con2 ul li{
    background:#fff;
    border:1px solid #d2d2d2;
    position: relative;
    font-size:18px;
    font-family:"Arial";
    color:#000;
    line-height:40px;
    padding:0 10px 0 60px;
}
.contact-ny .con2 ul li span{
    width:50px;
    height:100%;
    border-right:1px solid #d2d2d2;
    color:#515151;
    font-size:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
}
.contact-ny .con3{
    font-size:0;
    text-align:center;
}
.contact-ny .con3 a{
    display:inline-block;
    width:37px;
    height:37px;
    background:#2c2c2c;
    border-radius:50%;
    line-height:37px;
    font-size:19px;
    color:#fff;
    margin:0 10px;
    transition:all .3s;
}
.contact-ny .con3 a:hover{
    background:#930000;
}

.map-box{
    position:relative;
    z-index:1;
}
.map-box #map{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.map-box::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(62, 58, 57, .4);
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}


.title4{
    text-align:center;
    margin-top:-40px;
}
.title4 h5{
    background:#3e3a39;
    font-size:0;
    width:47%;
    padding:30px 10px;
    margin:0 auto;
}
.title4 h5 span{
    display:inline-block;
    font-size:18px;
    color:#fff;
    position:relative;
}
.title4 h5 span::before,
.title4 h5 span::after{
    content:"";
    width:60px;
    height:1px;
    background:#787575;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:7px;
}
.title4 h5 span::after{
    right:auto;
    left:100%;
    margin:0 0 0 7px;
}
.title4 p{
    font-size:70px;
    font-family:"Bell MT";
    color:#3e3a39;
    line-height:75px;
    padding:20px 0 10px;
    border-bottom:1px solid #3e3a39;
}
.about-ny .con-list:nth-child(odd){
    background:#f2f2f2;
}
.about-ny .con-list .con{
    font-size:16px;
    line-height:40px;
    padding:80px 0;
    text-align:center;
}
.about-ny .con-list .con b{
    font-size:18px;
}
.about-ny .con-list .con img{
    max-width:100%;
    display:block;
    margin:0 auto;
}

.service-ny .news1 .img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.service-ny .news1:hover .img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.neiye{
    background:#f2f2f2;
    padding-bottom:50px;
}
.neiye-2{
    padding:1px 80px 50px;
}
.title2{
    margin:70px 0 40px;
    position:relative;
    position:relative;
}
.title2 h5{
    font-size:24px;
    font-weight:bold;
}
.nav2{
    position:absolute;
    top:50%;
    right:0;
    padding-left:180px;
    transform:translateY(-50%);
}
.nav2 .swiper-slide{
    width:auto;
    padding:0 2px;
}
.nav2 .swiper-container{
    max-width:100%;
}
.nav2 .swiper-slide a{
    display:block;
    padding:0 20px;
    background:#fff;
    border:1px solid #d2d2d2;
    color:#666;
    line-height:32px;
    transition:all .3s;
}
.nav2 .swiper-slide a:hover,
.nav2 .swiper-slide a.active{
    background:#3e3a39;
    border-color:#3e3a39;
    color:#fff;
}

.news3{
    display:block;
    margin-bottom:50px;
}
.news3 .imgbox{
    box-shadow:0 0 5px rgba(0, 0, 0, .3);
    border:5px solid #fff;
    width:50%;
    height:237px;
    overflow: hidden;
}
.news3 .imgbox .img{
    width:100%;
    height:100%;
}
.news3 .text-box{
    height:237px;
    margin-left:50%;
    padding-left:50px;
    display:flex;
    align-items:center;
}
.news3 .text-box>div{
    width:100%;
}
.news3 .text-box h5{
    font-size:18px;
    color:#3e3a39;
    line-height:25px;
}
.news3 .text-box p{
    color:#999;
    line-height:25px;
    margin:10px 0 40px;
}
.news3 .text-box b{
    display:block;
    position:relative;
    font-size:20px;
    color:#666;
    font-family:"Arial";
    padding-top:15px;
    font-weight:normal;
}
.news3 .text-box b::before{
    content:"";
    width:55px;
    height:2px;
    background:#3e3a39;
    position:absolute;
    top:0;
    left:0;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover .text-box h5{
    color:#930000;
}

.service-ny ul{
    margin:0 -9px;
}
.service-ny ul li{
    width:25%;
    padding:0 9px;
    margin-bottom:18px;
}


/*详情页*/
.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;
}

.xqy2{
    margin-top:60px;
}
.xqy2 .title{
    font-size:30px;
    font-weight:bold;
    padding-bottom:18px;
    border-bottom:2px solid #3e3a39;
    line-height:35px;
    margin-bottom:20px;
}
.xqy2 .con{
    line-height:30px;
}
.xqy2 .con img{
    max-width: 100%;
    display:block;
    margin:0 auto;
}

.title3{
    font-size:18px;
    padding-bottom:15px;
    line-height:30px;
    margin:50px 0 30px;
    border-bottom:2px solid #3e3a39;
}
.service-ny-2{
    padding:0 80px;
}


/*微信弹窗*/
.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: #930000;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index:8000;
    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: #650404;
    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 #930000;
    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 #930000;
    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 #930000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #930000;
    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 #930000;
    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: #930000;
    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;
}

/*媒体查询开始*/
@media(min-width:992px){
    header nav .con-box ul li a:hover{
        background:#930000;
    }
    header nav .con-box:hover .con{
        border-color:#930000;
    }
    header nav .con-box:hover ul{
        opacity:1;
        visibility:initial;
    }
    header nav .con-box:hover ul li{
        left:0;
        opacity:1;
    }
    header nav .con-box:hover .con p{
        color:#930000;
    }
    header nav .con-box:hover .con i.i-1::after{
        width:100% !important;
    }
    header nav .con-box:hover .con i.i-2::after{
        width:82% !important;
    }
    header nav .con-box:hover .con i.i-3::after{
        width:64% !important;
    }
}
@media(min-width:769px){

    .main4-1 ul li:nth-child(6) ~ li:nth-child(odd) a{
        background:#f2f2f2;
    }
    .main4-1 ul li:nth-child(6) ~ li:nth-child(even) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(12) ~ li:nth-child(odd) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(12) ~ li:nth-child(even) a{
        background:#d2d2d2;
    }

    .main4-1 ul li:nth-child(18) ~ li:nth-child(odd) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(18) ~ li:nth-child(even) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(24) ~ li:nth-child(odd) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(24) ~ li:nth-child(even) a{
        background:#f2f2f2;
    }

    .main4-1 ul li:nth-child(30) ~ li:nth-child(odd) a{
        background:#f2f2f2;
    }
    .main4-1 ul li:nth-child(30) ~ li:nth-child(even) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(36) ~ li:nth-child(odd) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(36) ~ li:nth-child(even) a{
        background:#f2f2f2;
    }

    .main4-1 ul li:nth-child(42) ~ li:nth-child(odd) a{
        background:#f2f2f2;
    }
    .main4-1 ul li:nth-child(42) ~ li:nth-child(even) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(48) ~ li:nth-child(odd) a{
        background:#d2d2d2;
    }
    .main4-1 ul li:nth-child(48) ~ li:nth-child(even) a{
        background:#f2f2f2;
    }

}
@media(max-width:1800px){
    .more2,
    .main2 .con-box .list::before,
    .main4-2::before,
    .main2 .con-box .list .more-1{
        display:none;
    }
}
@media(max-width:1600px){
    .banner .swiper-pagination{
        right:10px;
    }
}
@media(max-width:1400px){
    .banner .swiper-pagination{
        display:none;
    }
}
@media(max-width:1440px){
    .service-ny-2{
        padding:0 15px;
    }
}
@media(max-width:1230px){
    .neiye-2{
        padding-left:15px;
        padding-right:15px;
    }
}
@media (max-width:991px) {
    header .logo{
        height:100px;
        line-height:100px;
    }
    header nav{
        height:100px;
    }
    header nav .con-box.active ul{
        opacity:1;
        visibility:initial;
    }
    header nav .con-box.active ul li{
        left:0;
        opacity:1;
    }
    .main1-1{
        margin:30px 0 0 0;
    }
    .main1-1 ul li:nth-child(1)::before, 
    .main1-1 ul li:nth-child(8)::before,
    .main1-2::before{
        display:none;
    }
    .main1-2 .con-box ul li{
        width:100%;
    }
    .main1-2 .con-box ul li:nth-child(1) .imgbox .img{
        height:auto;
    }
    .main1-2 .con-box ul li:nth-child(2) .text{
        height:auto;
        max-height:210px;
    }
    .main1-2 .con-box ul li:nth-child(2){
        padding:30px 30px 80px;
    }
    .news1::before{
        display:none;
    }
    .main3 .con-box ul{
        margin:0 -10px;
        background:none;
    }
    .main3 .con-box ul li{
        padding:0 10px;
        margin-bottom:50px;
    }
    .main4::before{
        display:none;
    }
    .main4 .title1{
        float:none !important;
        margin-bottom:30px;
    }
    footer .top .con2 ul li{
        width: 100%;
        text-align:center !important;
    }
    footer .top .con2 ul li .weixin{
        margin:20px auto;
    }
    footer .top .con2 ul li:nth-child(2){
        border:none;
    }
    .service-ny ul li{
        width:33.33%;
    }
    .contact-ny .con2 ul{
        display: block;
    }
    .contact-ny .con2 ul li{
        margin-bottom:10px;
    }
}

@media (max-width:768px) {
    body {
        padding-bottom: 50px;
    }
    header .logo{
        height:80px;
        line-height:80px;
    }
    header nav{
        height:80px;
    }
    header nav .con{
        width:50px;
        border-width:2px;
        padding:4px;
    }
    header nav .con p{
        margin-bottom:3px;
    }
    header nav .con i{
        height:3px;
    }
    header nav .con i.i-2{
        margin:3px 0;
    }
    header nav .con-box ul li a{
        line-height:40px;
    }
    .main1-1 ul li{
        width:33.33%;
    }
    .main1-1 ul li a{
        height:auto;
        line-height:1;
        padding:20px 0;
    }
    .main1-1 ul li a img{
        height:20px;
    }
    .main1-1 ul li a p{
        margin:10px 0 0 0;
        display:block;
        line-height:30px;
    }
    .main1-2 .con-box ul li:nth-child(2){
        padding:15px;
    }
    .main1-2 .con-box i{
        display:none;
    }
    .main1-2 .con-box ul li:nth-child(2) .title{
        font-size:18px;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .main1-2 .con-box ul li:nth-child(2) .text{
        font-size:14px;
        line-height:25px;
        max-height:175px;
        margin-bottom:20px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5 b{
        font-size:40px;
    }
    .title1 h5 span{
        width:30px;
        height:30px;
        font-size:20px;
        line-height:30px;
        top:5px;
    }
    .title1 p.p1{
        font-size:14px;
    }
    .main1-3{
        padding:30px 0;
    }
    .main1-3 ul li h5::after{
        height:63px;
    }
    .main1-3 ul li p::before{
        top:55px;
    }
    .main1-4 ul{
        padding:30px 0;
    }
    .main1-4 ul li h4{
        font-size:30px;
    }
    .main1-4 ul li h4 span{
        top:-6px;
    }
    .main1-4 ul li p{
        margin:10px 0;
    }
    .main2{
        padding-bottom:30px;
    }
    .main2 .title-1{
        margin:30px 0;
    }
    .main2 .title-1 h5{
        font-size:30px;
        line-height:32px;
    }
    .main2 .title-1 p{
        margin-top:5px;
    }
    .main2 .con-box .list{
        margin-bottom:20px;
    }
    .main3 .title-1{
        margin:30px 0;
    }
    .main3 .con-box ul li{
        width:100%;
        margin-bottom:20px;
    }
    .news2 .rq{
        padding-top:5px;
    }
    .news2 .rq h5{
        font-size:50px;
    }
    .news2 .text-box{
        margin-left:80px;
        padding-left:20px;
    }
    .news2 .text-box h5{
        font-size:16px;
    }
    .news2 .text-box .text{
        margin-top:5px;
    }
    .main3 .con-box .more{
        width:100%;
        margin:10px auto 30px;
        line-height:40px;
    }
    .nav1{
        margin-bottom:30px;
    }
    .main4{
        padding:30px 0 50px;
    }
    .main4-1 ul li{
        width:33.33%;
    }
    .main4-2{
        margin-top:20px;
        background:#fff;
        padding:15px 15px 40px;
        height:auto;
    }
    .main4-2 .title{
        margin-bottom:20px;
        margin-left:45px;
    }
    .main4-2 .text-box{
        line-height:30px;
        height:auto;
        max-height:120px;
    }
    .main4-2 .more-1{
        left:15px;
        line-height:40px;
    }
    footer .top{
        padding:30px 0;
    }
    footer .top .con2 ul li{
        line-height:25px;
    }
    footer .bottom{
        padding:20px 0;
    }
    footer .top .logo-2{
        max-width:40%;
    }
    footer .top .con1{
        margin:25px 0;
    }
    .title2{
        margin:30px 0;
    }
    .title2 h5{
        font-size:20px;
        float:none !important;
        text-align:center;
    }
    .nav2{
        position:initial;
        padding:0;
        margin-top:30px;
        transform:none;
        font-size:0;
        text-align:center;
    }
    .nav2 .swiper-container{
        display:inline-block;
    }
    .nav2 a{
        font-size:14px;
    }
    .news3{
        margin-bottom:15px;
    }
    .news3 .imgbox{
        width:120px;
        height:90px;
        border-width:2px;
    }
    .news3 .text-box{
        height:90px;
        padding-left:10px;
        margin-left:120px;
    }
    .news3 .text-box h5{
        font-size:14px;
        line-height:18px;
    }
    .news3 .text-box p{
        font-size:13px;
        line-height:18px;
        margin:5px 0 10px;
    }
    .news3 .text-box b{
        font-size:14px;
        padding-top:5px;
    }
    .news3 .text-box b::before{
        width:37px;
    }
    .neiye{
        padding-bottom:30px;
    }
    .service-ny ul{
        margin:0 -5px;
    }
    .service-ny ul li{
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .xqy2{
        margin-top:30px;
    }
    .xqy2 .title{
        font-size:20px;
        padding-bottom:10px;
    }
    .title3{
        margin:40px 0 20px;
        padding-bottom:10px;
    }
    .title4{
        margin-top:30px;
    }
    .title4 h5{
        padding:15px 5px;
        width:100%;
    }
    .title4 p{
        font-size:20px;
        line-height:25px;
    }
    .about-ny .con-list .con{
        padding:20px 0;
        line-height:30px;
        font-size:14px;
    }
    .about-ny .con-list .con b{
        font-size:16px;
    }
    .contact-ny .con1 .title{
        margin:30px 0;
        font-size:20px;
        padding-bottom:10px;
    }
    .contact-ny .con1 .text{
        font-size:14px;
        line-height:25px;
    }
    .contact-ny .con2{
        margin:30px 0 20px;
    }
    .contact-ny .con2 ul li{
        font-size:14px;
        line-height:25px;
        padding-top:10px;
        padding-bottom:10px;
    }
}
@media (max-width:600px) {
    .main1-1 ul li{
        width:50%;
    }
    .main1-1 ul li a{
        padding:10px 0;
    }
    .main1-4 ul li{
        width:50%;
        margin-bottom:30px;
    }
    .main1-4 ul{
        padding-bottom:0;
    }
    .main1-4 ul li h5{
        font-size:14px;
    }
    .main1-3 ul li h5::before,
    .main1-3 ul li h5::after,
    .main1-3 ul li p::before{
        display:none;
    }
    .main1-3 ul li .text-box{
        left:0;
        padding-left:0;
    }
}
@media (max-width:479px) {
    header .logo{
        height:60px;
        line-height:60px;
    }
    header nav{
        height:60px;
    }
    .map-box{
        height:220px;
    }
}