/*å…¨å±€æ ·å¼*/
@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:1310px !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{padding: 11px 0 0 0}

/*bannerè½®æ’­*/

.banner{width: 100%;}
.banner img{width: 100%;display: block;}

.banner .swiper-pagination-bullet{width:12px; height:12px; background: #fff; opacity: 1; margin:0 6px !important; transform: translateY(-10px);}
.banner .swiper-pagination-bullet-active{background: #cf1b1b;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 50px; height: 50px;  background: #fff; border-radius: 50%; font-family: "微软雅黑"; text-align: center; line-height: 50px; color: #666; font-size: 25px;}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after{display: none;}
.banner .swiper-button-prev:hover{color: #000;}
.banner .swiper-button-next:hover{color: #000;}



.video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: -100%;
    left: 0;
    z-index: 8000;
    display: flex;
    justify-content: cener;
    align-items: center;
    transition: all .3s;
}
.video_popup.active {
    top: 0;
}
.video_popup .con_box {
    width: 1200px;
    height:80%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: relative;
}
.video_popup .con_box video {
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}
.video_popup .con_box video.active {
    display: block;
}
.video_popup .con_box i.colse {
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    position: absolute;
    top: -45px;
    right: -45px;
    cursor: pointer;
    transition: all .3s;
}
.video_popup .con_box i.colse:hover {
    color: #fe738a;
    transform: rotate(315deg);
}

.title1{
    margin:80px 0 40px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:31px;
    color:#12141c;
    display:inline-block;
    position: relative;
    line-height:1;
}
.title1 h5::before,
.title1 h5::after{
    content:"";
    width:130px;
    height:2px;
    background:#cf1b1b;
    position: absolute;
    top:50%;
    right:100%;
    margin:-1px 20px 0 0;
}
.title1 h5::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 20px;
}
.title1 p{
    font-size:12px;
    color:#333;
    padding-right:25px;
    position: relative;
    margin-top:10px;
    display:inline-block;
    line-height:1;
}
.title1 p::before{
    content:"";
    width:5px;
    height:5px;
    background:#0f131a;
    position: absolute;
    bottom:0;
    right:0;
}

.nav3{
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:7px 0;
    display:flex;
    justify-content:center;
    margin-bottom:50px;
}
.nav3 .swiper-container{
    max-width:100%;
}
.nav3 .swiper-slide{
    width:auto;
}
.nav3 .swiper-slide a{
    display:block;
    line-height:36px;
    position:relative;
    padding:0 30px;
    color:#000;
    transition:all .3s;
}
.nav3 .swiper-slide a::before{
    content:"";
    width:2px;
    height:14px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.nav3 .swiper-slide:first-child a::before{
    display:none;
}
.nav3 .swiper-slide:hover a,
.nav3 .swiper-slide.active a{
    background:#cf1b1b;
    color:#fff;
}
.nav3 .swiper-slide:hover a::before,
.nav3 .swiper-slide:hover + .swiper-slide a::before,
.nav3 .swiper-slide.active a::before,
.nav3 .swiper-slide.active + .swiper-slide a::before{
    opacity:0;
}

.cpzx{
    padding-bottom:70px;
}
.cpzx-con .swiper-container{
    padding:0 10px 10px 10px;
    margin:0 -10px;
}
.news1{
    display:block;
    border:1px solid #e5e5e5;
    padding:8px 8px 0;
    box-shadow:3px 3px 5px rgba(0, 0, 0, .1);
}
.news1 .text-box{
    height:79px;
    position: relative;
}
.news1 .text-box p{
    width:86px;
    line-height:30px;
    border:1px solid #e3e3e3;
    border-radius:30px;
    font-size:12px;
    color:#fff;
    position: absolute;
    top:45%;
    right:20px;
    transform:translateY(-50%);
    text-align:center;
}
.news1 .text-box h5{
    line-height:69px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    padding:0 110px 0 20px;
	background-color:#6093c8;
}
.news1:hover{
    border-color:#cf1b1b;
    box-shadow:3px 3px 5px rgba(207, 27, 27, .1);
}
.news1:hover .text-box p{
    background:#cf1b1b;
    color:#fff;
    border-color:#cf1b1b;
}
.news1 .imgbox .img{
margin:20px
}
.gywm{
    background:url(../images/bg2.jpg) repeat;
    padding-bottom:80px;
    position:relative;
}
.gywm::before{
    content:"";
    width:32.9%;
    height:100%;
    background:url(../images/bg3.jpg) no-repeat center center/cover;
    position: absolute;
    top:0;
    left:0;
}
.gywm .imgbox{
    display:block;
    background:#fff;
    border:1px solid #e4e4e4;
    padding:34px;
}
.gywm .imgbox2{
    overflow: hidden;
}
.gywm .imgbox .img{
    height:350px;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .text-box h5{
    font-size:28px;
    color:#010101;
    position: relative;
    padding-left:65px;
    margin-top:25px;
}
.gywm .text-box h5::before{
    content:"";
    width:46px;
    height:3px;
    background:#cf1b1b;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.gywm .text-box p{
    font-size:12px;
    color:#353535;
    margin-top:10px;
    font-weight:lighter;
}
.gywm .text-box .text{
    line-height:30px;
    height:210px;
    overflow: hidden;
    margin:30px 0;
}
.gywm .text-box a{
    display:block;
    width:88px;
    line-height:32px;
    border:1px solid #e3e3e3;
    text-align:center;
    font-size:12px;
    background:#fff;
    border-radius:40px;
    color:#000;
    transition:all .3s;
}
.gywm .text-box a:hover{
    background:#cf1b1b;
    border-color:#cf1b1b;
    color:#fff;
}

.xwdt{
    padding-bottom:80px;
    background:#f3f3f3;
}
.news6{
    display:block;
    border:1px solid #e9e9e9;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .1);
    padding:30px;
}
.news6 .text-box{
    position:relative;
}
.news6 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    padding-right:90px;
}
.news6 .text-box p{
    font-size:13px;
    line-height:30px;
    position:absolute;
    top:0;
    right:0;
    color:#afafaf;
}
.news6 .text-box .text{
    font-size:13px;
    line-height:22px;
    height:44px;
    overflow: hidden;
    position:relative;
    border-left:3px solid #cf1b1b;
    padding-left:20px;
    margin-top:20px;
    color:#707070;
}
.news6 .imgbox{
    overflow: hidden;
    margin:30px 0;
}
.news6 .imgbox .img{
    height:217px;
}
.news6 .more{
    width:143px;
    height:39px;
    background:#000;
    position:relative;
}
.news6 .more::before,
.news6 .more::after{
    content:"";
    width:2px;
    height:10px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.news6 .more::after{
    width:10px;
    height:2px;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover .more{
    background:#c60003;
}
.news7{
    display:block;
    padding:11px;
    border-top:1px solid #ededed;
}
.news7:last-child{
    border-bottom:1px solid #ededed;
}
.news7 .imgbox {
    width: 185px;
    height: 134px;
    overflow: hidden;
}
.news7 .imgbox .img{
    width:100%;
    height:100%;
}
.news7 .text-box{
    position: relative;
    padding:5px 0 0 205px;
}
.news7 .text-box h5{
    font-size:16px;
    line-height:25px;
    font-weight:bold;
    padding-right:90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news7 .text-box p{
    font-size:13px;
    color:#afafaf;
    line-height:25px;
    position:absolute;
    top:5px;
    right:0;
}
.news7 .text-box .text{
    font-size:13px;
    color:#666;
    line-height:22px;
    height:44px;
    margin:15px 0;
    transition:all .3s;
    overflow: hidden;
}
.news7 .text-box b .img-2{
    display:none;
}
.news7:hover,
.news7:hover + .news7,
.news7:hover{
    border-top-color:#c60003;
}
.news7:hover{
    background:#c60003;
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover .text-box h5,
.news7:hover .text-box .text{
    color:#fff;
}
.news7:hover .text-box p{
    color:rgba(255, 255, 255, .5);
}
.news7:hover b .img-1{
    display:none;
}
.news7:hover b .img-2{
    display:initial;
}


.zxly{
    background:url(../images/bg6.jpg) center center/cover;
    padding:65px 0 137px;
}
.zxly .title{
    font-size:27px;
    color:#fff;
    margin-bottom:30px;
}
.zxly .title span{
    font-size:12px;
    color:rgba(255, 255, 255, .3);
}
.zxly ul{
    margin:0 -2px;
}
.zxly ul li{
    width:16%;
    padding:0 2px;
}
.zxly ul li:last-child{
    width:10%;
}
.zxly ul li:nth-last-child(2){
    width:42%;
}
.zxly form input,
.zxly form button{
    width:100%;
    height:46px;
    background:#fff;
    border:none;
    padding:0 10px;
    outline:none;
}
.zxly form button{
    padding:0;
    font-size:16px;
    font-weight:bold;
    background:#cf1b1b;
    color:#fff;
}

.main1{
    background:url(../images/bg4.jpg) no-repeat center center/cover;
    padding:70px 0;
}
.main1 ul{
    margin:0 -10px;
}
.main1 ul li{
    width:25%;
    padding:0 10px;
}
.main1 ul li a{
    display:block;
    background:#fff;
    padding:30px;
}
.main1 ul li a .img{
    width:70px;
    height:70px;
    background:#cf1b1b;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 10px rgba(207, 27, 27, .15);
}
.main1 ul li a .text-box{
    height:70px;
    margin-left:90px;
    display:flex;
    align-items:center;
}
.main1 ul li a .text-box>div{
    width:100%;
}
.main1 ul li a .text-box h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.main1 ul li a .text-box p{
    font-size:12px;
    line-height:18px;
    margin-top:5px;
    color:#999;
    text-transform:uppercase;
}
.main1 ul li a:hover .img{
    background:#7c0d0d;
}

.news3{
    display:block;
    position:relative;
    overflow: hidden;
}
.news3 .img{
    height:220px;
}
.news3 .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    background:rgba(0, 0, 0, .8);
    display:flex;
    align-items:center;
    text-align:center;
    transition:all .3s;
}
.news3 .mask>div{
    width:100%;
}
.news3 .mask h5{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    line-height:30px;
    padding:0 10px;
}
.news3 .mask p{
    font-size:12px;
    color:#fff;
    font-weight:lighter;
    line-height:14px;
    padding:0 10px;
}
.news3 .mask b{
    display:block;
    width:60%;
    line-height:38px;
    border:2px solid #fff;
    font-size:13px;
    font-weight:normal;
    color:#fff;
    padding-left:16px;
    position:relative;
    text-align:left;
    margin:20px auto 0;
}
.news3 .mask b::before{
    content:"";
    width:9px;
    height:100%;
    background:url(../images/icon4.png) no-repeat center center;
    position:absolute;
    top:0;
    right:16px;
}
.news3 h4{
    width:70%;
    line-height:54px;
    font-size:15px;
    color:#fff;
    text-align:center;
    background:rgba(0, 0, 0, .8);
    position:absolute;
    bottom:0;
    left:0;
    transition:all .3s;
}
.news3 h4::before{
    content:"";
    border-right:20px solid transparent;
    border-bottom:54px solid rgba(0, 0, 0, .8);
    position:absolute;
    left:100%;
    top:0;
}
.news3 h4 span{
    display:block;
}
.news3:hover .mask{
    top:0;
}
.news3:hover h4{
    left:-100%;
}

.yyzx{
    padding-bottom:70px;
}
.yyzx ul{
    margin:0 -5px;
}
.yyzx ul li{
    width:50%;
    padding:0 5px;
}
.yyzx ul li:nth-child(1) a{
    display:block;
    overflow: hidden;
    position: relative;
}
.yyzx ul li:nth-child(1) a .img{
    height:450px;
}
.yyzx ul li:nth-child(1) a:hover .img{
    transform:scale(1.1);
}
.yyzx ul li:nth-child(1) a .text-box{
    background:rgba(188, 0, 0, .8);
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px 140px 20px 20px;
}
.yyzx ul li:nth-child(1) a .text-box h5{
    font-size:15px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
.yyzx ul li:nth-child(1) a .text-box .text{
    font-size:12px;
    color:#fff;
    line-height:18px;
    margin-top:10px;
    height:38px;
    overflow: hidden;
}
.yyzx ul li:nth-child(1) .but-box{
    position:absolute;
    right:34px;
    bottom:29px;
    width:85px;
    height:40px;
    z-index:100;
}
.yyzx ul li:nth-child(1) .but-box .but{
    width:40px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#fff url(../images/icon5.png) no-repeat center center;
    opacity:.6;
}
.yyzx ul li:nth-child(1) .but-box .but-next{
    left:auto;
    right:0;
    transform:rotateY(180deg);
}
.yyzx ul li:nth-child(1) .but-box .but:hover{
    opacity:1;
}
.yyzx ul li:nth-child(2) dl{
    margin:0 -5px;
}
.yyzx ul li:nth-child(2) dl dd{
    width:50%;
    padding:0 5px;
    margin-bottom:10px;
}

.jszc{
    background:url(../images/bg5.jpg) center center/cover;
    padding-bottom:80px;
}
.jszc .title1 h5{
    color:#fff;
}
.jszc .title1 p{
    color:rgba(255, 255, 255, .25);
}
.jszc .title1 p::before{
    background:rgba(255, 255, 255, .25);
}
.jszc-con{
    position: relative;
}
.jszc-con .but{
    width:50px;
    height:50px;
    background:#fff url(../images/jt1.png) no-repeat center center;
    position:absolute;
    top:50%;
    left:-120px;
    margin-top:-25px;
    cursor: pointer;
    transition:all .3s;
}
.jszc-con .but-next{
    left:auto;
    right:-120px;
    transform:rotateY(180deg);
}
.jszc-con .but:hover{
    background:#cf1b1b url(../images/jt1-2.png) no-repeat center center;
}

.news4{
    display:block;
    background:#fff;
    padding:10px 10px 0;
}
.news4 .imgbox{
    overflow: hidden;
}
.news4 .text-box{
    padding:25px 15px;
    text-align:center;
}
.news4 .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    padding-bottom:18px;
    position: relative;
}
.news4 .text-box h5::before{
    content:"";
    width:40px;
    height:4px;
    background:#cf1b1b;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news4 .text-box .text{
    color:#666;
    line-height:22px;
    height:44px;
    overflow:hidden;
    margin:20px 0;
}
.news4 .text-box b{
    display:block;
    width:118px;
    line-height:34px;
    border:1px solid #e7e7e7;
    border-radius:40px;
    font-size:13px;
    font-weight:normal;
    color:#000;
    margin:0 auto;
}
.news4 .text-box b i{
    width:13px;
    height:13px;
    background:url(../images/icon14.png) no-repeat center center/contain;
    display:inline-block;
    margin-left:5px;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .text-box h5{
    color:#cf1b1b;
}
.news4:hover .text-box b{
    background:#cf1b1b;
    color:#fff;
    border-color:#cf1b1b;
}
.news4:hover .text-box b i{
    background-image:url(../images/icon14-2.png);
}


.title3{
    padding:70px 0 25px;
    border-bottom:1px dashed #e2e2e2;
    margin-bottom:25px;
    color:#353535;
}
.title3 .con{
    background:url(../images/icon9.png) no-repeat 0 2px;
    padding-left:25px;font-weight:bold
}
.title3 a{
    color:#353535;
    transition:all .3s;
}
.title3 span,
.title3 a:hover{
    color:#cf1b1b;
}

/*å†…é¡µå·¦ä¾§*/
.neiye {
    padding-bottom: 50px;
}

.neiye .title4 {
    background: #cf1b1b;
    position: relative;
}

.neiye .title4 h5 {
    line-height: 75px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.neiye .nav_box {
    margin-bottom: 17px;
}

.neiye .nav_box .nav1 {
    padding: 3px 0;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 42px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding:0 50px 0 20px;
    color:#000;
    position:relative;
}
.neiye .nav_box .nav2::before{
    content:"";
    width:7px;
    height:100%;
    background:url(../images/icon11.png) no-repeat center center;
    position:absolute;
    top:0;
    right:18px;
    transition:all .3s;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #cf1b1b;
    background:#cf1b1b;
    color:#fff;
}
.neiye .nav_box .nav2:hover::before,
.neiye .nav_box .nav2.active::before{
    background:url(../images/icon11-2.png) no-repeat center center;
}
.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}
.neiye .nav1 ul.ul1 {
    display: block;
}
.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}
.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}
.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #db9d3f;
}
.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}

.neiye .nav3{
    display:block;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1,
.cp-ny .news3{
    margin:0 10px 20px;
}
.cp-ny .news3 .img{
    height:auto;
}

.jszc-ny ul li a{
    display:block;
    line-height:40px;
    border-bottom:1px dashed #ccc;
    color:#000;
    position: relative;
    padding:0 90px 0 15px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jszc-ny ul li a::before{
    content:"";
    width:4px;
    height:4px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.jszc-ny ul li a p{
    font-size:12px;
    color:#999;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
.jszc-ny ul li a:hover,
.jszc-ny ul li a:hover p{
    color:#cf1b1b;
}
.jszc-ny ul li a:hover::before{
    background:#cf1b1b;
}



.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    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: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 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: 72px;
    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: #da251e;
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #cf1b1b;
}
.news5:hover b {
    background: #cf1b1b;
    border-color: #cf1b1b;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*è¯¦æƒ…é¡µ*/
.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: 230%;
}
.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: #cf1b1b;
    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: #690707;
    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 #cf1b1b;
    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 #cf1b1b;
    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 #cf1b1b;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cf1b1b;
    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 #cf1b1b;
    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: #cf1b1b;
    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:1600px){
    .logo-box .right .sousuo{
        width:60px;
        padding:0 10px;
    }
    .logo-box .right .sousuo:hover form{
        width:200px;
        background:#000;
    }
    nav{
        width: calc(100% - 740px);
    }
}
@media(max-width:1366px){
    .logo-box .logo{
        width:260px;
    }
    nav{
        width:calc(100% - 520px);
    }
    .logo-box .right .phone span{
        display:none;
    }
    .logo-box .right .phone{
        width:200px;
        background-position:15px center;
        padding-left:38px;
    }
}
@media(max-width:1300px){
    .video_popup .con_box{
        width:80%;
    }
}
@media(max-width:1230px){
    footer .top ul li:nth-child(2) dl dd .phone h5{
        font-size:25px;
    }
    footer .top ul{
        margin:0 -90px;
    }
    footer .top ul li{
        padding:0 90px;
    }
}
@media(max-width:1040px){
    footer .top ul li:nth-child(2) dl dd .phone h5{
        font-size:22px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 89px;
        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: #bb0c11;
    }

    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: 28px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #bb0c11;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #bb0c11;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 h5{
        line-height:45px;
        padding-left:15px;
    }
    .neiye .title4 h5 .span2{
        display:none;
    }
    .neiye .nav_box .nav2{
        text-align:center;
        padding:0 5px;
        line-height:35px;
    }
    .neiye .nav_box .nav2::before{
        display:none;
    }
    .neiye {
        padding: 20px 0;
    }
    .yyzx ul li:nth-child(1) a .img{
        height:auto;
    }
    .yyzx ul li{
        width:100% !important;
    }
    .yyzx ul li:nth-child(1){
        margin-bottom:20px;
    }
    .news3 .imgbox .img .mask{
        display:none;
    }
    .main1 ul li a{
        padding:10px;
    }
    .news6{
        margin-bottom:20px;
    }
    .news6 .imgbox .img{
        height:auto;
    }
    .news6 .text-box .text{
        height:auto;
        max-height:44px;
    }
    .news1 .text-box h5{
        padding:0 100px 0 0;
    }
    .news1 .text-box p{
        right:0;
    }
    .gywm::before{
        display:none;
    }
    .gywm .imgbox .img{
        height:auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:210px;
    }
    .main1{
        padding-bottom:50px;
    }
    .main1 ul li{
        width:50%;
        margin-bottom:20px;
    }
    .news3 .mask{
        display:none;
    }
    .news3 .img{
        height:auto;
    }
    .zxly{
        padding:70px 0;
    }
    .zxly ul li{
        width:100% !important; 
        margin-bottom:10px;
    }
    footer .top .top-con .weixin{
        position:initial;
        transform:none;
        margin-top:20px;
    }
    footer .top .top-con .weixin .img{
        margin:0 auto;
    }
    footer .top ul li{
        width:100%;
    }
    footer .top ul li:nth-child(1) dl dd{
        text-align:center;
    }
    footer .top ul li:nth-child(2) dl dd{
        text-align:center;
    }
}

@media (max-width:767px) {
    footer{margin-bottom:50px}
    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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    .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;
    }
    .yyzx{
        padding-bottom:20px;
    }
    .yyzx ul li:nth-child(1) .but-box{
        display:none;
    }
    .yyzx ul li:nth-child(1) a .text-box{
        padding:10px;
    }
    .yyzx ul li:nth-child(1) a .text-box h5{
        line-height:25px;
    }
    .yyzx ul li:nth-child(1) a .text-box .text{
        margin-top:5px;
    }
    .news3 .imgbox{
        padding:5px;
    }
    .news3 h4{
        line-height:35px;
        padding:0 5px;
        font-size:14px;
    }
    .main1{
        padding:30px 0 20px;
    }
    .main1 ul li{
        width:100%;
        margin-bottom:10px;
    }
    .main1 ul li a .text-box h5{
        font-size:18px;
    }
    .news6{
        padding:10px;
    }
    .news6 .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .news6 .text-box p{
        position:initial;
        line-height:25px;
    }
    .news6 .text-box .text{
        margin-top:10px;
    }
    .news6 .imgbox{
        margin:15px 0;
    }
    .news6 .more{
        height:30px;
    }
    .news7{
        padding:10px 0;
    }
    .news7 .imgbox{
        width:120px;
        height:90px;
    }
    .news7 .text-box{
        padding:0 0 0 130px;
    }
    .news7 .text-box .text{
        margin:0;
    }
    .news7 .text-box p{
        position:initial;
        font-size:12px;
        line-height:20px;
    }
    .news7 .text-box b{
        display:none;
    }
    .news7 .text-box h5{
        padding:0;
        font-size:14px;
    }
    .video_popup .con_box i.colse{
        font-size: 30px;
        top: -30px;
        right: -30px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .nav3 .swiper-slide a{
        padding:0 20px;
    }
    .nav3{
        padding:5px 0;
        margin-bottom:30px;
    }
    .news1{
        padding:5px 5px 0;
    }
    .news1 .text-box{
        height:auto;
    }
    .news1 .text-box h5{
        line-height:35px;
        padding:0;
        font-size:14px;
    }
    .news1 .text-box p{
        display:none;
    }
    .cpzx,
    .gywm,
    .jszc,
    .xwdt{
        padding-bottom:30px;
    }
    .gywm .imgbox{
        padding:10px;
    }
    .gywm .text-box h5{
        font-size:18px;
    }
    .gywm .text-box .text{
        margin:15px 0;
    }
    .gywm .text-box .text{
        line-height:25px;
        max-height:175px;
    }
    .news4{
        padding:5px 5px 0;
    }
    .news4 .text-box{
        padding:15px 0;
    }
    .news4 .text-box h5{
        font-size:14px;
        padding-bottom:10px;
        line-height:25px;
    }
    .news4 .text-box .text{
        margin:10px 0;
        font-size:13px;
        line-height:20px;
        height:40px;
    }
    .zxly{
        padding:30px 0;
    }
    footer .bottom{
        margin-top:20px;
    }
    .zxly .title{
        font-size:20px;
    }
    .cp-ny .news1,
    .cp-ny .news3{
        margin:0 5px 10px;
    }    
    .logo-box{
        position:initial;
        background:rgba(0, 0, 0, .8);
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .news4 .text-box b{
        width:100%;
        line-height:35px;
    }
    .news6 .more{
        width:100%;
    }
    footer .top ul li:nth-child(1) dl dd{
        width:25%;
    }
    footer .top ul li:nth-child(2) dl dd{
        width:100%;
    }
    footer .top ul li:nth-child(2) dl dd:nth-child(1){
        padding:0;
        margin-bottom:20px;
    }
    footer .top ul li:nth-child(2) dl dd:nth-child(1){
        border:none;
    }
    footer .top ul li:nth-child(1) dl{
        text-align:center;
    }
}


/* :: 4.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}
.header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 75px;
}
.header-area .egames-main-menu .top-search-area {
    position: relative;
    z-index: 1;
}
.header-area .egames-main-menu .top-search-area form {
    position: relative;
    z-index: 1;
    width: 255px;
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .top-search-area form {
    width: 120%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.header-area .egames-main-menu .top-search-area form {
    width: 160px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .egames-main-menu .top-search-area form {
    width: 200px;
}
}
.header-area .egames-main-menu .top-search-area form input {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 42px;
    background-color: #f6f6f6;
    border: none;
    color: #ababab;
    font-size: 12px;

    padding: 0 10px;
}
.header-area .egames-main-menu .top-search-area form input:focus {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.header-area .egames-main-menu .top-search-area form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    z-index: 10;
    width: 50px;
    background-color: transparent;
    border: none;
    color: #555555;
    cursor: pointer;
}
.header-area .egames-main-menu .top-search-area form button:hover, .header-area .egames-main-menu .top-search-area form button:focus {
    color: #cf1b1b;
    box-shadow: none;
}
.header-area .egames-main-menu .login-area {
    position: relative;
    z-index: 1;
}
.header-area .egames-main-menu .login-area a {
    display: block;
    width: 160px;
    height: 42px;
    background-color: #cf1b1b;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .login-area a {
    width: 30px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.header-area .egames-main-menu .login-area a {
    width: 50px;
}
}
.header-area .egames-main-menu .login-area a:hover, .header-area .egames-main-menu .login-area a:focus {
    background-color: #000000;
    font-weight: 400;
}
.header-area .egames-main-menu .login-area a i {
    display: none;
    line-height: 42px;
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .login-area a i {
    display: block;
}
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .login-area a span {
    display: none;
}
}
.header-area .egames-main-menu {
    position: relative;
    width: 100%;
    height: 70px;
}
.header-area .egames-main-menu .classy-navbar {
    height: 70px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .egames-main-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
}
.header-area .egames-main-menu .classy-navbar .nav-brand {
    max-width: 160px;
    margin-right: 30px;
}
.header-area .egames-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 25px;
    color: #232323;
}
.header-area .egames-main-menu .classy-navbar .classynav ul li a:hover, .header-area .egames-main-menu .classy-navbar .classynav ul li a:focus {
    color: #cf1b1b;
}
.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
}
}

@media only screen and (max-width: 767px) {
.header-area .egames-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
}
}
.header-area .egames-main-menu .classy-navbar .classynav ul li ul li a {
    color: #232323;
    font-size: 14px;
    padding: 0 20px;
}

.header-area .top-header-area .top-social-info a {
    font-size: 14px;
    color: #545454;
    display: inline-block;
    margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header-area .top-social-info a {
    margin-left: 0;
    margin-right: 30px;
}
}

@media only screen and (max-width: 767px) {
.header-area .top-header-area .top-social-info a {
    margin-left: 0;
    margin-right: 15px;
}
}

.top-social-info {
	text-align:right; margin:-25px 20px 0 0 
}
.top-social-info i {font-size:25px;}


.header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus {
    color: #cf1b1b;
}
.header-area .is-sticky .egames-main-menu {
    z-index: 9999;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}
/* :: 5.0 Hero Area CSS */
.hero-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 600px){
.top-social-info {display: none;}
}

@media (max-width: 600px){
.logo img {max-width:100%; padding:0 10px}
}







/* :: 7.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #0c0c0c;
    border-top: 1px solid #fff;
    /*background-image: url(img/core-img/pattern.png);*/
    background-repeat: repeat;
}
.footer-area .single-footer-widget {
    position: relative;
    z-index: 1;
}
.footer-area .single-footer-widget .widget-title {
    display: block;
    margin-bottom: 30px;
}
.footer-area .single-footer-widget .widget-title h4 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.footer-area .single-footer-widget .widget-content p {
    margin-bottom: 0;
    color: #a5a5a5;
	display:none;
}
.footer-area .single-footer-widget .widget-content ul  {
    margin-bottom: 50px;

 } 
.footer-area .single-footer-widget .widget-content ul li {
    width:100px;

 } 

.footer-area .single-footer-widget .widget-content ul li a {
    display: block;
    color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.footer-area .single-footer-widget .widget-content ul li a:focus, .footer-area .single-footer-widget .widget-content ul li a:hover {
    color: #cf1b1b;
}
.footer-area .copywrite-content {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 15px 0;
}
.footer-area .copywrite-content .copywrite-text {
    font-size: 12px;
    margin-bottom: 0;
    color: #7d7d7d;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
.footer-area .copywrite-content .copywrite-text {
    margin-bottom: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-area .copywrite-content .copywrite-text {
    margin-bottom: 0;
}
}
.footer-area .copywrite-content .copywrite-text a {
    color: #7d7d7d;
    font-size: 11px;
    font-weight: 400;
}
.footer-area .copywrite-content .copywrite-text a:hover, .footer-area .copywrite-content .copywrite-text a:focus {
    color: #cf1b1b;
}
.footer-area .copywrite-content .footer-nav {
    position: relative;
    z-index: 1;
}
.footer-area .copywrite-content .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
.footer-area .copywrite-content .footer-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
.footer-area .copywrite-content .footer-nav li a {
    position: relative;
    z-index: 1;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
.footer-area .copywrite-content .footer-nav li a {
    padding: 0 5px;
}
}
.footer-area .copywrite-content .footer-nav li a:hover, .footer-area .copywrite-content .footer-nav li a:focus {
    color: #cf1b1b;
}


/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.section-padding-100-0 {
    padding-top: 50px;
    padding-bottom: 0;
}
.section-padding-0-30 {
    padding-top: 0;
    padding-bottom: 30px;
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*page圆形*/
.page{text-align:center; padding:30px 0}
.page .page_list{}
.page .page_list a{display:inline-block; margin:0 2px; width:32px; height:32px; border-radius:50%; overflow:hidden; text-align:center; line-height:32px; border:1px solid #e1e1e1; behavior:url(pie.htc); position:relative; font-family:Arial;}
.page .page_list a:hover{background:#fafafa; border:1px solid #e1e1e1; color:#555}
.page .page_list a.Current,
.page .page_list a.on{background:#cf1b1b; border:1px solid #cf1b1b; color:#fff}


.tab{background: #c30101; width: 100%; height: 44px;letter-spacing: 2px; text-align: center; line-height: 44px; color: #fff; font-size: 16px;margin-top: 30px}


.Product{width: 1200px; margin-top:10px}
.Product_info{width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px;}
.Product_img{width: 560px; display: flex; justify-content: center; align-items: center;  border: 0px solid #e5e5e5;padding: 10px;}
.Product_img img{max-width: 100%; max-height: 100%;}

.Product_txt{width: 470px;}
.Product_js{margin: 20px 15px 0 5px; overflow: hidden; border-bottom: 0px dashed #e7e7e7; padding-bottom: 10px;}
.Product_js li{overflow: hidden; line-height: 35px; float: left; width: 50%; font-size: 14px; position: relative;}
.Product_js li:first-child{border-bottom: 0px dashed #e7e7e7; margin-bottom: 5px; padding: 0 0 5px 0px;}
.Product_js li h2{float: left; font-size: 14px; text-align: right;line-height: 35px}
.Product_js li h3{position: absolute; right: 0px; top: 0px; font-size: 12px;}
.Product_js li h3 a{color: #0068b7;}
.Product_js li.n_f{float: none; width: auto;}
.Product_js li b{font-size: 26px; font-weight:bold;}
.Product_js li i{float: left; display: inline; margin: 13px 5px 0 0; font-size: 14px; color: #0068b7;}

.Product_tel{font-size:14px; font-weight:bold; color:#333; padding:15px 0 15px 10px;}
.Product_tel span{font-size:24px; color:#d00; font-weight: normal; font-family: Impact; line-height: 24px;}

.bdsharebuttonbox{margin-left: 10px!important;}


.title001{font-size: 0px}

@media only screen and (max-width: 767px) {
.Product{ margin-top:10px;width: 100%;

}
.Product_img{width:80%;}
.Product_js li h2{display:none}
.Product_txt{display:none}
.title001{font-size:14px;font-weight: bold; margin: 10px}
}