* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none !important;
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pic{ width: 100%; height: auto; display: inline-block;}

/*头部导航*/
.navbar {
    z-index: 2;
    background: #221815;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 36px;
}

.navbar-brand {
    width: 306px;
    padding: 0 15px !important;
}

.navbar-brand img {
    width: 120%;
    padding: 20px 0;
}
.toplink{
	display: inline-block;
	float:right;
}
.toplink li{
	float: left;
	color: #fff;
	margin: 15px 0 0 20px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.navbar-collapse {
    float: right;
}

.navbar-nav>li {
    padding: 0 10px;
    margin: 12px 0 8px;
    
}

.navbar-nav>li>a {
    font-size: 16px;
    /* border-bottom: 3px solid #fff; */
}

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}
.navbar-nav>li a:hover {
    color: #e60012 !important;
    /* border-bottom: 3px solid #e60012; */
}

.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 118px;
}
/*.nav .active{ background: #d10714; }
.nav .active a{ color: #fff !important;}*/
.banbg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#myCarousel{
    position: relative;
    /* background: url(../images/banner/banbg.png) center center no-repeat; */
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 49%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 60px;
    text-align: center;
    list-style: none;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
        margin-left: 10px;
    }
    .navbar {
        background: #221815;
    }
    .navbar-collapse {
        float: none;
        background: #221815;
        height: 100%;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle {
        border: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-nav>li>ul>li>ul {
        display: none;
    }
    .navbar-nav>li>ul {
        display: none;
    }
}

/*导航结束*/

/* banner */
/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
    background: url(images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides img {
    width: 100%;
    height: auto;
}

.flex-control-nav {
    position: absolute;
    bottom: 11%;
    left: 19%;
    z-index: 2;
    width: 100%;
    text-align: left;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(images/next.png) center center no-repeat;
}

/* pro */
.syplist {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0 40px;
    background: #2a2a2a;
}

.pbox {
    width: 94%;
    margin: 0 3%;
    border: 5px solid #dddddd80;
    background: #444444;
    padding: 15px 0 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.pbox:hover {
    border: 5px solid #ffffff90;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
}

.pbox a span {
    background: #ddd;
    color: #333;
    display: inline-block;
    width: 100px;
    border-radius: 50px;
    padding: 3px 0;
}

.pbox h3 {
    color: #fff;
    transition: ease-in all 0.5s;
}

.pbox:hover h3 {
    color: #e60012;
}

/* youshi */
.youshi{
    width: 100%;
    height: auto;
    background: url(../image/bg1.jpg) center center no-repeat;
    padding: 40px 0 0;
}
.title{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.title h2{
    text-transform:uppercase;
    font-weight: 600;
    color: #fff;
}
.title a{
    font-size: 16px;
    margin: 20px 0 10px;
    color: #ffffff86;
    border: 1px solid #ffffff50;
    padding: 3px 20px;
    border-radius: 50px;
}
.title a:hover{
    color: #fff;
}
.abright {
    float: left;
    width: 100%;
}

.abicon {
    /* width: 100%; */
    height: auto;
    text-align: center;
    padding: 36px 22px;
    /* text-shadow: 5px 1px 6px #111; */
}
.abicon i{
    color: #ddd;
}

.abcou {
    font-size: 42px;
    color: #fff;
    /* font-weight: 600; */
    position: relative;
    padding-bottom: 10px;
}

.abcou::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 2px;
    width: 12%;
    display: block;
    margin: 0 46%;
}
.abcou b{
    font-weight: normal;
    font-size: 26px;
}

.abicon h4 {
   margin-top: 15px;
   font-size: 16px;
   color: #fff;
   line-height: 22px;
   letter-spacing: 1px;
}

.left {
    border-left: 1px dotted #ddd;
}

.right {
    border-right: 1px dotted #ddd;
}
.top {
    border-top: 1px dotted #ddd;
}

/* sy-about */
.syabout{
    background: #191919;
}
.about{
    width: 100%;
    height: auto;
    position: relative;
}
.about h2{
    position: absolute;
    text-transform: uppercase;
    top: 50px;
    font-weight: 600; 
}
.tuzi{
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 600;
    background: #fff;
    width: 200px;
}
.tuzi img{
    width: 80%;
    height: auto;
    padding: 15px 25px;
}
.wh{
    width: 200px;
    background: #333;
    padding: 50px 30px;
    color: #fff;
}
.syjj{
    width: 100%;
    display: inline-block;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.jjright{
    width: 80%;
    padding: 15px 0;
    color: #fff;
}
.tuzi::after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    margin: 0 auto 10px;
}
.icon i{
    font-size: 30px;
}
.icon{
    position: relative;
}
.icon:hover i{
    color: #be0312;
}
.icon:hover h4 {
    color: #be0312;
}
.icon::after{
    content: "";
    position: absolute;
    top: 36px;
    bottom: 0;
    right: 0;
    height: 57px;
    background: #555;
    width: 1px;
}
.abright div:nth-of-type(3) .icon::after {
    content: "";
    position: absolute;
    background: #55555500 !important;
}
.b1{
    width: 90%;
}
.b2{
    background: #999;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #222 !important;
    font-weight: 600;
}
.b2:hover{
    background: #444;
}

/* sy-news */
.synews{
    width: 100%;
    height: auto;
    background: #222;
    padding: 40px 0;
}
.synlist {
    width: 92%;
    background: #191919;
    display: inline-block;
}
.nleft{
    padding: 35px 40px;
}

.synlist h4 {
    font-size: 16px;
    margin: 22px 0 8px;
    color: #eee;
    line-height: 24px;
}

.synlist span {
    color: #999;
    display: inline-block;
}
.synlist span b{
    font-size: 40px;
    color: #ddd;
}

.synlist p {
    color: #666;
    margin: 0;
}
.synlist a {
    color: #999;
}
.synlist:hover a {
    color: #be0312;
}
.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.newback a{
    color: #fff;
}
.newback a:hover {
    color: #be0312;
}

/* footer */
.footer{ 
    width: 100%;
    background: #111;
    color: #fff;
    padding: 60px 0 30px;
}

.ewm{
    width: 100px;
    height: 100px;
}
.bq{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin:28px 0 0;
    line-height: 42px;
    padding: 0 10px;
    color: #555;
}
.bq p {
    width: 60%;
    margin: 0;
}
.ftel{
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
        margin-top: 28px;
}
.ftel img{
    width: 50px;
    height: 50px;
    padding: 10px;
    /* border: 1px solid #f5f5f5; */
    background: #333;
    border-radius: 5px;
    margin-right: 8px;
}
.ftel span{
    font-size: 28px;
    display: inline-block;
    line-height: 48px;
}
.flink span{
    margin-right: 10PX;
}
.flink p{
    color: #b1b1b1;
    line-height: 26px;
}
.ly{
    color: #555;
    margin: 15px 10px 0 0;
    display: inline-block;
}
.ly img{
    margin-right: 6px;
    border: 1px solid #555;
    padding: 5px;
    border-radius: 50%;
}
.flei p a{
    color: #b1b1b1;
}

/* ny-style */
.nyban {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.nyban img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.nyban .nypotit {
    position: absolute;
    bottom: 50%;
    color: #fff;
    padding: 15px 0 15px 20px;
    margin: 0;
    font-weight: 600;
    border-radius: 0 30px 0 0;
}

.nyban .nypotit h4 {
    font-weight: 600;
    font-size: 22px;
}

.nyban .nypotit small {
    font-weight: normal;
    font-size: 16px;
}
.position a{
    color: #fff;
}

.nyabbg{
    background: #2a2a2a;
    color: #eee;
}
.aboutzi{
    width: 94%;
    margin: 0 3%;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
}
.ableftnav {
    width: 100%;
    border-bottom: 1px solid #666;
    height: 52px;
    margin-bottom: 30px;
}

.ableftnav li {
    float: left;
    margin: 0 36px;
    line-height: 42px;
    background: #ddd;
    padding: 0 24px;
    border-radius: 10px;
}

.ableftnav li a {
    color: #333;
    font-size: 16px;
}

.ableftnav .active {
    background: #e60012;
    color: #fff;
}
.ableftnav .active a{
    color: #fff;
}
.tz-gallery {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    justify-content: space-between;
}
.thumbnail {
    width: 86%;
    margin: 0 auto 24px;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

/* ny-PRO */
.widget-title {
    color: #fff;
    font-size: 22px;
    padding: 25px 30px;
    border-left: 3px solid #e60012;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #333;
}

.leftnav {
    width: 84%;
    height: auto;
    display: inline-block;
    background: #191919;
    margin: 50px 0;
}

.leftnav li {
    line-height: 40px;
    border-bottom: 1px solid #333;
    
}

.leftnav li a {
    color: #eee;
    padding-left: 25px;
    font-size: 14px;
}

/* .leftnav .active {
    background: #fddd4e;
} */

.leftnav .active a {
    color: #e60012;
}

.submenu {
    background: #444444;

}

.submenu li {
    padding-left: 25px;

    border-bottom: none;
    line-height: 22px;
    font-size: 14px;
}

.submenu li a{
    color: rgba(255, 255, 255, 0.9) !important;

}

.submenu .active2 {
    background: #e60012;
}

/* ny-product */
.nyright{
    margin: 50px 0;
}
.tubox {
    width: 96%;
    margin: 0 0 30px;
    overflow: hidden;
    border: 2px solid #191919;
}

.tubox p {
    background: #191919;
    color: #fff;
    line-height: 20px;
    height: 94px;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tubox img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.tubox:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ny-proshow */
.tz-gallery {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}

.pro-title {
    width: 100%;
    font-size: 14px;
}

.pro-title img {
    width: 100%;
}

.pro-title>h2 {
    margin-bottom: 20px;
}

.pro-title p {
    width: 100%;
    word-wrap: break-word;
    line-height: 26px;
}

.sp-wrap {
    margin: 0 3% 0 0 !important;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}

.pro-test {
    padding: 15px 0;
}

.pro-xq-ms table {
    width: 100% !important;
    min-height: .01%;
    overflow-x: auto;
}

.pro-xq-ms table tr {
    background: #ededec !important;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}

.pro-xq-ms table tr>td {
    background: #E0EFF2;
    padding: 5px 4px;
    text-align: center;
    width: 300px;
    font-size: 12px;
}



/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #fff;
    background: #191919;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}
.page-num-current select option {
    background: #333;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-download */
.downbox {
    width: 98%;
    height: auto;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #191919;
    border-bottom: 1px solid #333;
}

.downbox li a {
    width: 100%;
    color: #fff;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox li p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
}

.downbox li b {
    color: #eee;
    font-size: 16px;
    font-weight: 400;
}

.downbox li:hover b {
    color: #e60012;
}

/* ny-link */
.messagebox {
    width: 100%;
    display: inline-block;
    background: #191919;
    padding: 15px 15px 15px 30px;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 20px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #333;
    background-image: none;
    border: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 98%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #111;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    width: 20%;
    margin: 12px auto;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}
.submit:hover {
    background: #e60012;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}
.linkbox ul{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.linkbox ul li {
    width: 49%;
    line-height: 28px;
    background: #191919;
    margin-bottom: 10px;
    padding: 20px;
}

.contact-us ul li{ width: 20%; float: left; margin: 0 2% 15px 28px;}
.contact-us ul li img {transition:all 0.3s ease 0s;}
.contact-us ul li img:hover {box-shadow:0px 10px 30px rgba(0,0,0,0.1);transform:translate(0,-5px);}



.showsub .submenu {display:block !important;}
.submenu {display:none;}

/* why */
.sypwhy {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0 40px;
    background: #2a2a2a;
}

.wbox {
    width: 94%;
    height: 400px;
    margin: 0 3%;
    border: 5px solid #dddddd80;
    background: #444444;
    padding: 15px 0 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.wbox:hover {
    border: 5px solid #ffffff90;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);

}

.wbox a span {
    background: #ddd;
    color: #333;
    display: inline-block;
    width: 100px;
    border-radius: 50px;
    padding: 3px 0;
}

.wbox h3 {
    color: #fff;
    transition: ease-in all 0.5s;
    height: 80px;
}

.wbox h4 {
    font-size: 18px;
    color: #fff;
    transition: ease-in all 0.5s;

}
.wbox img {
    width: 60%;

}

@media all and (max-width: 768px) {
    .wbox h3 {
        color: #fff;
        transition: ease-in all 0.5s;
        height: 43px;
    }

}
.news-nysj ul li{
    float: left;
    width: 25%;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color:#7d7d7d;
}

.news-nysj ul li a{
    padding: 8px 26px;
    background-color: #a0a0a0;
    color: #fff;

}

.news-nysj ul li a:hover{
    background-color: #e60012;
}

.ny-qh {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-top: 80%;
    /* justify-content: space-between; */
}
.ny-qh a{
    width: 100%;
    background-color: #191919;
    border-radius: 5px;
    padding: 5px 10px;
    color: #ddd;
}
.ny-qh  a:hover{
    background-color: #e60012;
}
.ny-qh span {
    width: 50%;
    text-align: center;
}
@media all and (max-width: 1440px) {

    .ny-qh {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        margin-top: 70%;
        /* justify-content: space-between; */
    }

}
@media all and (max-width: 768px) {

    .ny-qh {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        margin-top: 20px ;
        /* justify-content: space-between; */
    }

}