/*全局样式*/
@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 .video{
    position:relative;
    overflow:hidden;
}
header .video video{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.logo-box{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:1000;
}
.logo-box .logo{
    height:100px;
    line-height:100px;
}
.logo-box .logo img{
    max-height:73%;
}


/*PC端导航*/
nav{
    width:50%;
    margin-top:30px;
}
/*一级导航*/
nav ul li {
    float: left;
    width:20%;
    text-align: center;
    position: relative;
    line-height:40px;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
nav ul li a:hover,
nav ul li a.active {
   background:#cb1c19;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background:#fff;
}
nav ul li ul li a {
    font-size: 14px;
    padding:0 5px;
    color:#000 !important;
}
nav ul li ul li a:hover{
    color:#fff !important;
}
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:#ffc001;
    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:#ffc001;
}

/* 公司简介 */
.gsjj{
    padding:50px 0;
}
.gsjj .con1{
    padding-left:350px;
    position: relative;
}
.gsjj .con1-1{
    background:#f8cc2f;
    padding:30px 30px 30px 220px;
    position: relative;
}
.gsjj .con1-1 .title{
    font-size:50px;
    font-weight:bold;
    color:#fff;
    line-height:60px;
    position: absolute;
    top:70px;
    left:90px;
    z-index:1;
    padding:20px 40px;
    background: rgb(199,105,31);
    background: -moz-linear-gradient(-45deg,  rgba(199,105,31,1) 0%, rgba(244,194,45,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(199,105,31,1) 0%,rgba(244,194,45,1) 100%);
    background: linear-gradient(135deg,  rgba(199,105,31,1) 0%,rgba(244,194,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7691f', endColorstr='#f4c22d',GradientType=1 );
}
.gsjj .con1-1 .text-box{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:40px;
    background:#fbcf2e;
    padding:30px 30px 30px 70px;
    position: relative;
    background: rgb(199,105,31);
    background: -moz-linear-gradient(-45deg,  rgba(199,105,31,1) 0%, rgba(244,194,45,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(199,105,31,1) 0%,rgba(244,194,45,1) 100%);
    background: linear-gradient(135deg,  rgba(199,105,31,1) 0%,rgba(244,194,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7691f', endColorstr='#f4c22d',GradientType=1 );
}
.gsjj .con1-1 .text-box .text{
    height:400px;
    overflow:auto;
}
.gsjj .con1-1 .text2{
    font-size:50px;
    font-weight:bold;
    color:rgba(255, 255, 255, .5);
    position:absolute;
}
.gsjj .con1-1 .text2-1{
    top:0;
    left:10px;
}
.gsjj .con1-1 .text2-2{
    bottom:0;
    right:50px;
}
.gsjj .con1-2{
    position: absolute;
    left:0;
    bottom:60px;
}
.gsjj .con1-2 .text{
    font-size:50px;
    font-weight:bold;
    color:#d71f1c;
}
.gsjj .con1-2 p{
    background:#d71f1c;
    color:#fff;
    font-size:30px;
    display:inline-block;
    padding:5px 10px;
    margin-top:40px;
}
.gsjj .con2{
    position: relative;
    padding:50px 100px 0 0;
    margin-top:50px;
}
.gsjj .con2::before{
    content:"";
    width:50px;
    height:7px;
    background:#d71f1c;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.gsjj .con2 .text{
    font-size:16px;
    line-height:30px;
}

a.more1{
    display:block;
    width:50px;
    height:100px;
    background:#282828;
    position:absolute;
    bottom:0;
    right:0;
    text-align:center;
}
a.more1 span{
    color:#fff;
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:50px;
    font-size:30px;
    transition:all .3s;
    background:#d71f1c;
    display:flex;
    align-items:center;
    justify-content:center;
}
a.more1:hover span{
    height:100%;
}

a.more2{
    display:block;
    width:150px;
    line-height:40px;
    border:1px solid #fff;
    color:#d71f1c;
    text-align:center;
    border-radius:50px;
    margin:40px auto 50px;
    font-size:16px;
}
a.more2:hover{
    background:#d71f1c;
    border-color:#d71f1c;
    color:#fff;
}
a.more2-2{
    border-color:#434343;
}

.title1{
    margin:50px 0 30px;
    text-align:center;
}
.title1 .con{
    display:inline-block;
    position: relative;
}
.title1 .con::before,
.title1 .con::after{
    content:"";
    width:80px;
    height:1px;
    background:#434343;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:20px;
}
.title1 .con::after{
    margin:0 0 0 20px;
    right:auto;
    left:100%;
}
.title1 h5,
.title1 p{
    font-size:24px;
    font-weight:bold;
    color:#d71f1c;
}
.title1 p{
    color:#fff;
    margin-top:10px;
}
.title1-2 p{
    color:#434343;
}

/* 我们的服务 */
.wmdfw{
    background:url(../images/bg1.jpg) center center/cover;
    background-attachment:fixed;
}
.news1{
    display:block;
}
.news1 .imgbox{
    overflow: hidden;
}
.news1 h5{
    line-height:20px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    color:#d71f1c;
}

/* 新闻资讯 */
ul.news2{
    margin:0 -10px;
}
ul.news2 li{
    width:50%;
    padding:0 10px;
}
ul.news2 li a{
    display:block;
    font-size:16px;
    line-height:40px;
    border-bottom:1px dashed #ccc;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right:100px;
    color:#000;
    transition:all .3s;
}
ul.news2 li a p{
    position:absolute;
    top:0;
    right:0;
    color:#999;
    transition:all .3s;
}
ul.news2 li a:hover,
ul.news2 li a:hover p{
    color:#d71f1c;
}

/* 作品展示 */
.zpzs{
    background:#282828;
}
.zpzs ul{
    margin:0 -10px;
}
.zpzs ul li{
    width:33.33%;
}
.zpzs ul li a{
    display:block;
    overflow: hidden;
    margin:0 10px 20px;
}
.zpzs ul li a:hover .img{
    transform:scale(1.1);
}
.zpzs a.more2{
    margin-top:20px;
}

/* 联系我们 */
.lxwm{
    padding-bottom:50px;
}
.lxwm h4{
    text-align:center;
    margin-bottom:50px;
}
.lxwm h4 span{
    display:inline-block;
    background:#5594cd;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    padding:10px 100px;
    border-radius:5px;
}
.lxwm-con{
    position: relative;
    padding:0 100px;
}
.lxwm-con .con1 h5{
    font-size:18px;
    font-weight:bold;
    color:#282828;
    margin-bottom:10px;
}
.lxwm-con .con1 .text{
    line-height:30px;
    font-size:16px;
}
.lxwm-con .weixin{
    text-align:center;
}
.lxwm-con .weixin img{
    width:170px;
    height:170px;
    border:5px solid #ccc;
}
.lxwm-con .weixin p{
    margin-top:10px;
    font-size:16px;
}

/* footer */
footer{
    background:#282828;
    text-align:center;
    color:#fff;
}
footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#d71f1c !important;
}
footer .bottom{
    padding:30px 0;
    line-height:22px;
}

/*内页*/
.neiye {
    padding: 40px 0;
}
.neiye.neiye-2{
    padding-top:0;
}
.ny_nav .title {
    height: 70px;
    line-height: 70px;
    background: #4d4d4d;
    font-size:25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}
.ny_nav .title .span1.active {
    transform: rotate(180deg);
}
.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.ny_nav ul a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding:0 15px;
}
.ny_nav ul li a{
    background-color:#f29418;
    color:#fff !important;
}
.ny_nav ul li a:hover {
    color: #f29418;
}
.ny_nav ul li a.active {
    background-color: #f29418;
    color: #fff;
}
.ny_nav dl {
    display: none;
    border:1px solid #ccc;
    border-top:none;
}
.ny_nav dl.active {
    display: block;
}
.ny_nav dl dd a {
    line-height: 40px;
    color: #353535;
    font-size: 14px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
}
.ny_nav dl dd:last-child a {
    border: none;
}
.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
    color: #f29418;
}
.neiye .lxfs {
    margin-top: 35px;
}
.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}
.neiye .lxfs .imgbox img {
    width: 100%;
}
.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}
.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding-right: 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #4d4d4d;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}

.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a {
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #622396;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1{
    margin:0 10px 20px;
}

.title3{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:30px;
    font-size:16px;
    color:#000;
}
.title3 img{
    position: relative;
    top:-2px;
}
.title3 a{
    color:#000;
    transition:all .3s;
}
.title3 a:hover,
.title3 span{
    color:#d71f1c;
}

.jj-ny h5{
    font-size:18px;
    font-weight:bold;
    padding-bottom:15px;
    position: relative;
    margin-bottom:20px;
}
.jj-ny h5::before{
    content:"";
    width:50px;
    height:2px;
    background:#d71f1c;
    position:absolute;
    bottom:0;
    left:0;
}
.jj-ny .text{
    font-size:16px;
    line-height:30px;
    color:#666;
}

.news3{
    display:block; 
    margin:0 10px 20px;
 }
.news3 .imgbox{
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px;
    transition:all .3s;
}
.news3 .imgbox2{
    overflow: hidden;
    border-radius:5px;
}
.news3 h5{
    line-height:20px;
    font-size:16px;
    text-align:center;
    color:#000;
    margin-top:5px;
}
.news3:hover .imgbox{
    border-color:#d71f1c;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#d71f1c;
}

.nav1{
    font-size:0;
    margin-bottom:20px;
}
.nav1 a{
    display:inline-block;
    width:120px;
    line-height:40px;
    font-size:16px;
    border:1px solid #ccc;
    text-align:center;
    color:#000;
    margin:0 20px 10px 0;
    transition:all .3s;
}
.nav1 a:hover{
    color:#d71f1c;
    border-color:#d71f1c;
}
.nav1 a.active{
    background:#d71f1c;
    border-color:#d71f1c;
    color:#fff;
}

.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 180px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 6px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 48px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #d71f1c;
    box-shadow:3px 3px 10px rgba(215, 31, 28, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #d71f1c;
}
.news5:hover b {
    background: #d71f1c;
    border-color: #d71f1c;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 100px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 25px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #999;
    padding:20px 0;
}
.xqy .title p span{
    margin-left:10px;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}
.xqy .con video{
    width:100%;
}
.xqy .con h5{
    font-size:20px;
    font-weight:bold;
    text-align:center;
    margin:30px 0 20px;
}

/* 产品详情页 */
.cp-info .xqy{
    margin-top:30px;
}
.cp-info .con1 h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}
.cp-info .con1 .text{
    font-size:16px;
    line-height:30px;
    max-height:270px;
    overflow: auto;
}
.photo_album .gallery-top{
    border:1px solid #ccc;
}
.photo_album .gallery-top .swiper-slide a {
    display:block;
}
.photo_album .thumbnail {
    margin-top: 10px;
    position: relative;
    border: none;
    padding: 0 30px;
}
.photo_album .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border:1px solid #ccc;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.photo_album .swiper-button-prev,
.photo_album .swiper-button-next {
    background: none;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    width: 25px;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: #4d4d4d;
    justify-content:center;
}
.photo_album .swiper-button-next {
    left: auto;
    right: 0;
}

.main1 .weixin{
    text-align:center;
    margin-bottom:30px;
}
.main1 .weixin img{
    width:140px;
    height:140px;
    border:5px solid #ccc;
}
.main1 .weixin p{
    font-size:14px;
    margin-top:10px;
}

.main1 .con2 .title{
    text-align:center;
    overflow: hidden;
    margin-bottom:20px;
}
.main1 .con2 .title span{
    display:inline-block;
    font-size:16px;
    color:#999;
    position: relative;
    font-weight:normal;
}
.main1 .con2 .title span::before,
.main1 .con2 .title span::after{
    content:"";
    width:100%;
    height:1px;
    background-color:#999;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.main1 .con2 .title span::after{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.main1 .con2 a{
    display:block;
    overflow: hidden;
    position:relative;
    margin-bottom:10px;
    border:1px solid #ccc;
}
.main1 .con2 a h5{
    background-color:rgba(0, 0, 0, .5);
    text-align:center;
    font-size:14px;
    width:100%;
    line-height:35px;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    font-weight:normal;
}
.main1 .con2 a:hover .img{
    transform:scale(1.1);
}
.nav3{
    margin-top:20px;
}
.nav3 li{
    margin-bottom:5px;
}
.nav3 li a{
    color:#000;
    line-height:25px;
    transition:all .3s;
}
.nav3 li a:hover{
    color:#f29418;
}


/*微信弹窗*/
.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: #d71f1c;
    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: #4a0504;
    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 #d71f1c;
    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 #d71f1c;
    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 #d71f1c;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d71f1c;
    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 #d71f1c;
    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: #d71f1c;
    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;
}

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

/*媒体查询开始*/
@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: #d71f1c;
    }
    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: #d71f1c;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #d71f1c;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye{
        padding: 20px 0;
    }
    .ny_nav {
        margin-bottom:20px;
        text-align:center;
    }
    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }
    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        background: none;
        margin-top: 1px;
        border: 1px solid #eee;
    }
    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }
    .ny_nav dl{
        border:none;
    }
    .ny_nav dl.active {
        display: none;
    }
    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .ny_nav ul li a{
        background-color:#fff;
        color:#000 !important;
    }
    .ny_nav ul li a.active{
        background:#f29418;
        color:#fff !important;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .cp-info .con1 .text{
        max-height:initial;
    }
    .logo-box{
        position:initial;
    }
    .gsjj .con1{
        padding-left:0;
    }
    .gsjj .con1-1 .text-box .text{
        height:auto;
        max-height:400px;
    }
    .lxwm-con{
        padding:0 70px 0 0;
    }
}

@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;
    }
    #myCarousel .carousel-indicators {
        bottom: 2px;
    }
    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .cp-info .con1 h5{
        font-size:16px;
        margin-bottom:10px;
    }
    .cp-info .con1 .text{
        font-size:14px;
        line-height:25px;
    }
    .nav3 li{
        margin-bottom:5px;
    }
    .nav3 li a{
        font-size:14px;
    }
    .xqy .title h5{
        font-size:18px;
        line-height:25px;
    }
    .xqy .title p{
        text-align:left;
    }
    .xqy .title p span{
        display:block;
        margin:0;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .cp-ny .news1{
        margin:0 5px 10px;
    }
    header .video video{
        position:initial;
    }
    .gsjj{
        padding:30px 0;
    }
    .gsjj .con1-1 .title{
        position:initial;
    }
    .gsjj .con1-1{
        padding:50px 15px;
    }
    .gsjj .con1-1 .text-box{
        padding:15px;
    }
    .gsjj .con1-1 .text-box .text{
        font-size:16px;
        line-height:30px;
        height:auto;
        max-height:300px;
    }
    .gsjj .con1-1 .text2{
        font-size:30px;
    }
    .gsjj .con1-1 .text2-1{
        left:15px;
    }
    .gsjj .con1-1 .text2{
        right:15px;
    }
    .gsjj .con1-1 .title{
        width:100px;
        margin-bottom:20px;
        font-size:20px;
        line-height:30px;
        padding:10px 0;
        text-align:center;
    }
    .gsjj .con2{
        padding:30px 70px 0 0;
        margin-top:30px;
    }
    .gsjj .con2 .text{
        font-size:14px;
        line-height:25px;
    }
    a.more2{
        width:120px;
        line-height:35px;
        margin:30px auto;
        font-size:14px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    ul.news2 li{
        width:100%;
    }
    ul.news2 li a{
        font-size:14px;
    }
    .zpzs ul{
        margin:0 -5px;
    }
    .zpzs ul li a{
        margin:0 5px 10px;
    }
    .lxwm{
        padding-bottom:30px;
    }
    .lxwm h4{
        margin-bottom:30px;
    }
    .lxwm h4 span{
        padding:10px;
        font-size:16px;
    }
    .lxwm-con{
        text-align:center;
        padding:0;
    }
    .lxwm-con .con1 h5{
        font-size:16px;
    }
    .lxwm-con .weixin{
        margin-top:20px;
    }
    .lxwm-con .con1 .text,
    .lxwm-con .weixin p{
        font-size:14px;
        line-height:25px;
    }
    .title3{
        font-size:14px;
        margin-bottom:20px;
    }
    .title3 img{
        height:15px;
    }
    .jj-ny .text{
        font-size:14px;
    }
    .news3{
        margin:0 5px 10px;
    }
    .nav1{
        text-align:center;
    }
    .nav1 a{
        width:120px;
        line-height:35px;
        margin:0 5px 10px;
    } 
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .xqy .con h5{
        font-size:18px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .zpzs ul li{
        width:50%;
    }
    .lxwm-con .weixin img{
        width:140px;
        height:140px;
    }
}