*{margin: 0;padding: 0;}
a{text-decoration: none}
a:hover{text-decoration: none}
ul,li{list-style: none}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
input{outline: none}

body,html{background: #fff;}
body{
    font-family: "微软雅黑";
    box-sizing: border-box;
}



/*导航*/
.navbar{
    background: rgba(255,255,255,.5);
    border: none;
    height: 80px;
    margin-bottom: 0!important;
    z-index: 99;
}

.navbar-brand{
    padding-top: 0!important;
    width: 386px;
}
.navbar-brand>img{
    width:100%;
    padding-top: 14px;

}
.navbar-brand>p{
    font-size: 26px;
    letter-spacing: 4px;
    padding-top: 20px;
}
.navbar-brand>p>span{
    font-size: 12px;
    letter-spacing: 0;
}

.nav{
    float: right;

}
.dropdown-menu{
    min-width: 0!important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 620px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #000;
}
.navbar-default .navbar-nav>li>a{
    height: 85px;
    line-height: 105px;
    font-size: 16px;
    color: #000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fb0101;
    background-color: transparent;
}
 .navbar-default .navbar-nav>li>a:hover{
     color: #fb0101;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background:  transparent;
    color: #fb0101;

}
.navbar-default .navbar-nav>.active>a>span{
    width: 100%;
}
.nav>li>a{
    padding: 0 0!important;
    margin: 0 28px;
}
.nav>li>a>span{
    margin:auto;
    display:inline-block;
    position:absolute;
    bottom:5px;
    left:0;
    width:0;
    height:3px;
    background: #fb0101;
    transition:.5s;
    border-radius:50px;

}
.nav>li>a:hover>span{
    width:100%;
}
.nav>li>a:hover{
    color: #fb0101;
}
.nav>li{
    position: relative;
}
.nav>li>ul{
    position: absolute;
    left: 0;
    top: 80px;

    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    display: none;
    transform: translateY(30px);
    width: 100%;
    transition: .3s;
}
.nav>li:hover>ul{
    display: block;
    transform: translateY(0);
}

.nav>li>ul>li{
  text-align: center;
    line-height:32px ;
}
.nav>li>ul>li:hover{
    background: #07952b;
}
.nav>li>ul>li>a{
    font-size: 12px;
    color: #666;
}
.nav>li>ul>li:hover>a{
    color: #fff;
}
 @media all and (max-width: 1200px){

     /*.navbar-header>.navbar-brand:last-of-type{*/
         /*display: none;*/
     /*}*/
     .navbar-toggle{
         border: none;
         margin-top: 20px;
         margin-right: 35px;
     }
     .navbar-toggle:hover{
         background: #fff!important;
     }
     .navbar-toggle:focus .icon-bar{
         background: #888!important;
     }
     .nav{
        float: none;
     }
     .navbar-default .navbar-collapse, .navbar-default .navbar-form{
         border: none;
     }

     body{
         overflow-x: hidden;
     }
     .nav>li>a{
         margin: 0 7px;
     }

 }

@media all and (max-width: 767px){
    .navbar-nav{
        z-index: 999999;
        background: #fff;
        margin: 7.5px 0!important;
    }
    .navbar-brand{
           width: 72%;
           padding: 10px 0 0 26px;
    }
}

.banner-bg{
    background: url(../images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}
 /*结束*/
.container{
    padding-left: 0!important;
    padding-right: 0!important;
}

/*title*/
.title{
    width: 100%;
    text-align: center;
    /*padding-top: 30px;*/
}
.title>h2{
    font-size: 34px;
    color: #6d6d6f;
    font-weight: normal;
}
.title>p{
    font-size: 16px;
    color: #f90101;;
}



/*foot*/
.contact1 {
    width: 100%;
    background: #000;
    padding: 20px 0;
}
.foot-nav{
    overflow: hidden;
    margin-bottom: 24px;
}
.foot-nav dl{
    float: left;
    margin-right: 50px;
}
.foot-nav dl dt{
    color: white;
    font-size: 18px;
    line-height: 36px;

}
.foot-nav dl dd a{
    color: #999;
    font-size: 14px;
    line-height: 26px;

}
.foot-nav dl dd a:hover{
    border-bottom: solid 1px #fb0101;
}
.foot-nav div{
    float: right;
}
.foot-nav img{
    width: 50%;
}


.foot{
    width: 100%;
    background: #202020;
    padding: 5px 0;
}
.foot>p{
    text-align: center;
    color: #ccc;
    padding: 0 10px;
}
.foot>p>a{
    color: #ccc;
}
@media all and (max-width: 768px){
    .contact1{
        display: none;
    }
}

/* ny-about */
/* ny-bread */
.position {
    width: 100%;
    background: #333;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    margin-top: 80px;
}

.position .posbox {
    color: #fff;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.abnynav{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 26px;
}
.padleft{
    padding-left: 0;
}

.abnynav li{
    float: left;
    padding: 6px 28px;
    margin-right: 20px;
    background: #ddd;
}
.abnynav .active{
    background: #e60012;
}
.abnynav .active a{
    color: #fff;
}
.abnynav li a{
    font-size: 14px;
    color: #333;
}

.nybanleft h3 {
    line-height: 64px;
    font-weight: 200;
    font-size: 20px;
}

.nybanright a {
    color: #fff;
}
.nynav {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 15px 0 30px;
}

.nynav ul li {
    background: #666;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    height: 38px;
    line-height: 38px;
}

.nynav ul .active {
    background: #d31d05;
}

.nynav ul li a {
    color: #fff;
    padding: 15px 42px;
}

.nyabbg {
    background: #f7f7f7;
    /* margin: 0 0 78px; */
}

.nycontent {
    width: 100%;
    min-height: 420px;
    display: inline-block;
    padding: 36px 50px 50px;
}

.nycontent.nybox {
    padding: 30px 20px !important;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.abjj {
    margin-top: 20px;
}

.abjj p {
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
    color: #525252;
}
.gscontent h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.gscontent p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-indent: 2em;
}

.gscontent {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px 0 0;
    height: 314px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gscontent::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.gscontent::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.15);
}

.gscontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}




/* ny-news */
.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #fb0101;
}

.nynews {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 20px;
    transition: 0.5s;
}

.nynews:hover {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.nynews .ntu {
    width: 100%;
    height: auto;
}

.nynews .ntu img {
    width: 100%;
    height: auto;
    display: block;
}

.nleft2 {
    padding-top: 24px;
}

.nleft2 h4 {
    margin: 5px 0 15px;
    font-size: 18px;
}

.nleft2 P {
    color: #666;
    font-size: 14px;
}

.link-box {
    margin: 24px 0 0;
}

.link-box .nmore {
    background: #666;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
    transition: all 300ms ease;
}

.link-box:hover .nmore {
    background:#fb0101;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px 15px 15px 15px;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.pbox {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.pbox img {
    width: 100%;
    height: auto;
    margin: 50px auto box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pbox img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pbox p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pbox:hover p {
    color:#fb0101;
    border-bottom: 1px solid#fb0101;
}

.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;
}

/* left-nav */
.nav-pro>ul {
    border: none;
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    background: #fff;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 38px;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid#fb0101;
    background: #f5f5f5;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border: none;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid#fb0101;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 16px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
}

.nav-pro>ul>li>ul>.active {
    background:#fb0101;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #888;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}

/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}
.tz-gallery .caption{
    margin: 12px 0 18px;
    font-size: 14px;
}

.thumbnail {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.thumbnail img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ny-contact */
.nylinkbox {
    margin: 50px 0 0;
}

.nylinkbox h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.nylinkbox ul li{
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.nylinkbox ul li a{
    color: #555;
}

.nylinkbox .bq {
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    line-height: 48px;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}
.linkbox2{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 20px 0 0;
    padding: 20px;
}

.linkbox2 ul li .lianxi {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.linkbox2 ul li .lianxi i{
    font-size: 28px;
    color: #fb0101;
}
.bq {
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    line-height: 48px;
    text-align: center;
    margin-top: 36px;
    font-size: 14px;
}
.bq a{
    color: #333;
}
.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 30px 45px;
    background: #eee;
    margin-top: 18px;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.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: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #333;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(239, 38, 45, .9);
}

.linkicon2 li>a {
    color: #fff;
}

.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background:#fb0101;
    color: #fff;
}

.pro-next {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color:#fb0101;
}


.sylinkbox{ padding: 50px; width: 100%; display: inline-block;}

.sjtu{ display: none !important;}


@media all and (max-width: 767px) {
    /* index */
    .item>img{ margin: 0; width: 100% !important;}
    .top{ display: none;}
    
    .sjtu{ display: block !important;}
    .pctu{ display: none !important;}
    .stbox1{ width: 86%; border: 5px solid rgba(255, 255, 255, .8);}
    .stbox1 h4{ font-size: 30px;}
    .stbox1 h5{ font-size: 18px; line-height: 28px;}
    .about p:nth-of-type(2){ display: none;}
    .listlm{ width: 100%; padding: 10px 0;}
    .listlm li:nth-of-type(2)::after {
        background: none;
    }
    .yxweb{ display: none;}
    .sytitle{ width: 100%;}
    .sytitle h2{ font-size: 26px;}
    .sytitle h3{ font-size: 20px;}
    .pleibox .pro { width: 48%; margin-bottom: 15px;}
    .pleibox .pro:nth-of-type(5){ display: none;}
    .section-wrap .section-4{ padding-top: 10px;}
    .right_con{ display: none;}
    .sytitle2 h2{ font-size: 20px; margin-left: 15px;}
    .sytitle2 h2 span{ font-size: 28px; }
    .linkfoot{ display: none;}
    .sylinkb{ background: rgba(255, 255, 255, .76);}
    /* ny */
    .abnynav li { padding: 6px 16px; margin-right: 10px;}
    .link-box{ margin: 12px 0;}
    .pro-del-js-xq {display:block;margin:0px 4%;}
	.pro-del-js-xq span {width:49%;font-size:14px; margin-bottom: 12px;}
	.nright {display:none;}
	.page_nav {width:100% !important;}
	.page_nav_mr {width:100% !important;}
	.xinwen {width:96% !important;}
	.single-pricing-box1 ul li p {font-size:13px !important;}
	.ltel {height:300px !important;padding:30px 42px 0 !important;}
	.nyban {margin-top:68px;}
    .topbox P{ display: none;}
    .topbox .language{ padding: 0 0 0 20px;}
    .about-section .image-column .image-box .alphabet-img{ display: none;}
    .about-section .image-column .image-box{ padding-top: 0;}
    .about-section{ padding: 30px 0;}
    .about-section .content-column .inner-column{ padding-top: 0;}
    .about-section .content-column .content-box{ padding: 25px;}
    .about-section .content-column .content-box .text{ margin-bottom: 15px;}
    .proleibie .bgtu{ display: none;}
    .sec-title h2{ color: #111;}
    .sec-title span{ font-size: 58px;}
    .navbar-nav>li{ width: 50%; float: left; text-align: center;}
    .cpfl li{ width: 100%;}
    .more a{ padding: 10px; margin: 36px 0 0;}
    .sj{ display: none;}
    .bq{ text-align: center; line-height: 24px; padding: 5px 0; margin-top: 15px;}
    .bq p{ width: 100%;}
    .bq a{ display: inline-block; width: 100%; text-align: center;}
    .footer{ padding-top: 30px;}
    .position .posbox .nybanright{ display: none;}
    .nybanleft h3{ font-size: 20px; padding-left: 10px;}
    .nycontent{ padding: 20px;}
    .form-group{ width: 100%;}
    .messagebox{ padding: 30px;}
    .submit{ width: 50%; margin: 12px 25%;}
    .nynav ul li{ width: 50%; margin: 0; text-align: center;}
    .nynav ul li a{ padding: 0; }
    #oranger{ height: auto;}
    #oranger a{ width: 48%;}
    .hover::after{ border-color: #fff;}
    .nav-pro>ul>li{ width: 45%; float: left;}
    .nav-pro>ul{ display: inline-block; margin-bottom: 20px;}
    .nynews{ padding: 0;}
}


