*{margin: 0;padding: 0;font-family: "";font-weight: normal;list-style:none;font-style:normal;text-decoration:none}
.container{width: 1200px;margin: 0 auto;}
.right {float:right;}
.left {float:left;}
d{margin:0;padding:0;list-style-type:none;}

.c-nav .show{
    display: inline-block;
}
.c-nav .hiden{
    display: none;
}
.c-nav .logo {display: none;}
/*nav*/
.c-nav{
    float: left;
    width: 64%;
}
.c-nav .navFlex{
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-content: center;
}
.c-nav ul{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.c-nav ul li{
    /* padding: 33px 14px; */
    display: inline-block;
    margin: 0 4px;
}
.c-nav ul li a{
    display: block;
    padding: 33px 14px;
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-size: 19px;
}
.c-nav ul li:hover{
    background:url(../images/nav_bj.png);
}
.c-nav ul li:hover a {color:#fff;}
.c-nav .logo{width: 267px;}
.c-nav .btnImg{
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
}

header {height: 118.66px;overflow: hidden;width: 100%;background: #ffffff;display: block;}
header .left-nav {
    width: 36%;
    float: left;
}
header .left-nav {background: #c62103;}
header .left-nav img {
    padding-right: 38px;
    float: right;
    width: 319px;
}
header .c-nav .nav-top {
    height: 34px;
    overflow: hidden;
    background: #262932;
}
header .c-nav .nav-top p img {
    width: 11px;
    /* margin-top: 4px; */
}
header .c-nav .nav-top p {
    text-align: right;
    width: 65%;
    color: #fff;
    float: left;
    margin-top: 6px;
}



@media screen and (max-width:1200px){

}
@media screen and (max-width:950px){
    .c-nav .logo {display:block;}
    .c-nav ul li{
        margin-left: 10px;
    }
}
@media screen and (max-width:768px){
    .c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
        display: none;
    }
}
@media screen and (max-width:1100px){
    header {background: 0;height: auto;overflow: inherit;position: absolute;top: 0;z-index: 2;}
    header .left-nav {display:none;}
    header .nav-top {display:none;}
    .c-nav{
        background: #000000ad;
        width: 100%;
        padding: 5px 0px 0px;
        float: none;
    }
    .c-nav .navFlex{
        float: none;
        width: 100%;
        flex-wrap:wrap;
        font-size: 20px;
        justify-content: space-between;
    }
    .c-nav .logo{
    width: 142px;
    }
    .c-nav ul li{
        /* padding-top: 31px; */
        margin: 0px;
        display: block;
    }
    .c-nav ul li a{
        padding: 6% 0;
        color: #fff;
        line-height: 14px;
    }
    .c-nav ul li:hover{background:#c62103;}
    .c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
        display: block;
    }
    .c-nav .hiden{
        float: right;
        display: block;
    }
    .c-nav .show{
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: none;
    }
}

/* banner */
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    position: absolute
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 8px 4px 5px 4px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
    
    
}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 26px;
    height: 6px;
    border-radius: 22px;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
@media screen and (max-width:768px) {
    .c-banner{
        margin-top: 18%;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        /* width: 768px; */
        /* height: 345px; */
        position: absolute;
        /* left: 50%; */
        /* margin-left: -384px; */
    }
}

/* banner */



/*pro*/
.pro-center{margin: 2% auto 0;width: 1200px;overflow: hidden;background: #ffffff;}
.index_title .title {}
.index_title .title {font-size: 56px;text-align: center;padding-bottom: 5px;color: #c62103;letter-spacing: 1px;text-transform:uppercase;}
.index_title .title span {color: #262932;}

.index_title .sub-title {text-align: center;color: #333333;}
.index_title .sub-title span {letter-spacing: 5px;font-size: 35px;display: inline-block;height: 30px;line-height: 30px;width: auto;}
.index_title .sub-title span .text{padding: 0 10px;font-size:30px;}
/*pro-left*/

/*pro-right*/
.pro-right ul li{float: left;width: 32%;background: #f7f7f7;border: 1px solid #f7f7f7;box-sizing: border-box;margin-bottom: 4%;transition: all .3s linear;}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{width:100%;overflow: hidden;}
.pro-right ul li img{width:100%;}
.pro-right ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333333;}
.pro-right {display: block;margin-top:2%;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}

@media screen and (max-width:1200px) {
    .pro-center {width:100%;}
    .container {width:100%;}
    .content {width:100%!important;}
}

@media screen and (max-width:950px) {
    .index_title .title {font-size:27px;}
    .index_title .sub-title span {font-size: 22px;}
    .pro-left .left-category ul li {line-height: 31px;font-size: 15px;margin: 1.5%;}
     .pro-right ul li {width:50%;}
    .pro-right ul li p {font-size:15px}
}
/*pro*/




/*about*/
.content {width:1200px;margin: 0 auto;}
.index_about {
    padding-top: 4%;
    background: url(../images/index_about.png)top center no-repeat;
}
.index_about .about_top {
    overflow: hidden;
}
.index_about .about_top .con_left {
    float: left;
    width: 57%;
}
.index_about .about_top .con_left h3 {
    color: #c62103;
    font-size: 30px;
    margin-bottom: 3%;
}
.index_about .about_top .con_left h3 span {
    color: #fff;
    font-size: 16px;
}
.index_about .about_top .con_left p {
    line-height: 28px;
    color: #fff;
}
.index_about .about_top .con_left a {
    width: 99px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 4%;
    display: block;
    line-height: 33px;
    text-align: center;
}

.index_about .about_top .con_right {float: right;width: 41%;}
.index_about .about_top .con_right img {
    width: 100%;
}

.index_about .about_bottom {
    margin-top: 3%;
}
.index_about .about_bottom dl {
    display: inline-block;
    width: 41.5%;
    background: #c62103;
    padding: 4% 4%;
}
.index_about .about_bottom dl dt {
    float: left;
}
.index_about .about_bottom dl dt img {}
.index_about .about_bottom dl dd {
    float: right;
    width: 76%;
}
.index_about .about_bottom dl dd p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 2%;
}
.index_about .about_bottom dl dd span {
    font-size: 13px;
    color: #fff;
}

@media screen and (max-width:950px) {
.index_about {}
.index_about .about_top {
    padding: 2%;
}
.index_about .about_top .con_left {
    float: none;
    width: auto;
}
.index_about .about_top .con_left h3 {}
.index_about .about_top .con_left h3 span {}
.index_about .about_top .con_left p {
    font-size: 13px;
    line-height: 21px;
}
.index_about .about_top .con_left a {}

.index_about .about_top .con_right {}
.index_about .about_top .con_right img {display: none;}

.index_about .about_bottom {}
.index_about .about_bottom dl {
    width: auto;
}
.index_about .about_bottom dl dt {}
.index_about .about_bottom dl dt img {}
.index_about .about_bottom dl dd {
    width: 67%;
}
.index_about .about_bottom dl dd p {
    font-size: 15px;
}
.index_about .about_bottom dl dd span {
    font-size: 12px;
    line-height: 6px;
}

}

/*about*/



/*news*/
.index_news {
    margin-top: 4%;
}
.index_news .news_cont {
    overflow: hidden;
    margin-top: 3%;
}
.index_news .news_cont dl {
    background: #ffffff;
    margin: 2% 3px;
    float: left;
    width: 48%;
   
}
.index_news .news_cont dl dd {
    width: 33%;
    float: left;
}
.index_news .news_cont dl dd img {
    width: 100%;
}
.index_news .news_cont dl dt {
    padding: 1%;
    float: right;
    width: 64%;
}
.index_news .news_cont dl dt p {
    color: #171717;
    font-weight: 600;
    font-size: 19px;
}
.index_news .news_cont dl dt i {
    color: #a0a0a0;
    line-height: 27px;
    display: block;
}
.index_news .news_cont dl dt span {
    color: #636363;
    font-size: 14px;
}

.index_news .news_cont dl:hover {}
.index_news .news_cont dl:hover dt p {color:#c62103;}


@media screen and (max-width:950px) {

.index_news .news_cont dl {width: 49%;margin: 12px 0px;}
.index_news .news_cont dl dd {
    float: none;
    width: 105%;
}

.index_news .news_cont dl dt {
    float: none;
    width: 100%;
}
.index_news .news_cont dl dt p {
    line-height: 24px;
    font-size: 15px;
}

.index_news .news_cont dl dt span {
    font-size: 13px;
}

}

/*news*/


.xioa-banner {
    margin: 3% 0;
    height: 223px;
    background: url(../images/advantage_01.jpg)center no-repeat;
}
.xioa-banner h3 {
    line-height: 83px;
    color: #fff;
    font-size: 43px;
    letter-spacing: 3px;
    font-weight: 600;
    padding-top: 2%;
}
.xioa-banner ul {}
.xioa-banner ul li {
    margin: 2px;
    padding: 1% 2%;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
}
.xioa-banner ul li p {
    font-size: 17px;
}

@media screen and (max-width:950px) {
.xioa-banner {
    height: 125px;
}
.xioa-banner h3 {
    text-align: center;
    display: block;
    font-size: 23px;
    width: 100%;
    line-height: 62px;
}
.xioa-banner ul {
    text-align: center;
}
.xioa-banner ul li {}
.xioa-banner ul li p {
    font-size: 13px;
}

}

/*case*/
.mb-wrapper{margin:0 auto 20px;position:relative;height:500px;left:0;top: 59px;}
.mb-slider,.mb-scroll{width:100%;height:380px;overflow:hidden;margin:0 auto;padding:0;position:relative;left:0;top:0}
.mb-active-slider{border-color:#333}
.mb-slider .mb-panel{margin-top:100px;display:block;cursor:pointer;float:left;list-style:none}
.mb-panel a{outline:0}
.mb-slider .mb-panel.current{cursor:auto}
.mb-inside *{max-width:100%}
a.mb-scrollButtons{display:block;width:45px;height:58px;background:transparent url(../images/arrows.png) no-repeat;position:absolute;top:40%;margin-top:-29px;cursor:pointer;text-decoration:none;outline:0;border:0;_background:transparent url(../images/arrows.gif) no-repeat}
a.mb-scrollButtons.mb-left{background-position:left top;left:-45px}
a.mb-scrollButtons.mb-right{background-position:right top;right:-45px}
a.mb-scrollButtons.mb-left:hover{background-position:left bottom}
a.mb-scrollButtons.mb-right:hover{background-position:right bottom}
a.mb-scrollButtons.disabled{display:none}
.mb-controls{margin:0 auto;text-align:center;position:absolute;top: 395px;left: 554px;z-index:100;}
.mb-controls a{color:#666;font:18px/2.2 Georgia, Serif;display:inline-block;text-decoration:none;padding:2px;margin:0 5px 0 0;text-align:center;outline:0}
.mb-panel{margin-top:90px}
.mb-controls a:hover{color:black}
.mb-controls a.current{color:#900}
.main-nav{display:block; text-align:center; border-bottom:2px solid #a71700;margin:0 0 20px 0;padding:0 0 10px 0}
.main-nav a{text-decoration:none;color:#c62103;font-size:18px;margin:0 8px}
.index_case ul li a p{color:#000;font-size:20px; text-align:center;}
.main-nav a:hover{color:#c62103;border-bottom:2px solid black}
.mb-inside img{width:100%}

@media screen and (max-width:1200px) {
    .mb-wrapper {width:100%!important;}
    .mb-slider .mb-panel {}
    .mb-slider .mb-panel .current{}
}

.index_case .case_m {display:none;}
@media screen and (max-width:1000px) {
    .mb-wrapper {display:none;}

    .index_case .case_m {margin-top: 5%;width: 100%;display:block;}
    .index_case .case_m ul {
    overflow: hidden;
}
    .index_case .case_m ul li {
    margin: 2% 0;
    width: 50%;
    float: left;
}
    .index_case .case_m ul li a {
    display: block;
}
    .index_case .case_m ul li a img {
    width: 100%;
}
    .index_case .case_m ul li a p {}
    
}

/*case*/




/*footer*/

footer {
    background: #000;
}
footer .footer_top {
    padding: 2% 0;
    overflow: hidden;
}
footer .footer_top .foot-title {
    margin: 5% 0 2%;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 8px;
}
footer .footer_top .foot-title p {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    border-left: 2px solid #fff;
    padding-left: 11px;
}

footer .footer_top .foot_left {
    float: left;
    width: 53%;
}
footer .footer_top .foot_left ul {
    overflow: hidden;
    margin: 0% 0;
}
footer .footer_top .foot_left ul li {
    float: left;
    padding-right: 4%;
}
footer .footer_top .foot_left ul li a{
    font-size: 15px;
    color: #fff;
}
footer .footer_top .foot_left .left-bom {
    overflow: hidden;
}
footer .footer_top .foot_left .left-bom .bom-lxfs {
    color: #a9a9a9;
    float: left;
    margin-bottom: 1%;
    margin-right: 5%;
    font-size: 14px;
}

footer .footer_top .foot_right{
    margin-top: 3%;
    float: right;
}
footer .footer_top .foot_right .foot-ewm {
    margin-left: 8%;
    width: 38%;
    text-align: center;
    float: right;
    /* display: inline-block; */
}
footer .footer_top .foot_right .foot-ewm img {
    width: 100%;
}
footer .footer_top .foot_right .foot-ewm p {
    font-size: 15px;
    color: #fff;
}

footer .footer_bom {
    padding: 4px 0;
    text-align: center;
    background: #c62103;
}
footer .footer_bom span {
    font-size: 14px;
    margin: 0 1%;
    color: #fff;
    display: inline-block;
}
footer .footer_bom span a {
    color: #fff;
}

@media screen and (max-width:970px) {
    
footer {}
footer .footer_top {}
footer .footer_top .foot-title {
    display: none;
}
footer .footer_top .foot-title p {}

footer .footer_top .foot_left {
    float: none;
    width: auto;
}
footer .footer_top .foot_left ul {
    display: none;
}
footer .footer_top .foot_left ul li {}
footer .footer_top .foot_left ul li a{}
footer .footer_top .foot_left .left-bom {
    text-align: center;
}
footer .footer_top .foot_left .left-bom .bom-lxfs {
    margin: 1% 3%;
    float: none;
    display: inline-block;
}

footer .footer_top .foot_right{
    text-align: center;
    float: none;
}
footer .footer_top .foot_right .foot-ewm {
    width: 38%;
    float: none;
    display: inline-block;
    margin: 3%;
}

}

/*footer*/

/*------------------------------------NY---------------------------------------------*/
/*ny_bnaner*/
.ny_bnaner {
    position: relative;
}
.ny_bnaner .bnner_top {
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    top: 22%;
}
.ny_bnaner .bnner_top h3 {
    text-transform: uppercase;
    font-size: 62px;
}
.ny_bnaner .bnner_top p {
    font-size: 42px;
    margin: 1% 0;
}
.ny_bnaner .bnner_top i {
    font-size: 38px;
}
.ny_bnaner img {
}

@media screen and (max-width:950px) {
.ny_bnaner .bnner_top {
    top: 30%;
}
.ny_bnaner .bnner_top h3 {
    font-size: 51px;
}

}
/*ny_bnaner*/

.webpage {
    margin: 3% 0;
}

/*about*/

.webpage .ny_about-top {
    overflow: hidden;
}
.webpage .ny_about-top .about_left {
    float: left;
    width: 38%;
    margin: 0 1% 1% 0;
}
.webpage .ny_about-top .about_left img {
    width: 100%;
}

.webpage .ny_about-top .about_right {float: right;width: 52%;margin-top: 6%;}
.webpage .ny_about-top .about_right h3 {
    font-size: 33px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c62103;
    margin-bottom: 1%;
}
.webpage .ny_about-top .about_right p {
    text-align: right;
    width: 100%;
}
.webpage .ny_about-top .about_right span {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #4a4a4a;
    margin: 2% 0;
    display: block;
    text-indent: 2em;
}



.webpage .ny_about-bom {}
.webpage .ny_about-bom ul {
    overflow: hidden;
}
.webpage .ny_about-bom ul li {
    width: 20%;
    float: left;
    margin: 2%;
    border: 2px solid #262932;
}
.webpage .ny_about-bom h3 {
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c62103;
    margin-bottom: 1%;
    border-bottom: 1px solid #000;
    line-height: 65px;
}
.webpage .ny_about-bom ul li p {
    padding: 12px 0;
    color: #fff;
    background: #c62103;
    font-size: 35px;
    text-align: center;
    letter-spacing: 4px;
}
.webpage .ny_about-bom ul li span {
    padding: 15px 20px;
    display: block;
    text-indent: 0em;
}


@media screen and (max-width:950px) {
.webpage .ny_about-top {}
.webpage .ny_about-top .about_left {
    margin: 0 6% 1% 0;
}
.webpage .ny_about-top .about_left img {}

.webpage .ny_about-top .about_right {}
.webpage .ny_about-top .about_right h3 {
    font-size: 17px;
}
.webpage .ny_about-top .about_right p {}
.webpage .ny_about-top .about_right span {
    font-size: 13px;
}

.webpage .ny_about-bom {}
.webpage .ny_about-bom ul {}
.webpage .ny_about-bom ul li {
    overflow: hidden;
    width: 48%;
    margin: 1px;
    height: 225px;
}
.webpage .ny_about-bom h3 {
    line-height: 50px;
    font-size: 25px;
    margin-bottom: 3%;
}
.webpage .ny_about-bom ul li p {
    font-size: 24px;
}
.webpage .ny_about-bom ul li span {
    font-size: 16px;
}

}


/*about*/

/*case*/
.webpage .ny_case {}
.webpage .ny_case ul {
    overflow: hidden;
}
.webpage .ny_case ul li {
    width: 31%;
    float: left;
    margin: 1%;
}
.webpage .ny_case ul li a {}
.webpage .ny_case ul li a img {
    width: 100%;
}
.webpage .ny_case ul li a p {
    text-align: center;
    color: #000;
}

@media screen and (max-width:950px) {

.webpage .ny_case ul li {
    margin: 1%;
    width: 48%;
}

}

/*product*/
.webpage .ny_product {}
.webpage .ny_product ul {
    overflow: hidden;
}
.webpage .ny_product ul li {
    width: 31%;
    float: left;
    margin: 1%;
}

.webpage .ny_product ul li:hover {}
.webpage .ny_product ul li:hover a img {}
.webpage .ny_product ul li:hover a p {color:#c62103}

.webpage .ny_product ul li a {}
.webpage .ny_product ul li a img {
    width: 100%;
}
.webpage .ny_product ul li a p {
    margin-top: 2%;
    text-align: center;
    color: #000;
}

@media screen and (max-width:950px) {

.webpage .ny_product ul li {
    margin: 1%;
    width: 48%;
}

}


/*news*/
.webpage .ny_news {
    overflow: hidden;
    margin-top: 4%;
}

.webpage .ny_news  dl {
    overflow: hidden;
    background: #ffffff;
    margin: 2% 5%;
    display: block;
}
.webpage .ny_news  dl dd {
    width: 21%;
    float: left;
}
.webpage .ny_news  dl dd img {
    width: 100%;
}
.webpage .ny_news  dl dt {
    padding: 1%;
    float: right;
    width: 76%;
}
.webpage .ny_news  dl dt p {
    font-weight: 600;
    font-size: 19px;
}
.webpage .ny_news  dl dt i {
    color: #a0a0a0;
    line-height: 27px;
    display: block;
}
.webpage .ny_news dl dt span {
    font-size: 14px;
}

.webpage .ny_news dl dt a {
    text-align: center;
    margin: 3% 0;
    display: block;
    width: 100px;
    color: #000;
    border: 1px solid #000;
    padding: 2px 0;
}


.webpage .ny_news dl:hover a {color:#fff;background:#c62103;}
.webpage .ny_news dl:hover dt p {color:#c62103;}


@media screen and (max-width:950px) {

.webpage .ny_news dl {width: 100%;margin: 12px 1px;}
.webpage .ny_news dl dd {
    float: none;
    width: 105%;
}

.webpage .ny_news dl dt {
    float: none;
    width: 100%;
}
.webpage .ny_news dl dt p {
    line-height: 24px;
    font-size: 15px;
}

.webpage .ny_news dl dt span {
    font-size: 13px;
}

}

/*news*/

/*ny_lxwm*/
.webpage .ny_lxwm {}
.webpage .ny_lxwm ul {
    overflow: hidden;
    margin-bottom: 5%;
}
.webpage .ny_lxwm ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.webpage .ny_lxwm ul li i {width: 50px;height: 65px;display: block;margin: auto;}
.webpage .ny_lxwm ul li img {
    width: 100%;
}
.webpage .ny_lxwm ul li p {
    font-size: 21px;
    margin: 4% 0;
}
.webpage .ny_lxwm ul li span {}

@media screen and (max-width:950px) {
    .webpage .ny_lxwm ul li {
    width:50%;
    }
}

/*ny_lxwm*/

/*ny_nav*/
.ny_nav {
    margin-bottom: 1%;
}
.ny_nav ul {
    text-align: center;
}
.ny_nav ul li {
    border: 2px solid #c62103;
    border-radius: 5px;
    margin: 1%;
    display: inline-block;
    background: #fff;
}
.ny_nav ul li a {
    padding: 8px 22px;
    color: #c62103;
    display: block;
}
.ny_nav ul li:hover {background:#c62103}
.ny_nav ul li:hover a {color:#fff;}
.ny_nav ul .active {background:#c62103}
.ny_nav ul .active a {color:#fff}


@media screen and (max-width:950px) {
.ny_nav {}
.ny_nav ul {}
.ny_nav ul li {
    margin: 2% 7px;
}
.ny_nav ul li a {
    padding: 5px 9px;
}
.ny_nav ul li:hover {}
}


/*pagination*/
.pagination {
    margin: 3% 1px;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    width: 62px;
    background: #262932;
    margin: 5px;
    padding: 6px;
    float: none;
    display: inline-block;
}
.pagination ul li a {
    color: #fff;
}
.pagination ul li:hover {background:#c62103;}
.pagination ul .active {background:#c62103;}

@media screen and (max-width:950px) {
.pagination {}
.pagination ul {}
.pagination ul li {
    font-size: 10px;
    width: 42px;
    padding: 3px;
    margin: 4px 0;
}
.pagination ul li a {}
.pagination ul .active a {}

}


/*zxly*/
.wrap_mar {overflow: hidden;width: 1200px;margin: auto;}
.wantConsult {margin: 3% 0;}
.wantConsult .zxTitle {height: 68px;border-bottom: 1px solid #333333;}
.wantConsult .zxTitle .p1 {font-size: 27px;line-height: 68px;color: #c62103;}
.wantConsult .zxTitle .p2 .i14 { margin-top: 25px; }
.wantConsult .zxTitle .p2 .i15 { margin-top: 31px; }
.wantConsult .zxTitle .p2 span { margin: 30px 6px 0; font-size: 19px; font-style: italic; color: #333333; }
.wantConsult_btm {
    overflow: hidden;
    background: #fff;
}

.wantConsult_btm_right {width: 100%;}
.wantConsult_btm_right .form {overflow: hidden;width: 70%;margin-left: 0px;}
.wantConsult_btm_right .form textarea {padding: 15px 17px;width:94%;height: 166px;line-height: 20px;font-size: 14px;color: #aeaeae;border-radius: 5px;margin-top: 40px;background: #f3f2f1;outline: none;}
.wantConsult_btm_right .form .input_p {height: 40px;background: #f3f2f1;width: 96%;padding-left: 20px;border-radius: 5px;margin-top: 49px;}
.wantConsult_btm_right .form .input_p .span1 { display: inline-block; width: 54px; height: 16px; line-height: 16px; border-right: 1px solid #d8d8d8; font-size: 16px; color: #404040; margin-top: 12px; text-align: text-justify; }
.wantConsult_btm_right .input_p .txt {width: 58%;padding-left: 10px;border: none;background: #f3f2f1;height: 38px;line-height: 38px;outline: none;font-size: 14px;color: #aeaeae;}
.wantConsult_btm_right .form textarea:focus { color: #666; }
.wantConsult_btm_right .input_p .txt:focus { color: #666; }
.input_p font {font-size: 14px;color: #666;margin-top: 12px;margin-right: 18px;margin-bottom:18px;display: block;}
.radio_box { display: inline-block; position: relative; margin-left: 10px; }
.radio_box label { width: 16px; height: 16px; position: absolute; top: -1px; left: 0px; border: 1px solid #878787; border-radius: 50%; background: #fff; cursor: pointer; }
.radio_box input { margin-right: 4px; margin-top: 1px; }
.radio_box input:checked + label { border: 1px solid #ec2020; }
.radio_box input:checked + label:after { content: ''; width: 10px; height: 10px; position: absolute; top: 3px; left: 3px; background: #ec2020; border-radius: 50%; }
.check_box em { margin: 0 0 0 5px; }
.input_p .span2 { display: block; width: 135px; height: 40px; border: none; border-left: 1px solid #d3d3d3; background: #ebebeb; color: #f22f2f; font-size: 15px; text-align: center; line-height: 40px; cursor: pointer; outline: none; }
.sub_ziXun { margin-top: 30px; height: 50px; text-align: center; }
.sub_ziXun input {width: 200px;height: 50px;font-size: 18px;color: #fff;background: #c62103;border-radius: 5px;border: none;outline: none;}
.select_yixiang {height: 425px;width: 23%;background: rgba(232, 232, 232, 0.8);margin: 3.2% 0;padding: 2% 2%;border-radius: 5px;position: relative;overflow: -webkit-paged-y;}
.ninTitle { height: 45px; line-height: 45px; font-size: 15px; font-weight: bold; color: #666; padding-left: 18px; background: #f7f7f7; margin-bottom: 15px; border-radius: 5px 5px 0 0; }
.ninTitle em { color: #f02c2c; }
.select_yixiang li {font-size: 14px;color: #1d1d1d;background: url('../images/dian_81.png') no-repeat left center;margin-left: 18px;margin: 6% auto;padding-left: 12px;cursor: pointer;overflow: hidden;}
.select_yixiang li:hover { text-decoration: underline; }
.select_yixiang .jiao { position: absolute; left: -8px; top: 19px; width: 8px; height: 12px; background: url('../images/jiao.png') no-repeat; }
.select_yixiang li a { color: #666666; }

@media screen and (max-width:1200px) {
    .wrap_mar {padding: 0 3%;width: 95%;}
}

@media screen and (max-width:950px) {
    .select_yixiang {display: none!important;}
    .wrap_mar .fr1 {
    float: none;
}
    .wrap_mar .fl1 {
    float: none;
    width: 100%;
}

    .wantConsult .zxTitle .p1 {margin-right: 19%;font-size:15px;}
    .wantConsult .zxTitle .p2 i {
    /* width: 25px; */
    /* display: block; */
}
    .wantConsult .zxTitle .p2 i img {
    width: 18px;
}
    .wantConsult .zxTitle .p2 span {margin: 0;font-size:13px;}
    .wantConsult_btm_right .form textarea {width:88%;}
}
/*color:#c62103*/


.art_tilir {
    margin: 2% 0;
}
.art_tilir h3 {
    letter-spacing: 2px;
    color: #c62103;
    font-weight: 600;
    text-align: center;
    font-size: 29px;
}
.art_tilir span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 9px 0;
}
.art_tilir span i {
    font-size: 17px;
    font-weight: 600;
}

.article_boom {
    margin: 2% 0;
    overflow: hidden;
}
.ny_article img {width:100%;}
.article_boom .article_boom-left {float:left;}
.article_boom .article_boom-right {float:right;}
.article_boom a {color: #c62103;padding: 7px 10px;display: block;}
.article_boom a:hover {background: #c62103;color:#fff;}
@media screen and (max-width:950px) {

.art_tilir h3 {
    letter-spacing: 1px;
    font-size: 18px;
}
.art_tilir span {
    font-size: 12px;
}
.art_tilir span i {
    font-size: 15px;
}

.article_boom .article_boom-left {float:none;}
.article_boom .article_boom-right {float:none;}

}


.dianhua {display:none;}

@media screen and (max-width:950px) {
.dianhua {text-align: center;width: 100%;position: fixed;display:block;bottom: 0;z-index: 9999;background: #ffffff85;}
.dianhua a {
    display: inline-block;
    background: #c62103;
    color: #fff;
    font-size: 18px;
    padding: 2% 13%;
    border-radius: 35px;
    margin: 2%;
}
}