/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:bold;}
fieldset, img{vertical-align:middle; border:none;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "微软雅黑",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:14px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{resize:none; font-family: "微软雅黑",Arial,sans-serif;}
body{color:#666; font:14px "微软雅黑",Arial,sans-serif; background:#fcfeff;}
a{color:#666; text-decoration:none;}
a:hover{text-decoration: none}
i, em{ font-style:normal;}
.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.clear{
    clear:both;
}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

.img-cover{width: 100%;height: auto;}


/*transition*/
.tran200{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; transition:all 0.2s ease;}
.tran400{-webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease;}

/*网页限定宽度*/
.con_1000 { margin:0 auto; position:relative; width:1002px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

/*头部*/
.topbox{ width:100%; background:#ffffff; height:110px;margin-bottom: 30px}
.topbox .logo{display: block;float: left;width: 280px;height: 60px;margin-top: 25px}
.topbox .logo i{position: absolute; left:-155px; width: 155px; height:100%; background-image:-webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0)); background-image:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));}
.topbox .logo:hover i{-webkit-transition:all 0.55s linear; transition:all 0.55s linear; -webkit-transform:translateX(500px); transform:translateX(500px);}

.topbox .r_info{float: right;margin-top: 35px;height: auto;padding-left:70px;background: url("../images/headtel.png")no-repeat center left;}
.topbox .r_info h2{color: #1f1f1f;font-size: 16px;margin: 0;}
.topbox .r_info p{color: #ed1301;font-size: 30px;line-height: 1.2;font-weight: bold;margin: 0;}


.topnav{background: #1a1819;min-height: 60px;}
.topnav .navbar-default{background: #1a1819;border:none;margin-bottom: 0px}
.topnav .navbar-default .navbar-brand{display: none;}
.topnav .navbar-default .nav .nav-item .nav-link{color: #ffffff;padding: 0 30px !important;line-height: 60px;}
.topnav .navbar-default .nav .nav-item.active .nav-link,.topnav .navbar-default .nav li:hover .nav-link,.topnav .navbar-default .nav li.open .nav-link{background: #dc0b0d !important;}
.topnav .navbar-default .nav-item .nav-link::after {content: "";width: 1px;
    background-color: rgb(57, 55, 56);
    position: absolute;
    right: 0px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    z-index: 1;
    border: none;
}
.topnav .navbar-default .nav-item.active .nav-link::after,.topnav .navbar-default .nav-item.open .nav-link::after,.topnav .navbar-default .nav-item:hover .nav-link::after{display: none}

.topnav .navbar-default .nav .nav-item.active .nav-link::before,.topnav .navbar-default .nav li:hover .nav-link::before,.topnav .navbar-default .nav li.open .nav-link::before{
    content: "";
    width: 20px;
    background-color: rgb(255, 255, 255);
    left: 50%;
    position: absolute;
    top: 73%;
    height: 3px;
    transition: all 0.66s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    z-index: 1;
    border: none;
    margin-left: -10px;
}
.topnav .navbar-default .nav>.dropdown{position: relative;}
.topnav .navbar-default .nav>.dropdown>.dropdown-menu{
    min-width: 590%;
    position: absolute;
    z-index: 1200;
    left: 0px ;
    right: 0;
    top: 60px;
    border: none;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
    color: #76838f;
    text-align: left;
    background-color: rgb(219, 49, 55) !important;
}


.topnav .navbar-default .nav>.dropdown>.dropdown-menu .nav-img {width: 40%;float: left;padding: 20px 10px 20px 20px;}
.topnav .navbar-default .nav>.dropdown>.dropdown-menu .sub-nav {width: 60%;float: left;padding: 25px 10px 0px 0px;}
.topnav .navbar-default .nav>.dropdown>.dropdown-menu .sub-nav .dropdown-link{
    display: block;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    padding: 5px 15px;
    color: white !important;
    float: left;
    width: auto;
    clear: none;
    border:none;
    text-decoration: none;
    position: relative;
}
.topnav .navbar-default .nav>.dropdown>.dropdown-menu .sub-nav .dropdown-link::after{
    content: '';
    width: 1px;
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    top-webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
    transition: all .66s cubic-bezier(.17,.84,.44,1);
    z-index: 1;
    border: none;
}

    /*BANNER*/
.fullSlide{position: relative}
.fullSlide .index-case{position: absolute;width: 100%;height: 40px;background: rgba(0,0,0,.8);bottom: 0;left: 0;z-index: 9999}
/*版权*/
.copyRight{width: 100%;text-align: center;color: #b3b3b3; font-family:"Microsoft YaHei"; padding-top: 24px;padding-bottom: 21px; background:#333;}
.copyRight div{margin-bottom: 10px;}
.copyRight a{color: #b3b3b3;}
.copyRight .quicklink{width: 100%;text-align: center;}
.copyRight .quicklink a{padding: 0 7px;}

/*面包屑导航*/
.crumbs-title{padding:20px 0 10px 0;border-bottom: 1px solid #ddd;}
.crumbs-title p i{ font-size: 16px;margin-right: 5px}
.crumbs-title p a:hover{ color: rgb(186, 28, 28); }
.ny_right .crumbs-title{border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 5px;
    border-radius: 0;
}
/*侧导航*/
.ny_left{}
.ny_left .leftnav{margin-bottom: 10px;}
.ny_left .nav-name{
    text-align: center;
    background: #000000;
}
.ny_left .nav-name h1{
    border-bottom: 1px dashed;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    text-shadow: none;
    text-align: center;
    padding: 0 10px;
    margin-top: 10px;
    line-height: 40px;
    display: inline-block;
    color: #ffffff;
}
.ny_left  .nav-name p{
    margin: 0;
    padding-bottom: 10px;
    line-height: 2;
    color: #ffffff;
    font-size: 12px;
}
.ny_left .leftnav .nav-list{margin: 0;padding: 0;}
.ny_left .leftnav .nav-list li{white-space: nowrap;margin-bottom: 0;margin-top: 0;background: transparent;}
.ny_left .leftnav .nav-list li.hover a{color: #ed1301;}
.ny_left .leftnav .nav-list li a{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    color: #666666;
    background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 72%,#edecec 100%);
    background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 72%,#edecec 100%);
    background: linear-gradient(top,#ffffff 0%,#f5f5f5 72%,#edecec 100%);
}
.ny_left .leftnav .nav-list li a:hover{
    color: #ed1301;
}

.ny_left .left-ypzs{
    padding: 0;
    border: none;
    margin-bottom: 10px;
    margin-top: 0;
}
.ny_left .left-ypzs .ypzs-box{
    padding: 20px 15px 40px 15px;
    border: 1px solid;
    border-color: #dc0b0d;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.ny_left .left-ypzs .ypzs-box .swiper-pagination{width: 90%;}
.ny_left .left-ypzs .ypzs-box .swiper-pagination .swiper-pagination-bullet{margin-right: 20px;width: 5px;height: 5px;border-radius: 50%;}
.ny_left .left-ypzs .ypzs-box .swiper-pagination .swiper-pagination-bullet-active{background:#000000;}

.ny_left .left-contact .contact-box{
    padding: 10px;
    border: 1px solid;
    border-color: #dc0b0d;
}
.ny_left .left-contact .contact-box p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
/*内页标题*/
.ny_right .prod-ul{padding: 30px 0;}
.ny_right .prod-ul li{padding: 0 15px;margin-bottom: 25px}
.ny_right .prod-ul li .shadow {box-shadow: 0 0px 10px rgba(0,0,0,.2);}
.ny_right .prod-ul li .shadow .info{padding: 12px 20px; text-align: center}
.ny_right .prod-ul li .shadow  .info a{font-size: 16px;}
.ny_right .prod-ul li:hover .shadow .info a{color: #dc0b0d}

.content_tit{text-align: center;font-size: 20px;font-weight: 600;line-height: 50px;}
.content_related{text-align: center;margin-bottom: 20px}
/*其他*/

#full .qq_info a,#full .qq_info span{ display:block}
#full .qq_info span{ width:86px; background:#fff; text-align:center; padding-top:6px; line-height:24px; border:1px solid #968f96; border-top:none}


/*底部*/
#footer .foot{padding: 5px 0px;background-color: rgb(186, 28, 28);}
#footer .foot .footnav {border-right: 1px solid white}
#footer .foot .footnav h4{    font-size: 15px;margin-top: 0px;text-shadow: none;line-height: 39px;margin-bottom: 0;}
#footer .foot .footnav h4 a{color: white}
#footer .foot .foottel{line-height: 39px;color: white;font-size: 16px}

#footer .copyRight{    line-height: 1.8;
    background-color: #1e1e1e;
    padding: 20px 0px;
    color: white;
}

/*分页*/

.list_btn{
    margin: 30px 0;
    text-align: center;
}
.list_btn .list_btn_l_r{
    display: inline-block;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
}
.list_btn .list_btn_l_r:hover{border-color:#dc0b0d }
.list_btn .list_btn_l_r:hover a{color: #dc0b0d; }
.list_btn .list_btn_l_r a:hover{
    color: #dc0b0d;
}
.list_btn .list_btn_num{
    display: inline-block;
}
.list_btn .list_btn_num a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
}
.list_btn .list_btn_num a:hover{
    color: #dc0b0d;
    border: solid 1px  #dc0b0d;
}
.list_btn .list_btn_num a.cur{
    background: #dc0b0d;
    color: white;
}


.prenext{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #dddddd;
}
.prenext ul li{margin-bottom: 15px}
.prenext ul li a:hover{color: #dc0b0d;}