/*全局样式*/
@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;
}

.logo-box{
    background:rgba(255, 255, 255, .5);
    border-bottom:1px solid #e1e1e1;
    position: fixed;
    width:100%;
    height:115px;
    top:0;
    left:0;
    z-index:5000;
    transition:all .3s;
}
.logo-box .logo{
    width:156px;
    height:114px;
    line-height:114px;
    border-right:1px solid #e1e1e1;
    position:absolute;
    top:0;
    left:90px;
    transition:all .3s;
    z-index:10;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}
.logo-box .right{
    width:137px;
    height:114px;
    position:absolute;
    top:0;
    right:90px;
    border-left:1px solid #e1e1e1;
}
.logo-box .right ul li{
    margin:47px 0 0 8px;
    position:relative;
    transition:all .3s;
}
.logo-box .right ul li span,
footer ul li:nth-child(4) dl dd span{
    display:block;
    width:20px;
    height:20px;
    background:#4c4c4c;
    border-radius:50%;
    color:rgba(255, 255, 255, .5);
    font-size:12px;
    text-align:center;
    line-height:20px;
    cursor: pointer;
    transition:all .3s;
}
.logo-box .right ul li .info,
footer ul li:nth-child(4) dl dd .info{
    width:0;
    height:50px;
    position:absolute;
    top:50%;
    right:100%;
    background:#fff;
    transform:translateY(-50%);
    overflow: hidden;
    transition:all .3s;
}
.logo-box .right ul li .info .phone,
footer ul li:nth-child(4) dl dd .info .phone{
    line-height:50px;
    font-size:18px;
    color:#000;
    text-align:center;
    transform:translateX(100%);
    transition:all .3s;
}
.logo-box .right ul li .info form,
footer ul li:nth-child(4) dl dd .info form{
    transform:translateX(110%);
    transition:all .3s;
}
.logo-box .right ul li .info form input,
footer ul li:nth-child(4) dl dd .info form input{
    width:calc(100% - 50px);
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
}
.logo-box .right ul li .info form button,
footer ul li:nth-child(4) dl dd .info form button{
    width:50px;
    height:40px;
    background:#d88941;
    color:#fff;
    border:none;
    outline:none;
    transition:all .3s;
}
.logo-box .right ul li .info form button:hover,
footer ul li:nth-child(4) dl dd .info form button:hover{
    background:#964b06;
}
.logo-box .right ul li .weixin,
footer ul li:nth-child(4) dl dd .weixin{
    position:absolute;
    top:100%;
    right:100%;
}
footer ul li:nth-child(4) dl dd .weixin{
    top:auto;
    bottom:100%;
}
.logo-box .right ul li .weixin,
footer ul li:nth-child(4) dl dd .weixin{
    background:#fff;
    padding:10px;
    display:none;
}
.logo-box .right ul li .weixin img,
footer ul li:nth-child(4) dl dd .weixin img{
    width:120px;
    height:120px;
    border:5px solid #ccc;
}
.logo-box .right ul li .weixin p,
footer ul li:nth-child(4) dl dd .weixin p{
    text-align:center;
    margin-top:10px;
}
.logo-box .right ul li:hover span,
footer ul li:nth-child(4) dl dd:hover span{
    background:#d88941;
    color:#fff;
}
.logo-box .right ul li:hover .info,
footer ul li:nth-child(4) dl dd:hover .info{
    width:200px;
}
.logo-box .right ul li:hover .info-2,
footer ul li:nth-child(4) dl dd:hover .info-2{
    width:300px;
    padding:5px 5px 0;
}
.logo-box .right ul li:hover .phone,
footer ul li:nth-child(4) dl dd:hover .phone{
    transform:translateX(0);
    transition-delay: .3s;
}
.logo-box .right ul li:hover form,
footer ul li:nth-child(4) dl dd:hover form{
    transform:translateX(0);
    transition-delay: .3s;
}
.logo-box .right ul li:hover .weixin,
footer ul li:nth-child(4) dl dd:hover .weixin{
    display:block;
}
.logo-box.active{
    background:#fff;
    height:81px;
}
.logo-box.active .logo,
.logo-box.active .right{
    height:80px;
}
.logo-box.active .logo{
    line-height:80px;
}
.logo-box.active .logo img{
    max-height:70%;
}
.logo-box.active .right ul li{
    margin-top:30px;
}
.logo-box.active nav ul{
    margin-top:22px;
}

/*一级导航*/
nav ul{
    font-size:0;
    margin-top:39px;
    text-align:center;
    transition:all .3s;
}
nav ul li{
    position: relative;
    line-height:35px;
    display:inline-block;
    vertical-align:top;
}
nav ul li a{
    display:block;
    color: #000 !important;
    font-size:15px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 20px;
}
nav ul li a:hover,
nav ul li a.active{
    color:#d88941 !important;
    font-weight:bold;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display:none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
    margin-top:0;
}
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-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#f58812;
    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:#d88941;
}

.main1 .main1-con{
    position:relative;
    margin:120px 0;
}
.main1 .main1-con::before,
.main1 .main1-con::after{
    content:"";
    width:34px;
    height:34px;
    border:1px solid #ccc;
    background:#fff;
    position:absolute;
    top:50%;
    left:33.33%;
    transform:translate(-17px,-50%);
}
.main1 .main1-con::after{
    left:auto;
    right:33.33%;
    transform:translate(17px,-50%);
}
.main1 ul li{
    width:33.33%;
    border-right:1px solid #ccc;
    text-align:center;
}
.main1 ul li:nth-child(1),
.main1 ul li:nth-child(2),
.main1 ul li:nth-child(3){
    border-bottom:1px solid #ccc;
}
.main1 ul li:nth-child(3n+3){
    border-right:none;
}
.main1 ul li a{
    display:block;
    padding:50px 0;
    overflow: hidden;
}
.main1 ul li a .imgbox{
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
    position:relative;
}
.main1 ul li a .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:url(../images/icon1.png);
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    top:0;
    left:0;
    transform:scale(0);
}
.main1 ul li:nth-child(2) a .imgbox::before{
    background-image:url(../images/icon2.png);
}
.main1 ul li:nth-child(3) a .imgbox::before{
    background-image:url(../images/icon3.png);
}
.main1 ul li:nth-child(4) a .imgbox::before{
    background-image:url(../images/icon4.png);
}
.main1 ul li:nth-child(5) a .imgbox::before{
    background-image:url(../images/icon5.png);
}
.main1 ul li:nth-child(6) a .imgbox::before{
    background-image:url(../images/icon6.png);
}
.main1 ul li a .imgbox img{
    max-height:100%;
}
.main1 ul li a h5{
    font-size:18px;
    line-height:20px;
    color:#000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.main1 ul li a p{
    font-size:12px;
    line-height:16px;
    color:#000;
    font-family:"Arial";
    margin-top:5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.main1 ul li a:hover h5,
.main1 ul li a:hover p{
    color:#d88941;
}
.main1 ul li a:hover .imgbox::before{
    transform:scale(2);
    transition:all .8s;
    opacity:0;
}

.main2{
    background:#9a9a9a;
    position:relative;
}
.main2 .list{
    width:50%;
    padding:140px 180px 0;
    height:600px;
    color:#fff;
}
.main2 .left p{
    font-size:30px;
    font-family:"Bookman Old Style";
    line-height:36px;
}
.main2 .left h5{
    font-size:24px;
    padding:35px 0 38px 0;
    position: relative;
}
.main2 .left h5::before{
    content:"";
    width:47px;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
}
.main2 .right{
    background:#e8e8e8;
}
.main2 .right .text-box{
    display:block;
    line-height:30px;
    max-height:180px;
    overflow: hidden;
    transition:all .3s;
}
.main2 .right .text-box:hover{
    color:#d88941;
}

.main3{
    background:url(../images/bg1.jpg) center center/cover;
    padding-bottom:140px;
}
.main3-1{
    background:#fff;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .2);
    padding:15px;
    margin-top:-160px;
}
.main3-1 a{
    display:block;
    overflow: hidden;
}
.main3-1 a:hover .img{
    transform:scale(1.1);
}
.main3-2 .nav1{
    margin:120px 0 40px;
    position:relative;
}
.main3-2 .nav1::before,
.main3-2 .nav1::after{
    content:"";
    width:100%;
    height:1px;
    background:#ccc;
    position:absolute;
    top:0;
    left:0;
}
.main3-2 .nav1::after{
    top:auto;
    bottom:0;
}
.main3-2 .nav1 .swiper-slide{
    width:auto;
    position:relative;
}
.main3-2 .nav1 .swiper-slide::before{
    content:"";
    width:1px;
    height:29px;
    background:#ccc;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.main3-2 .nav1 .swiper-slide:last-child::before{
    display:none;
}
.main3-2 .nav1 a{
    display:block;
    padding:0 46px;
    line-height:70px;
    color:#000;
    font-size:0;
    transition:all .3s;
}
.main3-2 .nav1 a span{
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    padding:0 14px;
    position:relative;
}
.main3-2 .nav1 a span::before{
    content:"";
    width:100%;
    height:3px;
    background:#d88941;
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
    opacity:0;
}
.main3-2 .nav1 .swiper-slide a.active{
    color:#d88941;
}
.main3-2 .nav1 .swiper-slide a.active span::before{
    opacity:1;
}
.main3-2 .list-box .list{
    display:none;
}
.main3-2 .list-box .list.active{
    display:block;
}
.main3-2 .list-box .list a{
    display:block;
    overflow: hidden;
}
.main3-2 .list-box .list a .text-box{
    position:relative;
    left:-100%;
    margin-top:28px;
    transition:all .3s;
}
.main3-2 .list-box .list a.active .text-box{
    left:0;
}
.main3-2 .list-box .list a .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
}
.main3-2 .list-box .list a .text-box p{
    color:#000;
    font-family:"Arial";
    line-height:18px;
    margin-top:5px;
}
.main3-2 .list-box .list .but-box{
    position:absolute;
    bottom:15px;
    right:44px;
    width:42px;
    height:12px;
    z-index:100;
}
.main3-2 .list-box .list .but-box .but{
    width:16px;
    height:12px;
    background:url(../images/icon7.png) no-repeat 0 center;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.main3-2 .list-box .list .but-box .but-next{
    transform:rotateY(180deg);
    left:auto;
    right:0;
}
.main3-2 .list-box .list .but-box .but:hover{
    background-position:right center;
}
.main3-2 .list-box .list .swiper-pagination{
    position:absolute;
    bottom:100px;
    color:#fff;
    text-align:right;
    padding-right:44px;
    font-family:"Bell MT";
    font-size:20px;
}

.title1 p{
    font-size:30px;
    font-family:"Bell MT";
    padding-bottom:18px;
    position:relative;
}
.title1 p::before{
    content:"";
    width:23px;
    height:1px;
    background:#000;
    position:absolute;
    bottom:0;
    left:0;
}
.title1 h5{
    font-size:18px;
    margin-top:20px;
}
.title1 .text{
    line-height:30px;
    color:#999;
    margin-top:40px;
}
.title1 a{
    display:block;
    width:69px;
    line-height:26px;
    border:1px solid #ccc;
    font-size:12px;
    color:#000;
    transition:all .3s;
    text-align:center;
    margin-top:46px;
}
.title1 a:hover{
    background:#d88941;
    border-color:#d88941;
    color:#fff;
}

.title2{
    margin:80px 0 50px;
    position: relative;
    border-bottom:4px solid #e5e5e5;
    padding-bottom:30px;
}
.title2::before{
    content:"";
    width:100%;
    height:1px;
    background:#e5e5e5;
    position: absolute;
    bottom:1px;
    left:0;
}
.title2 h5{
    font-size:24px;
    font-weight:bold;
}
.title2 .swiper-container{
    position: absolute;
    bottom:30px;
    right:0;
    max-width:80%;
}
.title2 .swiper-container .swiper-slide{
    width:auto;
}
.title2 .swiper-container a{
    display:block;
    line-height:26px;
    color:#999;
    padding:0 10px;
    transition:all .3s;
}
.title2 .swiper-container a:hover{
    color:#c97a35;
}
.title2 .swiper-container a.active{
    background:#c97a35;
    color:#fff;
}
.main4{
    padding:100px 0;
    background:#f4f4f4;
}
.main4-con .con{
    margin-left:340px;
    position:relative;
    padding-left:63px;
}
.main4-con .con::before{
    content:"";
    width:1000%;
    height:100%;
    background:#fff;
    position:absolute;
    top:0;
    left:0;
}
.main4-con .con .swiper-container{
    padding:1px 0 0 1px;
}
.main4-con .con a{
    display:block;
    overflow: hidden;
    background:#fff;
    border:1px solid #e5e5e5;
    margin:-1px 0 0 -1px;
}
.main4-con .con a:hover .img{
    transform:scale(1.1);
}
.main4-con .con .but-box{
    width:64px;
    height:100%;
    background:#fff;
    border:1px solid #e5e5e5;
    position:absolute;
    top:0;
    left:0;
}
.main4-con .con .but-box .but{
    width:100%;
    height:50%;
    background:url(../images/icon8.png) no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    outline:none;
}
.main4-con .con .but-box .but-prev{
    border-bottom:1px solid #e5e5e5;
}
.main4-con .con .but-box .but-next{
    top:auto;
    bottom:0;
    transform:rotateX(180deg);
}
.main4-con .con .but-box .but:hover{
    background:url(../images/icon8-2.png) no-repeat center center; 
}

.main5{
    padding:140px 0;
}
.main5-con{
    position: relative;
}
.main5-con .list-left{
    width:56%;
}
.main5-con .list-right{
    width:44%;
    height:100%;
    padding-left:90px;
    position: absolute;
    top:0;
    right:0;
    display:flex;
    align-items:center;
}
.main5-con .list-left ul,
.main5-con .list-left dl{
    margin:0 -1px;
}
.main5-con .list-left ul li,
.main5-con .list-left dl dd{
    width:50%;
    padding:0 1px;
}
.main5-con .list-left a{
    display:block;
    overflow: hidden;
    margin-bottom:2px;
}
.main5-con .list-left a:hover .img{
    transform:scale(1.1);
}

.nav2{
    background:#555;
    overflow: hidden;
}
.nav2-con{
    position: relative;
    min-height:100px;
    padding:40px 410px 30px 0;
}
.nav2-con .form-box{
    width:410px;
    height:100%;
    border-left:1px solid #858585;
    position: absolute;
    top:0;
    right:0;
    padding:28px 0 0 56px;
}
.nav2-con form{
    padding:4px;
    background:#757575;
    border-radius:40px;
    overflow: hidden;
}
.nav2-con form .box{
    width:calc(100% - 35px);
    position: relative;
}
.nav2-con form .box span{
    position:absolute;
    line-height:35px;
    left:30px;
    color:#fff;
}
.nav2-con form .box input{
    width:100%;
    height:35px;
    border:none;
    padding:0 30px;
    color:#fff;
    background:none;
    position: relative;
    z-index:2;
}
.nav2-con form button{
    width:35px;
    height:35px;
    background:#fff;
    border-radius:50%;
    color:#000;
    transition:all .3s;
    font-size:20px;
    outline:none;
    border:none;
    transition:all .3s;
}
.nav2-con form button:hover{
    background:#d88941;
    color:#fff;
}
.nav2-con ul{
    font-size:0;
    text-align:center;
}
.nav2-con ul li{
    display:inline-block;
    vertical-align:top;
    margin-bottom:10px;
}
.nav2-con ul li a{
    font-size:14px;
    color:#fff;
    padding:0 20px;
    border-right:1px solid #fff;
    transition:all .3s;
}
.nav2-con ul li a:hover{
    color:#d88941;
}
.nav2-con ul li:last-child a{
    border:none;
}

footer{
    background:#2b2b2b;
}
footer ul{
    padding:50px 0;
}
footer ul li:nth-child(1){
    width:180px;
}
footer ul li:nth-child(2){
    width:400px;
}
footer ul li:nth-child(3){
    width:calc(100% - 680px);
}
footer ul li:nth-child(4){
    width:100px;
}
footer ul li:nth-child(1) .weixin img{
    width:130px;
    height:130px;
    border:5px solid #fff;
}
footer ul li:nth-child(1) .weixin p{
    color:#fff;
    margin-top:10px;
    text-align:center;
}
footer ul li:nth-child(2){
    font-size:0;
    text-align:center;
}
footer ul li:nth-child(2) .text-box{
    display:inline-block;
    vertical-align:top;
    text-align:left;
}
footer ul li:nth-child(2) h5{
    font-size:18px;
    font-weight:bold;
    color:#fff;
}
footer ul li:nth-child(2) .text{
    font-size:14px;
    color:rgba(255, 255, 255, .5);
    line-height:24px;
    margin-top:25px;
}
footer ul li:nth-child(3) form dl dd{
    width:50%;
    padding:0 5px;
    margin-bottom:10px;
}
footer ul li:nth-child(3) form dl dd:nth-child(3){
    width:100%;
}
footer ul li:nth-child(3) form input,
footer ul li:nth-child(3) form textarea{
    width:100%;
    height:36px;
    background:#414141;
    padding:0 10px;
    border:none;
    outline:none;
    color:#fff;
}
footer ul li:nth-child(3) form textarea{
    height:60px;
    padding:10px;
    resize:none;
}
footer ul li:nth-child(3) form button{
    width:100%;
    height:36px;
    background:#fff;
    color:#000;
    border:none;
    outline:none;
    transition:all .3s;
}
footer ul li:nth-child(3) form button:hover{
    background:#d88941;
    color:#fff;
}
footer ul li:nth-child(4) .top{
    width:34px;
    height:34px;
    background:url(../images/icon9.png) no-repeat center center/contain;
    margin:50px auto 15px;
    cursor: pointer;
}
footer ul li:nth-child(4) .top:hover{
    background:url(../images/icon9-2.png) no-repeat center center/contain;
}
footer ul li:nth-child(4) dl dd{
    position: relative;
    margin-left:8px;
}
footer ul li:nth-child(4) dl dd:first-child{
    margin-left:0;
}
footer .bottom{
    text-align:center;
    color:rgba(255, 255, 255, .5);
    padding:30px 0;
    border-top:1px solid rgba(255, 255, 255, .2);
    line-height:22px;
}
footer .bottom a{
    color:rgba(255, 255, 255, .5) !important;
    transition:all .3s
}
footer .bottom a:hover{
    color:#d88941 !important;
}

.banner2{
    position:relative;
}
.banner2 .title{
    position: absolute;
    top:38%;
    right:25%;
    text-align:right;
}
.banner2 .title h5{
    font-size:70px;
    color:#fff;
    font-family:"Impact";
}
.banner2 .title p{
    font-size:24px;
    color:#fff;
    margin-top:15px;
}

.neiye{
    padding-bottom:50px;
    overflow: hidden;
}
.cp-ny{
    padding:0 7px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.news1{
    display:block;
    margin:0 8px 16px;
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 .text-box{
    padding:10px 10px 0;
}
.news1 h5{
    font-size:16px;
    color :#000;
    line-height:25px;
}
.news1 .text{
    color:#999;
    line-height:18px;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    color:#c97a35;
}

.neiye-2{
    padding:190px 0 50px;
    overflow: hidden;
}
.cp-info .title{
    font-size:30px;
    font-weight:bold;
    color:#565656;
    text-align:center;
    margin-bottom:40px;
}

.photo_album{
    overflow: hidden;
}
.photo_album .gallery-top{
    border:1px solid #f4f4f4;
}
.photo_album .gallery-top .swiper-slide {
    cursor: move;
    position: relative;
}
.photo_album .gallery-top .swiper-slide .text-box{
    position: absolute;
    width:100%;
    background:rgba(0, 0, 0, .8);
    padding:30px;
    bottom:0;
    left:0;
}
.photo_album .gallery-top .swiper-slide .text-box .text{
    line-height:24px;
    max-height:96px;
    overflow:auto;
    color:rgba(255, 255, 255, .5);
}
.photo_album .thumbnail {
    margin: 10px 0 0 0;
    position: relative;
    border: none;
    padding: 0 40px;
}
.photo_album .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.photo_album .swiper-button-prev,
.photo_album .swiper-button-next {
    background: none;
    color: #565656;
    font-size: 30px;
    opacity: 1;
    width: 30px;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: none;
    outline:none;
}
.photo_album .swiper-button-next {
    left: auto;
    right: 0;
}
.page_turning{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin-top:80px;
}
.page_turning ul li{
    width:50%;
    padding:20px 0;
}
.page_turning ul li:nth-child(1){
    padding-right:100px;
    border-right:1px solid #e5e5e5;
}
.page_turning ul li:nth-child(2){
    padding-left:100px;
}
.page_turning ul li a{
    display:block;
    position: relative;
}
.page_turning ul li a .con{
    width:161px;
}
.page_turning ul li a .con .imgbox{
    width:100%;
    overflow: hidden;
}
.page_turning ul li a .img{
    width:100%;
    height:103px;
}
.page_turning ul li a h5{
    color:#000;
    line-height:25px;
    margin-top:5px;
    text-align:center;
}
.page_turning ul li a h4{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    color:#000;
}
.page_turning ul li:nth-child(1) a{
    padding-left:130px;
}
.page_turning ul li:nth-child(1) a h4{
    left:0;
}
.page_turning ul li:nth-child(2) a{
    padding-right:130px;
}
.page_turning ul li:nth-child(2) a h4{
    right:0;
}
.page_turning ul li a:hover h4,
.page_turning ul li a:hover h5{
    color:#c97a35;
}
.page_turning ul li a:hover .img{
    transform:scale(1.1);
}

.gywm-ny-1{
    padding:50px 0;
}
.gywm-ny-1 .con1{
    width:350px;
}
.gywm-ny-1 .con1 img{
    max-width:100%;
    display:block;
    margin:0 auto;
}
.gywm-ny-1 .con1 .text-box{
    margin-top:130px;
    text-align:center;
}
.gywm-ny-1 .con1 .text-box h5{
    font-size:30px;
    font-weight:bold;
    color:#bf0a1a;
}
.gywm-ny-1 .con1 .text-box p{
    font-size:18px;
    font-weight:bold;
    color:#bf0a1a;
    font-family:"Arial";
    margin-top:5px;
}
.gywm-ny-1 .con2{
    margin-left:380px;
}
.gywm-ny-1 .con2 h5{
    font-size:30px;
    font-weight:bold;
    color:#565656;
    margin-bottom:20px;
}
.gywm-ny-1 .con2 .text{
    color:#565656;
    line-height:30px;
}

.gywm-ny-2{
    padding:100px 0;
    background:#f4f4f4;
    overflow: hidden;
}
.gywm-ny-2 .title{
    font-size:30px;
    font-weight:bold;
    color:#565656;
    text-align:center;
    margin-bottom:60px;
}
.gywm-ny-2 ul li{
    width:16.66%;
}
.gywm-ny-2 ul li a{
    display:block;
    overflow: hidden;
    border:1px solid #e5e5e5;
    margin:-1px 0 0 -1px;
    background:#fff;
}
.gywm-ny-2 ul li a:hover .img{
    transform:scale(1.1);
}

.gywm-ny-3{
    overflow: hidden;
}
.gywm-ny-3 .title{
    font-size:30px;
    font-weight:bold;
    color:#565656;
    text-align:center;
    margin:100px 0 50px;
}
.gywm-ny-3 img{
    display:block;
    max-width:100%;
    margin:0 auto;
}

.lxwm-ny .title{
    font-size:30px;
    font-weight:bold;
    color:#565656;
    text-align:center;
    margin-bottom:40px;
}
.lxwm-map{
    position: relative;
    overflow: hidden;
}
.lxwm-map #map{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.lxwm-ny ul{
    margin-top:50px;
}
.lxwm-ny ul li{
    width:50%;
    padding:20px 0;
}
.lxwm-ny ul li:nth-child(1){
    border-right:1px solid #ccc;
    padding-right:70px;
}
.lxwm-ny ul li .weixin img{
    width:150px;
    height:150px;
}
.lxwm-ny ul li .weixin p{
    margin-top:10px;
    text-align:center;
}
.lxwm-ny ul li:nth-child(2){
    padding-left:70px;
}
.lxwm-ny ul li:nth-child(2) h5{
    font-size:24px;
    font-weight:bold;
}
.lxwm-ny ul li:nth-child(2) .text{
    font-size:16px;
    line-height:30px;
    margin-top:20px;
}






/*详情页*/
.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: #f58812;
    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: #754108;
    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 #f58812;
    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 #f58812;
    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 #f58812;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f58812;
    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 #f58812;
    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: #d88941;
    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 (max-width:1440px){
    .logo-box .logo{
        left:30px;
        width:120px;
    }
    .logo-box .right{
        right:30px;
        width:100px;
    }
    nav ul li a{
        padding:0 10px;
    }
    .main2 .list{
        padding:120px 30px 0;
    }
}
@media (max-width:1230px){
    .main2 .list{
        padding:120px 15px 0;
    }
    .main4-con .con::before{
        display:none;
    }
    .main4-con .con{
        margin-left:230px;
    }
}
@media (max-width:1199px){
    .logo-box .logo{
        left:15px;
    }
    .logo-box .right{
        right:15px;
    }
    nav{
        padding:0 150px;
    }
    nav ul li{
        width:11.11%;
    }
    nav ul li a{
        padding:0;
    }
    footer ul li:nth-child(2){
        width: 260px;
    }
    footer ul li:nth-child(3){
        width: calc(100% - 540px);
    }
}
@media (max-width:991px){
    header .sjdnav {
        display: none;
        width: 180px;
        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: #d88941 ;
    }
    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: #d88941;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #d88941;
    }
    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{
        position: initial;
        padding-left:15px;
        height:auto;
    }
    .logo-box .logo{
        position: initial;
        border:none;
        width:auto;
        height:100px;
        line-height:100px;
    }
    .logo-box .logo img{
        max-height:80%;
    }
    .logo-box.active{
        height:auto;
    }
    .logo-box.active .logo,
    .logo-box.active .right{
        height:100px;
    }
    .logo-box.active .logo{
        line-height:100px;
    }
    .logo-box.active .logo img{
        max-height:80%;
    }
    .main1 .main1-con{
        margin:50px 0;
    }
    .main2 .list{
        padding:50px 15px 0;
        height:520px;
    }
    .main3-2 .nav1{
        margin-top:50px;
    }
    .main3{
        padding-bottom:50px;
    }
    .main4{
        padding:50px 0;
    }
    .title1{
        float:none !important;
        text-align:center;
        margin-bottom:30px;
    }
    .title1 p::before{
        left:50%;
        transform:translateX(-50%);
    }
    .title1 .text{
        margin-top:15px;
    }
    .title1 a{
        margin:20px auto 0;
    }
    .main4-con .con{
        margin:0;
    }
    .main5{
        padding:50px 0;
    }
    .main5-con .list-left,
    .main5-con .list-right{
        width:100%;
        position: initial;
        padding:0;
        display:block;
    }
    footer ul{
        padding:30px 0;
    }
    footer ul li{
        width:100% !important;
        text-align:center;
    }
    footer ul li:nth-child(1) .weixin{
        float:none !important;
    }
    footer ul li:nth-child(2) .text-box{
        text-align:center;
        margin:20px 0;
    }
    footer ul li:nth-child(3) form dl dd{
        width:100%;
    }
    footer ul li:nth-child(4)>div{
        float:none !important;
    }
    footer ul li:nth-child(4) dl{
        display:none;
    }
    footer ul li:nth-child(4) .top{
        margin:20px auto 0;
    }
    footer ul li:nth-child(2) .text{
        margin-top:15px;
    }
    .nav2-con{
        padding:30px 0 20px;
    }
    .nav2-con .form-box{
        position:initial;
        margin:0 auto 20px;
        padding:0;
        border:none;
    }
    .title2{
        margin:30px 0;
        text-align:center;
        padding-bottom:20px;
    }
    .title2 .swiper-container{
        max-width:initial;
        width:100%;
        margin-top:30px;
        position: initial;
    }
    .neiye-2{
        padding:50px 0;
    }
    .page_turning ul li:nth-child(1){
        padding-right:30px;
    }
    .page_turning ul li:nth-child(2){
        padding-left:30px;
    }
    .page_turning{
        margin-top:50px;
    }
    .banner2 .title h5{
        font-size:40px;
    }
    .gywm-ny-1 .con1{
        width:100%;
        float:none !important;
    }
    .gywm-ny-1 .con1 .text-box{
        margin:30px 0 0 0;
    }
    .gywm-ny-1 .con2{
        margin:30px 0 0 0;
    }
    .gywm-ny-2{
        padding:50px 0;
    }
    .gywm-ny-2 .title{
        margin-bottom:50px;
    }
    .gywm-ny-2 ul li{
        width:25%;
    }
    .gywm-ny-3 .title{
        margin:50px 0;
    }
    .lxwm-ny ul li{
        width:100%;
        text-align:center;
        padding:0 !important;
        border:none !important;
    }
    .lxwm-ny ul li .weixin{
        float:none !important;
    }
    .lxwm-ny ul li:nth-child(2){
        margin-top:30px;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .banner .swiper-pagination{
        bottom:3px;
    }
    .banner .swiper-pagination-bullet{
        width:7px;
        height:7px;
        margin:0 3px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .logo-box.active .logo{
        height:80px;
        line-height:80px;
    }
    .main1 .main1-con{
        margin:30px 0;
    }
    .main1 ul li a{
        padding:15px 5px;
    }
    .main1 ul li a .imgbox{
        height:40px;
    }
    .main1 ul li a h5{
        font-size:16px;
    }
    .main1 .main1-con::before, 
    .main1 .main1-con::after{
        display:none;
    }
    .main3-1{
        margin-top:30px;
    }
    .main2 .list{
        width:100%;
        height:auto;
        padding:30px 15px;
    }
    .main2 .left p{
        font-size:18px;
        line-height:22px;
    }
    .main2 .left h5{
        font-size:20px;
        padding:15px 0 20px;
    }
    .main2 .right .text-box{
        line-height:25px;
        max-height:150px;
    }
    .main3{
        padding-bottom:30px;
    }
    .main3-1{
        padding:10px;
    }
    .main3-2 .nav1{
        margin:30px 0;
    }
    .main3-2 .nav1 a{
        line-height:40px;
        padding:0 10px;
    }
    .main3-2 .list-box .list .swiper-pagination{
        padding-right:10px;
        bottom:60px;
    }
    .main3-2 .list-box .list a .text-box{
        margin-top:10px;
    }
    .main3-2 .list-box .list a .text-box h5{
        font-size:16px;
    }
    .main3-2 .list-box .list a .text-box p{
        font-size:12px;
        margin-top:0;
    }
    .main3-2 .list-box .list .but-box{
        display:none;
    }
    .main4{
        padding:30px 0;
    }
    .main4-con .con .but-box{
        display:none;
    }
    .main4-con .con{
        padding:0;
    }
    .title1 p{
        font-size:16px;
        padding-bottom:10px;
    }
    .title1 h5{
        margin-top:10px;
    }
    .title1 .text{
        line-height:20px;
    }
    .main5{
        padding:30px 0;
    }
    .nav2-con{
        padding:30px 0 20px;
    }
    .nav2-con .form-box{
       width:100%;
    }
    .nav2-con ul li a{
        padding:0 10px;
    }
    .title2{
        margin-bottom:20px;
    }
    .title2 h5{
        font-size:20px;
    }
    .neiye{
        padding-bottom:30px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .news1{
        margin:0 5px 10px;
    }
    .news1 .text-box{
        padding:5px 0;
    }
    .neiye-2{
        padding:30px 0;
    }
    .cp-info .title{
        font-size:20px;
        margin-bottom:20px;
    }
    .photo_album .gallery-top .swiper-slide .text-box{
        padding:5px;
    }
    .photo_album .gallery-top .swiper-slide .text-box .text{
        max-height:48px;
    }
    .page_turning{
        margin-top:30px;
    }
    .page_turning ul li{
        width:100%;
        padding:10px 0 !important;
        border:none !important;
    }
    .page_turning ul li a .con{
        width:120px;
    }
    .page_turning ul li a .img{
        height:80px;
    }
    .page_turning ul li a h4{
        width:100px;
        font-size:16px;
        right:auto !important;
        left:150px !important;
    }
    .page_turning ul li a{
        float: none !important;
    }
    .page_turning ul li a{
        padding:0 !important;
    }
    .banner2 .title{
        top:50%;
        right:10%;
        transform:translateY(-50%);
    }
    .banner2 .title h5{
        font-size:30px;
    }
    .banner2 .title p{
        font-size:20px;
        margin-top:5px;
    }
    .gywm-ny-1{
        padding:30px 0;
    }
    .gywm-ny-1 .con1 .text-box h5{
        font-size:20px;
    }
    .gywm-ny-1 .con1 .text-box p{
        font-size:13px;
    }
    .gywm-ny-1 .con2 h5{
        font-size:18px;
    }
    .gywm-ny-1 .con2 .text{
        line-height:25px;
    }
    .gywm-ny-2{
        padding:30px 0;
    }
    .gywm-ny-2 .title{
        margin-bottom:30px;
        font-size:20px;
    }
    .gywm-ny-2 ul li{
        width:33.33%;
    }
    .gywm-ny-3 .title{
        margin:30px 0;
        font-size:20px;
    }
    .lxwm-ny .title{
        margin-bottom:30px;
        font-size:20px;
    }
    .lxwm-ny ul{
        margin-top:30px;
    }
    .lxwm-ny ul li:nth-child(2) h5{
        font-size:18px;
    }
    .lxwm-ny ul li:nth-child(2) .text{
        font-size:14px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo,
    .logo-box.active .logo{
        height:60px;
        line-height:60px;
    }
    .main1 ul li{
       width:50%;
       border:none !important;
       border-bottom:1px solid #ccc !important;
    }
    .main1 ul li:nth-child(odd){
        border-right:1px solid #ccc !important;
    }
    .main1 ul li:nth-last-child(1),
    .main1 ul li:nth-last-child(2){
        border-bottom:none !important;
    }
    .main1 ul li a h5{
        font-size:14px;
    }
    .main1 ul li a p{
        margin-top:0;
    }
    .main5-con .list-left ul li{
        width: 100%;
    }
    .gywm-ny-2 ul li{
        width:50%;
    }
    .lxwm-map{
        height:260px;
    }
}